@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
	 --tx-form-control: #eeeeee;
	 --tx-border-color: #d1d1d1;
}

html body{
	    background-color: #f5f5f5;
			color:#6a6a6a;
			overflow-x: hidden;
			width: 100%;
}

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

:focus{
	outline:none;
}

form label {
    color: #6a6a6a;
}
form .form-control {
    color: #4e5154;
    /* border: none; */
}

html body a {
    color: #0fa9d6;
}

html body a:hover {
    color: #19b0e3;
}

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: #0fa9d6;
}

.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: 'Poppins', sans-serif;
}

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

.breadcrumb{
	font-family: 'Poppins', sans-serif;
}

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

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

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

th {
    white-space: unset;
}

.header-navbar .navbar-header .navbar-brand .brand-logo.logo-white{
	display: none;
}

.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: 210px;
}

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

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

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

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

.main-menu.menu-dark .navigation > li.open > a{
	background: #f2f2f2;
	border-right: none;
	color: #a5a5a4;
}

.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
    color: #a5a5a4;
}

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

.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: 180px;
		/*filter: brightness(0) invert(1);*/
}
.main-menu.menu-dark{
	background-color: #fff;
}
.main-menu.menu-dark .navigation {
    background-color: #fff;
}
.main-menu.menu-dark {
    color: #c6c5c4;
}
.main-menu.menu-dark .navigation > li > a{
	font-size: 11px;
}
.main-menu.menu-dark .navigation > li.active > a{
	border-right: 4px solid #0fa9d6;
	background-color: #0fa9d6;
	color: #fff;
}
.menu-collapsed  .header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 36px;
}

.btn-primary {
    color: #fff;
    border-color: #0fa9d6 !important;
    background-color: #0fa9d6 !important;
}

.btn-primary:focus,.btn-primary:active,.btn-primary:hover {
    color: #fff;
    border-color: #19b0e3 !important;
    background-color: #19b0e3 !important;
}

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

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

.menu-content li{
	border-bottom: 1px solid #e3e3e3;
}

.ps-theme-light.ps-active-y > .ps-scrollbar-y-rail{
    display: block;
    background-color: #c6c6c6;
}

.add-craft{
	border-top: 1px solid #e3e3e3;
	padding-top: 15px;
}

.menu-collapsed .menu-content li a{
	color: #a5a5a4 !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:#0fa9d6 !important;
}
.main-menu.menu-light .navigation > li.open > a{
	border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation li a{
	color:#a5a5a4;
}
.page-item.active .page-link{
	border-color: #0fa9d6;
    background-color: #0fa9d6;
}

.pagination .page-link{
	color: #0fa9d6;
}
.table-tlr{
	border-left:none;
	border-right:none;
	border-top:none;
}
.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;
	padding-right: 20px;
}

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 var(--tx-border-color);
	background-color: var(--tx-form-control);
	height: 40px;
	padding: 10px;
}
.form-control:focus{
	background-color: var(--tx-form-control);
}
.ck-content{min-height: 250px;}
.ck.ck-editor__editable_inline{
	border:1px solid rgba(72, 94, 144, 0.16);
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: rgba(72, 94, 144, 0.16) !important;
}
.ck.ck-toolbar .ck.ck-toolbar__separator{
	background: rgba(72, 94, 144, 0.16) !important;
}
.ck.ck-toolbar{
	border:1px solid rgba(72, 94, 144, 0.16) !important;
}
.form-group label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #393939;
}
.bottom-btn{
	text-align: center;
}
/***********************
LOGIN PAGE CSSS
************************/
.bg-white{
	background-color: #fff;
}

.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 16vw;
    min-height: 100vh;
}

.fxt-template-layout4 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.fxt-template-layout4 .fxt-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
		position: relative;
}

.fxt-template-layout4 .fxt-bg-img:after {
    content: "";
    right: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
}

.fxt-template-layout4 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}

.fxt-template-layout4 .fxt-header h1 {
    color: #fff;
		font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
}

.fxt-template-layout4 .fxt-header p {
    color: #fff;
		font-size: 16px;
		font-weight: 300;
}

.fxt-template-layout4 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 3, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.fxt-template-layout4:before {
    position: absolute;
    z-index: 0;
    background-color: #0fa9d6;
    content: "";
    min-height: 100%;
    width: 35vw;
    top: 0;
    left: 0;
}

.fxt-template-layout4 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 45px;
}

.fxt-template-layout4 .fxt-content {
    padding: 30px;
    max-width: 460px;
    width: 100%;
}

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

.login-right .form-control{
	height: 50px;
}

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

.login-left{
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../../app-assets/images/backgrounds/bg-9.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: #0fa9d6;
	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:#102694;
	margin-bottom: 10px;
}

.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: #0fa9d6;
	border-color:#0fa9d6;
	color:#fff;
}

.btn{
	border-radius: 3px;
}

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

.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: 0px !Important;
	margin-top: 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:#2ec5f4 !important;
}

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

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

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

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

.tx-primary-bg{
	background-color:#2ec5f4 !important;
}

.tx-light-pink-bg{
    background-color: #f108cb !important;
}

.tx-success-bg{
	background-color:#10b759 !important;
}

.tx-danger-bg{
	background-color:#e21212 !important;
}

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

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

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

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

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

.tx-btn-white{
	background-color:#fff;
	color:#0fa9d6;
	border:1px solid rgba(72, 94, 144, 0.16);
}

.tx-btn-white:hover,.tx-btn-white:focus,.tx-btn-white:active{
	background-color:#fff;
	color:#0fa9d6;
	border:1px solid rgba(72, 94, 144, 0.16);
}

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

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

.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 #2ec5f4;
	background-color: #2ec5f4;
	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:var(--tx-border-color) !important;
	border:1px solid var(--tx-border-color) !important;
	border-radius: .25em;
	height: 40px !important;
	background-color: var(--tx-form-control);
}
.select2-dropdown{
	border:1px solid rgba(72, 94, 144, 0.16);
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:var(--tx-border-color) !important;
	border:1px solid var(--tx-border-color) !important;
	background-color: var(--tx-form-control);
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
	height: 40px !Important;
	border-radius: .25em;
}

.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: #2ec5f4 !important;
	background-color: #2ec5f4 !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: 40px !Important;
	border-color:var(--tx-border-color) !important;
	border:1px solid var(--tx-border-color) !important;
	background-color: var(--tx-form-control);
}

.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;
	display: flex;
	height: 100%;
	align-items: center;
}

.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:#2ec5f4 !Important
}

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

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

.table.tcl-table .no-border tr:nth-child(1) td {border-color:transparent}

.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: #2ec5f4;
	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;
	padding: 0;
}

.fileuploader-input .fileuploader-input-caption{
	color:#6a6a6a;
	border: 1px solid var(--tx-border-color);
  background-color: var(--tx-form-control);
}

.file-uploader-margin .fileuploader{
	margin-top: 5px;
}


.file-uploader-label{
	margin-top: 10px;
}

.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;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=crop] i:after {
	content:"\f1ab" !important;
	font-family:LineAwesome !important;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=rotate-cw] i:after {
	content:"\f2e0" !important;
	font-family:LineAwesome !important;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action=remove] i:after {
	content:"\f34c" !important;
	font-family:LineAwesome !important;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success{
	background: #2ec5f4;
	background: -moz-linear-gradient(-45deg,#2ec5f4 0,#2ec5f4 100%);
	background: -webkit-linear-gradient(-45deg,#2ec5f4 0,#2ec5f4 100%);
	background: linear-gradient(135deg,#2ec5f4 0,#2ec5f4 100%);
}

.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: var(--tx-form-control);
	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: #0fa9d6;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #0fa9d6;
      border: 2px solid #0fa9d6;
}
.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: #0fa9d6;
}
.radio.rd-orange .label:after{
  background-color: #0fa9d6;
}
.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: #06a84d;
	border-color: #06a84d;
}
.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;
}
.pd-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-white {
    background-color: #fff;
    border-color: #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}
.btn-white:hover, .btn-white:focus {
    border-color: #8392a5;
    color: #1b2e4b;
}
.btn-uppercase {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.75;
}
.mg-r-5 {
    margin-right: 5px;
}
.mg-l-5{
	margin-left: 5px;
}
.btn-uppercase.btn-sm, .btn-group-sm > .btn-uppercase.btn, .sp-container .btn-group-sm > button.btn-uppercase, .ui-datepicker-buttonpane button.btn-uppercase {
    font-size: 11px;
    line-height: 1.773;
}
.btn-white:hover, .btn-white:focus {
    border-color: #8392a5;
    color: #1b2e4b !important;
}
.content-header-right{
	text-align: right;
}
.badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.badge{
  font-weight: 600;
  letter-spacing: 1px;
  text-transform:uppercase;
  border-radius: 3px;
}
.badge-light-success{
  color: #10b759;
  background-color: rgba(123,197,27,0.3);
}
.badge-light-danger{
  color: #F64E60;
  background-color: rgba(246,78,76,0.3);
}
.badge-light-warning{
  color: #D85F00;
  background-color: rgba(221, 95, 4,0.3);
}
.badge-light-info{
  color: #8A50FC;
  background-color: #EEE5FF;
	background-color: rgba(238,229,255,0.3);
}
.badge-light-primary{
  color: #0fa9d6;
  background-color: rgba(15,169,214,0.3);
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
	border-top: none;
	border-bottom: none
}
.tcl-table thead.bg-grey{background-color: #f3f3f3;}
.symbol{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	line-height: 1;
}
.btn-light-primary{
	color: #2ec5f4;
  background-color: rgba(46,197,244,0.3);
}
.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}
.btn.btn-light {
    color: #c5c4c2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
    height: 30px;
    width: 30px;
		border-radius: 3px;
}
.btn.btn-light:hover {
    background-color: #2ec5f4 !important;
    border-color: #2ec5f4 !important;
    color: #fff;
}
.btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0;
}
.svg-icon.svg-icon-2x svg {
    height: 1.6rem !important;
    width: 1.6rem !important;
}
.btn.btn-light .svg-icon svg g [fill] {
    fill: #c5c4c2;
}
.btn.btn-light:hover .svg-icon svg g [fill] {
    fill: #fff !important;
}
.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidenav .switch {
    float: right;
    margin-left: 0px;
}

.switch{
	position: relative;
}

.switch label {
    cursor: pointer;
		margin: 0;
}

.switch [type="checkbox"],.switch [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.switch [type="checkbox"]:not(:checked),.switch [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.switch label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0,0,0,0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever {
    background-color: rgba(150, 149, 149, 0.38);
    margin: 0;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #a3e3f9;
}

.switch label .lever::before, .switch label .lever::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever::after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}

.switch label .lever::before {
    background-color: rgba(38,166,154,0.15);
}

.switch label input[type="checkbox"]:checked + .lever::before, .switch label input[type="checkbox"]:checked + .lever::after {
    left: 18px;
}

.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #e68824;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #fbe0c2;
}

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

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size:14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #0fa9d6;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal-title{
	color: #000;
}
.swal-text{
	color: #6a6a6a;
	font-weight: 300;
	text-align: center;
}
.swal-button{
	 background-color: #0fa9d6;
}
.swal-button:active {
    background-color: #0fa9d6;
}
.swal-button--cancel{
	color: #fff;
}
.form-control:disabled, .form-control[readonly] {
    background-color: var(--tx-form-control);
}
.reset-pwd{
	text-align: center;
}
.reset-pwd h3{
	font-size: 2rem;
	font-weight: 300;
	margin: 30px 0;
	margin-top: 0;
}
.reset-content p{
	margin: 0;
	font-size: 18px !important;
	line-height: 1.3;
	font-weight: 300;
}
.reset-content .media i{
	font-size: 2.5rem;
	color: #0fa9d6;
}
.reset-content hr{
	margin: 30px 0;
}
.reset-content h6{font-weight: 500;}
.reset-content .form-control{
	height: 50px;
}
.reset-content .btn{
	width: 100%;
	height: 50px;
	font-size: 1.1rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reset-content .media .media-body h3{font-size: 1.2rem;margin: 0;}
.hideDivs{
	display: none;
}
.input-group-icon{position:relative;}
.field-icon {
  position: absolute;
	top:15px;
	right:15px;
  z-index: 2;
	cursor:pointer;
}

.svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important;
}
.svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important;
}
.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
}
.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #0fa9d6 !important;
}
.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff !important;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.tx-13 {
    font-size: 13px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent;
		border:none;
}

.list-group-item {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.pd-sm-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.avatar {
    position: relative;
    width: 38px;
    height: 38px;
}

.avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8392a5;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-l-10 {
    padding-left: 10px;
}

.tx-medium {
    font-weight: 500;
}
.mg-b-0 {
    margin-bottom: 0px;
}

.tx-color-03 {
}

.tx-12 {
    font-size: 12px;
}
.mg-l-auto {
    margin-left: auto;
}

.nav-icon-only {
    align-items: center;
}

.nav-icon-only .nav-link {
    padding: 0;
    color: #6a6a6a;
}

.nav-icon-only .nav-link svg {
    width: 18px;
    height: 18px;
}

.nav-icon-only .nav-link + .nav-link {
    margin-left: 10px;
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.link-03 {
    color: #8392a5;
		padding: 0.75rem 1.25rem;
		font-weight: 500;
		display: block;
}
.link-03 i{
	font-size: 13px !important;
}
.mg-r-5 {
    margin-right: 5px;
}
.btn svg{
    width: 14px;
    height: 14px;
    stroke-width: 2.5px;
    margin-top: -2px;
}
.btn-white {
    background-color: #fff;
    border-color: #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}
.pc-para{
	margin-bottom: 15px;
}
.pc-para span{
	font-size: 0.9rem;
	font-weight: 700;
	display: block;
}
.symbol-pic {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol-pic .symbol-lg-120 {
    width: 120px;
    height: 120px;
		background-size: cover;
		background-position: center;
		border-radius: 0.45rem;
		display: flex;
		justify-content: center;
		align-items: center;
}
.mb-9, .my-9 {
    margin-bottom: 1.5rem !important;
}
.mr-7, .mx-7 {
    margin-right: 1.75rem !important;
}
.font-weight-boldest{font-weight: 700;}
.font-weight-600{font-weight: 600;}
.font-weight-500{font-weight: 500;}
.font-size-h3{font-size: 2rem;}
.font-size-h5{font-size: 1.12rem !important;}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.pr-8, .px-8 {
    padding-right: 2rem !important;
}
.mr-02, .mx-02 {
    margin-right: 0.5rem !important;
}
.progress.progress-xs {
    height: 0.5rem;
}
.separator.separator-solid {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.mr-04, .mx-04 {
    margin-right: 1rem !important;
}
.font-size-sm {
    font-size: 0.925rem;
}
.display-4 {
    font-size: 2.5rem !important;
}
.mt-8, .my-8 {
    margin-top: 1rem !important;
}
.profile-content .la {
    font-size: 1.1rem;
}
.card-body-sm{padding: 0.5rem;}
.display-6{font-size: 4rem !important;}
.no-border{border:none !important;}
.years-exp span{position:relative;}
.years-exp span:after{
	content: "Year's";
	position:absolute;
	bottom: 10px;;
	right: -40px;
	font-size: 0.8rem;
}
.months-exp span{position:relative;}
.months-exp span:after{
	content: "Month's";
	position:absolute;
	bottom: 10px;;
	right: -50px;
	font-size: 0.8rem;
}
.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid rgba(72, 94, 144, 0.16) !important;
}
.max-height-150{
	max-height: 150px;
}
.gradient-bg {
    background: #072a4a;
    background: -moz-linear-gradient(-45deg,#072a4a 0,#103e69 100%);
    background: -webkit-linear-gradient(-45deg,#072a4a 0,#103e69 100%);
    background: linear-gradient(135deg,#072a4a 0,#103e69 100%);
}
.order-track {
  margin-top: 0rem;
  padding: 0 ;
  padding-top: 0rem;
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 5rem;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 5rem;
}
.order-track-step:last-child .order-track-status span:last-child {
  display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #dadfe6;
}
.order-track-status-line {
  display: none;
  margin: 0 auto;
  width: 2px;
  height: 5rem;
  background: #dadfe6;
}
.order-track-status-dot.status-completed:before {
    content: "\f17b";
    font-family: LineAwesome;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1cf103;
    font-size: 16px;
    font-weight: 900;
}
.order-track-status-dot.status-completed{
	background: #102694;
}
.order-track-status-line.status-line-completed{
	background: #102694;
}

.order-track-text-stat {
	    font-size: 14px;
    font-weight: 600;
  margin-bottom: 0px;
	color:#fff;
}
.order-track-text-sub {
  font-size: 12px;
  font-weight: 400;
	color:#fff;
}

.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}
.sst-box{text-align: center}
.sst-box i.la{font-size:4rem;}
.sst-box h4{
	font-weight: 800;
	margin: 10px 0;
}

.modal-content{
	border: none
}
.modal-header{
	border-bottom:none;
}
.color-black {
	color: #000 !important
}
.modal-content{
	border-radius: 0 !important
}
.modal-content .close{
	position: absolute;
	background-color: #0fa9d6;
	opacity: 1;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	right: 25px;
	top: 25px;
	display: flex;
	color: #fff;
}
.modal-content .close:hover{
	color: #fff;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{
	color: #fff;
}
.modal-dialog{
}
.ab-box h4{
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}
.ab-box p{
	margin: 30px 0;
	font-size: 14px;
	text-align: center;
}

.add-candidates .btn{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	height: 40px;
	align-items: center;
}

.returned{display: none;}
.undertaking-attach{display: none;}
.selection-status{
	position: absolute;
	top:15px;
	right:15px;
}
.rd-box .boxes{
	margin-top: -10px;
}
.table-bg-selected{
	background-color: rgb(124,252,0,0.2);
}
.dataTables_wrapper .table-search input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
		border:none #f3f3f3;
		border-radius:0;
		padding: .75rem 0.5rem;
		font-size:12px;
		background-color: transparent !Important;
}
.dataTables_wrapper .table-search tr:first-child input{
	padding: 0;
}
.dataTables_wrapper .table-search tr:first-child td.search-input-hide input{
	display: none;
}
.boxed.boxed-input label{
		height: 40px;
		width: 50%;
}

.repeater-default .add-candidates{
	margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}
.repeater-default .add-candidates:first-child{
	margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.fullwidth-btn{
	width: 100% !important;
}
.cat-box span{
	background-color: #f5f5f5;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 50px;
}
.btn-xs{
	padding: 2px 5px !important;
}
.picker{
	margin-top: -20px;
}
.pr-box span{
	font-weight: 700;
}
.no-border{border:none !important}
.icon-st{
	padding: 2rem 0;
	text-align: center;
}
.icon-st i{
	font-size: 6rem !important;
	opacity:0.5;
}
.ms-box{
	display: none;
}
.desc{display: none;}
.passpor-bg{
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
}

.profile-pic{text-align: center;}

.profile-pic .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,.profile-pic .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item{
	width: 130px;
	height: 130px;
}

.no-margin-file .fileuploader{
	margin: 0;
}
.boxes-inline{margin-top: 5px;}

.boxes.boxes-inline input[type="checkbox"] + label{
	display: inline-flex;
	margin-right: 30px;
}

.descon, .adgas{display: none;}
/********************
responsive
********************/
@media only screen and (min-width: 1150px) and (max-width: 2560px) {
	.col-20 {
	    max-width: 20%;
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 20%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	}
}

@media (min-width: 992px){
	.mt-lg-12, .my-lg-12 {
	    margin-top: 3rem !important;
	}

}

@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;
	}
}

.ex_file_uploader{
	col-xl-12;
}

.nor_file_uploader{
	col-xl-8;
}


.menu-collapsed .ps-theme-dark{overflow: scroll !important;}

/*****************************
CHAT CSS
****************************/
#chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 535px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#chat li {
    padding: 10px 30px;
}

#chat .entete {
    margin-bottom: 5px;
}

.green {
    background-color: #7d7d7d;
}
.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}
#chat h2, #chat h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}
#chat h3 {
    color: #bbb;
}
#chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}
#chat .you .triangle {
    border-color: transparent transparent #7d7d7d transparent;
    margin-left: 15px;
}

#chat .you .message {
    background-color: #7d7d7d;
}
#chat .message {
    padding: 20px;
    color: #fff;
    line-height: 25px;
    max-width: 90%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
}

#chat .me {
    text-align: right;
}

.blue {
    background-color: #0fa9d6;
    margin-right: 0;
    margin-left: 7px;
}

#chat .me .triangle {
    border-color: transparent transparent #0fa9d6 transparent;
		margin-right: 15px;
		margin-left: auto;
}

#chat .me .message {
    background-color: #0fa9d6;
}
.card-form{
	padding: 1.5rem;
	border-top:1px solid rgba(72, 94, 144, 0.16);
}
.chat-img{border: 3px solid #e3e3e3;display: inline-block;border-radius: 4px;}


.blacklisted{
  position: relative;
  overflow: hidden;
}
.blacklisted:before{
  content: "BLACKLISTED";
  position: absolute;
	right: calc(50% - 125px);
	text-align: center;
	width: 250px;
  top: -14px;
	color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.unpublished{
  position: relative;
  overflow: hidden;
}
.unpublished:before{
  content: "Unpublished";
  position: absolute;
	right: 20px;
	text-align: center;
	line-height: 1;
  top: 15px;
	color: #ca1f1f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}

.tx-black{
	color: #000 !important;
}

.dt-buttons{
	padding: 10px;
	float: left;
}

.img-checkbox input[type="checkbox"][id^="myCheckbox"] {
	display: none;
  }
  .img-checkbox{
	  padding: 0;
  }
  .img-checkbox li{
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  float: left;
  }

  .img-checkbox label {
	border: 1px solid #fff;
	padding: 10px;
	display: flex;
	  justify-content: center;
	  align-items: center;
	position: relative;
	margin: 10px;
	cursor: pointer;
	  width: 160px;
	  height: 185px;
  }

  .img-checkbox label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 1;
	transition-duration: 0.4s;
	transform: scale(0);
  }

  .img-checkbox label img {
	height: auto;
	width: 150px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
  }

  .img-checkbox :checked + label {
	border-color: #ddd;
  }

  .img-checkbox :checked + label:before {
	content: "\f17b";
	background-color: #10b759;
	  border-color: #10b759;
	transform: scale(1);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-family: "LineAwesome";
	  width: 30px;
	  height: 30px;
	  font-weight: bold;
	  font-size: 21px;
	  z-index: 1;
  }

  .img-checkbox :checked + label img {
	transform: scale(0.9);
	/* box-shadow: 0 0 5px #333; */
  }

  .selectize-control.multi .selectize-input.has-items{min-height:40px;background-color:#eee;}

  .selectize-control.multi .selectize-input [data-value] {
    background-color: #213c6e !important;
    border-color: #213c6e !important;
    border-radius: 5px;
    line-height: 1.2rem;
    font-size: 0.9rem;
    letter-spacing: -.2px;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left-color: #042484 !important;
    margin-left: 10px;
    font-size: 24px;
    line-height: 1;
}
