  /*
    Written By Subhu as on 13 July 2020
  */
  @import url('roboto.css');
  body {
    background-color: #e8ecf2;
    padding: 0;
    margin: 0;
    font-family: 'robotoregular', sans-serif;
    font-size: 14px;
    color: #000;
  }
  body.login {
    background-color: #e8ecf2;
    padding: 0;
    margin: 0; 
    overflow: hidden;     
  }
  .login .card {
    width: 360px;
    border: 0;   
    margin: 15% auto 0;
    background-color: #fff; 
  }
  .login .login-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    border-right: 5px double #070707;   
  }
  .login .login-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;    
    background-image: url(images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .login .form-control {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #b1b7ca;
    border-radius: 0px;
    height: 44px;
  }
  .login .btn-login {
    height: 52px;
    background: #19bdc5;    
    padding: 8px;
    color: #ffffff;
  }
  .login .btn-login:hover {
    height: 53px;
    background: #19bdc5;    
    padding: 8px;
    color: #fff;
  }
  main {
    margin-top: 75px;
  }
  ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.6);
    display: none;
  }
  .modal-dialog
{
  width:100%;
  max-width:100%;
	height:100%;
	z-index:11;
	position:fixed;
	display:none;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.5);
	margin:0;	
	pointer-events: all;
}
.modal-dialog-level-1
{
  width:100%;
  max-width:100%;
	height:100%;
	z-index:15;
	position:fixed;
	display:none;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.5);
	margin:0;	
	pointer-events: all;
}

#modal		{	background-color:#ececec;overflow:hidden;	}
.modal-body
{
	width:100%;
	padding:15px;	
	float:left;
	background:#e8ecf2;
	overflow-y:auto;
	overflow-x:hidden;
}
.modal-body::-webkit-scrollbar {
    width: 5px;
}
 
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.modal-body::-webkit-scrollbar-thumb {
  background-color: #484848;
  outline: 1px solid #484848;
}
.modal-xs	
{	
  width:400px;
  max-width: 100%;
	position: absolute;	
	height: 80%;	
  bottom: 0;
  left: calc((100% - 400px)/2);
	box-shadow: 0px 0px 100px #666;
} 	
/*	modal-sm : Small size dialog box */
.modal-sm	
{	
  width:600px;
  max-width: 100%;
	position: absolute;	
	height: 80%;	
  bottom: 0;
  left: calc((100% - 600px)/2);
	box-shadow: 0px 0px 100px #666;
}	
/*	modal-md : Medium size dialog box */
.modal-md	
{	
  width:800px;
  max-width: 100%;
	position: absolute;	
	height: 80%;	
  bottom: 0;
  left: calc((100% - 800px)/2);
	box-shadow: 0px 0px 100px #666;
}
/*	modal-lg : Large size dialog box */
.modal-lg	
{	
  width:1000px;
  max-width: 100%;
	position: absolute;	
	height: 80%;	
  bottom: 0;
  left: calc((100% - 1000px)/2);
	box-shadow: 0px 0px 100px #666;
}
/*	modal-xl : Extra Large size dialog box */
.modal-xl	
{	
  width:96%;
  max-width: 100%;
	position: absolute;	
	height: 80%;	
  bottom: 0;
  left: 2%;
	box-shadow: 0px 0px 100px #666;
}
.modal-header {
  height: 75px;
  padding: 22px 15px;
  background-color: #fff;
}
.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 75px);
  top: 75px;
  right: 0;
  width: 100%;
  position:absolute;
}
#modal .actions {
  margin-top: -4px;
}
  .loader {
    width: 240px;
    height: 150px;
    position: absolute;
    top: calc((100% - 150px)/2);
    left: calc((100% - 240px)/2);
    text-align: center;
  }
  .load-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    max-width: 0 auto;
  }
  .load-ripple div {
    position: absolute;
    border: 4px solid #fff;


    opacity: 1;
    border-radius: 50%;
    animation: load-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .load-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes load-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }  
  small {
    font-size: 90%;
  }
  .form-control {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #b1b7ca;
    border-radius: 0px;
  }
  header {    
    background: #23a38e;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .logo {
    padding: 0;
    float: left;
    margin: 0;    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 210px;
    height: 75px;
    border-radius: 0;
    background-color: #fff;
  }
  .login-logo {
    padding: 13px 0px 20px 0;
    background-image: url(./images/cc-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 210px;
    height: 75px;
    display: inline-block;
  }
  .navbar-nav {
    margin: 0 auto;
    padding: 0;
  }
  .navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 15px 6px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 1.3em;
    font-family: 'robotoregular', sans-serif;    
  }
  .navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
    text-shadow: none;
    border-bottom: 3px double;
    padding-bottom: 5px;
  }
  .profile {
    float: right;
    width: 180px;
    text-align: right;
    padding-right: 55px;
    margin-top: 12px;
  }
  .profile h6 {
    margin-top: 5px;
  }
  .profile small {
    font-family: 'robotolight', sans-serif;
    font-style: italic;
  }
  .logout {
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    padding-top: 9px;
    color: #333;
    margin-top: 14px;
    font-size: 1.25em;
    position: absolute;
    right: 15px;
    border-radius: 50%;
  }
  .notify {
    position: absolute;
    right: 200px;
  }
  .notify li {
    display: inline-block;
    padding: 16px 10px;
    font-size: 1.2em;
    position: relative;
  }
  .notify li a {    
    width: 40px;
    height: 40px;
    padding: 7px 0;
    display: block;
    text-align: center;    
    background: #eee;
    border-radius: 50%;
  }
  .notify li a span {
    position: absolute;
    top: 11px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    font-size: .65em;
    padding: 1px 5px 0 5px;
    border-radius: 5px;
  }
  .language {
    width:120px;
    position: absolute;
    right: 220px;
    top: 10px;
  }  
  header .form-control {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fafafa;
    border: 1px solid #dde2ec;
    border-radius: 0px;
  }  
  .textbox-text  {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #b1b7ca;
    border-radius: 0px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
  }  
  .list-data h4, .form-data h4 {
    font-size: 1.65em;
    font-family: 'robotoregular', sans-serif;
    padding: 1.25em 0;
    margin-bottom: 0;
  }
  .list-alphabet {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 12px;
    padding: 8px 15px;     
  }
  .list-content {
    position: relative;
  }
  .list-alphabet ul {
    float: right;
  }
 .list-alphabet ul li {
    padding: 0 0 0 8px;
    margin: 0;
    color: #848484;
    text-align: center;
    border-right: 0px solid rgba(0, 0, 0, 0.125);
    position: relative;
    transition: transform .2s;
    cursor: pointer;
    float: left;
  }
  .list-alphabet ul li.active {
    color: #e9a53e;
  }
 .list-alphabet ul li:hover {
    transform: scale(1.35);
  }
  .list-alphabet ul li:last-child {
    border-right: 0;
  }
  .list-group-item {
    padding: .5em .7em .2em;
    border: 1px solid #fafafa;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin-bottom: 0px;
    box-shadow: 0 0 5px rgba(100,100,100, 0.1);
  }
  .list-head {
    background: #c4cbd4;
    color: #000;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 0px solid #d89935;
    text-transform: uppercase;
    margin: 0;
    font-family: 'robotomedium', sans-serif;
  }
  .list-group .list-group-item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .list-group .list-group-item:nth-child(even) {
    background: #fefefe;
  }
  .list-data.selected, .list-group .list-group-item:nth-child(even).selected {
    background-color: #fff7cc;
  }
  .list-data label {
    margin-bottom: 0;
    /*height: 32px;*/
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
  }

  .navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
  }
  .navbar .dropdown-menu {
    border:none;
    background-color:#070707 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  #navbarDropdown {
    color: #fff;
  }
  .main-menu li {
    padding: .25em 0.1em;    
    /* border: 1px solid #435ba0; */
    transition: all .4s ease-in-out;
    cursor: pointer;
    margin-left: 2em;
    list-style: circle;
    color: #fff;
  }
  .main-menu li a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 14px;
  }
  .main-menu li a:hover {
    color: #ff3a4d !important;
  }
  .btn, .form-control, select {
    border-radius: 0 !important;
  }
  .input-group .form-control, .input-group .input-group-append, .input-group .input-group-append span {
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
  }
  aside {
    background-color: #333;
    width: 180px;
    height: calc(100% - 75px);
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: auto; 
  }
  .sidebar ul li {
    padding: 12px 15px;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #000;
  }
  .sidebar ul li span {
    padding: 0 10px;
    float: right;
    background-color: #ebb549;
    font-size: .8em;
    border-radius: 5px;
    position: relative;
    top: 3px;
  }
  .adjust-content {
    width: calc(100% - 180px);
    float: left;
  }
  .form-content .tab-content {
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #b1b7ca !important;
    border-top: 0;
  }

@media screen and (min-width: 992px) {  
  .navbar {
    padding: 0px;
    float: left;
  }
  .navbar .nav-item {
    padding:.5rem 1rem .5em 1em;
    margin:0;
  }
  .navbar .dropdown {
    position:relative;
  }
  .navbar .dropdown-menu {
    width:220px;
    left:-20px;
    top:70px;
  }
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display:block!important;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
  }
}
.actions {
  margin-top: 13px;
}
.actions a {
  color: #0067ff !important;
  cursor: pointer;
  margin: 0 0 0 20px;
  text-decoration: underline;
  font-family: 'robotoregular', sans-serif;
  font-size: 1.25em;
}
.actions a:hover {
  color: #333 !important;
}
.actions-1 {
  margin-top: 30px;
}
.actions-1 a {
  color: #0067ff !important;
  cursor: pointer;
  margin: 0 0 0 20px;
  text-decoration: underline;
  font-family: 'robotoregular', sans-serif;
  font-size: 1.25em;
}
.actions-1 a:hover {
  color: #333 !important;
}
.actions-1 a.dropdown-item {
  color: #333 !important;
  cursor: pointer;
  margin: 0;  
  font-family: 'robotoregular', sans-serif;  
  font-size: .9em;
}
.actions-1 a.dropdown-item:focus, .actions-1 a.dropdown-item:hover {
  color: #fff !important;
  background-color: #111;
}
.search-box {
  margin: 8px 0;
  right: 0;
  border: 1px solid #ccc;
  border-right: 0;
}
.search-box input[type=text] {
  position: relative;
  left: 0;
  border: 0;
  border-right: 1px solid #b9b9b9;
}
.search-box select {
  border: 0;
  border-radius: 0 !important;
}
.search-box .input-group-text {
  
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  left: 1px;
  position: relative;
  color: #333;
}
.search-box .input-group-text.btn-secondary {
  background-color: #838383;
  border: 1px solid #838383;
  color: #fff;
}
aside {
  width: 210px;
  position: fixed;
  top: 75px;
  left: 0;  
}
.left-side-menu ul li {
  color: #fff;
  padding: 9px;
  font-size: 1.1em;
  font-family: 'robotoregular', sans-serif;
  cursor: pointer;
  border-left: 0px solid #777;
}
.left-side-menu ul li.active {  
  /* background-color: #19bdc5; */
}
.container-fluid.menu-left-view {
  width: calc(100% - 210px);
  float: right;
  padding: 0;
}
.datepicker td, .datepicker th {
  font-size: 14px;
  font-weight: 400;
}
/* Calendar module styles */
.calendar-header {
  height: 60px;
	float: left;
	width: 100%;
	padding-top: 12px;
}
.calendar-left
{
	width: 250px;
	height:calc(100% - 76px);
	position:fixed;
	top: 135px;
	left:0;
}
.calendar-center
{
	width:calc(100% - 265px);
	height:100%;
	position:absolute;
	top:102px;
	left:250px;
}
.calendar-right
{
	width:230px;
	height:calc(100% - 76px);
	position:fixed;
	top:76px;
	right:0;
	background:#fff;
	border-left:1px solid #f1f1f1;
}
.cal-seperator
{
	border-bottom:1px solid #ddd;
	float:left;
	width:100%;
}
.cal-category-list
{
	width:calc(100% - 15px);
	float:left;
	padding-left:15px;
}
.cal-category-list ul
{
	overflow-y:auto;
	overflow-x:hidden;
}
.cal-category-list h4
{
	text-transform:uppercase;
	font-weight:600;
	color:#777;	
	padding-top:10px;	
	font-size: 1.05rem;
}
.cal-category-list ul li label
{
	font-weight:normal;
	width:100%;
	padding:2px 0;
	cursor:pointer;
	position:relative;
}
.cal-category-list ul li label span
{
	float:right;
	margin-right: 30px;
}
.cal-category-list ul li input[type=checkbox]
{
	position:relative;
	top:1px;
	margin-right:10px;
}
.cal-category-list ul li label span::before
{
	    font-family: FontAwesome;
    content: "\f111";
    font-size: .8rem;
    position: absolute;
    top: 6px;
}
.cal-doctor-list
{
	width:calc(100% - 15px);
	float:left;
	padding-left:15px;
}
.cal-doctor-list ul
{
	overflow-y:auto;
	overflow-x:hidden;
}
.cal-doctor-list h4
{
    text-transform: capitalize;
    color: #777;
    padding-top: 10px;
    font-size: .85rem;
    margin-bottom: 2px;
}
.cal-doctor-list ul li label
{
	font-weight:normal;
	width:100%;
	padding:2px 0;
	cursor:pointer;
	position:relative;
}
.cal-doctor-list ul li input[type=checkbox]
{
	position:relative;
	top:1px;
	margin-right:10px;
}
.cal-doctor-list ul::-webkit-scrollbar {	width: 8px;		}
.cal-doctor-list ul::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);		}
.cal-doctor-list ul::-webkit-scrollbar-thumb {	  background-color: darkgrey;outline: 1px solid slategrey;	}

.cal-month-navigate
{
	float:left;
  width:100%;
}
.cal-waiting-list,.cal-location-list,.cal-department-list,.legends
{
	width:calc(100% - 15px);
	float:left;
	padding-left:15px;
}
.cal-waiting-list h4,.cal-location-list h4,.cal-department-list h4
{
    text-transform: capitalize;
    color: #777;
    padding-top: 10px;
    font-size: .85rem;
    margin-bottom: 2px;
}
.cal-waiting-list h4 .add-waiting-list, .cal-location-list h4 .add-location-list
{
	float:right;
	color:#FE7B4A;
	font-size:.8em;
	padding-right:15px;
}
.cal-waiting-list h4 .add-waiting-list::before, .cal-location-list h4 .add-location-list::before
{
	font-family: FontAwesome;content: "\f055";font-size:1.5rem;position:relative;top:0px;color:#FE7B4A;
}
.cal-waiting-list ul, .cal-location-list ul
{
	overflow-y:auto;
	overflow-x:hidden;
}
.cal-waiting-list ul li, .cal-location-list ul li
{
	float:left;
	width:100%;


	border-bottom:1px dashed #aaa;
	padding:5px 0;

}
.cal-waiting-list ul li div, .cal-location-list ul li div, .cal-doctor-list ul li div
{
	width:20%;
	float:left;
	text-align:center;
	padding-top:0px;
	font-size: .85em;
	color:#FE7B4A;
}
.cal-waiting-list ul li div + div, .cal-location-list ul li div + div, .cal-doctor-list ul li div + div
{
	width:80%;
	float:left;
	text-align:left;
	font-size:1em;
	padding:0;
}
.cal-waiting-list ul li div + div h5, .cal-location-list ul li div + div h5, .cal-doctor-list ul li div + div h5
{
	font-weight:600;
	font-size:1em;
	margin:0;
	color:#333;
}
.cal-waiting-list ul li div + div label, .cal-location-list ul li div + div label, .cal-doctor-list ul li div + div label
{
	font-weight:400;
	font-size:.8em;
	color:#aaa;
	margin:0;
	position:relative;
	width:100%;
}
.cal-waiting-list ul li div + div label span, .cal-location-list ul li div + div label span
{
	float:right;
}
.cal-waiting-list ul li div + div label span::before, .cal-location-list ul li div + div label span::before
{
	font-family: FontAwesome;content: "\f111";font-size:1.2rem;position:absolute;top:-8px;right:10px;
}
.cal-waiting-list ul::-webkit-scrollbar, .cal-location-list ul::-webkit-scrollbar {	width: 8px;		}
.cal-waiting-list ul::-webkit-scrollbar-track, .cal-location-list ul::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);		}
.cal-waiting-list ul::-webkit-scrollbar-thumb, .cal-location-list ul::-webkit-scrollbar-thumb {	  background-color: darkgrey;outline: 1px solid slategrey;	}

.cal-app-description {
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;    
}
.cal-app-description ul {
	margin-top: 3px;
}
.cal-app-description ul li {
	padding: 6px 8px;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.cal-app-description ul li:hover {
	border: 1px solid #e37e58;
}
.cal-app-description ul li.selected {
	border: 1px solid #e37e58;
	background-color: #e37e58;
	color: #fff; 
} 

.cal-app-description h4
{
    text-transform: capitalize;
    color: #777;
    padding-top: 10px;
    font-size: 0.85rem;
    margin-bottom: 2px;
}
.cal-legends {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.cal-legends ul li {
    float: left;
    margin-right: 10px;
    width: 105px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    font-size: .85em;
    height: 40px;
    vertical-align: middle;
    display: block;
}
.cal-legends ul li span {
    display: inline-block;  
    vertical-align: middle;     
}
.cal-legends ul li:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;     
}
.cal-legends ul li.conf {
    background-color: #448fff;
    border-bottom: 3px solid #2d66b1;
    color: #fff;
}
.cal-legends ul li.w-diag {
    background-color: #ffcd9a;
    border-bottom: 3px solid #ff8f05;
}
.cal-legends ul li.w-cpap {
    background-color: #b8ffb0;
    border-bottom: 3px solid #00d430;
}
.cal-legends ul li.c-pos {
    background-color: #ffb2f9;
    border-bottom: 3px solid #ce33b4;
}
.cal-legends ul li.c-neg {
    background-color: #d4adff;
    border-bottom: 3px solid #5d13af;
}
.cal-legends ul li.c-inde {
    background-color: #fffc99;
    border-bottom: 3px solid #881a1a;
}
.cal-legends ul li.comp {
    background-color: #1ec597;
    border-bottom: 3px solid #377957;
}
.cal-legends ul li.r-sch {
    background-color: #a2bb70;
    border-bottom: 3px solid #626f39;
}
.cal-legends ul li.can {
    background-color: #faa;
    border-bottom: 3px solid #f00;
}
.fc-left {
	position: fixed;
	top: 88px;
  left: 15px;
  padding: 5px 0;
}
.fc-left .fc-button-group>:first-child {
    background: #cfbfdc;
    color: #7861ab;
    border-color: #9e7db9;
    outline: none;
    border-radius: 0;
}
.fc-left .fc-button-group>.fc-next-button {
	  background: #cfbfdc;
    color: #7861ab;
    border-color: #9e7db9;	
    margin-left: 128px;
    outline: none;
    border-radius: 0;
}
.fc-left .fc-today-button {
  background: #fff;
  color: #333;
  border-color: #9e7db9;
  margin-left: -170px;
  border-radius: 0;
  width: 130px;
  opacity: 1;
  outline: none;
}

.fc-right {
	position: fixed;
	left: 15px;
	top: 375px;
}
.fc-right button {
	text-transform: capitalize;
  padding: 0px 11px;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  outline: none;
  font-weight: 400;
}
.fc-right button.fc-state-active {
	background: #7861ab;
    color: #fff;
    border-color: #7861ab;
}
.fc-right .fc-button-group>* {
	border-radius: 0;
}
.fc-toolbar .fc-center {
	position: absolute;
    left: 0px;
    height: 40px;
    top: -8px;
}
.fc-toolbar .fc-center h2 {
	font-size:1.5em; 
}
.fc-view-container {
	margin-top: 35px;
}
th.fc-day-header {
	text-transform: uppercase;
	font-weight: 600;
	background-color: #fff;
	padding:5px 0 2px 0; 
}
.fc-basic-view .fc-body .fc-row {
	min-height:1em !important;
}
.fc-row.fc-week .fc-sun, .fc-row.fc-week .fc-sat {
	background: #fcfcfc;
}
span.app-free-slots
{
    float: left;
    width: auto;
    padding: 5px;
    text-align: center;
    line-height: 1.2;
    font-size: .75em;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #ffffff;
    border: #c1c1c1 1px solid;
    cursor: pointer;
    font-weight: 700;
}
span.app-free-slots.active
{
	border:#fe7b4a 1px solid;
	background-color:#fe7b4a;
}
.icon-happy {
	background-image: url(images/happy.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-sad {
	background-image: url(images/sad.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-surprise {
	background-image: url(images/surprise.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-sleep {
	background-image: url(images/sleep.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.question p {
	text-align: justify;
	margin-bottom: 15px;
	font-size: 1.01em;
	line-height: 1.2;
}
.question h4 {
	padding: 10px 0px;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    color: #000;
    font-size: 1.1em;
    line-height: 1.4;
    border-radius: 3px;
    font-weight: 600;
}
.question ul.full li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background-color: #999;
    color: #fff;
    padding: 12px;
    line-height: 24px;
    border-radius: 5px;
}
.question ul.full.instructions li {
	background-color: #08a008;
}
.question ul.full li.selected {
	background-color: #08a008;
}
.question ul.full li span.smiley {
	float: right;	
	width:24px;
	height: 24px;
}
.question ul.half li {
    width: calc(25% - 5px);
    float: left;
    margin: 5px 5px 10px 0;
    background-color: #999;
    color: #fff;
    padding: 12px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    height: 80px;
}
.question ul.half li.selected {
	background-color: #08a008;
}
.question ul.half li span.smiley {
    width: 42px;
    height: 42px;
    position: absolute;
    left: calc((100% - 42px) / 2);
    top: 25px;
}

ul.cal-appointment-status
{
	width:100%;
	text-align:center
}

ul.cal-appointment-status li.appointment_status:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;     
}
ul.cal-appointment-status li.appointment_status
{
	float:right;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    font-size: .85em;
    height: 40px;
    vertical-align: middle;
    display: block;
	margin-bottom:3px;
}

ul.cal-appointment-status li.appointment_status.active
{
	border:3px solid red;
}

span.app-free-slots
{
  float: left;
  width: auto;
  padding: 5px;
  text-align: center;
  line-height: 1.2;
  font-size: .75em;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #ffffff;
  border: #c1c1c1 1px solid;
  cursor: pointer;
  font-weight: 700;
}
span.app-free-slots.active
{
	border:#fe7b4a 1px solid;
	background-color:#fe7b4a;
}
.ul-group {
	width: auto;
	margin: 0 auto;
}
.ul-group li {
  padding: 8px 30px;
  background-color: #fff;
  color: #333;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.2em;
  border: 1px solid #bbb;
}
.ul-group li:first-child {
	border-radius: 5px 0 0 5px;
}
.ul-group li:last-child {
	border-radius: 0 5px 5px 0;
}
.ul-group li.selected {	
	background-color: #08a008;	
	color: #fff;
	border: 1px solid #08a008;
}
.ul-group-v {
	float: left;
    width: 70%;
    margin: 20px auto;
}
.ul-group-v li {
	padding: 10px 0px;
    background-color: #fff;
    color: #333;
    float: left;
    margin: 0 auto;
    font-size: 1.2em;
    border: 1px solid #bbb;
    width: 51%;
    text-align: center;
    margin-bottom: -1px;
}
.ul-group-v li:first-child {
	border-radius: 5px 5px 0 0;
}
.ul-group-v li:last-child {
	border-radius: 0 0 5px 5px;
}
.ul-group-v li.selected {	
	background-color: #08a008;	
	color: #fff;
	border: 1px solid #08a008;
}
.blocks {
  width: 100%;
  float: left;
  margin: 1%;
}
.blocks li {
  width: 30%;  
  margin: 1%;
}
.questionnaire-block {
	border-bottom: 1px dashed #aaa;
}
.questionnaire-block .question {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
  padding: 15px;
}
.page-item.active .page-link {
  background-color: #19bdc5;
  border-color: #19bdc5;
}
.page-link {
  color: #333; 
  cursor: pointer;
  padding: 10px 15px; 
}
.col-form-label {
  color: #444;
}
a.link {
  color: #0035ff !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  border: 1px solid #aaa;
  border-bottom: 0;
  background: #fff;
  margin-right: 1px;
  color: #333;
  border-radius: 0;
  border-bottom: 2px solid #ccc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  border-color: #111;
  background: #08a008;
}
.btn-gray {
  background-color: #eee;
  border: 1px solid #ddd;
}
.white-bg {
  background-color: #fff;
}
.dropdown-menu {
  margin-top:75px;
}
#hdr_video_notifi_list {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  background-color: #1e5787;
  z-index: 99;
  height: 100%;
  padding: 20px;
  color: #fff;
  display: none;
}
#hdr_video_notifi_list h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #113f65;
  margin-bottom: 0;
}
#hdr_video_notifi_list ul {
  width: 92%;
  height: calc(100% - 80px);
  position: absolute;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
#hdr_video_notifi_list ul li {
  display: flex;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #113f65;
}
#hdr_video_notifi_list ul li div:first-child {
  width: 50%;
}
#hdr_video_notifi_list ul li div:nth-child(2) {
  width: 30%;
  text-align: center;
}
#hdr_video_notifi_list ul li div:last-child {
  width: 20%;
  text-align: center;
}
#hdr_video_notifi_list ul li div:last-child span {
  background-color: #d288bc;
  color: #fff;
  padding: 5px 20px;
}
.spn-list-patient-value{
	cursor:pointer;
	text-decoration: underline;
	/*color:#000099;*/
}
span.spn-accept
{
	color: #28a745; ;
}

span.spn-declined
{
	color: #dc3545;f ;
}

label.lbl-gdpr-link
{
	color:#0099FF; 
	text-decoration:underline; 
	cursor:pointer;
}

 .modal-drag-dialog
{
  width:95%;
  max-width:100%;
	height:90%;
	z-index:11;
	position:absolute;
	display:none;
	left:2%;
	top:5%;
	background-color:rgba(0,0,0,0.5);
	pointer-events: all;
}
.modal-drag{
	position:absolute;
	height:100%;
	width:100%;
	margin:0 auto;
}

.panel-tool {
   
	}
	
 .panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    overflow: hidden;
	 right: 5px;
    width: auto;
}	
.panel-tool a {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    vertical-align: top;
}

.panel-tool a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #e2e2e2;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.icon-minimize {
    background: url(images/minimize.png) no-repeat center center;
}
.icon-maximize {
    background: url(images/maximize.png) no-repeat center center;
}

.icon-clear{
	background:url(images/delete.png) no-repeat center center;
}
.modal-drag .modal-header {
	background-color: #dee2e6;
}	

.holds-the-iframe {
  background:url(images/loader.gif) center center no-repeat;
}

.head-space-less{
    height: 17px;
    margin-top: -8px;
}
#footer-controls a {
	color: #fff;
}
#footer-controls a.prev {
	line-height: 24px;
	text-align: center;
	width: 75px;
	float: left;
	padding: 10px;
	background-color: #ca6a45;
}
#footer-controls a.next {
	line-height: 24px;
	text-align: center;
	width: 75px;
	float: right;
	padding: 10px;
	background-color: #ca6a45;
}

.popup-viewer
{
  width:50%;
  max-width:50%;
	height:72%;
	z-index:12;
	position:absolute;
	display:none;
	left:25%;
	top:5%;
	
	pointer-events: all;
}
.popup-modal{
	position:absolute;
	height:100%;
	width:100%;
	margin:0 auto;
}

.popup-actions{
	margin-top: -13px;
}

span.fc-pend-cnt
{
	color: #ff5b5b;
  padding: 5px 5px 4px 5px;
  position: absolute;
  bottom: 15px;
  left: 20%;
  min-width: 30px;
  text-align: center;
  font-size: 1.3em;
}

span.fc-comp-cnt
{
  color: #54bb1f;  
  padding: 5px 5px 4px 5px;
  position: absolute;
  bottom: 15px;
  right: 20%;
  min-width: 30px;
  text-align: center;
  font-size: 1.3em;
}
span.fc-appt-cnt
{
  color: #0065ff;  
  padding: 5px 5px 4px 5px;
  position: absolute;
  top: 15px;
  right: 20%;
  min-width: 30px;
  text-align: center;
  font-size: 1.3em;
}
.head-top {
  margin-top: 10px;
}
.fc td, .fc th {
  position: relative;
}
.legends label.appointment {
  color: #0065ff !important;
  width: 100%;
  float: left;
  padding: 8px 0;
  margin-bottom: 0;
}
.legends label.appointment span {
  float: right;
  padding:2px 5px;
  color: #fff;
  background-color: #0065ff;
  font-size: 0.75em;
}
.legends label.completed {
  color: #28a745 !important;
  width: 100%;
  float: left;
  padding: 8px 0;
  margin-bottom: 0;
}
.legends label.completed span {
  float: right;
  padding:2px 5px;
  color: #fff;
  background-color: #28a745;
  font-size: 0.75em;
}
.legends label.pending {
  color: #ff5b5b !important;
  width: 100%;
  float: left;
  padding: 8px 0;
  margin-bottom: 0;
}
.legends label.pending span {
  float: right;
  padding:2px 5px;
  color: #fff;
  background-color: #ff5b5b;
  font-size: 0.75em;
}
.legends label.warning {
  color: #ce33b4 !important;
  width: 100%;
  float: left;
  padding: 8px 0;
  margin-bottom: 0;
}
.legends label.warning span {
  float: right;
  padding:2px 5px;
  color: #fff;
  background-color: #ce33b4;
  font-size: 0.75em;
}
#application_notes_data {
  overflow: auto;
  background-color: #eee;
  padding: 10px;
}
.student-header {
  width: 100%;
  margin: 0;
  background-color: #fff;
  position: relative;b
  top: 10px;
  padding: 7px 0;
}
.student-header h6 {
  color: #b70505;
}
.student-info {
  width: calc(100% - 210px);
  margin: 0;
  background-color: #f7f7f7;
  position: relative;
  top: 10px;
  padding: 7px 0;
  float: right;
  border: 1px solid #b1b7ca;  
}
#div_stuappfm_vacancy_title {
  font-size: 18px;
  margin-top: 3px;
}
.globol-search {
  top: 5px;
  right: 260px;
  width: 220px;
  position: absolute;
}
.globol-search input[type=text] {
  border: 1px solid #666;  
  padding: 10px;  
}
.globol-search label {
  padding: 2px;
  margin: 0;
}
.toggle-pdf {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;  
}
.question span[id^="installment_"] {
    line-height: 2.5;
    color: #6a0000;
    text-align: center;
    font-size: 1.4em;
}

/*****
  Bed allcation - view (praga written)
*******/
.room-allocate-view li
{
	border: 1px solid black;
    float: left;
    margin: 5px 5px 10px 0;
    background-color:#FFFFFF ;
    padding: 12px;
    text-align: left;
    border-radius: 5px;
    position: relative;
	cursor:pointer
}

/*.room-allocate-view li.booked
{
	 background-color: #999;
	 cursor:default
}

.room-allocate-view li.damaged
{
	 background-color:#FF0000 ;
	 cursor:default
}

.room-allocate-view li.selected
{
	 background-color:#f0bd43;
}*/

.room-color-div span
{
	border: 1px solid black;
	 width: calc(5% - 5px);
    float: left;
    margin: 5px 5px 10px 0;
    background-color:#FFFFFF ;
    color: #fff;
    padding: 12px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    height: 10px;
}

.room-color-div span.booked
{
	 background-color: #999;
}

.room-color-div span.damaged
{
	 background-color:#FF0000 ;
}

.room-color-div span.selected
{
	 background-color:#f0bd43;
}

.bed-allocate-view li
{
	border: 1px solid black;
    float: left;
    margin: 5px 5px 10px 0;
    background-color:#FFFFFF ;
    padding: 12px;
    text-align: left;
    border-radius: 5px;
    position: relative;
	cursor:pointer
}

.bed-allocate-view li.booked
{
	 background-color: #999;
}
.bed-allocate-view li.damaged
{
	 background-color: #FF0000;
}

.bed-allocate-view li.selected
{
	 background-color: #f0bd43;
}

/***********
 room allocateion
 *****************/
 .student-list {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  float: left;  
  border:1px solid #ccc;
}
.list-data .student-list label {
  line-height: 16px;
}
.student-list ul li {
  padding: 10px 10px 4px 10px;
  float: left;
  width: 100%;
  background-color: #fff;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
.student-list ul li:nth-child(odd) {
  background-color: #fafafa;
}
.student-list ul li:first-child {
  margin-top: 0;
}
.student-list .name {
  width: 70%;
  float: left;
  padding: 0px;
  font-size: 1.1em;
  color: #000;
}
.student-list .regno {
  width: 30%;
  float: left;
  padding: 0px;
  color: #444;
}
.student-list .course {
  width: 100%;
  float: left;
  padding: 0;
  color: #444;
}
.house-list, .classroom-list {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  float: left;  
}
.list-data .house-list label {
  line-height: auto;
}
.list-data .house-list label var {
  font-size: 1.2em;
  font-style: normal;
}
.house-list div[class^="house-"], .classroom-list div[class^="room-"]  {
  padding: 0px;
  border: 1px solid #0067ff;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.house-list ul li, .classroom-list ul li {
  padding: 5px;
  border: 0;
  background-color: #fff;  
}
.house-list ul li:empty, .classroom-list ul li:empty {
  padding: 15px;
  border: 0;
  background-color: #fff;  
}

.house-list div[class^="house-"] div.row {
  background-color: #0067ff;
  color: #fff;
  height: 42px;
}
.classroom-list div[class^="room-"] div.row {
  background-color: #6db33f;
  color: #fff;
  height: 42px;
  margin: 0;
}
.house-list div[class^="house-"] div.row + ul li .row {
  background-color: #fff !important;
}

.house-list div[class^="rooms-"],  .classroom-list div[class^="rooms-"] {
  border: 1px solid #ddd;  
  float: left;
  width: 100%;
}
.house-list div[class^="rooms-"] .room,  .classroom-list div[class^="rooms-"] .room{
  float: left;
  border: 1px solid #444;
  margin: 1%;
  padding: 0px;  
  min-width: 48%;
}
.house-list div[class^="rooms-"] .room var {
  font-style: normal;
}
.house-list div[class^="rooms-"] .room h6 {
  background-color: #555;
  color: #fff;
  padding: 8px;
  margin-bottom: 1%;
}
.house-list .rooms-1 .room {
  width: 98%;  
}
.house-list .rooms-2 .room {
  width: 48%;  
}
.house-list .rooms-3 .room {
  width: 31.3%;  
}
.house-list .rooms-4 .room {
  width: 24%;  
}
.house-list div[class^="room-"] ul {
  float: left;
}
.house-list .course, .house-list .regno {
  display: none;
}
.house-list .name {
  width: 100%;
  float: left;
  padding: 0px;
  color: #0035ff;
  text-align: center;
}
.house-list div[class^="beds-"] {  
  float: left;
  width: 100%;
  padding: 0;
}

.house-list div[class^="beds-"] .bed {
  float: left;
  border: 1px solid #aaa;
  margin: 0 1% 1%;
  padding: 0px;
  min-height:50px;
  background: #e4e4e4;
  min-width: 48%;
}
.house-list div[class^="beds-"] .bed p {
  padding: 8px 0;
}
.house-list .beds-1 .bed {
  width: 98%;  
}
.house-list .beds-2 .bed {
  width: 48%;  
}
.house-list .beds-3 .bed {
  width: 31.3%;  
}
.house-list .beds-4 .bed {
  width: 23%;  
}
.house-list div[class^="beds-"] .bed ul {  
  width: 100%;
  padding: 5px;
  margin: 0;
  border: 0;
  background: #fff;  
}
.classroom-list div[class^="rooms-"] ul {  
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;  
  float: left;
  min-height: 50px;  
}
.house-list div[class^="beds-"] .bed ul:empty, .classroom-list div[class^="rooms-"] ul:empty {
  padding: 14px;
}
.classroom-list div[class^="rooms-"] ul li {
  display: block;
  float: left;
  width: 32%;
  margin: 1%;
  margin-right: 0;
  padding: 0 10px;
  border: 1px solid #aaa;
}

ul li.movestart {
    border: red 1px solid;
    width: 25%;
}

.placeholder {
    border: 3px dashed #000 !important;
    background:yellow !important;
}

div.ui-tooltip-content {
  background-color: #333;
  color: #fff;
  padding: 10px;
}
.ui-widget.ui-widget-content {
  padding: 0;
}
span.required_text
{
    color: red;
    font-size: 12px;
    float: right;
}

.grid-view th, .house-grid-view th  {
    background: #e4e4e4;
}

.responsive-table {
  width: 100%;
  overflow: auto;  
  float:left;  
  margin-bottom: 15px;
}
.dashboardTable {
  width: 100%;
  border: 1px solid #666;
}
.dashboardTable tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.dashboardTable thead tr {
  background-color: #666;
  color: #fff;
}
.dashboardTable thead tr + tr {
  background-color: #eeeeee;
  text-transform: uppercase;
  font-size: .85em;
  border-bottom: 3px double #666;
  color: #000;
}
.dashboardTable tr:last-child th {
  font-weight: bold;
  color: #000;
  background-color: #eee;
  font-size: 1.1em;
}
.dashboardTable tr td, .dashboardTable tr th {
  border-right: 1px solid #666;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  line-height: 1.2;
} 
.dashboardTable tr td:last-child, .dashboardTable tr th:last-child {
  border-right: 0;  
} 
.dashboardTable tr td.blue, .dashboardTable tr th.blue {
  background-color: #e8edff;
  color: #0035ff;
}
.dashboardTable tr td.green, .dashboardTable tr th.green {
  background-color: #e7ffdd;
  color: #39801d;
}
.dashboardTable tr td.red, .dashboardTable tr th.red {
  background-color: #ffe2e2;
  color: #ed3833;
}
.dashboardTable tr td.orange, .dashboardTable tr th.orange {
  background-color: #ffefd2;
  color: #e68f1f;
}
.dashboardTable tr td.gray_scale_1, .dashboardTable tr th.gray_scale_1 {
  background-color: #f9f9f9;  
}
.dashboardTable tr td.gray_scale_2, .dashboardTable tr th.gray_scale_2 {
  background-color: #f1f1f1;  
}
.dashboardTable tr td.gray_scale_3, .dashboardTable tr th.gray_scale_3 {
  background-color: #e6e6e6;  
}
.dashboardTable tr td.gray_scale_4, .dashboardTable tr th.gray_scale_4 {
  background-color: #dedede;  
}
.dashboardTable tr td.gray_scale_5, .dashboardTable tr th.gray_scale_5 {
  background-color: #d8d8d8;  
}
.dashboardTable tr td.total, .dashboardTable tr th.total {
  background-color: #69b6ed;
  color: #fff;
}
.dashboardTable tr td.girls, .dashboardTable tr th.girls {
  background-color: #ef69b1;
  color: #fff;
}
.dashboardTable tr td.boys, .dashboardTable tr th.boys {
  background-color: #c669ed;
  color: #fff;
}
.dashboardTable tr td.total_app, .dashboardTable tr th.total_app {
  background-color: #b6e1ff;  
}
.dashboardTable tr td.total_stud, .dashboardTable tr th.total_stud {
  background-color: #a4d4f1;  
}
.dashboardTable tr td.total_avai, .dashboardTable tr th.total_avai {
  background-color: #93c7e6;  
}
.dashboardTable tr td.girls_app, .dashboardTable tr th.girls_app {
  background-color: #f3b5d7;  
}
.dashboardTable tr td.girls_stud, .dashboardTable tr th.girls_stud {
  background-color: #eaa6cb;  
}
.dashboardTable tr td.girls_avai, .dashboardTable tr th.girls_avai {
  background-color: #e09ac0;  
}
.dashboardTable tr td.boys_app, .dashboardTable tr th.boys_app {
  background-color: #e3baf5;  
}
.dashboardTable tr td.boys_stud, .dashboardTable tr th.boys_stud {
  background-color: #d9adec;  
}
.dashboardTable tr td.boys_avai, .dashboardTable tr th.boys_avai {
  background-color: #d1a1e6;  
}
.dashboardTable tr.highlight_row th {
  border-top: 3px double #666;
  border-bottom: 3px double #666;
  background: #f7f7f7;
  font-size: 1.1em;
}
.dashboardTable tr.total_place th {
  border-top: 3px double #666;
  background: #fafafa;
  font-size: 1.1em;
}
#course_graph {
  height: 300px;
}
.cls-approve-course-head-tr .red, label.red {  
  background: #f8c146;
  color: #000;
  min-height: 20px;
  padding: 0 10px;
  margin: 8px 0 0 0;
  line-height: 20px;  
  border-radius: 10px;  
  width: 100%;
  white-space: break-spaces;
}
.cls-approve-course-head-tr .red:empty, label.red:empty {
  display: none;
}
.btn-warning {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00;  
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00;  
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00;  
  border-width: 0;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00; 
}
#tbl_invoice_template_line_items thead tr th {
  background-color:transparent;
  border: 0;
  border-bottom: 2px solid #333;
  padding: 0 10px;
}
#tbl_invoice_template_line_items tbody tr td {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding: 2px 10px;
}
#tbl_invoice_template_line_items input, #tbl_invoice_template_line_items select {
  border: 0;
  padding: 8px 2px;
}
#browse_panel {
    padding: 10px;
    border: 1px solid #ccc;
}

.dropzone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}
.preview-upload-btn-browse {
  display: table;
  margin: auto;
}
.dropzone.hover { border: 10px dashed #0c0 !important; }


.cls-menu-items-display div.col-md-12 {
  border-bottom: 1px solid #ddd;
  background-color: #fff;  
}
.cls-menu-items-display div.col-md-12 label {
  padding: 5px;
  margin: 0;
}
.cls-menu-items-display div.col-md-12 label input[type=checkbox] {
  top: 1.5px;
  position: relative;
}
.cls-menu-items-display div.col-md-12.bg-gray {
  background-color: #dee2e6;
}
.pl-8 {
  padding-left: 3rem !important;
}
.chk-all-page-actions, .unchk-all-page-actions {
  top: 6px;
  position: relative;
}
.text-2x {
  font-size: 1.35em;
  margin-top: -5px;
}
#spn_studeader_payment_inv_rcp span.fees {
  text-align: right;
  width: 33%;
  float: left;
}
#spn_studeader_payment_inv_rcp span.paid {
  text-align: right;
  width: 33%;
  float: left;  
} 
#spn_studeader_payment_inv_rcp span.refunded {
  text-align: right;
  width: 33%;
  float: left;  
} 
.span_fees, .span_paid, .span_refunded {
  text-align: right;
  width: 33%;
  float: left;
  margin: 3px 0 9px 0;
}
.tpay .form-control:disabled, .form-control[readonly] {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	height: auto;
}
.tpay tr td {
	height: 36px;
    vertical-align: middle;
}
.tpay thead {
	border-bottom: 2px solid #000;
}
.tpay thead tr th {
	font-weight: 600;
	color:#000;
	border-bottom: 2px solid #000;
}
.custom-width {
  width: 800px !important;
}


table.cls-bus-dashboard-summary-table tbody tr { 
  width: 100%;
}

table.cls-bus-dashboard-summary-table tbody tr:nth-child(even) {
  background-color: #fff1f1;
}

table.cls-bus-dashboard-summary-table thead tr th, table.cls-bus-dashboard-summary-table thead tr td {
  padding: 5px;
  border-right:1px solid #000;
}

table.cls-bus-dashboard-summary-table tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
  border-right:1px solid #aaa;
}

table.cls-bus-dashboard-summary-table tbody tr td:first-child {
  font-weight: bold;
}


table.cls-bus-dashboard-status-table tbody tr {
  width: 100%;
}

table.cls-bus-dashboard-status-table tbody tr:nth-child(even) {
  background-color: #fff1f1;
}

table.cls-bus-dashboard-status-table thead tr th, table.cls-bus-dashboard-status-table thead tr td {
  padding: 5px;
  border-right:1px solid #000;
}

table.cls-bus-dashboard-status-table tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
  border-right:1px solid #aaa;
}

table.cls-bus-dashboard-course-applied-table tbody tr {
  width: 100%;
}

table.cls-bus-dashboard-course-applied-table tbody tr:nth-child(even) {
  background-color: #fff1f1;
}

table.cls-bus-dashboard-course-applied-table thead tr th, table.cls-bus-dashboard-course-applied-table thead tr td {
  padding: 5px;
  border-right:1px solid #000;
}

table.cls-bus-dashboard-course-applied-table tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
  border-right:1px solid #aaa;
}

table.cls-bus-dashboard-course-approved-table tbody tr {
  width: 100%;
}

table.cls-bus-dashboard-course-approved-table tbody tr:nth-child(even) {
  background-color: #fff1f1;
}

table.cls-bus-dashboard-course-approved-table thead tr th, table.cls-bus-dashboard-course-approved-table thead tr td {
  padding: 5px;
  border-right:1px solid #000;
}

table.cls-bus-dashboard-course-approved-table tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
  border-right:1px solid #aaa;
}
.uploaded_image_preview {
	float: left;
}
.emi-table {
  margin-bottom: 30px;
}
.emi-table thead tr th{
  background-color: #19bdc5;
  color: #fff;
}
.emi-table tbody tr td{
  padding: 0;
}
.emi-table tbody tr td .form-control {
  border: 0;
}
.emi-table tbody tr td span#show_current_date, .emi-table tbody tr td span[data-view="data-sno"] {
  padding-left: 10px;
  position: relative;
  top: 6px;
}
.table tbody.cls-coursewebsitedata tr td span[data-view="data-course_description"] {
  font-weight: bold; 
}
.uploaded_image_preview span {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px 8px;
  position: relative;
  top: 0;
  left: -18px;
  margin-left: 2px;
  margin-top: 2px;
  display: inline-flex;
}
.uploaded_image_preview span i {
  color: #f00;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #484848;
  outline: 1px solid #484848;
}


.navbar-nav li.nav-item ul.multi {
  display: none;
  width: 240px;
  background-color: #133048 ;
  color: #fff;
}
.navbar-nav li.nav-item:hover ul.multi {
  display: block;  
}
.navbar-nav li.nav-item ul.multi li {
  padding: .25em 0.1em;
  cursor: pointer;
  list-style: circle;  
  margin-left: 30px;
  position: relative;
}
.navbar-nav li.nav-item ul.multi li:hover {
  color: #e9a53e;
}
.navbar-nav li.nav-item ul.multi li ul.sublist {
  display: none;
  position: absolute;
  left: 98%;
  background: #133048 ;
  width: 240px;
  margin-top: -24px;
}
.navbar-nav li.nav-item ul.multi li.sub::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: 6px;
  top: 12px;
}
.navbar-nav li.nav-item ul.multi li:hover ul.sublist {  
  display: block;  
}
.navbar-nav li.nav-item ul.multi li ul.sublist li {
  padding: .25em 0.1em;
  color: #fff;
  cursor: pointer;
  list-style: circle;
  margin-left: 30px; 
}
.navbar-nav li.nav-item ul.multi li ul.sublist li:hover {
  color: #e9a53e;
}
.cls-stu-payment-report-load-filt-text {
  color: #f00;
  position: absolute;
  right: 15px;
}
.future-booking-bg {
  background: #fff4db;
}
.future-booking-bg .house-list div[class^="beds-"] .bed {
  background-color: #ffffff; 
}
.future-booking-bg .house-list div[class^="house-"] div.row {
  background-color: #715818;
}
.future-booking-bg .house-list div[class^="rooms-"] .room h6 {
  background-color: #e9a600;
}
.future-booking-bg .house-list div[class^="house-"], .future-booking-bg .classroom-list div[class^="room-"] {
  border: 1px solid #705718;
}
.future-booking-bg .house-list div[class^="rooms-"] .room, .future-booking-bg .classroom-list div[class^="rooms-"] .room {
  border: 1px solid #e9a600;
}
.future-booking-bg .classroom-list div[class^="room-"] div.row {
  background-color: #715818;
}
.future-booking-bg .classroom-list div[class^="rooms-"] ul li {
  border: 1px solid #e9a600;
  color: #996d00;
}
#CourseWebsiteGridTable tbody tr {
  border-bottom: 1px dashed #333;
  background-color: #fff; 
  cursor: move;
}