@font-face {
  font-family: 'Lato', sans-serif;
  src: url(../fonts/lato/Lato-Regular.ttf);
}
body {
	font-family: 'Lato', sans-serif;
	/*-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; */
}
img {
 /* -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;*/
}
p {
	line-height:1.5;
}
section{
	line-height: 0;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.small, small {
	font-size: 75%;
    font-weight: 400;
}
textarea {
	/*resize:none;*/
}
.bg-theme {
	background:#2b364a;
}	
.bg-grey {
	background:#e4e3e3;
}
.border-color {
	border-color:#10151f;
}
.text-blue {
	color:#2b364a;
}
.text-white {
	color:#ffffff;
}
.text-green {
	color:Green;
}
.text-red {
	color:Red;
}
.font-small  {
	font-size:100%;
}

h6 {
	color:#fff;
}

.navbar {
    padding: 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
	background: #072a50; 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar img {
	width:200px;
	height:auto;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    /*display: flex;*/
    width: 100%;
   /* align-items: stretch;*/
}


.checkbox {
  padding-left: 27px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  margin-left: -27px;
  border: 1px solid #cccccc;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  margin-left: -27px;
  padding-left: 6px;
  padding-top: 4px;
  font-size: 13px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-sm {
  padding-left: 21px;
}
.checkbox.checkbox-sm label::before {
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -21px;
}
.checkbox.checkbox-sm label::after {
  width: 17px;
  height: 17px;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 6px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #0f75bc;
  border-color: #0f75bc;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #f95a68;
  border-color: #f95a68;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #3fa2ee;
  border-color: #3fa2ee;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f7ab60;
  border-color: #f7ab60;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #7ac243;
  border-color: #7ac243;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio {
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-top: 3px;
  line-height:normal;
  font-size:.8rem;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  margin-left: -27px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 18px;
  height: 18px;
  left: 3px;
  top: 8px;
  margin-left: -27px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0px;
}
.radio.radio-sm label::before {
  width: 18px;
  height: 18px;
  margin-left: -21px;
  top: 1px;
}
.radio.radio-sm label::after {
  width: 12px;
  height: 12px;
  left: 3px;
  top: 4px;
  margin-left: -21px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #0f75bc;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #0f75bc;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #0f75bc;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #f95a68;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f95a68;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f95a68;
}
.radio-info input[type="radio"] + label::after {
  background-color: #3fa2ee;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3fa2ee;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #3fa2ee;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f7ab60;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f7ab60;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f7ab60;
}
.radio-success input[type="radio"] + label::after {
  background-color: #7ac243;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #7ac243;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #7ac243;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/*
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-top: 6px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c1c1c1;
}

.checkbox:hover input ~ .checkmark, 
.checkbox input:checked ~ .checkmark2, 
.checkbox input:checked ~ .checkmark3  {
  background-color: #ccc;
}


.checkbox input:checked ~ .checkmark {
  background-color: #2b364a;
}

.checkbox input:checked ~ .checkmark2 {
  background-color: #dc3545;	
}


.checkbox input:checked ~ .checkmark3 {
  background-color: #1e7e34;	
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
.menusl > li {
	display:initial;
	padding: 0px 7px;
}

.menusl > li > a {
	padding: 7px;
	border-radius: 3px;
	color:#fff;
	font-size:13px;
}

.menusl > li.active>a {
   /* color: #fff;*/
   background: #2092ed;
}

.menusl > li:hover>a {
   background: #197ac7;
}

.menusl .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 60%;
    right: 6px;
    transform: translateY(-50%);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
[role="main"] {
    padding-top: 48px;
}

.noscriptmsg { 
	background: red; 
	color: #fff;
	position: absolute;
	top: 5px;
	left: 25vw;
}
		
.cont  {
	background:#f1f1f1 url(../img/bg.jpg) repeat;
	border-bottom: 1px solid #dadada;
	background-attachment:fixed;
}

#content {
   /* max-height: calc(77vh - 70px);*/
   /* min-height: calc(87vh - 70px);*/
 /*  min-height: calc(94vh - 70px);*/
}

#content, .content {
	/*width: 94%;*/
	margin:0px auto;
    /*padding: 20px;
    min-height: 100vh;*/
    transition: all 0.3s;
}

body{	
/*background: #525b6b;*/
	background: #fff;
}

.footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
	border-top: 1px solid #dadada;
}

.footer p {
	font-size:13px;
	font-weight:600;
	padding:15px 0px;
}

.filter {
	background:#f1f1f1;
	border:1px solid #dadada;
	border-top:1px solid transparent;
	z-index:1;
	box-shadow: 0px 9px 11px -10px #000;
}

div.ui-datepicker{
	font-size:13px;
}

.logindiv,
.registerdiv {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #072a50; 
}
/*
.registerdiv {
	min-height: 100vh;
	background: linear-gradient(to left, #fff 50%, #2b364a 50%);
}
*/
.signupform {
    padding: 8em 0;
}

.logndiv {
	width: 100%;
	padding: 75px 15px;
	margin: 0 auto;
	
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.sidebar-sticky {
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 1.2rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-sticky ul li {
	padding: 7px 0px;
}

.sidebar-sticky ul ul li {
	padding: 5px 0px;
}

.sidebar-sticky ul li a {
	font-size: 14px;
}

.sidebar-sticky ul ul li a {
	font-size: 13px;
	
}

.sidebar-sticky ul li a i {
     padding-right:5px
}

.sidebar-sticky .nav-item {
    position: relative;
    display: block;
}

.sidebar-sticky .nav-link.with-sub::after {
    content: '\f3d0';
    font-family: 'Ionicons';
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    color: #969696;
}

.sidebar-sticky  .nav-item + .nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    border-top: 1px dotted #969696;
}
.sidebar-sticky .nav-link.with-sub {
    position: relative;
}

.sidebar-sticky  .nav-link {
	padding:0px;
}

.sidebar-sticky ul ul a {
	padding-left: 15px;
}

.sidebar-sticky .nav-sub {
    list-style: none;
    padding: 0;
    display: none;
    /*padding: 0 0 10px 21px;*/
    margin: 0 0 0 5px;
    border-left: 2px solid #e3e7ed;
}

.sidebar-sticky .nav-item.show > .nav-sub {
    display: block;
}

.form-cst .form-label {
    font-size: 0.8rem;
	line-height:1.4rem;
}

.form-cst .form-control {
	height: calc(1.6rem + 2px);
    font-size: 0.8rem;
    line-height: 1;
    padding: 0 3px;
}

.left_info h1 {
    font-size: 40px;
	font-weight:bold;
}

/* .right_info p {
    padding-bottom: 30px;
} */

.left_info img {
	width:60%;
	margin:0px auto;
}

.account {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 1.5em;
    font-size: 13px;
}

.account a {
    color: #2b364a;
    font-size: 13px;
}

.account a:hover {
	color:#ea0e0e;
}

.form-control {
    height: calc(1.8rem + 2px);
	font-size:0.8rem;
}

.loginfrm .form-control {
	color:#fff;
	background: transparent;
}

.loginfrm .form-control:focus {
	color: #fff;
	border:1px solid #fff;
	background: transparent;
}

.loginfrm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.loginfrm .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.loginfrm .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.loginfrm .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.form-control, 
.input-group-text {
	border-radius: 2px;
}

.loginfrm  .input-group-text span, .loginfrm  .input-group-text {
	background:transparent;
	color:#fff;
}

.ui-w-30 {
    width: 30px !important;
    height: auto;
}

.dropdown-menu.dropdown-menu-right a {
	width:100%;
	display:block;
}

.demo-navbar-user > .dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
    content: "";
    margin-top: -.28em;
    width: .42em;
    height: .42em;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: static;
    right: 0;
}

.lgt > .dropdown-toggle::after {
    right: 10px;
}

.lgt > .btn {
	margin-bottom:5px;
	border-radius:2px;
	padding:6px 10px;
}

.lgt > .btn,
.lgt > .btn:hover,
.lgt > .btn:focus
.lgt > .btn:not(:disabled):not(.disabled):active:focus   {
    padding-right: 25px;
    box-shadow: none!important;
}

.form-control:focus, .custom-select:focus {
    border-color: #085aef;
}

.form-control:focus {
    color: #4E5155;
    background-color: #fff;
    border-color: #085aef;
    outline: 0;
    box-shadow: none;
}

.txtht {
	/*height:100px!important;*/
	margin-top: 5px;	
}

.ptxtht {
	height:100px!important;
	margin-top: 5px;
}

.ptxtht {
	background:#dadada;
	min-height:130px;
	overflow-y:auto;
	margin: 0px 0px 0px 0px;
}

.scroll {
	overflow:auto;
	height:170px; 	
}

.mt-n1 {
	margin-top: -1rem;
}

.mt-n2 {
	margin-top: -2rem;
}

.mt-n3 {
	margin-top: -2.95rem;
}

.mt-n4 {
	margin-top: -4rem;
}

.mt-n5 {
	margin-top: -5rem;
}

.alrt {
	position: absolute;
    top: 30px;
    width: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
	z-index: 10;
}

.f13 {
	font-size:13px;
}

.tht {
	min-height:30px;
	/*max-height:100px;
	overflow-y:auto;*/
	line-height: 1.5;
	padding-top: 0!important;
    padding-bottom: 10px;
}

.divfa { 
	cursor:pointer;
	padding: 0px 5px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 3px 0px #0000009e;
}

.lassign, .dassign { 
	cursor: pointer;
}
.reccomend {
	background: #a5e4fe;
	font-weight: bold;
}

#hbody {
	table-layout: unset;
}

#hbody tbody {
	max-height:initial;
	min-height:initial;
	overflow:hidden;
}

.csttbl {
	font-size:13px;
	width:100%;
	table-layout: fixed;
	background: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	/*box-shadow:0px 1px 3px 1px #0000004a*/
}

.csttbl thead {
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.tbl2 thead {
	background: #6991b9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6991b9, #aebcc5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6991b9, #aebcc5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.csttbl thead tr th {
	/*background: #1d2533;*/
	color: #fff;
	white-space:nowrap;
	font-size: 0.9rem;
	padding:.4rem .3rem;
	border: 1px solid transparent;
}

.csttbl tbody tr td {
	border: 1px solid transparent;
	vertical-align: middle;
	font-size: 0.8rem;
	color: #2b364a;
}

.csttbl tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.06);
}

.csttbl	tbody {
	display:block;
	min-height: 62vh;
	max-height: 62vh;
	overflow-y:scroll;
	scrollbar-width: auto;
	scrollbar-width: thin;
	scrollbar-color:#0f345d #d2e7ff;
}

.csstt tbody{
	min-height: 71vh;/*67vh*/
	max-height: 71vh;	
}

.csstt3 tbody{
	min-height: 59vh;/*67vh*/
	max-height: 59vh;	
}


.cstt2 tbody{
	min-height: 28.5vh;
	max-height: 28.5vh;	
}

.csttbl thead, .csttbl tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
}

.csttbl	thead {
	width: calc( 100% - 1em );
}

.csttbl	tbody::-webkit-scrollbar {
    height: 6px;
    width: 12px;
    background: #fff;
}

.csttbl	tbody::-webkit-scrollbar-thumb {
    background: #2b364a;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.csttbl	tbody::-webkit-scrollbar-corner {
    background: #2b364a;
}					

.tab-content {
	padding:5px 0px;
}
	
#myTab .nav-link {
	padding: 7px 14px;
    font-size: .9rem;
    font-weight: 400;
}

.nav-tabs {
	border-bottom: 1px solid #f1f1f1;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link {
    background-color: #f1f1f1;
	border-color: #f1f1f1 #f1f1f1 #f1f1f1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2092ed;
	border-color: #2092ed #2092ed #2092ed;
}

.after-loop a.after-loop-item {
	color: #fff;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition: .15s box-shadow ease, .15s transform ease;
	-moz-transition: .15s box-shadow ease, .15s transform ease
}

.after-loop a.after-loop-item .card-body i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 4rem;
	left: 1rem;
	color: rgba(255, 255, 255, .4);
	transition: .15s all ease
}

.after-loop a.after-loop-item .card-body h4 {
	font-weight: 700
}

.after-loop a.after-loop-item .card-body p {
	color: rgba(255, 255, 255, .7);
	font-weight: 600
}

.after-loop a.after-loop-item:hover {
	text-decoration: none
}

.after-loop .card-1 {
	background-color: #dd3d31
}

.after-loop .card-2 {
	background-color: #2092ed
}

.after-loop .card-3 {
	background-color: #28a745
}

.after-loop .card-4 {
	background-color: #ffc107
}

.form-control-static {
	padding-top:0.5rem;	
}

.modalsub label,
.modalsub input,
.modalsub textarea,
.modalsub p,
.modalsub select {
	font-size:13px;
	margin:0px;
}

.cursor {
	cursor:pointer;
}

.col-form-label {
	text-align:left;
	font-size:13px;
	line-height: 1.2;	
}

.filter label {
	font-size: 0.8rem;
	align-items: unset;
	justify-content: unset;
	line-height: 26px;
}

.control-label,
.form-control-static {
	font-size:13px;
	padding-top: 6px;
}

#rcorners1 {
	border-radius: 6px;
    padding: 5px 5px;
	background:#2092ed;
    margin-left: -10px;
}

.navbar-search-box {
	display:none;
}

.w-025 {
	width:25px;
	-ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}

.w-050 {
	width:50px;
	-ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.w-0100 {
	width:100px;
	-ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.w-0125 {
	width:125px;
	-ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
}

.w-0150 {
	width:150px;
	-ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}

.w-0175 {
	width:175px;
	-ms-flex: 0 0 175px;
    flex: 0 0 175px;
    max-width: 175px;
}

.w-0200 {
	width:200px;
	-ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.w-0250 {
	width:250px;
	-ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

.w-0300 {
	width:300px;
	-ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.w-0250 {
	width:250px;
	-ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

.w-0350 {
	width:350px;
	-ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
}

.error {
	border:1px solid #ee0000;
}


.right-sidebar {
	background: #f1f1f1;
    border: 1px solid #dadada;
    box-shadow: 0px 9px 11px -10px #000;
    height: 73vh;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
	
	/*max-width: 270px;
	min-width: 270px;
	background:#f1f1f1;
	height: 75vh;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
	position: fixed;
	right: 0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
}

.right-sidebar .group-head {
    font-size: 0.8rem;
	color:#000;
    padding:7px 10px;
	margin:0px;
	background:#bfc5ce;
	/*border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
}

.right-sidebar .lname {line-height: normal;}

.right-sidebar li.contact:hover {
	background:#e4e4e4;
}

/*
.right-sidebar li.contact:hover {
	background:#2092ed;
}

.right-sidebar li.contact:hover .lname {
	color:#fff;
}*/

.right-sidebar .user-info small{ 
	line-height: 2px;
    padding-bottom: 7px;
}

.right-sidebar .user-info {
	padding: 5px 0px 0px 0px;
	float: left;
	line-height: normal;
	width: 100%;
}


.right-sidebar .native {
	background:#d2f7d2;
}

.right-sidebar .fullprovs {
	background:#ffedbc;
}

.right-sidebar .limitprovs {
	background: #fffdbc;
}

.right-sidebar > div {
	max-height:20vh;
	overflow-y: auto;
	width:100%;
	scrollbar-width: thin;
	scrollbar-color:#0f345d #d2e7ff;
}

.right-sidebar ul {
    padding: 0px;	
}

.right-sidebar ul li {
	padding:0px 10px;
	list-style-type:none;
	font-size:0.79rem;
	line-height: 0;
	box-shadow: 1px 0px 1px 0px #71717180;
}

.right-sidebar .fa-circle {
	font-size: .5rem;
	padding-top: 3px;
}

table .checkbox {
	font-size:13px
}

#sidebarCollapse {
    margin-left: 240px;
    position: absolute;
    top: 10px;
    z-index: 9999999999999;
    /*background: #000;*/
    display:none;
	outline: none;
}

.hide {
	display: none;
}

.Recommend { 
	background: #a5e4fe !important;
}

.sidebar-overlay {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 0;
	/*width: 100vh;*/
}

.timschd {
    /*margin: 0px 15px;*/
    padding-top: 15px;
	background: #f1f1f1;
	border: 1px solid #dadada;
    box-shadow: 0px 9px 11px -10px #000;

}

/*
.modal-body {
	background:#525b6b;
}

form .form-control,
form .form-control:focus,
form .form-control:active,
form .form-control:hover,
.form-control,
.form-control:focus,
.form-control:active,
.form-control:hover,
.form-control:disabled, 
.form-control[readonly] {
	background:#1d2533;
	color:#fff;
    border: 1px solid transparent;
}

form .form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
  color: #fff;
}

form .form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
  color: #fff;
}

form .form-control::placeholder,
.form-control::placeholder {
  color: #fff;
}

form .input-group-text {
	background:#2092ed;
	color:#fff;
    border: 1px solid transparent;
}

small#passwordHelpInline {
    color: #fff!important;
}*/

.registerdiv {
	padding:0px;
	padding-top:10px;
}

.logindiv h3,
.registerdiv h3 {
	font-size:20px;
	font-weight:bold;
}

.logindiv .form-control  {
	height: calc(1.8rem + 6px);
}

.registerdiv .input-group {
	margin-bottom: 0.7rem!important;
}

.logindiv .navbar-brand,
.registerdiv .navbar-brand {
	font-size:1.7rem;
}

.btn-outline-danger {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
/*
.topbuttons {
    position: absolute;
    top: 5px;
    left: 65vw;
}*/

.topbuttons > .btn {
	margin:0px 5px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px 1px #0f5296;
}

.topbuttons > .btn:hover {
	box-shadow: 0px 0px 77px 1px #2092ed;
}

.preset {
	margin-top: -2.4rem;
}

.footerbottom {
    width: 100%;
	text-align:center;
}

.foot-nav {
    display: inline-block;
    line-height: 1.2;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.foot-nav li {
    border-right: 1px solid #dcdcdc;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 28px;
}

.foot-nav li a {
    color: #fff;
}

.foot-nav li:last-child {
    border: 0;
}

.footer .cent {
	text-align:right;
}

.liststl {
	
}

.liststl li {
	list-style-type:none;
	padding:5px 0px;
}

.liststl li a {
	color:#2092ed;
	font-size:0.8rem;
	font-weight:bold;
}

.liststl li:hover {
	color:#2092ed;
	text-decoration:underline;
}

.required {
	position:relative;
}

.required:after {
   position: absolute;
    content: " ";
    background: url(../img/star.png) no-repeat right -2px;
    right: -13px;
    height: 30px;
    width: 10px;
    display: inline-block;
}

.sccs {
	
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;

}

.hsstt tbody {
    min-height: 16vh;
    max-height: 16vh;
}

textarea.form-control {
	resize: none;
	width: 100%;
	min-height: 100px;
	padding: 5px;
	overflow: auto;
	box-sizing: border-box;
}

.tktno a {
    text-underline-position: under;
    text-decoration: underline;
}

.modal-title {
	font-weight:600;
}

.bg-yellow {
	background: var(--yellow);
    color: #5f4600;
}


.rotatediv {
  white-space: nowrap;
      width: 40px;
    height: 90vh;
}
.rotatediv > h5 {
  /*-webkit-transform: translate(0px, 110px) rotate(-90deg);
          transform: translate(0px, 110px) rotate(-90deg);*/
writing-mode: vertical-rl;
    transform: rotateZ(180deg);
  padding: 15px 8px!important;
}

.zindex-1 {
	z-index:-1;
}


.form-cst .form-group {
    margin-bottom: 0.4rem;
}

@media (max-width: 1024px) {	
	.filter > .col {
		max-width: 50%;
		margin-bottom: 5px;
		float:left;
	}
	.filter label {
		min-width: 40%;
		padding-top:5px;
		align-items: unset;
		justify-content: unset;
	}
	.filter .form-control { 
		min-width:59%
	}
	.filter {
		display: unset;
		border:none;
	}
	
	.csttbl {
		table-layout: unset;
		overflow: unset;
	}
	.csttbl thead tr th,
	.csttbl tbody tr td {
		width: 150px;
		-ms-flex: 150px;
		flex: 150px;
		max-width: 150px;
	}

	.csttbl thead tr, .csttbl tbody tr {
    	/* display: inline-flex; */
    	/* table-layout: unset; */
    	/* width: auto; */
  }

  .csttbl tbody {
		display: unset;
		min-height: unset;
		max-height: unset;
		overflow-y: unset
   }
	 
	.w-025, .w-050, .w-0100, .w-0125, .w-0150, .w-0175, .w-0200, .w-0250, .w-0300, .w-0250, .w-0350 {
		width: initial;
		-ms-flex:  initial;
		flex:  initial;
		max-width: initial;
	}
	
	.rotatediv {
		height:95vh
	}
	
}

@media(min-width:992px) {
	.after-loop a.after-loop-item:hover {
		transform: translateY(-0.25rem);
		box-shadow: 0 1.25rem 0.5rem -1.5rem rgba(33, 37, 41, .3), 0 0 1.5rem -0.5rem rgba(33, 37, 41, .05)!important
	}
	.after-loop a.after-loop-item:hover .card-body i {
		left: 1.5rem;
		font-size: 3rem
	}
	.after-loop a.after-loop-item:active {
		transform: none;
		box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, .15), 0 0 1.5rem .5rem rgba(33, 37, 41, .05)!important
	}
}
/*#sidebar.active {
	margin-left: 0;    
	position: absolute;
	z-index: 5;
	height: 100vh;
}*/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 992px) {
	#sidebar {
        margin-left: -250px;
		position: absolute;
		z-index: 5;
		height: 100vh;
    }
    #sidebar.active {
        margin-left: 0;    
		position: absolute;
		z-index: 5;
		width:70hw;
		height: 100vh;
    }
    #sidebarCollapse span {
        display: none;
    }
	.navbar {
		padding: 8px 15px;
	}
	.navbar h4 {
		padding: 8px 0 0 0;
		text-indent: 50px;
		font-size: 20px;
	}
    #content.cactive {
        margin-left:0px;
    }
   /* .logindiv,
    .registerdiv	{
    	background: #fff;
    }*/
    .signupform {
    	padding-left:15px;
    	padding-right:15px;
    }
	.right_info h1 {
		color:#2092ed;
		margin-bottom:15px;
		font-size:1.8rem;
		font-weight: 800;
	}
	.right_info h3 { 
		font-size:1.1rem;
	}
	#sidebarCollapse  {
		display:block;
	}
	.filter > .col {
		min-width: 50%;
		margin-bottom:5px;
	}
	.filter label {
		min-width: 40%;
		padding-top:5px;
		align-items: unset;
		justify-content: unset;
	}
	.filter .form-control { 
		min-width:59%
	}
	.active + .sidebar-overlay {
		left: 0;
		opacity: 1;
		z-index: 2;
	}
	.navbar-nav .dropdown-menu {
		position:absolute;
	}
	.sidebar-overlay {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.sidebar-overlay {
		display: block;
	}
	.timschd {
		margin:0px;
	}
	.timschd > .form-group > .col-form-label {
		max-width: 40%;
	}
	.trltr {
		margin: 10px 0px;
		padding: 15px!important;
	}
	.csttbl {
		table-layout: unset;
		overflow: unset;
	}
	.csttbl thead tr th,
	.csttbl tbody tr td {
		width: 150px;
		-ms-flex: 150px;
		flex: 150px;
		max-width: 150px;
	}

	.csttbl thead tr, .csttbl tbody tr {
    	/* display: inline-flex; */
    	/* table-layout: unset; */
    	/* width: auto; */
  }

  .csttbl tbody {
		display: unset;
		min-height: unset;
		max-height: unset;
		overflow-y: unset
   }
	 
	.w-025, .w-050, .w-0100, .w-0125, .w-0150, .w-0175, .w-0200, .w-0250, .w-0300, .w-0250, .w-0350 {
		width: initial;
		-ms-flex:  initial;
		flex:  initial;
		max-width: initial;
	}
	
	.footer {
		margin-top:15px;
	}
	
	.footer,
	.footer .cent {	
		/*position: initial;*/
	}
	
	.footer p {
		padding: 15px 0px 0px 0px;
	}
	
	.foot-nav li {
		padding: 0 18px;

	}
	
	.footer .cent p{
		padding: 15px 0px 15px 0px;
	}
	
	.schdiv {
		margin-top:15px;
	}
	.right-sidebar, .sccs  {
		position:relative;
		height:auto;
		top: unset;
		left: unset;
		right: unset;
	}
	.sccs  {
		margin-top:10px;
	}

	.btn-group-sm>.btn, .btn-sm {
		font-size: .82rem; 
	}

	.text-right.topbuttons {
		text-align: left!important;
	}
	
	.topbuttons {
		max-width: 100%;
		display: inline-flex;
		clear: both;
	}
	
	.navbar .navbar-brand {
		margin-left:15px;
	}

	.hsstt tbody {
		min-height: 100%;
		max-height: 100%;
	}
	
	.menusl {
		margin-top:0px;
	}
	
	.menusl > li {
		width: auto;
		display: unset;
		padding: 0px;
	}
	
	.menusl > li > a {
		width: auto;
		display: unset;
	}
	
	.cstmt {
		margin-top: 40px!important;
	}
	
	#content {
		/*max-height: calc(83vh  - 70px);
		min-height: calc(83vh  - 70px);*/
	}
	
	.sctr {
		max-height:50vh;
		overflow-y:auto;	
	}
	
	.right-sidebar > div {
		max-height:  27vh;
	}

}

@media (max-width: 576px) {
	.timschd > .form-group > .col-form-label {
		max-width: 30%;
	}
	.form-control {
		padding:5px;
		font-size:12px;
	}
	.container {
		width: 100%;
	}
}


@media (max-width: 767px) { 
	

	.menusl {
		margin-top:10px;
	}
	
	.menusl > li {
		padding: 1px 5px;
		width: 100%;
		display: inline-block;
	}
	
	.menusl > li > a {
		width: 100%;
		display: inline-block;
	}
	
	.footer {
		/*position:relative;*/
	}
	
	
	#content {
		/*max-height: calc(78vh  - 70px);
		min-height: calc(78vh  - 70px);*/
	}
	
	.footer,
	.footer .cent {	
		text-align:center;
	}
	
	.modalsub  .modal-title {
		font-size:1rem;
	}
	
}
@media (min-width: 767px) and  (max-width: 900px) {
	.navbar {
        text-align:center;
        display:block;
    }
	.menusl > li {
		padding:0 4px;
	}
}
