/*
Author       : Deepak Shinde
Template Name: Harita Insurance Broking LLP.
Version      : 1.1
*/

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('../fonts/MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}


/*-----------------
	General
-----------------*/

html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
	color: #000;
	background-color: #f4f4f4;
	min-height: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto';
	margin-top: 0;
	font-weight: 500;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.875rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 0.875rem;
}

h6,
.h6 {
	font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

hr {
	border-top: 1px solid #d6d6d6;
}

dl,
ol,
ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
	outline: none;
}

input[type="file"] {
	height: auto;
}

input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea.form-control {
	resize: vertical;
}

label.col-form-label {
	font-weight: 600;
	line-height: 1.2;
}

section {
	padding: 20px 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #acacac;
}

div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/loader.gif') no-repeat center center;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.form-control {
	border-color: #a5a5a5;
	box-shadow: none;
	font-size: 0.8rem;
	height: 40px;
	font-size: 1rem;
	border-radius: 0;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
	outline: 0 none;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

.required label.col-form-label:after {
	content: "*";
	color: red;
	padding: 0 2px;
}

label.col-form-label span.text-muted {
	font-size: 0.7rem;
	font-weight: 400;
}

.navbar-nav>li {
	float: left;
}

.form-control-lg.form-control {
	border-radius: 4px;
	height: 46px;
}

.form-control-sm.form-control {
	height: 30px;
	border-radius: 0;
}

.input-group.input-group-lg .form-control {
	height: 46px;
}

.input-group-text {
	background-color: #f7f7f7;
	border-color: #a5a5a5;
}

select.form-control[multiple] option,
select.form-control[size] option {
	border-radius: 3px;
	padding: 7px 12px;
}

select.form-control[multiple],
select.form-control[size] {
	height: 200px;
	padding: 7px;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

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

.bg-dark-gray {
	background-color: #53565a !important;
}

.bg-light-gray {
	background-color: #f5f5f5 !important;
}

.bg-red {
	background-color: #ff6600 !important;
}


/*Brand Color*/

.bg-brand-yellow {
	background-color: #f12a00;
}

.bg-brand-dark-blue {
	background-color: #000;
}

.bg-brand-med-blue {
	background-color: #123f6d;
}

.bg-brand-light-blue {
	background-color: #00a8cc;
}

.text-brand-yellow {
	background-color: #f12a00;
}

.text-brand-dark-blue {
	background-color: #000;
}

.text-brand-med-blue {
	background-color: #123f6d;
}

.text-brand-light-blue {
	background-color: #00a8cc;
}

/*-----------------
	Table
-----------------------*/

.table {
	color: #333;
}
.table.table-white {
	background-color: var(--white);
}
.table thead th {
	font-weight: 500;
    letter-spacing: 0.05em;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f6f6f6;
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	white-space: nowrap;
}
table.table td h2.table-avatar.blue-link a {
	color: #007bff;
}
table.table td h2 a {
	color: #333;
}
table.table td h2 a:hover {
	color: #ff9b44;
}
table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
table.dataTable {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}
.table-hover tbody tr:hover {
    background-color: #f7f7f7;
    color: #212529;
}
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 {
	padding-right: 30px !important;
}
table.dataTable thead > tr > th {
	font-weight: 600;
}

.custom-table tr {
	background-color: #fff;
	box-shadow: 0 0 3px #e5e5e5;
}
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
	padding: 10px 8px;
	vertical-align: middle;
}
.table.custom-table > tbody > tr > td {
	padding: 6px 8px;
}
.table.custom-table-sm > tbody > tr > td {
	padding: 3px 5px;
}
.table.custom-table > tbody > tr > td:first-child,
.table.custom-table > thead > tr > th:first-child {
	padding-left: 15px;
}
.table.custom-table > tbody > tr > td:last-child,
.table.custom-table > thead > tr > th:last-child {
	padding-right: 15px;
}
.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover, 
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #var(--brand-blue);
	border-color: #var(--brand-blue);
}
.pagination > li > a, 
.pagination > li > span {
	color: #var(--brand-blue);
}
.page-link:hover {
	color: #var(--brand-blue);
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: #var(--brand-blue);
	border-color: #var(--brand-blue);
}
/*-----------------
	Helper Class
-----------------------*/

.actionbtn {
	background-color: #f12a00 ;
	border: 1px solid #f12a00 ;
	border-radius: 24px;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	padding: 0 7px;
	/*width: 100%;
	max-width: 50px;*/
	display: inline-block;
}

.actionbtn i {
	margin-right: 3px;
}

.actionbtn:hover {
	background-color: #fff;
	color: #f12a00;
}

.edit-btn:after {
	content: 'Edit';
	padding: 0 1px;
}

.delete-icon {
	color: #e30b0b;
	float: right;
	font-size: 18px;
}

.delete-icon:hover {
	color: #e30b0b;
}

.ul-list, .ul-deci {
	margin-left: 1.5rem;
}
.ul-list {
	list-style: disc;	
}
.ul-deci {
	list-style: decimal;
}


.cal-icon {
	position: relative;
	width: 100%;
}

.cal-icon:after {
	color: #979797;
	content: "\f073";
	display: block;
	font-family: "FontAwesome";
	font-size: 15px;
	margin: auto;
	position: absolute;
	right: 10px;
	top: 12px;
}

.time-icon:after {
	content: "\f017";
}

.form-focus .cal-icon:after {
	top: 18px;
}


/*-----------------
	Bootstrap Classes
-----------------------*/

@media (min-width: 1366px) {
	.container {
		max-width: 1280px;
	}
}

.btn {
	border-radius: 0;
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
}

.btn-white:focus,
.btn-white:hover {
	background-color: #f7f7f7;
}

.rounded,
.circle {
	border-radius: 500px;
}

.bg-purple,
.badge-purple {
	background-color: #7460ee !important;
}

.bg-primary,
.badge-primary {
	background-color: #f12a00 !important;
}

.bg-success,
.badge-success {
	background-color: #118b44 !important;
}

.bg-info,
.badge-info {
	background-color: #009efb !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

/*.bg-danger,
.badge-danger {
	background-color: #f62d51 !important;
}*/

.text-primary,
.dropdown-menu>li>a.text-primary {
	color: #f12a00 !important;
}


.text-success,
.dropdown-menu>li>a.text-success {
	color: #118b44 !important;
}



/*.text-danger,
.dropdown-menu>li>a.text-danger {
	color: #f62d51 !important;
}*/

.text-info,
.dropdown-menu>li>a.text-info {
	color: #009efb !important;
}

.text-warning,
.dropdown-menu>li>a.text-warning {
	color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu>li>a.text-purple {
	color: #7460ee !important;
}

.btn-purple {
	background-color: #7460ee;
	border: 1px solid #7460ee;
	color: #fff;
}

.btn-purple:hover,
.btn-purple:focus {
	background-color: #482fe9;
	border: 1px solid #482fe9;
}

.btn-primary {
	background-color: #1a1446;
	color: #fff;
	border: none !important;
	/*border-radius: 30px;*/
	font-size: 0.8rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-color: #1a1446;
	border: 1px solid #1a1446;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #ff851a;
	border: 1px solid #ff851a;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
	background-color: #ff851a;
	border-color: #ff851a;
	color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #f12a00;
	border-color: #f12a00;
	color: #fff;
}


.btn-success {
	background-color: #118b44;
	border: 1px solid #118b44
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background: #4ab657;
	border: 1px solid #4ab657;
	color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background: #4ab657;
	border: 1px solid #4ab657
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #118b44;
	border-color: #118b44;
	color: #fff;
}

.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}

.btn-warning {
	background: #ffbc34;
	border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffbc34;
	border-color: #ffbc34;
	color: #fff;
}


/*.btn-danger {
	background: #f62d51;
	border: 1px solid #f62d51
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-color: #e6294b;
	border: 1px solid #e6294b
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}*/

.btn-custom {
	font-size: .9rem;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .3s;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
}
.btn-custom.h50 {
	height: 50px;
}
.btn:hover, .btn:focus {
    transition: all .3s;
}
.btn.blue {
    color: #fff;
    background-color: #123f6d;
}
.btn.blue:hover {
    color: #123f6d;
    border: solid 1px #123f6d;
    background-color: #fff;
}

/*.btn-custom-secondary {
	background-color: #000;
	color: #fff;	
}

.btn-custom-secondary.focus,
.btn-custom-secondary:focus,
.btn-custom-secondary:hover {
	background-color: #f12a00;
	color: #fff;
}
*/
.btn-whfull {
	width: 100%;
	height: 50px;
	line-height: 2;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: ##1a1446;
	border-color: ##1a1446;
}

.pagination>li>a,
.pagination>li>span {
	color: ##1a1446;
}

.page-link:hover {
	color: ##1a1446;
}

.page-link:focus {
	box-shadow: unset;
}

.page-item.active .page-link {
	background-color: ##1a1446;
	border-color: ##1a1446;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	transform-origin: left top 0;
	box-shadow: inherit;
	background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
	font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	box-shadow: none;
}

.btn-link {
	color: #000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.form-text {
	color: #999;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.btn.focus,
.btn:focus {
	box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #1a1446;
}

.list-group-item {
	border: 1px solid #a5a5a5;
}

.custom-file {
	height: 40px;
}

.custom-file .custom-file-label {
	border: 1px solid #a5a5a5;
	height: 40px;
	margin-bottom: 0;
	padding: 10px 15px;
	line-height: 1;
}

.custom-file-label::after {
	background-color: #f2f2f2;
	height: 38px;
	padding: 10px 15px;
	line-height: 1;
}

.custom-file input[type="file"] {
	height: 40px;
}

.custom-control-label::before,
.custom-control-label::after {
	top: .12rem;
}

.bg-inverse-primary {
	background: rgba(77, 138, 240, .2) !important;
	color: #4d8af0 !important;
}

.bg-inverse-secondary {
	background: rgba(194, 198, 209, .2) !important;
	color: #c2c6d1 !important;
}

.bg-inverse-success {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}

.bg-inverse-purple {
	background: rgba(108, 97, 246, .2) !important;
	color: #6c61f6 !important;
}

.bg-inverse-warning {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #f39c12 !important;
}

.bg-inverse-danger {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}

.bg-inverse-light {
	background: rgba(223, 223, 223, .2) !important;
	color: #dfdfdf !important;
}

.bg-inverse-dark {
	background: rgba(116, 118, 123, .2) !important;
	color: #74767b !important;
}

.bg-inverse-white {
	background: rgba(255, 255, 255, .2) !important;
	color: #fff !important;
}

.bg-inverse-info {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}

.bg-inverse-default {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

.bg-gradient-primary {
	background: linear-gradient( to right, #6e00ff 10%, #6e00ff 100%);
}

.bg-gradient-secondary {
	background: linear-gradient(to bottom right, #f35c38 0, #f35c38 100%);
}

.bg-gradient-success {
	background: linear-gradient(to bottom right, #0ba408 0, #28e224 100%);
}

.bg-gradient-info {
	background: linear-gradient(to bottom right, #69c7de 0, #1e9fc4 100%);
}

.bg-gradient-warning {
	background: linear-gradient(to bottom right, #ecd53e 0, #efaf28 100%)
}

.bg-gradient-teal {
	background: linear-gradient(to bottom right, #00796b 0, #4db6ac 100%);
}

.bg-gradient-blue {
	background: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
}

.bg-gradient-danger {
	background: linear-gradient(to right, #f95058 0, #f33540 100%);
}

.bg-gradient-purple {
	background: linear-gradient(to right, #8a56e6 0, #6f3cca 100%);
}

.text-muted {
	color: #3a3a3a!important;
}

.text-muted.white {
	color: #fff !important;
}

.ucase {text-transform: uppercase !important}

label.label {
	font-size: .8rem;
	font-weight: 600;
}
.form-group {
	margin-bottom: 1.5rem;	
}
label.req:after {
	position: relative;
	content: '*';
	font-family: 'Roboto';
	font-weight:  bold;
	font-size: .8rem;
    top: -3px;
    right: 0;
    width: 0;
    height: 0;
    color: #f12a00;
}
.form-focus label.req:after {
	position: absolute;
    top: -2px;
}
/*label.req:after {}*/
.form-focus.focused .focus-label.req,
.form-focus .form-control:focus~.focus-label.req,
.form-focus .form-control:-webkit-autofill~.focus-label.req,
.form-focus.select-focus .focus-label.req {
	padding-right: 8px;
}
.form-focus.focused .focus-label.req:after,
.form-focus .form-control:focus~.focus-label.req:after,
.form-focus .form-control:-webkit-autofill~.focus-label.req:after,
.form-focus.select-focus .focus-label.req:after {
	right: 7px;
}
/*-----------------
	Semantic Css
-----------------------*/

.ui.checkbox label {
	font-weight: 500;
	cursor: pointer;
	font-size: 1rem;
}

.ui.form .label {
	margin: 0 0 .28571429rem 0;
	color: rgba(0, 0, 0, .87);
	font-size: .92857143em;
	font-weight: 600;
	text-transform: none;
}
.ui.form label.ui.label {
	padding:.3em .8em;
}
/*i.flag:not(.icon):before {
	background-image: url(../img/flags/flags.png);
	background-repeat: no-repeat;
}*/

/*.quotes-editoption .option-box .ui.checkbox label {
	color: #fff;
}*/

.ui.multiple.dropdown {
	padding: .67857143em 2.1em .67857143em 1em;
}

.ui.search.dropdown>.text {
	left: 0;
	line-height: 1.5;
	font-size: .8rem;
}

.ui.checkbox .box:before,
.ui.checkbox label:before,
.ui.selection.dropdown {
	border-color: #a5a5a5;
}

.ui.checkbox label,
.ui.checkbox+label {
	color: #000;
	margin-bottom: 0;
}

.ui.dropdown .menu>.item {
	font-size: .8rem;
}

.ui.ribbon.label {
  left: calc(-1rem - 1.5em);
  margin-right: -1.5em;
  padding-left: calc(1rem + 1.5em);
  padding-right: 1.5em;
}
.ui.red.ribbon.label {
    border-color: #f12a00!important;
}
.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
	background-color: #28a745 !important;
}
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
	color: #28a745 !important;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
	border-color: #28a745 !important;
}
/*-----------------
	Animation
-----------------------*/

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes taskHighlighter {
	0% {
		background: #FEEB99;
	}
	100% {
		background: #fff;
	}
}

@keyframes taskHighlighter {
	0% {
		background: #FEEB99;
	}
	100% {
		background: #fff;
	}
}


/*-----------------
	Toggle Button
-----------------------*/

.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.checktoggle {
	background-color: #e0001a;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin-bottom: 0;
	position: relative;
	width: 48px;
}

.checktoggle:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(5px, -50%);
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 300ms ease, transform 300ms ease;
}

.check:checked+.checktoggle {
	background-color: #55ce63;
}

.check:checked+.checktoggle:after {
	left: 100%;
	transform: translate(calc(-100% - 5px), -50%);
}

.onoffswitch {
	margin-left: auto;
	position: relative;
	width: 73px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 0;
}

.onoffswitch-inner {
	display: block;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
	width: 200%;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
	padding: 0;
	width: 50%;
}

.onoffswitch-inner:before {
	background-color: #55ce63;
	color: #fff;
	content: "ON";
	padding-left: 14px;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 14px;
	background-color: #ccc;
	color: #fff;
	text-align: right;
}

.onoffswitch-switch {
	background: #fff;
	border-radius: 20px;
	bottom: 0;
	display: block;
	height: 20px;
	margin: 5px;
	position: absolute;
	right: 43px;
	top: 0;
	transition: all 0.3s ease-in 0s;
	width: 20px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}


/*-----------------
	Modal
-----------------------*/

.modal {
	-webkit-overflow-scrolling: touch;
}

.modal-footer.text-center {
	justify-content: center;
}

.modal-footer.text-left {
	justify-content: flex-start;
}

.modal-dialog.modal-md {
	max-width: 600px;
}

.custom-modal .modal-content {
	border: 0;
	/*border-radius: 10px;*/
}

.custom-modal .modal-header {
	border: 0;
	justify-content: center;
	padding: 10px 15px;
	background-color: #123f6d;
	color: #fff;
}

.custom-modal .modal-footer {
	border: 0;
	justify-content: center;
	padding: 0 15px 15px;
}

.custom-modal .modal-footer .submit-btn {
	min-width: 180px;
}

.custom-modal .modal-body {
	padding: 15px;
}

.custom-modal .close {
	background-color: #f12a00;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	z-index: 99;
}

.custom-modal .close:hover {
	background-color: #000;
}

.custom-modal .modal-title {
	font-size: 1.5rem;
	line-height: 1.5rem
}

.modal-backdrop.show {
	opacity: 0.5;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.modal .card {
	box-shadow: unset;
}

.custom-modal .modal-body .cst-checkbox {
	font-size: 1rem;
}


/*-----------------
	Select2
-----------------------*/

.select2-container .select2-selection--single {
	border: 1px solid #a5a5a5;
	border-radius: 0.25rem;
	height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 28px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 28px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1a1446;
}


/*-----------------
	Focus Label
-----------------------*/

.form-focus {
	height: 50px;
	position: relative;
}

.form-focus .focus-label {
	font-size: .8rem;
	font-weight: 400;
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 25px, 0) scale(1);
	-ms-transform: translate3d(0, 25px, 0) scale(1);
	-o-transform: translate3d(0, 25px, 0) scale(1);
	transform: translate3d(0, 25px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -7px;
	z-index: 1;
	color: #333;
	margin-bottom: 0;
}

.form-focus.focused .focus-label {
	opacity: 1;
    font-weight: 500;
    top: -31px;
    font-size: .7rem;
    z-index: 1;
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 5px;
    border: 1px solid #a5a5a5;
}

.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label {
	opacity: 1;
    font-weight: 500;
    top: -31px;
    font-size: .7rem;
    z-index: 1;
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 5px;
    border: 1px solid #a5a5a5;
}

.form-focus .form-control {
	height: 50px;
	padding: 12px 12px 6px;
	font-size: 1rem;
}

.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}

.form-focus.select-focus .focus-label {
	/*opacity: 1;
	font-weight: 300;
	top: -18px;
	font-size: .8rem;
	z-index: 1;*/
	opacity: 1;
    font-weight: 500;
    top: -31px;
    font-size: .7rem;
    z-index: 1;
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 5px;
    border: 1px solid #a5a5a5;
}

.form-focus .select2-container .select2-selection--single {
	border: 1px solid #a5a5a5;
	height: 50px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}

.form-focus .ui.selection.dropdown {
	height: 50px;
	width: 100%;
	/*min-width: 8em;*/
	min-width: 6em;
	/*padding: 15px 30px 10px 10px;*/
	padding: 12px 12px 6px;
	border-radius: 0;
}

.form-focus .ui.search.selection.dropdown>input.search {
	height: 100%;
	font-size: 1rem;
	line-height: 2rem;
	padding: 15px 30px 10px 10px;
}

.form-focus .ui.search.dropdown>.text {
	font-size: 1rem;
   line-height: 2rem;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   width: 95%;
}

.form-focus .ui.dropdown>.text {
    font-size: 1rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}

.form-focus .ui.search.dropdown>.default.text {
	color: #333;
	opacity: 0.8;
	font-size: .8rem;
}
.form-focus .ui.selection.dropdown>.dropdown.icon {
	top: 16px;
}


/*-----------------
	Nav Tabs
-----------------------*/

.nav-tabs .nav-link {
	border-radius: 0;
}

.nav-tabs>li>a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #000;
}

.nav-tabs.nav-justified>li>a {
	border-radius: 0;
	margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
	color: #000;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
	background-color: #118b44;
	border-color: #118b44;
	color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
	border-radius: 50px;
}

.nav-tabs-justified>li>a {
	border-radius: 0;
	margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
	border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
	border-color: transparent;
}

.tab-content {
	padding-top: 20px;
}

.sign-out {
	transform: rotate(-90deg);
}


/*-----------------
	Header
-----------------------*/

.header {
	border-bottom: 1px solid #dee2e6;
	box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
	background: #fff;
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
}

.header.sticky-header {
	box-shadow:0px 0px 24px -14px rgba(0,0,0,0.75);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-bottom: none;
	z-index: 1002;
}

.header .header-left {
	float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 230px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.header .header-left .logo {
	display: inline-block;
	line-height: 60px;
}
.header .header-left .logo .logo-small {
	display: none;
}
.header .header-left .logo img{
	max-height: 40px;
}

#toggle_btn {
	float: left;
    height: 60px;
    line-height: 70px;
}
.bar-icon {
    display: inline-block;
    width: 20px;
}
.bar-icon span {
    background-color: #333;
    border-radius: 500px;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
}
.bar-icon span:nth-child(2) {
    /* width: 15px; */
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
.header-welcometext h3 {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin: 0;
}
.header-right {
	float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    padding: 0 20px;
}
.header-right ul {
	margin: 13px 0;
	padding: 0;
	list-style: none;
}

.header-right>ul>li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 12px;
	line-height: 21px;
	/*font-weight: 600;*/
	color: #000;
	position: relative;
}

.header-right>ul>li>i.fa {
	font-size: 16px;
}

.header-right>ul>li>a {
	border: 1px solid #123f6d;
	border-radius: 4px;
	padding: 5px 10px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	color: #000;
	display: block;
}

.header-right>ul>li.icon>a {
	padding: 5px;
	width: 50px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}

.header-right>ul>li>a:hover {
	background-color: #123f6d;
	color: #fff;
}

.header-right>ul>li.icon>a.dropdown-toggle::after {
	display: none;
}

.header-right ul li a .badge {
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: -6px;
	top: -6px;
	background-color: #f12a00;
	font-size: 60%;
}

.mobile_btn {
	display: none;
	float: left;
	color: #333;
	font-size: 24px;
	height: 60px;
	left: 0;
	line-height: 60px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 10;
}


/*Notifications*/

.notifications {
	padding: 0;
}

.header-right .dropdown-menu.show {
	/*border: 1px solid #123f6d;*/
	webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.notifications .noti-content {
	height: auto;
	max-height: 290px;
	width: 350px;
	overflow-y: auto;
	position: relative;
}

.notifications .noti-content.help-content .media {
	padding: 12px;
}

.notifications .notification-heading {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
	color: #616161;
}

.notifications .notification-time {
	font-size: 12px;
	line-height: 1.35;
	color: #bdbdbd;
}

.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.notifications ul.notification-list>li {
	margin-top: 0;
	border-bottom: 1px solid #dee2e6;
}

.notifications ul.notification-list>li:last-child {
	border-bottom: none;
}

.notifications ul.notification-list>li a {
	display: block;
	padding: 12px;
	border-radius: 2px;
}

.notifications ul.notification-list>li a:hover {
	background-color: #f4f4f4;
}

.notifications ul.notification-list>li .list-item {
	border: 0;
	padding: 0;
	position: relative;
}

.notifications .media {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
	border-bottom: none;
}

.notifications .media a {
	display: block;
	padding: 12px;
	border-radius: 2px;
}

.notifications .media a:hover {
	background-color: #fafafa;
}

.notifications .media-list .media-left {
	padding-right: 8px;
}

.notification-list .status-toggle {
	float: right;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #eee;
	text-align: center;
	background-color: #123f6d;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
}

.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}

.topnav-dropdown-header .notification-title {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
	color: #fff;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 1.4;
	padding: 2px 5px;
	margin: 5px 0;
}

.topnav-dropdown-header .clear-noti:hover {
	border: 1px solid #f12a00;
	background-color: #f12a00;
}

.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}

.topnav-dropdown-footer a:hover {
	color: #f12a00;
}

.noti-details {
	color: #999;
	margin-bottom: 0;
}

.noti-title {
	color: #333;
}

.noti-time {
	margin: 0;
}

.dropdown-links a {
	padding: 5px 30px;
	font-size: .9rem;
	display: block;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
	border-bottom: 1px solid #dee2e6;
}

.dropdown-links a:last-child {
	border-bottom: 0;
}

.dropdown-links a:hover {
	color: #fff;
	background-color: #118b44;
}

.dropdown-links a i {
	margin-right: 5px;
}

.header>.container {
	width: 100%;
	max-width: 100%;
}
.header .dropdown-toggle::after {
	display: none;
}
/*-----------------
	Sidebar
-----------------------*/
.sidebar {
    background-color: #123f6d;
    border-right: 1px solid #ddd;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 230px;
    z-index: 1001;
}
.sidebar.opened {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-inner {
	height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu {
	padding: 10px 0;
}
.sidebar-menu ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sidebar-menu li a {
	color: #fff;
	display: block;
	font-size:.9rem;
	height: auto;
	padding: 0 20px;
}
.sidebar-menu li a:hover {
	/* background-color: #ffebda; */
	color:#118b44;
	background-color: #f5f5f5;
}
.sidebar-menu li.active a,
.sidebar-menu li.submenu>a.active {	
	background-color: #118b44;
	color: #fff;
	font-weight: 600;
}
.menu-title {
    color: rgba(255, 255, 255, 0.6);
    display: flex;	
    font-size: 14px;	
    opacity: 1;	
    padding: 5px 15px;	
    white-space: nowrap;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.sidebar-menu li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}
.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.sidebar-menu ul ul a.active {
	color: #fff;
	text-decoration: underline;
}
.sidebar-menu ul ul a.active:hover {
	color:#f12a00;;
}
.mobile-user-menu {
    color: #fff;
    display: none;
    float: right;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 10;
}
.mobile-user-menu > a {
    color: #333;
    padding: 0;
}
.mobile-user-menu a:hover {
	color: #333;
}
.mobile-user-menu > .dropdown-menu {
	min-width: 130px;
}
.mobile-user-menu > .dropdown-menu > a {
    line-height: 23px;
}
.profile-rightbar {
	display: none !important;
	color: #bbb;
	font-size: 26px;
	margin-left: 15px;
}
.mobile_btn {	
	display: none;	
	float: left;	
}
/*.sidebar .sidebar-menu > ul > li > a:before {
	position: static;
	content: "\f105";
	font-family: 'FontAwesome';
}*/
.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 15px;
	/*white-space: nowrap;*/
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
	margin-left: auto;
}
.sidebar-menu ul ul a {
	display: block;
	font-size: 14px;
	padding: 9px 10px 9px 50px;
	position: relative;
}
.sidebar-menu ul ul {
	display: none;
}
.sidebar-menu ul ul ul a {
	padding-left: 70px;
}
.sidebar-menu ul ul ul ul a {
	padding-left: 90px;
}
.sidebar-menu > ul > li {
	position: relative;
}
/*.sidebar-menu > ul > li  a{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}*/
.sidebar-menu .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 15px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 18px;
	top: 11px;
}
.sidebar-menu .menu-arrow:before {
	content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.noti-dot:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 5px solid #ff9b44;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ff9b44;
	z-index: 10;
	position: absolute;
	right: 37px;
	top: 15px;
}
.noti-dot:after {
	content: '';
	border: 4px solid #ff9b44;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 24px;
	width: 24px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: 8px;
	right: 30px;
	z-index: 1;
	opacity: 0;
}
.sidebar-menu ul ul a .menu-arrow {
	top: 6px;
}
.sidebar-menu a {
	line-height: 1.3;
	transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	-ms-transition: unset;
	-webkit-transition: unset;
}
.sidebar-menu > ul > li > a {
	padding: 8px 15px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: relative;
	/* transition: all 0.2s ease-in-out 0s; */
}
.sidebar-menu ul li a i {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	width: 20px;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
	font-size: 16px !important;
	margin-right: 0;
	text-align: right;
	width: auto;
}
.sidebar-menu li a > .badge {
    color: var(--white);
}
.slide-nav .sidebar {
	margin-left: 0;
}
.sidebar-overlay {
	display: none;
	position: fixed;
	z-index: 90;
	height: 100%;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.6);
}
.sidebar-overlay.opened {
	display: block;
}
.sidebar-menu.opened {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	margin-left: 0;
}
html.menu-opened {
	overflow: hidden;
}
html.menu-opened body {
	overflow: hidden;
}

/*-----------------
	Content
-----------------------*/

.page-wrapper {
	left: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.training-page .page-wrapper {
	margin-left: 230px;
}
.training-page .page-wrapper > .content {
	padding: 15px;
	padding-bottom: 0;
}

@media (min-width: 1366px) {
	.container {
		max-width: 1280px;
	}
}
.page-header {
	margin-bottom: 1rem;	
}
.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.page-header .breadcrumb a {
	color: #333;
}
.page-back {
    font-size:1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.page-back a{
	color: #999;
}
.page-back a:hover{
	color: #118b44;
}
.page-title {
    color: #1f1f1f;
    font-size:1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.page-sub-title {
	color: #565656;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.course-btn {
    background-color: #55ce63;
    border: 1px solid #55ce63;
    border-radius: 50px;
    color:#fff;
    font-weight: 500;
    min-width: 140px;
}
.course-btn:hover,
.course-btn:focus,
.course-btn:active {
	background-color: #f12a00;
	border: 1px solid #f12a00;
    color: #fff;
}
.course-btn i {
	margin-right: 5px;
}
.shadowbox {
	box-shadow: 0 2px 22px 0 rgba(70, 90, 207, 0.16) !important;
}

.card {
	border: 1px solid #ededed;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	border-radius: 0;
}
.card-body {
	padding: 1rem;
}
.card.cardshadow {
	/*box-shadow: 20px 24px 108px -20px rgba(0, 0, 0, 0.07), 0 0px 34px -10px rgba(195, 197, 212, 0.57), 0 2px 64px 0 rgba(70, 90, 207, 0.16)*/
	-webkit-box-shadow: 2px 5px 5px -2px rgba(0,0,0,0.1);
    box-shadow: 2px 5px 5px -2px rgba(0,0,0,0.1);
}
.card-title {
	color: #1f1f1f;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.card-header {
	background-color: #fff;
}
.card-header h3 {
	font-size: 1.4rem;
}
.card-header h3.ui.ribbon.label {
	font-size: 1rem !important;
	border-radius: 0 !important;
}
.card-footer {
	background-color: #fff;
}
.blue-border {
	border-color: #123f6d !important;
}
.red-border {
	border-color: #f12a00 !important;
}

/*Registration Page*/
.headingbar {
	background-color: #123f6d;
	color: #fff;
}
.custom-tabs {
	margin-bottom: 1rem;
}
.custom-tabs .nav-link {
	font-size: 1rem;
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(218,225,242,.6);
	border:1px solid #dee2e6;
	position: relative;
}
.custom-tabs .nav-link.active:before, .custom-tabs .nav-link.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #118b44;
    border-width: 15px;
    margin-left: -15px;
}
.registrationform-stepbox h3.step-title {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}
.fileuploadbox {
	background-color: rgba(218,225,242,.6);
	border:1px solid #dee2e6;
	padding: 6.25rem 1.25rem;
	width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding:.5rem 0;
}
.fileuploadbox .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.fileuploadbox  .inputfile + label {
    max-width: 80%;
    font-size: 1rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding:0;
    margin: 0;
}
.fileuploadbox  .inputfile + label figure{
	margin: .5rem 20px;
}
.uploaded-img {
	position: relative;
	width: 100%;
	border: 1px solid #dee2e6;
    padding: 2px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}
.uploaded-img img {    
    max-width: 66px;
    max-height: 62px;
    border-radius: 4px;
    min-height: 62px;
    
}

.uploaded-img embed {    
    max-width: 100px;
    max-height: 62px;
    border-radius: 4px;
    min-height: 62px;
    
}

.uploaded-img .delete-img {
	background-color: #f12a00;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
}
.declaration-box {
	background-color: rgba(218,225,242,.6);
	border:1px solid #dee2e6;
	padding: 1rem;
	margin-top: 1rem;
}
ul.declaration-list li{
	padding-left: 0;
	margin-bottom: 1rem;
}
ul.declaration-list li .subtext{
	padding-left: 2rem;
}
.posp-details input[type="text"]{
	min-width: 150px;
}

.timer {
	background: #fff;
    border: 1px solid #d9d9d9;
}
.timer .col-auto {
	padding: 0 1rem;
	color: #666;
}
.timer .hourglass {
	font-size:0.4rem; 
	width: 3.5em;
	height: 5em;
	border-style: solid;
	border-width: 2.5em 1.2em;
	border-color: #666 transparent;
	border-radius: 10%;
	position: relative;
	animation: spin 5s linear infinite;
	float: left;
}
  
.timer .hourglass:before {
  content: "";
  width: 2.5em;
  height: 4.5em;
  border-style: solid;
  border-width: 2.25em 1.1em;
  border-color: white transparent transparent;
  border-radius: 10%;
  position: absolute;
  top: -2.25em;
  left: -.7em;
  animation: slideOut 5s linear infinite;
}

.timer .hourglass:after {
  content: "";
  width: 2.5em;
  height: 4.5em;
  border-style: solid;
  border-width: 0em 1.1em;
  border-color: transparent transparent white;
  border-radius: 10%;
  position: absolute;
  top: -2.25em;
  left: -.7em;
  animation: slideIn 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotation(0deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes slideOut {
  0% {
    top: -2.25em;
    width: 2.5;
    border-width: 2.25em 1.1em;
  }
  90% {
    top: 0em;
    width: 0;
    border-width: 0em 0em;
    left: .55em;
  }
  100% {
    top: 0em;
    width: 0;
    border-width: 0em 0em;
    left: .55em;
  }
}
@keyframes slideIn {
  0% {
    border-width: 0em 1.1em;
  }
  90% {
    border-width: 2.25em 1.1em;
  }
  100% {
    border-width: 2.25em 1.1em;
  }
}
.timer .timer-text {
	font-weight: 600;
	float: left;
	line-height: 1.2;	
	width: 60px;
}
.timer .timer-text span {
	font-weight: 400;
	display: block;
	color: #666;
}
.timer .counter {
	font-size: 1.5rem;
	float: left;
	padding: .5rem 1rem;
	color: #fff;
}
.timer .counter span{
	display: block;
	font-size: .8rem;
	margin-bottom: .3rem;
}
.progressbar {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #e9edf2;
	border-bottom: 1px solid #e9edf2;
}
.meter {
	height: 10px;  /* Can be anything */
	position: relative;
	margin: 0; /* Just for demo spacing */
	background: #fff;
	padding: 0;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	background-color: rgb(17,139,68);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(17,139,68)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(17,139,68) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after {
	display: none;
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image:
	   -webkit-gradient(linear, 0 0, 100% 100%,
	      color-stop(.25, rgba(255, 255, 255, .2)),
	      color-stop(.25, transparent), color-stop(.5, transparent),
	      color-stop(.5, rgba(255, 255, 255, .2)),
	      color-stop(.75, rgba(255, 255, 255, .2)),
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image:
		-moz-linear-gradient(
		  -45deg,
	      rgba(255, 255, 255, .2) 25%,
	      transparent 25%,
	      transparent 50%,
	      rgba(255, 255, 255, .2) 50%,
	      rgba(255, 255, 255, .2) 75%,
	      transparent 75%,
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	overflow: hidden;
}


@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}
.meter > div {
	text-align: right;
}
.meter > div > span {
	background-color: #666;
	color: #fff;
	padding: .05rem .3rem;
	line-height: 1.4;
	font-size: .7rem;
	margin: 2px;
	margin-right: -13px;
	border-radius: 5px;
}
.quizcontent {
	background-color: rgba(218,225,242,1);
	margin: 0 -15px;
	padding: 15px;
	border-top: 1px solid #e9edf2 !important;
	border-bottom: 1px solid #e9edf2 !important;
}
.quizcontent .text  h1 {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: .5rem;
}
.quizcontent .text .grp-btns .btn {
	margin: 1rem;
	border-radius: 50px;
    color:#fff;
    font-weight: 500;
    min-width: 250px;
    padding: 1rem 2rem;
}
.quizcontent .text .grp-btns .btn .fa{
	margin-right: .5rem;
}
.quizcontent .text p,
.quizcontent .text li {
	font-size: .9rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}
.quizcontent .questions-text {
	margin-top: 2rem;
}
.quizaction {
	padding: 15px 0;
}
.ans-submit-btn {
	min-width: 150px;
}
/*-----------------
	Footer
-----------------------*/

.footer {
	background-color: #fff;
	border-top: 1px solid #e9edf2 !important;
	position: fixed;
	/*position: relative;*/
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
}
.training-page .footer {
	padding-left: 250px;
}
.homepage .footer {
	position: fixed;
}
.copyright {
	background-color: #123f6d;
	padding: 10px 0;
	color: #fff;
}
.training-page .copyright {
	background-color: transparent;
	color: #000;
}
.copyright p {
	font-size: 0.700rem;
	line-height: 1.5;
	margin: 0;
}

.copyright p a {
	color: #fff;
}
.training-page .copyright p a {
	color: #000;
}
.copyright p a:hover,
.copyright-links a:hover {
	color: #118b44;
}

.row:before, .row:after {
    display: none !important;
}


/*-----------------
	Admin pages
-----------------------*/
.dash-widget-icon {
	background-color: rgba(18, 63, 109, 0.10);
	border-radius: 100%;
	color: var(--brand-red);
	display: inline-block;
	float: left;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	text-align: center;
	width: 60px;
}
.dash-widget-info {
	text-align: center;
}
.dash-widget-info > h3 {
	font-size: 30px;
	font-weight: 600;
}
.dash-widget-info > span {
	font-size: 14px;
}

.data_statistics .list-inline li:last-child::before {
    background-color: #01941a;
}
.data_statistics .list-inline li:first-child::before, .data_statistics .list-inline li:last-child::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}

.data_statistics .list-inline li:first-child::before {
    background-color: #d70206;
}

.data_statistics .list-inline li:first-child {
    margin-right: 60px;
}


.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}  