.notice{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    border: 5px solid #01014b;
    background-color: #00c4ff;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    text-align: center;
}
.notice a{
    color: #fff;
}
.notice:hover a{
    color: #00c4ff;
}
.notice:hover{
    background-color: #fff;
    color: #00c4ff;
}

.warning {
  width: 100%;
  height: auto;
  -webkit-animation: warning_anim 1s infinite;  /* Safari 4+ */
  -moz-animation: warning_anim 1s infinite;  /* Fx 5+ */
  -o-animation: warning_anim 1s infinite;  /* Opera 12+ */
  animation: warning_anim 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes warning_anim {
  0%, 49% {
    background-color: rgb(117, 209, 63);
    border: 3px solid #e50000;
    color: black;
  }
  50%, 100% {
    background-color: #e50000;
    border: 3px solid rgb(117, 209, 63);
    color: white;
  }
}

body > div > div.alert.alert-danger.text-center > marquee{
    font-size: 25px;
}

body > div > div.alert.alert-danger.text-center{
    padding: 0px;
    margin: 0px;
}

.thumbnail a img{
	transition: all .5s ease-in-out;
}

input {
text-align: center;
}
.page-title{
	text-align:center;
}
.page-title>span{
	background-color: #13007D;
	box-shadow: 5px 5px 25px #888888;
	border-radius: 2px;
	border: 1px solid #a1a1a1;
	color: #fff;
	padding: 5px 10px;
	font-weight:bold;
}
.page-info{
	text-align:center;
	padding: 15px
}
.page-info>span{
	font-weight:bold;
}
div#title > div > div.form-control.text-center {
	background-color: #d44ce966;
	font-weight: bold;
	font-style: italic;
}
div.space{
	/* width:700px; */
	height:10px;
	background:#bababa;
	margin-bottom:20px;
	/* padding-top:25px; */
	/* For double confirm gap*/
}
div.top ul.pagination{
	margin: 0;
}
hr.tamim{
	border-top: 1px solid #4a2424;
	margin:0px;
}
div.row.hidden-xs div ul{
	margin:0px;
}