#toast-container>div{opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>div:hover{-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.75);box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#666EE8}.toast-success{background-color:#28D094}.toast-error{background-color:#FF4961}.toast-info{background-color:#1E9FF2}.toast-warning{background-color:#FF9149}      

      .card{
   border: 1px solid #d6d6d6;
}
.card-header{
  background: #f5f5f5;
  background:-moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%); /* FF3.6+ */
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top, #f5f5f5 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top, #f5f5f5 0%,#f5f5f5 100%); /* Opera11.10+ */
  background:-ms-linear-gradient(top, #f5f5f5 0%,#f5f5f5 100%); /* IE10+ */
  background:linear-gradient(top, #f5f5f5 0%,#f5f5f5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5')";  
  -webkit-background-clip: padding-box;
  padding:1.0rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.setactive{
	background: #184292;
	color:white;
	border-right: 2px solid #bf9f62;
}
.setactive > a{
	color:white!important;
}

.btn-ug{
	background: #184292;
	/*border-radius: 10px;*/
	color:white;
	/*border:1px solid #bf9f62;*/
}
.vertical-content-menu.menu-expanded .main-menu {
    width: 280px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: inherit;
    /* position: fixed; */
}

@media (min-width: 992px){
.vertical-overlay-menu.menu-hide body.vertical-content-menu .main-menu, body.vertical-content-menu .main-menu, body.vertical-content-menu .navbar .navbar-header, body.vertical-content-menu .vertical-overlay-menu.menu-hide .main-menu {
    width: 280px;
    /* position: fixed; */
}
}

.vertical-content-menu.menu-expanded .content-body {
     margin-left: 310px; 
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}

@media (min-width: 992px){
body.vertical-content-menu .content-body {
    margin-left: 310px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    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;
}
.main-menu.menu-light {
  /*  border-right: 1px solid #bf9f62;*/
}

.addborder{
   /*border:1px solid #bf9f62;*/
}

.addlines{
    border-bottom: 1px solid #ddd;
}

