@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
html body{
	    background-color: #fff;
			color:#6a6a6a;
			overflow-x: hidden;
			width: 100%;
}

body{
	color:#6a6a6a;
	font-family: 'IBM Plex Sans', sans-serif;
}

:focus{
	outline:none;
}

html body a {
    color: #b0cb1f;
}

html body a:hover {
    color: #a8c317;
}

hr{
	border-top:1px solid rgba(72,94,144,0.16);
}

.footer-text{
	font-size: 12px;
}

.navbar-semi-light .navbar-nav .nav-link {
    color: #000;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h6{
	color:#000;
}

.menu-collapsed .logo-md{
	display: none;
}

.menu-collapsed .logo-sm{
	display: block;
}

.menu-expanded .logo-md{
	display: block;
}

html body .content .content-wrapper .content-header-title {
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #000;
    font-size: 1.3125rem;
		margin-bottom: 0;
}

.menu-expanded .logo-sm{
	display: none;
}

.avatar-online i {
    background-color: #b0cb1f;
}

.main-menu.menu-dark .navigation > li > a{
	padding: 12px 20px 12px 10px;
}

.header-navbar .navbar-header .navbar-brand{
	padding: 15px 0;
}

.header-navbar{
	font-family: 'IBM Plex Sans', sans-serif;
}

.navigation{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px
}

.breadcrumb{
	font-family: 'IBM Plex Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'IBM Plex Sans', sans-serif;
}

nav.bg-info {
    background-color: #072a4a  !important;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand{
	padding: 10px 0;
}

th {
    white-space: unset;
}

.navbar-semi-light .navbar-header{
	background-color: transparent;
	border-right: 1px solid rgba(72, 94, 144, 0.16);
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu{
	width: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header{
	width: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
    margin-left: 240px;
}

body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
    margin-left: 240px;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding: 8px 18px 8px 20px;
		font-size: 12px;
}

.main-menu.menu-dark .navigation > li.open > a{
	background: #1d3666;
	border-right: 4px solid #b0cb1f;
}

.main-menu.menu-dark .navigation > li > ul {
    background: #042b9d;
}

.card{
	border-radius: 0;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(72, 94, 144, 0.16);
	border-radius: 0.25rem;
	box-shadow:none;
}

.card .card-header{
	background-color: transparent;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	padding: 15px 20px;
}

.card .card-header h4.card-title{
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 500;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{
	margin-bottom: 0;
}

.header-navbar .navbar-container ul.nav li.nav-item a.dropdown-user-link{
	line-height:35px;
}

.navbar-semi-light .navbar-nav li.nav-item{
	margin:0 auto;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 185px;
		/*filter: brightness(0) invert(1);*/
}
.main-menu.menu-dark{
	background-color: #213c6e;
}
.main-menu.menu-dark .navigation {
    background-color: #213c6e;
}
.main-menu.menu-dark {
    color: #63a3fe;
}

.main-menu.menu-dark .navigation > li.active > a{
	border-right: 4px solid #b0cb1f;
	background-color: #1d3666;
}
.menu-collapsed  .header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 36px;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a {
    padding: 12px 0 12px 18px;
}

.menu-content{
	background-color: #1d3666 !Important;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title{
	background-color:#b0cb1f !important;
}
.main-menu.menu-light .navigation > li.open > a{
	border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation li a{
	color:#4774b5;
}
.page-item.active .page-link{
	border-color: #b0cb1f;
    background-color: #b0cb1f;
}

.pagination .page-link{
	color: #b0cb1f;
}

.table .thead-dark th{
	border-color: #07456c;
    background-color: #07456c;
}

.mt-05{
	margin-top:0.5em !Important;
}

.table th, .table td{
	padding:10px;
	font-size:13px;
}
.table.table-sm th, .table.table-sm td{
	 padding: .4rem;
	     font-size: 12px;
}

.table-btn{
	padding: .2rem;
	display: inline-block;
	margin:10px;
	border-radius:0;
	color:#fff;
}

.table.table-sm td{
	padding:0 !important;
}


.table-input .form-control{
	border:none !Important;
	border-radius:0;
	padding: .75rem 0.5rem;
	font-size:13px;
	background-color: transparent !Important;
}
.table.table-sm tfoot tr td{
	padding:8px !Important;
}
.table-input tfoot button{
	border-radius:0px;
}
.table-input tbody tr td p{
	padding:7px 10px;
	margin-bottom: 0px;
}

.font-bold{
	font-weight:700;
}
.status-badge{
	padding: 9px;
    border-radius: .21rem!important;
    margin: 0px 10px;
}

div.dataTables_wrapper div.dataTables_paginate{
	margin: 15px 10px;
}

div.dataTables_wrapper div.dataTables_filter{
	margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_length label{
	    margin: 10px;
	margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_filter input{
	border-radius: 0px;
	height: 30px;
}

div.dataTables_wrapper div.dataTables_length select{
	height: 30px;
	border-radius: 0;
}

div.dataTables_wrapper div.dataTables_info{
	padding-top: 0em;
	margin: 10px;
}

body ::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}

body ::-webkit-scrollbar{
	width:6px;
	background-color: #fff;
	height: 6px;
}

body ::-webkit-scrollbar-thumb{
	background-color: #ced4da;
}

.match-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dflex{
  display: flex;
  flex-direction: column;
}

.match-box .card{
  display: flex;
  height: 100%;
  width: 100%;
}

.form-control{
	border-radius: 0.25em;
	border: 1px solid #e0e3e3;
	    height: 35px;
}


/***********************
LOGIN PAGE CSSS
************************/
.bg-white{
	background-color: #fff;
}

.lg-box{
	width: 100%;
	height: 100%;
}

.lg-box .row-full{
	height: 100%;
	width: 100%;
	margin: 0px;
}

.login-left{
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../../app-assets/images/oil-rig.jpg);
	background-size: cover;
	background-position: center;
}

.login-caption{
	padding: 4rem 3rem;
	align-items: flex-end;
	display: flex;
	height: 100%;
	position: relative;
}

.login-left:before{
	content:"";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(0deg, rgba(6,42,73,0.8) 0%, rgba(6,42,73,0) 40%);
	position: absolute;
	left: 0px;
}

.login-caption h3{
	font-size: 4rem;
	color:#fff;
	font-weight: 900;
	position: relative;
}

.login-caption h3:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #b0cb1f;
	bottom: -16px;
	left: 3px;
}

.login-caption h3 span{
	font-weight: 300;
}

.login-right{
	height: 100%;
	background: #fff;
	width: 100%;
	position: relative;
	padding: 4rem 3rem;
	display: flex;
	align-items: center;
}
.no-gutter{
	padding-left: 0px;
	padding-right: 0px;
}
.lx-content{
	margin: 40px 0;
}

.lx-content h3{
	font-weight: 900;
	margin-bottom: 0;
	color:#213c5e;
}

.lg-box .form-group{
	margin-bottom: 2em;
}

.lg-box .form-control{
	height: 50px;
	border:1px solid #d4d3d3;
}

.lg-box .btn-ihcl{
		width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

div.dataTables_scrollBody table{
			width: 100% !important;
}
.dataTables_scrollHeadInner{
	width: 100% !important;
}
div.dataTables_scrollHead table.table-bordered{
			width: 100% !important;
}

.btn-fullwidth{
	width: 100%;
}

.btn-tcl{
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.btn-tcl-1{
	background-color: #b0cb1f;
	border-color:#b0cb1f;
	color:#fff;
}

.btn{
	border-radius: 0;
}

.btn-tcl-1:hover,.btn-tcl-1:focus,.btn-tcl-1:active{
	color:#fff;
	background-color: #a8c317;
	border-color: #a8c317;
}

.btn-login{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-white {
    background: #fff;
		border-bottom: 1px solid rgba(72,94,144,0.16);
}

.df-skin, .df-mode {
    height: 20px;
    border: 1px solid rgba(72, 94, 144, 0.16);
    display: flex;
    margin-bottom: 5px;
    padding: 2px;
}

.df-skin-name {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #8392a5;
}

.light-mode .df-mode-default.active,.light-mode .df-mode-default.active {
    border-color: #32cafe;
    box-shadow: 0 0 0 1px #32cafe;
    position: relative;
}

.theme-mode {
    padding: 10px;
}

.light-mode .df-mode-default.active::before,.light-mode .df-mode-default.active::before {
    content: '\f17b';
    font-family: 'LineAwesome';
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    margin-left: -5px;
    margin-top: 0px;
    color: #32cafe;
}

.df-skin > span, .df-mode > span {
    display: block;
    flex: 1;
}

.bg-gray-700 {
    background-color: #596882;
}

.bg-gray-900 {
    background-color: #1c273c;
}

.breadcrumb{
	margin-bottom: 5px !Important;
}

.breadcrumb .breadcrumb-item{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform:uppercase;
}

footer.navbar-border{
	border-top:1px solid rgba(72,94,144,0.16)
}

.tx-primary{
	color:#43628a !important;
}

.tx-success{
	color:#b0cb1f !important;
}

.tx-warning{
	color:#e68824 !important;
}

.tx-pink{
	color:#ca1f1f !important;
}

.tx-indigo{
	color:#5b47fb !important;
}

.tx-primary-bg{
	background-color:#43628a;
}

.tx-success-bg{
	background-color:#b0cb1f;
}

.tx-warning-bg{
	background-color:#e68824;
}

.tx-pink-bg{
	background-color:#ca1f1f;
}

.tx-indigo-bg{
	background-color:#5b47fb;
}

.tx-btn-primary{
	background-color:#43628a;
	color:#fff;
	border:1px solid #43628a;
}

.tx-btn-primary:hover,.tx-btn-primary:focus,.tx-btn-primary:active{
	background-color:#37577f;
	color:#fff;
	border:1px solid #37577f;
}

.tx-btn-success{
	background-color:#b0cb1f;
	color:#fff;
	border:1px solid #b0cb1f;
}

.tx-btn-success:hover,.tx-btn-success:focus,.tx-btn-success:active{
	background-color:#9eb61a;
	color:#fff;
	border:1px solid #9eb61a;
}

.tx-btn-warning{
	background-color:#e68824;
	color:#fff;
	border:1px solid #e68824;
}

.tx-btn-warning:hover,.tx-btn-warning:focus,.tx-btn-warning:active{
	background-color:#d57e21;
	color:#fff;
	border:1px solid #d57e21;
}

.tx-btn-pink{
	background-color:#ca1f1f;
	color:#fff;
	border:1px solid #ca1f1f;
}

.tx-btn-pink:hover,.tx-btn-pink:focus,.tx-btn-pink:active{
	background-color:#ba1c1c;
	color:#fff;
	border:1px solid #ba1c1c;
}

.tx-btn-pink-outline{
	border:1px solid #ca1f1f;
	color:#ca1f1f
}

.tx-btn-pink-outline:hover,.tx-btn-pink-outline:focus,.tx-btn-pink-outline:active{
	border:1px solid #ca1f1f;
	color:#ca1f1f
}

.tx-btn-grey{
	background-color:#8392a5;
	color:#fff;
	border:1px solid #8392a5;
}

.tx-btn-grey:hover,.tx-btn-grey:focus,.tx-btn-grey:active{
	background-color:#878787;
	color:#fff;
	border:1px solid #878787;
}

.tcl-status{
	padding: 3px 5px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.table-sm-btn{
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
}

.stat-box h6{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 11px;
	margin-bottom: 0px;
}

.stat-box h3{
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 0;
}

.graph-box{
	border-top:1px solid rgba(72, 94, 144, 0.16);
	padding: 10px;
}
.graph-legends{
	margin-bottom: 10px;
}

.graph-box p{
	text-transform: uppercase;
	font-size:10px;
	font-weight: 600;
	margin-bottom: 0;
}

.tx-wt{
	width:10px;
	height:10px;
	margin-right: 5px;
	border-radius:50%;
}

.graph-box h5{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.tcl-title h5{
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 500;
}

.tcl-title {
	margin-bottom: 35px;
}

.boxed label {
  display: inline-flex;
  padding: 10px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  transition: all 0.3s;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  border: solid 1px #0c84d1;
	background-color: #0c84d1;
	color:#fff;
}

.boxed.boxed-group label {
	width: auto;
	float: left;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single{
	border-color:rgba(72, 94, 144, 0.16) !important;
	border:1px solid rgba(72, 94, 144, 0.16) !important;
	border-radius: .25em;
	height: 35px !Important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:rgba(72, 94, 144, 0.16) !important;
	border:1px solid rgba(72, 94, 144, 0.16) !important;
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
	height: 35px !Important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice{
	padding: 0px 6px !important;
	color: #fff;
	border-color: #0c84d1 !important;
	background-color: #0c84d1 !important;
	font-size: 13px;
	border-radius: 0px;
	font-weight: 500;
	line-height: 1.6;
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
	min-height: 35px !Important;
	border-color:rgba(72, 94, 144, 0.16) !important;
	border:1px solid rgba(72, 94, 144, 0.16) !important;
}

.select2-container--default .select2-search--inline .select2-search__field{
	color:#4e5154;
	margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 22px;
	color:#4e5154;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option[aria-selected="true"]{
	background-color:#0c84d1 !Important
}

.mb-0{
	margin-bottom: 0 !Important;
}

.table.tcl-table th, .table.tcl-table td{
	border-color: rgba(72, 94, 144, 0.16);
	padding: 6px 10px;
	font-size: 13px;
}

.table-bordered{
	border-color: rgba(72, 94, 144, 0.16);
}

.table.tcl-table th{
	text-transform: uppercase;
}

.bb-none{
	border-bottom: none !important;
}

.thead-bg-1 th{
	background-color: #213c6e;
	color:#fff;
}

.thead-bg-light th{
	background-color: #f5f6fa;
	color:#010101;
}

.table-sub-header td{
	text-transform: uppercase;
	font-size: 11px !important;
	letter-spacing: .5px;
	font-weight: 500;
}

.tcl-table tbody tr td.bold{
	color:#000;
	font-weight: 500;
}

.page-item.disabled .page-link{
		background-color: transparent;
		border-color: rgba(72, 94, 144, 0.16);
		color:#8392a5;
}

.tcl-box strong{
	color:#010101;
}

.df-title{
	font-size: 36px;
	letter-spacing: -.5px;
	text-indent: -2px;
	margin-bottom: 20px;
}

.no-padding{padding: 0 !Important}

.setup-left{
	padding: 2.2rem;
	min-height: 90vh;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
}

.setup-right{
	padding: 2.2rem;
	border-left: 1px solid rgba(72,94,144,0.16);
	min-height: 90vh;
	height: 100%;
}

.df-lead{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	margin-bottom: 0px;
}

.setup-label .sc-label{
	display: block;
	font-size: 11px;
	letter-spacing: .7px;
	font-weight: 500;
	text-transform: uppercase;
	color:#8392a5;
	margin-bottom: 25px;
}

.sc-link a,.sc-link p{
	margin-bottom: 5px;
	padding: 0;
	display: block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	color:#6a6a6a;
}

.sc-link a.active,.sc-link p.active{
	color:#1e9ff2 !Important;
	font-weight: 600;
}
.sc-link p.active:before,.sc-link a.active:before{
	content: "";
	width: 70px;
	position: absolute;
	top: 49%;
	right: -2.2em;
	height: 1px;
	background-color: #1e9ff2;
}

.tcl-title-md{
	font-weight:500;
	letter-spacing: 0px;
	margin: 20px 0;
}

.text-link{
	font-weight: 600;
line-height: 1;
text-transform: uppercase;
letter-spacing: -.2px;
font-size: 14px;
}
.text-link i{
	margin-left: 5px;
	font-size: 16px !important;
}

.hideDivs{
	display:none;
}

.boxed-checkbox label {
  display: flex;
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(72,94,144,0.16);
  transition: all 0.3s;
	height: 40px;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: -.2px;
	font-weight: 600;
}

.boxed-checkbox input[type="checkbox"] {
  display: none;
}

.boxed-checkbox input[type="checkbox"]:checked + label {
  border: solid 2px #43628a;
	background-color: #43628a;
	color: #fff;
}

.boxed-checkbox.box-checkbox-inline label{
	display: inline-flex;
	float: left;
	height: 25px;
	font-size: 12px;
	border: 1px solid rgba(72,94,144,0.16);
	width: auto;
	border-right: none;
}

.conf-checklist .boxed-checkbox.box-checkbox-inline:last-child label{
	border-right: 1px solid rgba(72,94,144,0.16);
}

.boxed-checkbox input[type="checkbox"]:checked + label {
  border: solid 1px #43628a;
}

.conf-checklist{
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: flex-end;
}

.title-lc{
	font-size: 16px;
}

.card-header .heading-elements, .card-header .heading-elements-toggle{
	top: 13px;
}

.question-box{
	position:relative;
	border-bottom: 1px solid rgba(72,94,144,0.16);
}

.question-content,.question-field.question-field-view{
	padding: 15px;
	display: flex;
	height: 100%;
}

.question-content p,.question-field-view p{
	margin: 0;
}

.question-answer{
	display: flex;
	height: 100%;
}

.question-field{
	display: flex;
	height: 100%;
}

.no-gutter{
	padding-left: 0;
	padding-right: 0;
}

.question-field .form-control{
	background-color: transparent !important;
	height: 100%;
	border-radius: 0;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
}

.question-answer{
	padding: 15px;
}

.question-answer .boxed.boxed-group label{
	width: 55px;
}

.qt-box .question-box:nth-child(even){
	background-color: #f1f1f1;
}

.qt-box .question-box:last-child{
	border-bottom: none;
}

.title-lc{
	margin-bottom: 20px;
}

.question-answer h3{
	margin: 0;
	font-weight: 700;
	letter-spacing: -.2px;
}

.fileuploader{
	background-color: transparent;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after{
	content:"\f34d";
	font-family:LineAwesome;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-edit i::after{
	content:"\f2b0";
	font-family:LineAwesome;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item{
	margin: 0 10px 16px;
}

.comment-box {
    min-height: 280px;
    position: relative;
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.chat-content {
    position: relative;
    display: block;
    padding: 8px 15px;
    clear: both;
    background-color: #1E9FF2;
    border-radius: 4px;
    text-align: left;
    float: left;
    background-color: #EDEEF0;
}
.chat-content:before{
	position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
	right: auto;
    left: -10px;
    border-right-color: #EDEEF0;
    border-left-color: transparent;
}
.chat-content p{
	margin-bottom:7px;
}
.chat-content em.time1{
	padding-left:50px;
	display:inline-block;
}

.media-list.comment-list .media{
	padding: 1.5rem 0px;
	padding-top:0;
}

.comment-content{
  padding: 1.5rem;
}

.media-left i, .media-right i {
    font-style: normal;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.6rem;
}

.chat-right {
    background-color: #43628a !important;
    color: #fff;
    float: right;
}

.chat-right:before {
    right: -10px;
    border-left-color: #43628a !important;
    border-right-color: transparent !important;
    left: initial;
}

.chat-right.bg-color-3:before {
    border-left-color: #7928ca;
}

.chat-form {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}

.chat-form .input {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: 0.5em;
}

.chat-form .input input.form-control {
    background-image: none;
    padding: 0.5rem 1.5rem;
    margin-right: 1rem;
    flex-grow: 2;
    font-weight: 400;
    letter-spacing: 0.025em;
    width: 70%;
    border-radius: 50px;
    height: 40px;
}

.chat-form a {
    width: 40px;
    background-color: #43628a;
    height: 40px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.chat-form a:hover,.chat-form a:focus,.chat-form a:active{
  color:#fff;
}

.no-comments{
	padding: 30px 15px;
	text-align: center;
}

.no-comments i{
	font-size: 8rem !important;
	color: rgba(72, 94, 144, 0.16);
}

.no-comments h3{
	color: rgba(72, 94, 144, 0.16);
}

.files-data{
	text-align: center;
	background-color: #f3f3f3;
	border-radius: .25em;
	padding: 15px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.files-data img{
	width: 60px;
	height: 60px;
}

.files-data p{
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	color:#6a6a6a;
}

.user-box{
	display: none;
}
.empty-box{
	height: 150px;
}

.overflow-inherit{
	overflow-x: inherit;
}
/***************
selectize
****************/
.tbl-unit{
	padding: 7px 10px;
}
.tbl-unit .boxed-checkbox  label{
	display: flex;
	width: 100%;
	padding: 3px;
	border: 1px solid rgba(72,94,144,0.16);
	transition: all 0.3s;
	height: auto;
	align-items: center;
	justify-content: inherit;
	text-transform: inherit;
	letter-spacing: -.2px;
	font-weight: normal;
	font-size: 0.9rem;
	text-align: left;
}
.selectize-control.multi .selectize-input [data-value]{
	background-color: #213c6e !important;
	border-color: #213c6e !important;
	border-radius: 0;
	line-height: 1.2rem;
	font-size: 0.9rem;
	letter-spacing: -.2px;
	text-shadow: none;
	box-shadow: none;
}

.selectize-control .selectize-dropdown, .selectize-control .selectize-input input {
	font-size: 0.9rem;
	letter-spacing: -.2px;
}

.tbl-selectize .selectize-control.multi .selectize-input [data-value]{
	width: 100%;
	color:#6a6a6a;
	background-color: transparent !important;
	border-color: rgba(72,94,144,0.16) !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left-color: #042484 !important;
}

.tbl-selectize .selectize-control.plugin-remove_button [data-value] .remove {
    border-left-color: rgba(72,94,144,0.16) !important;
}

.selectize-control .selectize-input{
	border:1px solid rgba(72,94,144,0.16) !important;
	box-shadow: none;
}

.table-input .selectize-control .selectize-input{
	border:none !important
}

.selectize-control .selectize-input.focus, .selectize-control .selectize-input:focus{
	border:1px solid rgba(72,94,144,0.16)  !important;
}

.selectize-control.single .selectize-input::after{
}

.selectize-control.single .selectize-input{
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

.table-input .selectize-control .selectize-input.focus,.table-input .selectize-control .selectize-input:focus{
	border:none !important;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #b1aeae;
	background: transparent;
}
.styled-checkbox:hover + label:before {
  background: #b0cb1f;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #b0cb1f;
      border: 2px solid #b0cb1f;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #213c6e;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #213c6e, 4px 0 0 #213c6e, 4px -2px 0 #213c6e, 4px -4px 0 #213c6e, 4px -6px 0 #213c6e, 4px -8px 0 #213c6e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  margin: 5px;
      display: table;
}
.radio .label {
  position: relative;
      display: inline-flex;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
.radio input[type="radio"]:checked + .label {
  border-color: #225cff;
}

.radio.rd-orange input[type="radio"]:checked + .label{
  border-color: #b0cb1f;
}
.radio.rd-orange .label:after{
  background-color: #b0cb1f;
}
.radio input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.radio span.label,.radio span.lbl-text{
  display: table-cell;
  vertical-align: top;
}
.radio span.lbl-text{
	font-size: 11px;
font-weight: 400;
letter-spacing: 0px;
text-transform: uppercase;
}

.department-access{
	background-color: #213c6e;
	color: #fff;
	padding: 3px 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 1;
}

.boxed input[type="radio"]:checked + label.tx-success-checked{
	background-color: #b0cb1f;
	border-color: #b0cb1f;
}
.boxed input[type="radio"]:checked + label.tx-pink-checked{
	background-color: #ca1f1f;
	border-color: #ca1f1f;
}
.boxed input[type="radio"]:checked + label.tx-warning-checked{
	background-color: #e68824;
	border-color: #e68824;
}

.table-input-auto textarea.form-control{
	height: auto;
	min-height: 35px;
}
/********************
responsive
********************/
@media only screen and (min-width: 1700px) and (max-width: 2560px) {
}

@media only screen and (max-width: 980px) {
	.blank-page .content-wrapper .flexbox-container{
		height: auto;
	}
	.login-left{
		min-height: 270px;
	}
}

@media only screen and (max-width: 767px) {
	.login-caption h3{
		font-size: 2rem;
	}
	.header-navbar .navbar-header .navbar-brand .brand-logo.logo-sm{
        display: none !important;
    }
    .navbar-semi-light .navbar-nav li.nav-item {
        margin: 0;
    }
}

.no_data{
	display:flex;
	height:350px;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-direction:coloum;
}

.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo{
	width: 60px !important;
}
.header-navbar .navbar-header .navbar-brand .brand-logo{
	width: 245px !important;
}
.header-navbar .navbar-header .navbar-brand{
	padding: 10px 0;
}
.header-navbar .navbar-header{
	padding: 0rem !important;
}
.bg-lightblue{
	background-color: #dbebff;
}
.bg-lightorange{
	background-color: #fde0c1;
}
.bg-lightgreen{
	background-color: #b0cb1f47;
}
.bg-lightred{
	background-color: #cb1f1f17;
}
.bg-lightvblue{
	background-color: #691fcb17;
}
.bg-lightyellow{
	background-color: #fbeb2d52;
}
.bg-lightblue{
	background-color: #d0e2f0;
}
/* .seal-left, .seal-right p.bg-y {
	background-color: #b0cb1f47 !important;
} */
.header-center{margin-left: 135px;}
.header-center .dropdown-user-link{
	font-size: 1.5rem !important;
	color: #ffffff !important;
	padding: 0.5rem 2rem !important;
	background-color: #213c6e;
}
.card{
    border: 1px solid #c3c3c3;
}
.seal-left, .seal-right p, .table.table-xt tr th, .table.table-xt tr td{
	border-color: #c3c3c3 !important;
}
.content-header-left .media-select{
	padding: 15px;
    text-align: center;
    background-color: #dbebff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}
.seal-right .table td{width: 18%;}
