@import "jquery-ui-1.9.2.css";
@import "chosen.css";
@import "font-awesome.min.css";
@import "glyphicons.css";
@import "halflings.css";

@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);


.error{
	color: red;
	text-align: center;
}
body.bg-inner{
	background-color: #f5f5f5;
}
.navbar{
	background: #36a9e1;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a{
	color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
	background: #1e8fc6;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	font-family: 'Kaushan Script',cursive;
}

.search-div{
	margin-top: 50px;
}

.box {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	margin: 0 0 30px 0;
}

.box .box-header {
	background: #36a9e1;
	color: white;
	font-size: 16px;
	overflow: hidden;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

.box .box-header h2 {
	float: left;
	padding: 10px 0;
	margin: 0 0 0 20px;
}

.box .box-header .box-icon {
	background: #1e8fc6;
	float: right;
}

.box .box-content {
	padding: 10px;
	background: white;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

.box .box-header .box-icon i {
	display: inline-block;
	color: white;
	text-align: center;
	width: 36px;
	padding: 10px 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	border-left: 1px solid #36a9e1;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}

.box .box-header h2 i {
	background: #1e8fc6;
	color: white;
	padding: 10px 0;
	width: 36px;
	display: inline-block;
	text-align: center;
	margin: -10px 20px -10px -20px;
}

ul.ui-autocomplete{
	font-family: sans-serif;
	font-size: 14px;
	border-radius: 0px;
}

.unpaid-amt-div h3{
	margin-top: 15px;
	margin-bottom: 15px;
}

.unpaid-amt-div{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 1px 15px;
}

.btn{
	border-radius: 0px;
}

.bg-login{
	background: #191919;
	color: #383e4b;
	border: 0;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.bg-login h3 {
	font-size: 15px;
	line-height: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#ui-datepicker-div{
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-header{
	background: white;
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	background: none !important;
	border: none !important;
	text-align: center;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
	background: #eee !important;
	cursor: pointer;
}

#success_payment{
	opacity: 0;
}

.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.no-side-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.DTTT_container > a, .DTTT_container > a > span {
	position: relative;
	float: right;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;

}
.DTTT_container > a > span {
	background-color: #FF2B44;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
}

body .modal-calendar {
    /* new custom width */
    width: 900px;
}

body .modal-body {
overflow : auto;
}

.tblCalendar {
    border-bottom: 7px solid #9BAFF1;
    border-collapse: collapse;
    border-top: 7px solid #9BAFF1;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    text-align: center;
}
.tblCalendar td {
    border-left: 1px solid #AABCFE;
    border-right: 1px solid #AABCFE;
    color: #666699;
    padding: 8px;
}
.tblCalendar th {
    background: none repeat scroll 0 0 #E8EDFF;
    border-bottom: 1px solid rgba(155, 175, 241, 0.25);
    border-left: 1px solid #9BAFF1;
    border-right: 1px solid #9BAFF1;
    color: #003399;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}
.tblCalendar td:hover {
    background: none repeat scroll 0 0 #9BAFF1;
    color: #FFFFFF;
    cursor: pointer;
}
.tblCalendar td.reserved {
    background-color: #FF0000;
}
.highlighted {
    background-color: #0000FF;
}

table thead th {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 25vw;
  background: #f5f5f5;
}
table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
table tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f5f5f5;
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    	background: transparent;
    }
    .navbar-default .navbar-toggle {
    	border: 0;
        display: block;
    }
    .navbar-default .navbar-toggle .icon-bar {
    	background: #fff;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1025px) {
	.navbar-collapse.collapse {
		display: block !important;
	}
}


.red-text {
  color: #dc3545;
}

.alert-error{
  color: #dc3545;
  font-style: italic;
}


.input-group > .select2 {
  width: auto;
  flex: 1 1 auto;
}

.input-group > .select2 .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: 0.2rem 1rem;
  font-size: 9pt;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}


.loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
  position:absolute;
  top:70%;
  left:50%;
 }

 .loading span {
  width: 4px;
  height: 50px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
 }

 .loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
 }

 .loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
 }

 .loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
 }

 .loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
 }

 @keyframes scale {
  0%, 40%, 100% {
   transform: scaleY(0.05);
  }

  20% {
   transform: scaleY(1);
  }
 }

 .d-none{
  display: none;
 }

 .badge-container {
  position: relative;
}

.notif-badge {
  position: absolute;
  top: 11px;
  right: 1px;
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
}
