/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/
  
 
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid green; */
 -webkit-text-fill-color: #c1c1c1;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}


.input-group .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}


.blue-font {
  color: #66afe9 !important; }

/* end Change Autocomplete styles in Chrome*/


/* quick access custom*/
 .top-content ul.quick-access > li {
      width: 11em;
      padding: 0; }
 .top-content ul.quick-access > li .quick-access-item.bg-color-seagreen {
          background-color: #3F7577; }
 .top-content ul.quick-access > li .quick-access-item.bg-color-grey {
          background-color: #888888; }   
 /* end quick access custom*/         
  


/** start DIMMER **/


.spanner{
	

  position:absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display:inline;
  text-align:center;
  height: 300px;
  transform: translateY(-50%);
  z-index: 6000;
  visibility: hidden;
 
 
}

.overlay{
 
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  background: rgba(0,0,0,0.7);
  visibility: hidden;
 
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #93b700;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
  
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	  
}

.spanner.show, .overlay.show {
	opacity: 1
}


/** end DIMMER **/



/** Modal*/
.modal-lg {
	width: 900px !important;
}

.modal-header {
	border-bottom-color: #5a5a5a;
	background-color: #222d30 !important;
}

.modal-content {
	background: url(../img/black-linen.png);
	background-color: #455E66;
}

.modal-content input{
	background-color: #222d30 !important;
}

.modal-footer {
	border-top-color: #5a5a5a;
	background-color: #222d30 !important;
}

.modal-backdrop.in {
	opacity: 0.8 !important;
}

.modal-header > .close{
	  opacity: 1 !important;
	  text-shadow: none !important;
}
.fa.fa-circle{
	color: #d9534f !important;
}
.fa.fa-times{
	color: #fff !important;
}
.close-stack{
	font-size: 12px !important;
}



/** Reminder Silemt*/

.today-reminder-silent .reminder-title-silent {
  border-bottom: 1px solid #a4c0cc;
  padding-bottom: 5px; }
.today-reminder-silent .reminder-time-silent {
  font-size: 2.5em;
  margin-bottom: 0; }
.today-reminder-silent .reminder-place-silent {
  font-size: 1.5em; }
.today-reminder-silent .reminder-notes-silent {
  font-size: 0.9em; }
.today-reminder-silent > i {
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 5px;
  right: -15px;
  font-size: 12em;
  -webkit-animation: ring 8s .5s ease-in-out 3;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s .5s ease-in-out 3;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s .5s ease-in-out 3;
  transform-origin: 50% 4px; }
.today-reminder-silent > .btn-group {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }
  .today-reminder-silent > .btn-group .dropdown-menu {
    font-size: 0.9em; }
  .today-reminder-silent > .btn-group > .btn-group {
    float: none; }

.today-reminder-silent .reminder-title-silent {
  border-bottom-color: #4B5E65; }



/** For Search Dashboard*/
.vercenter{
	vertical-align: middle !important;
}
.vercenter > div > p{
	margin: 0;
}

.search-link > h3 {
	margin-top: 0 !important;
}
.search-link > h3 > a {
  position: relative;
  text-decoration: underline;
  font-weight: bold;
}

.search-link  > h3 > a:hover {
  color: #85144b;
  text-decoration: none;
}

.search-link > h3 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 30px;
  left: 0;
  background-color: #85144b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-link  > h3 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.search-link > h3 > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #85144b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-link  > h3 > a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

table.paginated {
	width: 40em;
	margin: 2em auto;
}

table.paginated thead {
	background: #000;
	color: #fff;
}

table.paginated td {
	width: 10em;
	padding: 0.3em;
}

table.paginated tbody {
	background: #ccc;
}

div.page-btn {
	text-align: center;
	margin: 1em 0;
}

div.page-btn span {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;	
	color: #fff;
    background-color: #626262;
    border-color: #555555;
	

}

div.page-btn span.active {
	background: #e9e9e9bf;
}
/**Search Dashboard Ends Here*/


