body {
	line-height: 1;
}
.navbar{
	padding: 0;
}
.main-header .sidebar-toggle{
	padding: 17px 15px;
}
.h4, h4{
	font-size: 1.35rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 10px;
	padding-right: 10px;
}
.row{
	margin-right: -10px;
	margin-left: -10px;
}
.d-fl-wrap{
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-fl{
	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;
}
.fl-items-start{
	align-items: flex-start;	
}
.ml-auto{
	margin-left: auto !important;
}
.mr-auto{
	margin-right: auto !important;
}
.mt-auto{
	margin-top: auto !important;
}
.mb-auto{
	margin-bottom: auto !important;
}
.box-footer button + button, .box-footer span + button{
	margin-left: 5px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini{
	font-size: 11px;
}
.mask_act{
	color: #111;
}
.mask_no{
	color: #b5bbc8;
}
.types_wr .btn-box-tool{
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.types_wr .btn-box-tool i{
	display: none;
}
.types_wr .box{
	margin-bottom: 8px;
}
.types_wr .box-body {
	border-top: 1px solid #111;
	padding-left: 25px;
}
.currensy_wr{
	position: relative;
}
.currensy_wr .curr_i{
	position: absolute;
	right: 3px;
	bottom: 10px;
	display: none;
}
.main-header .logo{
	position: fixed;
}
a.pop_notice_link{
	display: inline-block;
	margin-top: 10px;
}

.btn-exit{
	position: absolute;
	bottom: 20px;
	padding: 12px 5px 12px 15px;
	display: block;
	width: 100%;
}
.notifi_menu{
	font-weight: bold;
	margin-left: 2px;
	color: #000;
	font-size: 75%;
}
.notifi_circle{
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	text-align: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
}
#note_modal .select2-container, #note_edit_modal .select2-container{
	width: 100% !important;
}
.ui-timepicker-standard{
	z-index: 99999 !important;
}
.btn-exit i{
	width: 20px;
}
a.btn-exit:hover{
	color: #fff;
	background: #1e282c;
}
.top_titled{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;	
	color: #fff;
	font-weight: 600;
	transform: translate(-50%, -50%);
}
.top_titled.add{
	font-size: 95%;
}
.br-r{
	border-right: 1px solid #ccc;
}
.file_row label{
	display: block;
}
input[type="file"]{
	max-width: 100%;
}
.mt-3{
	margin-top: 5px;
}
.mb-3{
	margin-bottom: 5px;
}
.content{
	position: relative;
}
.content:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0, .3);
	width: 100%;
	opacity: 0;
	height: 100%;
	visibility: hidden;
	transition: .3s;
}
.content.load:after{
	opacity: 1;
	visibility: visible;
}
.content:before{
	position: fixed;
	content: url(../img/loading.gif);
	width: 32px;
	height: auto;
	top: 50%;
	margin-left: 55px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}
.content.load:before{
	display: block;
}
.file_del{
	cursor: pointer;
	padding: 3px 6px;
	border-radius: 0;
}
.file_info, .file_name{
	padding: 5px 5px;
	border-right: 1px solid #777;
}
.file_info{
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file_item{
	margin-right: 10px;
}
.add_files{
	margin-top: 20px;
}
.files_columns .table > tbody > tr > td{
	padding-top: .4rem !important;
	padding-bottom: .4rem !important;
}	
.files_columns .table > thead > tr > th, .files_columns .table > tbody > tr > td{  
	border: 1px solid #ddd;
}
.files_columns {  
	margin: 25px 0;
	align-items: center;
	justify-content: space-start;
	flex-wrap: wrap;
}
textarea:not(.auto-h-disabled){
	resize: none;
	overflow: hidden;
	padding: 6px 12px;
	height: 34px;
}
textarea:not(.auto-h-disabled)[name="notice"]{
	height: 32px;
}
textarea.auto-h-disabled{
	resize: none;
	overflow-y: scroll;
	min-height: 94px;
	padding: 6px 12px;
}
.callout{
	position: relative;
}
.note_box{
	max-width: 200px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.notice_del{
	font-size: 115%;
	padding: 0 5px;
	color: red;
	cursor: pointer;
}
.note_box input{
	max-width: calc(100% - 106px);
}
.note_toggle_box{
	position: absolute;
	right: 10px;
	width: auto;
	max-width: 100%;
	top: 5px;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}
.note_toggle_box h4{
	margin: 0;
}
.toggler_notice{
	border-bottom: 1px dotted #fff;
	cursor: pointer;
	user-select: none;
}
.notice_counter{
	counter-reset: notice;
	list-style: none;
}
.notice_counter li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}
.notice_counter li::before {
  counter-increment: notice;                 
  content: counter(notice) " - ";  
  margin-right: 5px;
  display: inline-block;
}
.notice_counter li + li{
	margin-top: 8px;
}
.item_comm_note{
	cursor: pointer;
	user-select: none;
}
.notice_wr_block{
	animation: all .3s;
	top: calc(100% + 4px);
	position: absolute;
	right: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #fff;
	padding: 5px 10px;
	z-index: 10;
	margin-bottom: 0;
	white-space: nowrap;
	text-align: left;
	color: #000;
	visibility: hidden;
	opacity: 0;
}
.notice_wr_block.shown{
	opacity: 1;
	visibility: visible;
}
.add_manager{
	margin-top: 25px;
}
.table-staff > tbody > tr > th, .table-staff > tbody > tr > td{
	padding: 3px;
	vertical-align: middle;
}
.mt-p-3{
	margin-top: 3px;
}
.mr-p-15{
	margin-right: 25px;
}
.company_in_title{
	display: block; 
	margin-left: 230px;
	transition: margin-left 0.3s ease-in-out;
}
.sidebar-mini.sidebar-collapse .company_in_title{
	margin-left: 50px;
}
.form-control {
    height: calc(1.5em + .75rem - 2px);
    padding: 0;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: .175rem .35rem;
    height: calc(1.5em + .726rem);
	border-radius: 3px;
	border-color: transparent;
	border-bottom-color: #8e8e8e;
}
label {
	margin-bottom: .2rem;
    font-weight: 400;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 1.5;
	font-family: 'Roboto';
}
.form-control{
	border-radius: 3px;
}
.form-control:focus{
   -webkit-box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.65);
	-moz-box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.65);
	box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.65);
}
.select2-container{
	transition: .1s;
}
.select2-container--open{
   -webkit-box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.5);
	-moz-box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.5);
	box-shadow: 0px 0px 2px 2px rgba(23, 176, 246,0.5);
}
.btn {
    font-size: 14px;
}
.small-margin {
    font-weight: 600;
}
.box {
    background: #fff;
}
.form-control {
	border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom-width: 1px;
    border-bottom-color: #8e8e8e;
    font-family: 'Roboto', sans-serif;
    color: #353535;
	font-size: 15px;
	padding: 0 3px;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 8px solid #e6e6e6;
    padding-left: -15px;
    margin-left: -10px;
    margin-right: -10px;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #6d9591 !important;
}
pre {
	display: block;
    font-size: 12px;
    color: #fff;
    background: black;
    padding: 5px;
    word-wrap: break-word;
}
.skin-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
    font-size: 14px;
    line-height: 1.5;
}

tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
tr {
    font-family: 'Roboto', sans-serif;
    color: #3f3125;
    font-size: 14px;
    font-weight: 400;
}
td {
	padding: .25rem .4rem !important;
}
.datepicker tr{
	font-size: 15px;
}
.datepicker td{
	padding: 5px !important;
}
.datepicker td, .datepicker th{
	width: 28px;
	height: 28px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: .18rem .34rem;
    font-size: .82rem;
    line-height: 1.2;
    border-radius: .0rem;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-right: 1px solid #ddd;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e6e6e6;
    opacity: 1;
	cursor: default;
}
.box {
	border: none;
	/* width: 1300px; */
	width: 100%;
    /* margin: 0px 50px; */
}
.btn {
	line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 32px;
}
button[name="extac"]{
	position: relative;
	top: -1px;
	margin-left: 8px;
}
.btn{
	cursor: pointer;
}
.col.dpick{
	max-width: 105px;
	min-width: 105px;
	width: 105px;
}
.dpick label{
	white-space: nowrap;
}
.dpick2{
	max-width: 80px;
	min-width: 80px;
	width: 80px;
}
.col.phonecol{
	min-width: 155px;
	max-width: 155px;
	width: 155px;
}
.mw-p-150{
	min-width: 150px;
	width: 150px;
	max-width: 150px;
}
.w-p-40{
	max-width: 40px;
	width: 40px;
	min-width: 40px;
}
.w-p-60{
	max-width: 60px;
	width: 60px;
	min-width: 60px;
}
.w-p-70{
	max-width: 70px;
	width: 70px;
	min-width: 70px;
}
.w-p-75{
	max-width: 75px;
	width: 75px;
	min-width: 75px;
}
.w-p-80{
	max-width: 80px;
	width: 80px;
	min-width: 80px;
}
.w-p-90{
	max-width: 90px;
	min-width: 90px;
	width: 90px;
}
.w-p-100{
	max-width: 100px;
	min-width: 100px;
	width: 100px;
}
.w-p-120{
	max-width: 120px;
	min-width: 120px;
	width: 120px;
}
.w-p-135{
	max-width: 135px;
	min-width: 135px;
	width: 135px;
}
.w-p-140{
	max-width: 140px;
	min-width: 140px;
	width: 140px;
}
.w-p-160{
	max-width: 160px;
	min-width: 160px;
	width: 160px;
}
.w-p-180{
	max-width: 180px;
	min-width: 180px;
	width: 180px;
}
.w-p-200{
	max-width: 200px;
	min-width: 200px;
	width: 200px;
}
.w-p-220{
	width: 220px;
	max-width: 220px;
	min-width: 220px;
}
.w-p-250{
	width: 250px;
	max-width: 250px;
	min-width: 250px;
}
.w-p-300{
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}
.w-p-350{
	width: 350px;
	max-width: 350px;
	min-width: 350px;
}
.mrl-10{
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.paytypename.dis{
	margin-bottom: 0;
	height: 32.5px;
	line-height: 32.5px;
	padding: 0 3px;
	box-sizing: border-box;
	background: #e6e6e6;
}
input[type="file"].style-file{
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}
input[type="file"].style-file + label{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: -webkit-focus-ring-color auto 5px;
}
.modal-header .close{
	position: absolute;
	right: 5px;
	top: 5px;
}
.modal-danger .modal-body label{
	color: #fff;
	font-weight: 600;
}
.modal-content{
}
span[data-box-country="true"]{
	width: 75px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 6px;
}
a.btn-primary, .btn-primary, .btn-warning{
	color: #fff !important; 
}
table th{
	white-space: nowrap;
}
.c-gr{ 
	color: #008d4c !important;
}
.c-rd{
	color: #d73925 !important;
}
.pagination-jump, .pagi_item{
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0 7px;
	height: 25px;
	line-height: 24px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.pagination-jump{
	max-width: 45px;
}
.pagi_item.active{
	background: #ccc;
	color: #000;
}
.pagi_row{
	display: flex;
	justify-content: center;
}
tr.pagi_tr:hover{
	background: #fff !important;
}
table tbody tr.pagi_tr td{
	border: none;
	padding: 5px 0 0 0 !important;
}
.filt_btn.btn{
	padding-left: 10px;
	padding-right: 10px;
}
.add_ctincl, .view_ctincl{
	cursor: pointer;
}
.currensy_wr input{
	padding-right: 18px;
}
table tbody tr:first-child:not(.file_item), table tbody tr:nth-of-type(1):not(.file_item), table tbody tr.bg-hd{
	background-color: #ededed !important;
	color: #212529 !important;
}
.drop-columns .dropdown-item{
	padding: .25rem .3rem;
}
.dropdown-item div{
	margin-right: 15px;
}
.drop-columns{
	float: right;
	margin: 0 10px;
}
.box-header > .box-tools{
	float: right;
	position: static;
}
.table-responsive{
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling-x: touch;
	overflow: none !important;
	overflow-x: auto !important;
	white-space: nowrap;
}
.table-responsive *{
	white-space: normal;
}

.table-condition {
  width: 18rem;
}

.table-maxH-inner div{
  height: 14px;
  overflow: hidden; 
}
.table-maxH-inner.maxH [data-hideB] {
  display: inline-block;
}
[data-hideB] {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Roboto', sans-serif;
  color: #3f3125;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: 0;
  background-color: transparent;
  padding: 0.1rem;
  display: none;
}
[data-hideB].active .btn-hidden {
  display: block;
}
[data-hideB].active .btn-visible {
  display: none;
}
[data-hideB].active + div {
  height: auto;
}
.table-maxH-inner {
  position: relative;
  padding-bottom: 1.5rem;
}

.btn-hidden {
  display: none;
}

.ui-menu-item{
	text-align: left;
}
.content-wrapper, .main-footer, .main-header .navbar{
	margin-left: 180px;
}
.main-sidebar, .main-header .logo{
	width: 180px;
}
.content{
	padding-left: 15px;
	padding-right: 15px;
}
.content .col-12 > .box{
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
}
.bg-cyan{
	background: #17a2b8 !important;
	color: #fff;
}
.bg-cyan:hover{
	color: #fff;
} 
.wt-np{
	white-space: nowrap;
}
.highlight-td {
	background-color: #eee !important;
}
.border-r-dark{
	border-right-color: #aaa !important;
}
tr.focused{
	background: #ccc !important;
	position: relative;
}
.control_box{
	position: absolute;
	top: 90%;
	left: calc(100% + 12px);
	z-index: 5;
	padding: 3px 10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 100px;
	overflow: hidden;
	margin-left: -100px;
	/*-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:bounceIn;animation-name:bounceIn;*/
	
}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}

.sidebar-mini.sidebar-collapse .main-header .navbar{
	margin-left: 50px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini{
	display: block;
	margin-left: -15px;
	margin-right: -15px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg{
	display: none;
}
.modal-content{
	border-radius: .3rem;
}

.row_deatails{
	color: #3c8dbc;
	transition: all .3s;
	cursor: pointer;
}
.row_deatails:hover, .row_deatails.active{
	color: #333;
}
.row_deatails.active .fa-arrow-circle-down{
	display: none;
}
.row_deatails .fa-arrow-circle-down + i{
	display: none;
}
.row_deatails.active .fa-arrow-circle-down + i{
	display: block;
}
.bg-darkest{
	background: #343a40 !important;
	color: #fff !important;
}
.salary_box:not(:first-of-type){
	display: none;
}
.edit_row{
	color: #3c8dbc;
	cursor: pointer;
}
.pos-r{
	position: relative;
}
button.close{
	outline: none;
}
.service_row{
	position: relative;
}
.service_row .btn_del_serv{

}
.bordered-input input {
	border: 1px solid black !important;
}
.bg-dark{
	background-color: #333;
}
.tr-date-light{
	background-color: #ddd !important;
	color: #000;
}
.tabs-client{
	min-height: 0;
	transition: min-height .5s;
}
#salary form, #salary2 form{
	position: relative;
}
#salary form:after, #salary2 form:after{
	content: '';
	background: rgba(255, 255, 255, .85);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 1;
	transition: opacity .2s;
}
#salary form:not(.ajax-load):after, #salary2 form:not(.ajax-load):after{
	opacity: 0;
	visibility: hidden;
}
#salary form .ajax-status, #salary2 form .ajax-status{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35px;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 3;
}
#salary form:not(.ajax-load) .ajax-status, #salary2 form:not(.ajax-load) .ajax-status{
	visibility: hidden;
	opacity: 0;
}
.w-49{
	width: 49%;
}
.text-pay{
	color: #3c8dbc;
}
.text-spif, .text-basic{
	color: #28a745;
}
table.finance-table tbody tr:first-child, table.finance-table tbody tr:nth-of-type(1), table.finance-table tbody tr.bg-hd{
	background: #dfdfdf !important;
}
.upl-item{
	cursor: pointer;
}
.upl-tx{
	text-decoration: underline;
}
a.upl-item{
	color: #000;
}
table.table > tbody > tr.total-tr > td{
	padding: .5rem .4rem !important;
}
td.basic_details{
	cursor: pointer;
}
.basic_details .bs_det_box{
	position: relative;
	color: #0056b3;
	border-bottom: 1px dotted currentcolor;
	display: inline-block;
}
.bs_details_wr{
	color: #000;
	position: absolute;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	padding: 15px 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0, .25);
	width: auto;
	background: #fff;
	top: calc(100%  + .25rem);
	z-index: 5;
	left: -.4rem;
}
.basic_item + .basic_item{
	margin-top: 10px;
}
.basic_item{	
	white-space: nowrap !important;
}
.tab-content-custom .tab-pane{
	display: none;
}
.tab-content-custom .tab-pane.active{
	display: block;
}
.skin-blue .sidebar-menu > li > .treeview-menu, .skin-blue .sidebar-menu > li.menu-open > a{
	background: #222d32;
}
#salary2 .salary_box{
	max-height: 75vh;
	overflow: auto;
	position: relative;
}
#salary2 .salary_box thead:first-of-type{
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #ededed !important;
	color: #212529 !important;
}
#salary2 .salary_box table tbody tr:first-child, #salary2 .salary_box table tbody tr:nth-of-type(1){
	background-color: #f9f9f9 !important;
	color: #000 !important;
}
th[valign="middle"], td[valign="middle"]{
	vertical-align: middle !important;
}
.travel_item{
	margin-top: 15px;
}
.hidden{
	display: none !important;
}
form.travel-disabled .form-control, form.travel-disabled .form-control{
	background-color: #e6e6e6;
	opacity: 1;
	cursor: default;
}
.box.box-primary{
	border-top-width: 2px;
	border-top-style: solid;
}

.travel-card-setting{
	display: none;
}
.tr-tour-el{
	font-size: 115%;
	color: #3c8dbc;
}
.translate_box{
	position: relative;
}
.lang_switch{
	position: absolute;
	top: -1px;
	right: 30px;
	border-radius: 3px;
	padding: 0px 3px 1px;
	border: 1px solid #eee;
	cursor: pointer;
	font-size: 95%;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none; 
}
.lang_switch + .lang_switch{
	right: 3px;
}
.lang_switch{
	transition: all .3s;
}
.translate_box[current-lang="ru"] span[target-lang="ru"]{
	background: #eee;
}
.translate_box[current-lang="en"] span[target-lang="en"]{
	background: #eee;
}
input[data-translate="ru"], input[data-translate="en"]{
	display: none;
	opacity: 0;
	transition: all .3s;
}
.translate_box[current-lang="ru"] input[data-translate="ru"]{
	display: block;
	opacity: 1;
}
.translate_box[current-lang="en"] input[data-translate="en"]{
	display: block;
	opacity: 1;
}
.treeview-menu{
	padding-left: 0 !important;
}
.sidebar-menu.tree li a:before{
	left: 0;
	height: 100%;
	width: 3px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.sidebar-menu.tree li.active a{
	color: #fff !important;
	background: #1e282c;
	position: relative;
}
.sidebar-menu.tree .treeview-menu li.active a:before{
	left: 0;
	height: 100%;
	width: 3px;
	background: #3c8dbc;
}
.treeview-menu > li > a{
	padding: 12px 5px 12px 15px;
	display: block;
}
.preview-word-link:hover{
   color: #72afd2;	
}
.preview-word-link, .draw-word-link{
	font-size: 14px;
	align-self: center;
	margin-top: 0;
	color: #0056b3;
	cursor: pointer;
}
.border-custom{
	border-bottom-color: #0062cc;
}
.switch-status-box .spinner-border{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
	z-index: 5;
}
.switch-status-box{
	position: relative;
	overflow: hidden;
}
.switch-status-box.update:after{
	content: '';
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .65);
	position: absolute;
	left: 0;
	top: 0;
}
a.request-file-link{
	font-weight: 700;
	text-decoration: none;
}
a.request-file-link:hover{
	text-decoration: underline;
}
.notifications_container{
	position: fixed;
	bottom: 15px;
	right: 15px;
	max-width: 85%;
	width: 350px;
	height: auto;
}

.ntfc_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.ntfc_item{
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	position: relative;
	box-shadow: 0 0 2px 2px rgba(30, 127, 230, 0.3);
	animation-fill-mode: forwards;
	animation: .4s linear 0s notifications_show;
}
.ntfc_item:not(:last-child){
	margin-top: 10px;
}
.ntfc_content{
	padding: 15px;
}
.ntfc_del{
	position: absolute;
	font-size: 125%;
	color: red;
	right: 10px;
	top: 5px;
	cursor: pointer;
	user-select: none;
}

@-webkit-keyframes notifications_show { from { transform: translateX(100%); } to { transform: translateX(0); }  }
   @-moz-keyframes notifications_show { from { transform: translateX(100%); } to { transform: translateX(0); }  }
     @-o-keyframes notifications_show { from { transform: translateX(100%); } to { transform: translateX(0); }  }
        @keyframes notifications_show { from { transform: translateX(100%); } to { transform: translateX(0); }  }




























@media screen and (max-width: 1441px){
	.table td, .table th, .table .form-control{
		font-size: 12px !important;
	}
	.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
		height: calc(1.5em + .63rem);
	}
	.sidebar-mini .content-wrapper, .sidebar-mini .right-side, .sidebar-mini .main-footer{
		margin-left: 50px;
	}
	a.sidebar-toggle{
		visibility: hidden;
		opacity: 0;
	}
	.main-sidebar{
		width: 50px !important;
	}
	.main-sidebar{
		transform: none;
	}
	.sidebar-mini .content-wrapper,
	.sidebar-mini .right-side,
	.sidebar-mini .main-footer {
		margin-left: 50px !important;
		z-index: 840;
	}
	.sidebar-mini .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 50px !important;
		z-index: 850;
	}
	.sidebar-mini .sidebar-menu > li {
		position: relative;
	}
	.sidebar-mini .sidebar-menu > li > a {
		margin-right: 0;
	}
	.sidebar-mini .sidebar-menu > li > a > span {
		border-top-right-radius: 4px;
	}
	.sidebar-mini .sidebar-menu > li:not(.treeview) > a > span {
		border-bottom-right-radius: 4px;
	}
	.sidebar-mini .sidebar-menu > li > .treeview-menu {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom-right-radius: 4px;
	}
	.sidebar-mini .main-sidebar .user-panel > .info,
	.sidebar-mini .sidebar-form,
	.sidebar-mini .sidebar-menu > li > a > span,
	.sidebar-mini .sidebar-menu > li > .treeview-menu,
	.sidebar-mini .sidebar-menu > li > a > .pull-right,
	.sidebar-mini .sidebar-menu li.header {
		display: none !important;
		-webkit-transform: translateZ(0);
	}
	.sidebar-mini .main-header .logo {
		width: 50px;
	}
	.sidebar-mini .main-header .logo > .logo-lg {
		display: none;
	}
	.sidebar-mini .main-header .navbar {
		margin-left: 50px;
	}
	.main-sidebar{
		padding-top: 50px;
	}
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > span:not(.pull-right),
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu {
		display: block !important;
		position: absolute;
		width: 180px;
		left: 50px;
	}
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > span {
		top: 0;
		margin-left: -3px;
		padding: 12px 5px 12px 20px;
		background-color: inherit;
	}
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > .pull-right-container {
		position: relative !important;
		float: right;
		width: auto !important;
		left: 180px !important;
		top: -22px !important;
		z-index: 900;
	}
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
		display: none;
	}
	.sidebar-mini:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu {
		top: 44px;
		margin-left: 0;
	}
	.main-sidebar{
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		width: 50px !important;
		z-index: 850;
	}
	.main-header .navbar{
		margin-left: 50px !important;
	}
	header .logo > .logo-mini{
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	header .logo > .logo-lg{
		display: none;
	}
	.main-header .navbar{
		width: auto;
	}
	.content-wrapper{
		margin-left: 50px !important;
	}
	.content-wrapper.ml-0, .sidebar-mini.sidebar-collapse .content-wrapper.ml-0{
		margin-left: 0 !important;
	}
}

.small-box {
	color: #fff;
}

.card {
	margin-bottom: 20px;
}