/*	
*	################################################################################
*	
*	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
*	
*	################################################################################
*/
.logo > a > img{
  margin-top: -5px;
}
.modal-lg {
  width: 505px !important;
}
@media (min-width: 768px) {
  .modal-lg {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
  }
}
.top-bar{
  height: 50px!important;
}

.contextual-dashboard{
	height: 100px !important;
}
.blue-bg {
background-color: #1D92AF !important; }
.green-bg {
background-color: #859419 !important; }
.seagreen-bg {
background-color: #3F7577; }
.orange-bg {
background-color: #CE7B11 !important; }

fieldset.fieldset-border {
  border: 1px groove #ddd !important;
  padding: 0 0.4em 0.4em 0.4em !important;
  margin: 0 0 0.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
      box-shadow:  0px 0px 0px 0px #000;
}

fieldset.fieldset-border>legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;

}
.fieldset-border>.col-md-6 {
  margin-bottom: 0px !important;
  padding: 0.4em !important;
}

/* Plugin MySuite */
#mysuite  *{
  border: none;
}
#mysuite{
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;
  color: #666;
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: fixed;
  right: 0px;
  z-index: 1000;
}

#mysuite.online{
  position: fixed; 
  right: 15px; 
  bottom: 0px; 
  max-width: 300px; 
  min-width: 180px; 
  height: 30px; 
  background: #78a400 none repeat scroll 0 0; 
  text-align: center; 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  cursor: pointer;
}

#mysuite.offline {
  position: fixed; 
  right: 15px;
  bottom: 0px; 
  max-width: 300px; 
  min-width: 180px; 
  min-height: 30px; 
  background: red none repeat scroll 0 0; 
  text-align: center; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
}

#mysuite label{
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px; font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.agend-panel>.panel-body {
  height: 70vh;
  overflow: auto;
}
.ui-widget-content{
  z-index: 3000;
}
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.button-nesting{
	float: right;
}
.dropdown-menu-scroll{
  overflow-x: auto;
  max-height: 80vh;
}

.bg-grey {
  background-color: #9E9E9E !important;
  color: ##a5a5a5;
}
tr.bg-grey:hover{
  background-color: #8c8c8c !important;
  color: ##a5a5a5;
}
.bg-blue-grey {
  background-color: #607D8B !important;
  color: ##a5a5a5;
}
tr.bg-blue-grey:hover{
  background-color: #556d79 !important;
  color: ##a5a5a5;
}
.form-control {
  background-color: #fff!important;
}