body{
	background-color: #ecf0f5;
}
.page{
	margin-bottom:0;
}
thead th{
	text-align: center;
	vertical-align: middle !important;
}
ol,ul{
	margin-left: 0
}
.dp-none{
	display: none
}
.clearfix{
	clear: both
}
.f-g{
	color: green
}
.f-r{
	color: red
}
.btn-warning {
	background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}
.hov-un:hover{
	text-decoration: underline
}
.pace .pace-progress{
    background: #3c8dbc
}
.pace .pace-activity{
    display: block;
    border-top-color: #3c8dbc;
    border-left-color: #3c8dbc
}
.content-area{
	position: relative;
	min-height: 100vh;
    padding-top: 65px;
    padding-bottom: 30px;
}
.container{
	position: relative
}
.modal.fade .modal-dialog{
    /* -webkit-animation-name: bounceOut;
    animation-name: bounceOut; */
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal.fade.in .modal-dialog{
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceIn{
	0%{opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}
	50%{-webkit-transform: scale(1);transform: scale(1);}
	100%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
}
@keyframes bounceIn{
	0%{opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}
	50%{-webkit-transform: scale(1);transform: scale(1);}
	100%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
}
@-webkit-keyframes bounceOut{
	0%{-webkit-transform: scale(1);transform: scale(1);}
	25%{-webkit-transform: scale(1.15);transform: scale(1.15);}
	50%{opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}
	100%{opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}
}
@keyframes bounceOut{
	0%{-webkit-transform: scale(1);transform: scale(1);}
	25%{-webkit-transform: scale(1.15);transform: scale(1.15);}
	50%{opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}
	100%{opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}
}
/***********************  404  *************************/
.error-page h3{
	margin-top: 35px
}
@media (max-width: 767px){
	.error-page{
		text-align: center
	}
	.error-page h3{
		margin-top: 0
	}
}

.login-box-body {
    box-shadow: 0 0 20px 5px #ccc;
}
/***********************  NAVBAR  *************************/
.navbar-brand{
	padding: 10px;
}
.navbar-brand img{
	height: 40px;
	margin-top: 0;
}
.navbar-default{
    background-color: #ffffff;
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    background-color: #ddd
}
.navbar-toggle{
	margin-top: 3px
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover{
    background-color: #777
}
/***********************  Select2  *************************/
.select2-container{
	width: 100% !important
}
/*********************** Dropdown Submenu **********************/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-menu>li>a{background-color: white;padding: 3px 20px 3px 15px;}
.dropdown-menu>li>a.minisub{padding-left:25px;}

.site{
	position: relative;
	min-height: 100vh
}
.dsb{
	position: absolute;
	width: 100%;
	bottom: 5px;
	font-family: 'lane_-_narrowregular';
}
.designby{
	/*position: relative;*/
	display: inline-block;
	color: gray
}
.designby:after{
    content: '';
    position: absolute;
	top: 1px;
    right: calc(50% - 93px);
    background-image: url(../../images/default/dth-ico-black.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    transition: .5s;
}
.designby:hover:after{
    background-image: url(../../images/default/dth-ico-color.png);
}
.pagi{
	margin-top: 15px;
}
.pagi .btn-group{
	background-color: #f4f4f4;
}
.f-w-1{
	font-weight: 100
}
.mar-t-5{
	margin-top: 5px
}
.mar-t-10{
	margin-top: 10px
}
.mar-r-5{
	margin-right: 5px
}
.mar-r-10{
	margin-right: 10px
}
.mar-l-10{
	margin-left: 10px
}
.border-b{
	border-bottom: 0
}
.mar-b{
	margin-bottom: 0
}
.mar-b-10{
	margin-bottom: 10px
}
.mar-b-20{
	margin-bottom: 20px
}
.pad-t-20{
	padding-top: 20px
}
.pad-b{
	padding-bottom: 0 !important
}
.topnone{
	border-top: none
}
.textarea-noresize{
    resize: none
}
.nopad{
	padding-right: 0;
	padding-left: 0
}
.nopad .col-lg-1,.nopad .col-lg-10,.nopad .col-lg-11,.nopad .col-lg-12,.nopad .col-lg-2,.nopad .col-lg-3,.nopad .col-lg-4,.nopad .col-lg-5,.nopad .col-lg-6,.nopad .col-lg-7,.nopad .col-lg-8,.nopad .col-lg-9,.nopad .col-md-1,.nopad .col-md-10,.nopad .col-md-11,.nopad .col-md-12,.nopad .col-md-2,.nopad .col-md-3,.nopad .col-md-4,.nopad .col-md-5,.nopad .col-md-6,.nopad .col-md-7,.nopad .col-md-8,.nopad .col-md-9,.nopad .col-sm-1,.nopad .col-sm-10,.nopad .col-sm-11,.nopad .col-sm-12,.nopad .col-sm-2,.nopad .col-sm-3,.nopad .col-sm-4,.nopad .col-sm-5,.nopad .col-sm-6,.nopad .col-sm-7,.nopad .col-sm-8,.nopad .col-sm-9,.nopad .col-xs-1,.nopad .col-xs-10,.nopad .col-xs-11,.nopad .col-xs-12,.nopad .col-xs-2,.nopad .col-xs-3,.nopad .col-xs-4,.nopad .col-xs-5,.nopad .col-xs-6,.nopad .col-xs-7,.nopad .col-xs-8,.nopad .col-xs-9{
    padding-right: 0;
    padding-left: 0
}
.modal-header .modal-title{
	clear: none
}
.bs-wizard {padding: 50px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #777; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color: white;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: white;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none;}
@media only screen and (min-width: 998px){
	.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #777; font-size: 16px; margin-bottom: 5px;}
}
.boxstcolor{
	position: relative;
}
.boxstcolor:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.boxstcolor-green:before{
	background-color: green
}
.boxstcolor-red:before{
	background-color: red
}
.stf-tp-chkb{
	font-weight: 100;
	cursor: pointer
}
.table-responsive {
    /* overflow-x: inherit !important; */
}
#frm-stf label.radio{
	margin-left: 25px
}
.sltaddr{
	position: relative;
	cursor: pointer;
	padding: 10px;
	padding-left: 30px;
	border: 1px solid #eee;
}
.sltaddr.active{
	border-color: #9ca643;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
}
.sltaddr i.fa{
	position: absolute;
	left: 0.5em;
	font-size: 1.3em;
	color: #9ca643;
	opacity: 0;
}
.sltaddr.active i.fa{
	opacity: 1;
}
/*.aj-new-chk{
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 300px;
    height: 100px;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-left: 3px solid #337ab7;
}*/
.notifyjs-bootstrap-base{
	max-width: 300px
}

.notifyjs-foo-base {
	max-width: 300px;
	font-weight: bold;
	padding: 5px 20px 3px 25px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 5px 15px;
	color: #3a87ad;
    background-color: #d9edf7;
	border: 1px solid #bce8f1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYFAhkSsdes/QAAA8dJREFUOMvVlGtMW2UYx//POaWHXg6lLaW0ypAtw1UCgbniNOLcVOLmAjHZolOYlxmTGXVZdAnRfXQm+7SoU4mXaOaiZsEpC9FkiQs6Z6bdCnNYruM6KNBw6YWewzl9z+sHImEWv+vz7XmT95f/+3/+7wP814v+efDOV3/SoX3lHAA+6ODeUFfMfjOWMADgdk+eEKz0pF7aQdMAcOKLLjrcVMVX3xdWN29/GhYP7SvnP0cWfS8caSkfHZsPE9Fgnt02JNutQ0QYHB2dDz9/pKX8QjjuO9xUxd/66HdxTeCHZ3rojQObGQBcuNjfplkD3b19Y/6MrimSaKgSMmpGU5WevmE/swa6Oy73tQHA0Rdr2Mmv/6A1n9w9suQ7097Z9lM4FlTgTDrzZTu4StXVfpiI48rVcUDM5cmEksrFnHxfpTtU/3BFQzCQF/2bYVoNbH7zmItbSoMj40JSzmMyX5qDvriA7QdrIIpA+3cdsMpu0nXI8cV0MtKXCPZev+gCEM1S2NHPvWfP/hL+7FSr3+0p5RBEyhEN5JCKYr8XnASMT0xBNyzQGQeI8fjsGD39RMPk7se2bd5ZtTyoFYXftF6y37gx7NeUtJJOTFlAHDZLDuILU3j3+H5oOrD3yWbIztugaAzgnBKJuBLpGfQrS8wO4FZgV+c1IxaLgWVU0tMLEETCos4xMzEIv9cJXQcyagIwigDGwJgOAtHAwAhisQUjy0ORGERiELgG4iakkzo4MYAxcM5hAMi1WWG1yYCJIcMUaBkVRLdGeSU2995TLWzcUAzONJ7J6FBVBYIggMzmFbvdBV44Corg8vjhzC+EJEl8U1kJtgYrhCzgc/vvTwXKSib1paRFVRVORDAJAsw5FuTaJEhWM2SHB3mOAlhkNxwuLzeJsGwqWzf5TFNdKgtY5qHp6ZFf67Y/sAVadCaVY5YACDDb3Oi4NIjLnWMw2QthCBIsVhsUTU9tvXsjeq9+X1d75/KEs4LNOfcdf/+HthMnvwxOD0wmHaXr7ZItn2wuH2SnBzbZAbPJwpPx+VQuzcm7dgRCB57a1uBzUDRL4bfnI0RE0eaXd9W89mpjqHZnUI5Hh2l2dkZZUhOqpi2qSmpOmZ64Tuu9qlz/SEXo6MEHa3wOip46F1n7633eekV8ds8Wxjn37Wl63VVa+ej5oeEZ/82ZBETJjpJ1Rbij2D3Z/1trXUvLsblCK0XfOx0SX2kMsn9dX+d+7Kf6h8o4AIykuffjT8L20LU+w4AZd5VvEPY+XpWqLV327HR7DzXuDnD8r+ovkBehJ8i+y8YAAAAASUVORK5CYII=);
	text-align: center;
}

.notifyjs-foo-base .title{
	margin: 10px 0 0;
}

.notifyjs-foo-base .buttons{
	font-size: 9px;
	padding: 5px;
	margin: 2px;
}

.notifyjs-foo-base button{
    font-size: 12px;
    padding: 5px;
    margin: 2px;
    width: 60px;
    background-color: #337ab7;
    border: 0;
    color: white;
    font-weight: 100;
}
@media only screen and (min-width: 1200px){
	.notifyjs-foo-base {
	    font-size: 16px;
	}
}
.nav-tabs-custom{
	position: relative
}
.navbar-default .navbar-nav>li>a{
    padding-right: 10px;
    padding-left: 10px;
}
/*.box-profile .list-group-item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}*/
.dashboard-item-graph{
	display: none;
}
.dashboard-item-graph .box-body{
	min-height: 100px;
}
.dashboard-item-graph canvas{
}
.nav-tabs-custom .tab-footer {
    padding: 10px;
    border-top: 1px solid #f4f4f4;
}

.nav-style-product{
	border-bottom: 5px solid #00c0ef
}
.nav-style-pig{
	border-bottom: 5px solid #ff969f
}

.fc-day-grid-event .fc-content, .fc-icon, .fc-row.fc-rigid, .fc-time-grid-event{
    /* overflow: visible; */
}
.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content{
    white-space: normal;
}
.fc-event, .fc-event:hover{
	color: black;
	border-radius: 0;
	font-size: 12px;
	letter-spacing:0;
}
.fc-more{
	color: red;
}
.fc-more:hover{
	color: #c10c0c;
}


.float-nav {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
}
.float-nav > a.menu-btn {
	text-decoration: none;
	display: block;
	background-color: #ff969f;
	color: white;
	padding: 17px 20px 10px 20px;
	text-align: center;
	box-shadow: 2px 2px 8px #777;
	border-radius: 300px;
}
.float-nav > a.menu-btn.active {
	transition: background-color 250ms linear;
	background-color: transparent;
	box-shadow: none;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(1) {
	border-width: 2px;
	-moz-transform: rotate(45deg) translate(4px, 6px);
	-ms-transform: rotate(45deg) translate(4px, 6px);
	-webkit-transform: rotate(45deg) translate(4px, 6px);
	transform: rotate(45deg) translate(4px, 6px);
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(2) {
	visibility: hidden;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(3) {
	border-width: 2px;
	-moz-transform: rotate(-45deg) translate(8px, -10px);
	-ms-transform: rotate(-45deg) translate(8px, -10px);
	-webkit-transform: rotate(-45deg) translate(8px, -10px);
	transform: rotate(-45deg) translate(8px, -10px);
}
.float-nav > a.menu-btn > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.float-nav > a.menu-btn > ul > li.line {
	border: 1px solid white;
	width: 100%;
	margin-bottom: 7px;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.float-nav > a.menu-btn > .menu-txt {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
}

.main-nav{
	display: none;
	opacity: 0;
	font-family: sans-serif;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: opacity 250ms;
	z-index: 98;
}
.main-nav.active{
	display: block;
	opacity: 1;
	transition: opacity 250ms;
}
.main-nav > ul{
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ff969f;
	box-shadow: 2px 2px 8px #777;
	border-radius: 3px 3px 33.5px 3px;
}
.main-nav > ul > li > a{
	text-decoration: none;
	display: block;
	font-weight: 200;
	padding: 15px 70px 15px 15px;
	color: white;
}
.main-nav > ul > li > a:hover{
	font-weight: 400;
}
.fc-content-skeleton td{
	position: relative;
}
.layout-top-nav{
	overflow-x:hidden;
}
.layout-top-nav .wrapper .content-wrapper, .layout-top-nav .wrapper .main-footer, .layout-top-nav .wrapper .main-header{
	width: 100%;
}
.layout-top-nav .content-area{
	padding-top: 80px;
}
body.layout-top-nav .control-sidebar{
	top: 67px;
    bottom: 0;
}
.control-sidebar .nav-sidebar>.nav-item .nav-icon{
	vertical-align: text-bottom;
}
.content-extracontents .note-editor.note-frame .note-editing-area .note-editable{
	min-height: 300px;
}
.table-sm td{
	padding: .4rem;
	padding-bottom: .35rem;
}
.table-sm th{
    padding: .6rem;
	padding-bottom: .45rem;
}
.text-sm .table .btn{
	font-size: .75rem!important;
}
.pagi .current{
	background-color: #e9ecef;
    color: #2b2b2b;
}
.dthmsg p{
	margin-bottom:0
}
.backward{
	margin-bottom: 15px;
}
.backward a{
	display:inline-block;
	padding:5px 25px 5px;
	border-radius: 20px;
	background-color: green;
	color:white;
}
.backward a svg{
	margin-right:5px
}

.select2-sm .select2-container--default .select2-selection--single{
	height: calc(1.8125rem + 2px);
	padding: .25rem .75rem;
}
.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}
.select2-container.select2-container--default .select2-selection--single {
    height: 36px;
}
.w_98px {
	width: 98%;
}
.b_switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}
.b_switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.b_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.b_slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	left: 6px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .b_slider {
	background-color: #2196F3;
}
input:focus + .b_slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .b_slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.b_slider.round {
	border-radius: 34px;
}
.b_slider.round:before {
	border-radius: 50%;
}
.form-event .note-editing-area {
	min-height: 200px;
}

.row-certificate {
	display: none;
}

/* datatable */
#participantTable td:first-child,
#participantTable td:nth-last-child(2),
#participantTable td:last-child {
	text-align: center;
}
/* #participantTable td:first-child, */
#participantTable td:last-child {
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px !important;
	margin: 0.5em 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent !important;
	border: 1px solid transparent !important;
}

/* acf-form */
.button,
input[type="submit"].button {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
}
.button:hover {
	background: #f1f1f1;
    border-color: #016087;
    color: #016087;
}
.button-primary,
input[type="submit"].button-primary {
	color: #fff;
    background-color: #007cba;
    border-color: #007cba;
    box-shadow: none;
}
.button-primary:focus, .button-primary:hover {
	background: #0071a1;
    border-color: #0071a1;
    color: #fff;
}
.acf-form-submit {
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
	text-align: right;
	margin-top: 20px;
}
.bg_5fae45, button.bg_5fae45, a.bg_5fae45 {
	background-color: #5fae45;
}
.color_5fae45, button.color_5fae45, a.color_5fae45 {
	color: #5fae45;
}
.color_fff, button.color_fff, a.color_fff {
	color: #fff;
}
.color_000, button.color_000, a.color_000 {
	color: #000;
}
.color_bfbfbf, button.color_bfbfbf, a.color_bfbfbf {
	color: #bfbfbf;
}
.color_5fae45, button.color_5fae45, a.color_5fae45 {
	color: #5fae45;
}
.num_jobapp {
	background-color: #ff0000;
	display: block;
	min-width: 18px;
	padding: 0 5px;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 50px;
	font-size: 12px;
}
.box_shappjob_label {
	color: #5fae45;
	font-size: 12px;
	transition: .3s;
}
.box_shappjob {
	box-shadow: 0px 0px 0px 2px #5fae45;
	border-radius: 10px;
	padding: 15px 20px;
	transition: .3s;
	margin-bottom: 15px;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.box_shappjob_action {
	color: #bfbfbf;
	font-size: 16px;
	font-weight: 500;
	transition: .3s;
}
.btn_shappjob_action, a.btn_shappjob_action, button.btn_shappjob_action {
	color: #bfbfbf;
	text-decoration: none;
	outline: none;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
}
.box_shappjob_status {
	display: inline-block;
	background-color: #5fae45;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 2px 1px #fff, 3px 3px 3px 0px #0005;
}
select.box_shappjob_st_se {
	border: 0;
	background-color: transparent;
	transition: .3s;
	border-radius: 10px;
	outline: none;
}
.box_shappjob:hover {
	box-shadow: 0px 0px 0px 2px #5fae45, 0px 0px 5px 4px #0005;
	background-color: #5fae45;
	color: #fff;
}
.box_shappjob:hover select.box_shappjob_st_se {
	color: #fff;
	background-color: #5fae45;
}
.box_shappjob:hover .box_shappjob_label {
	color: #000;
}
.box_shappjob:hover .btn_shappjob_action, .box_shappjob:hover .box_shappjob_action {
	color: #fff;
}
.box_shappjobparent {
	/* max-height: 400px; */
	overflow-y: scroll;
	padding-right: 15px;
}
.box_shappjobparent::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.box_shappjobparent::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #bfbfbf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.box_shappjobparent::-webkit-scrollbar-thumb {
	background-color: #737373;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.box_shappjob_st_offline .box_shappjob_status {
	background-color: #ff0000;
}
.box_shappjob_st_offline, .box_shappjob_st_offline .box_shappjob_label, .box_shappjob_st_offline select.box_shappjob_st_se {
	color: #c1c1c1;
}
.box_shappjob_st_offline {
	box-shadow: 0px 0px 0px 2px #c1c1c1;
}
.temp_form_app input, .temp_form_app select, .temp_form_app textarea {
	border: 2px solid #5fae45;
	border-radius: 10px;
	background-color: #fff;
	padding: 2px 10px;
}
.font-25, button.font-25, input.font-25, select.font-25, textarea.font-25 {
	font-size: 23px;
}
.font-24, button.font-24, input.font-24, select.font-24, textarea.font-24 {
	font-size: 22px;
}
.font-20, button.font-20, input.font-20, select.font-20, textarea.font-20 {
	font-size: 18px;
}
.required {
	color: #ff0000;
}
.temp_form_app .note-editor.note-frame {
	border: 2px solid #5fae45;
	border-radius: 10px;
	overflow: hidden;
}
.btn_def, a.btn_def, button.btn_def {
	padding: 8px 15px;
	background-color: #5fae45;
	border: 0;
	border-radius: 10px;
	color: #fff;
}
.w_250 {
	width: 250px;
}
.box_applyjob {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	padding: 20px 20px 20px 45px;
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	transition: .3s;
	position: relative;
	margin-bottom: 15px;
	color: #c1c1c1;
	cursor: pointer;
}
.box_applyjob:hover, .box_applyjob.active {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	border-color: #5fae45;
}
.box_applyjob::before {
	content: '';
	background-color: #dddddd;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 23px;
	left: 16px;
}
.box_applyjob .num_date {
	color: #c1c1c1;
}
.box_applyjob.box_ms_status_new .num_date {
	color: #5fae45;
}
.box_applyjob.box_ms_status_new {
	color: #000;
}
.box_applyjob.box_ms_status_new::before {
	background-color: #5fae45;
}
/* .box_jobs_message {
	display: flex;
	overflow-x: scroll;
	width: 100%;
} */
.box_jobs_message {
	overflow-y: scroll;
	padding: 15px;
	margin-left: -15px;
	max-height: 800px;
}
.box_jobs_message::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.box_jobs_message::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #bfbfbf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.box_jobs_message::-webkit-scrollbar-thumb {
	background-color: #737373;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
/* .box_jobs_message .box_applyjob {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
} */
.box_applyjob_de1 {
	border: 2px solid #5fae45;
	border-radius: 10px;
	position: relative;
}
hr.box_applyjob_de1_hr {
	border-top: 2px solid rgba(0,0,0,.1);
}
.btn_download_resume {
	background-color: #f1f1f1;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 20px;
	border-radius: 10px;
}
.swal2-header {
	border-bottom: 0;
}
.num_active_jobs {
	display: inline-block;
}





.container_chkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container_chkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1px;
	width: 1px;
}
.checkmark_chkbox {
	position: absolute;
	/* top: 5px; */
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #fff;
	border: 2px solid #5fae45;
	border-radius: 2px;
	padding: 3px;
}
.container_chkbox:hover input ~ .checkmark_chkbox {
	background-color: #fff;
}
.container_chkbox input:checked ~ .checkmark_chkbox {
	background-color: #fff;
}
.checkmark_chkbox:after {
	content: "";
	position: absolute;
	display: none;
}
.container_chkbox input:checked ~ .checkmark_chkbox:after {
	display: block;
}
.container_chkbox .checkmark_chkbox:after {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #5fae45;
	border-radius: 3px;
	position: relative;
}






.temp_select2 .select2-container--default .select2-selection--single {
	border: 2px solid #5fae45;
	border-radius: 10px;
	padding: 4px 10px;
}










@media(min-width:576px){
}
@media(min-width:768px){
}
@media(min-width:992px){
}
@media(min-width:1200px){
}
@media(min-width:1600px){
	/* .font-25, button.font-25, input.font-25, select.font-25, textarea.font-25 {
		 font-size: 25px;
	}
	.font-24, button.font-24, input.font-24, select.font-24, textarea.font-24 {
		 font-size: 24px;
	}
	.font-20, button.font-20, input.font-20, select.font-20, textarea.font-20 {
		 font-size: 20px;
	} */
}