/* OLD green - #28a745*/


body {
	padding: 0;
}
table {
	position: relative;
}

nav.navbar {
	background-color: #38B6FF;
}

.custom-color-font {
	color: #38B6FF;
}

.login-page-links-wrapper{
	padding-top: 80px;
}

.login-page-links-wrapper a {
	padding: 15px 31px;
	color: #bbb;
	border: 1px solid #bbb;
	border-radius: 35px;
	font-weight: 500;
	text-decoration: none;
}

.fontSize30 {
	font-size: 30px;
}

.login-page-links-wrapper a:hover {
	border-color: #fff;
	color: #fff;
}

button{outline:none!important}
.number-size{width: 80px;}
.moznosti{width: 90px;}
select.form-control{
    display: inline-block;
    width: unset;
}
.form-control-inline{
	display: inline-block;
	width: unset;
}
#form_prohlidky .form-control{
    width: 100%;
}
#csvImport-control{
    display:none;
}

#csvImport-control table{
    max-height: 350px;
    overflow-y: auto;
}
form#user_credentials #password + i.fas {
	position:absolute;
	top: 10px;
	right:25px;
	cursor: pointer;
}
/* datatables */
td.moznosti i{
    margin: 0 10px;
    font-size:24px;
    cursor: pointer;
}
.logo-text{
    outline: none;
}

.textarea-large {
	height: 150px;
}

.logo-img{
	padding: 8px 0 8px 4px;
}
.mar-bt-20{
    margin-bottom: 20px;
}
.mar-bt-10{
	margin-bottom: 10px;
}
.label-special{
    line-height: 38px;
	margin-bottom: 0;
}

.logo-text:hover,.logo-text:focus{
    color:#000;
}
.nav-link{
    outline: none;
}
.nav-link:hover, .nav-link:focus{
    color:#fff!important;
}
nav ul hr{
    border-color: #6c757d!important;
    margin: 0 20px;
}
td.delete {
	padding-left: 28px !important;
	color: #555;
	background: url("../img/loader.datatables.gif") no-repeat 8px center;
}
td.action a {
	display: block;
}
th.action, td.action {
	width: 35px;
	text-align: center;
}
td.action_delete a {
	color: #e74c3c;
}
td.action_delete a:hover {
	color: #c0392b;
}
th.timestamp, td.timestamp {
	width: 140px;
	text-align: center;
}
th.date, td.date {
	width: 80px;
	text-align: center;
}
th.money, td.money {
	width: 100px;
	text-align: center;
}
th.boolean, td.boolean {
	width: 35px;
	text-align: center;
}
td.boolean .text-success {
	color: #84ab6e;
}
td.boolean .text-muted {
	color: #ccc;
}
th.mini, td.mini {
	width: 65px;
	text-align: center;
}
th.ip, td.ip {
	text-align: center;
	width: 115px;
}
th.count, td.count {
	text-align: center;
	width: 80px;
}
th.center, td.center {
	text-align: center;
}
.calendar-arrow{
     padding: 10px 25px;
    background: #f7f6f6;
    border: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
}

.flex{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.calendar-text h1{
   font-size: 26px;
   text-align: center;
}
.header-help{
    height: 56px;
    width: 100%;
    margin-bottom: 10px;
}
.calendar-text h2{
   font-size: 18px;
   color:#aaaaaa;
   text-align: center;
}
.days-headers .wrapper-day-header{
    border: 1px solid #ebebeb;
    padding: 15px 10px;
   
}
.day-name, .day-date{
    font-size: 24px;
}
.day-name span{
    color: #aaaaaa;
    font-size: 18px;
}
.arrow-left-wrapp{
    order: 1;
}
.arrow-right-wrapp{
    order: 3;
}
.calendar-text{
    order: 2;
}
.termin-volny{
    color:#72bb53;
}
.termin-obsazeny{
    color: #dc4c18;
}
.control-calendar-selects{
	max-width: 425px;
	margin: auto;
}
input[type="time"]{
    display: block;
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-full{
    width: 100%!important;
}
@media(min-width: 992px){
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link{
            padding: 10px 20px;
        }
}

@media(max-width:980px) {
	th.timestamp, td.timestamp {
		display: none;
	}
	th.count, td.count {
		display: none;
	}
	div.dataTables_length {
		display: none;
	}
	div.dataTables_info {
		display: none;
	}
        
}
@media(max-width:767px) {
.day-name, .day-date{
    font-size: 16px;
}
.arrow-left-wrapp{
    order: 2;
}
.arrow-right-wrapp{
    order: 3;
}
.calendar-text{
    order: 1;
}
}
/* panel */
.panel-heading h3, .panel-heading h4 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* form */

form.form-inline {
	margin-bottom: 20px;
}

/* misc */

.alert_hidden {
	display: none;
}

/* money */

.money {
	color: #3c763d;
}
.money_neg {
	color: #a94442;
}
.money_zero {
	color: #888;
}
.money span {
	display: block;
	size: 0.5em;
}

.tableMenu {
	margin: 0px;
	padding: 0px;
	height: 22px;
	line-height: 22px;
}
table.vypisTabulkaInput .tableMenu {
	margin-top: 7px !important;
}
.tableMenu li {
	margin: 0px 2px 0px 0px;
	text-align: center;

	font-weight: bold;
	font-family: Verdana;
	color: #C0C0C0;

	width: 18px !important;
	height: 18px !important;
	box-sizing: border-box;

	float: left;
	padding: 0px;
	cursor: pointer;
	list-style-type: none;
	line-height: 21px;
	text-align: center;
	transition: all 0.1s linear;

	font-size: 15px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tableMenu li.fa {
	line-height: 17px;
}
.tableMenu li:hover i {
	color: #55aa55;
}
.tableMenu li i,
.tableMenu li i {
	color: #333;
	font-size: 14px;
}
.pageButton {
	cursor: pointer;
	color: #333;
}
.bold {
	font-weight: bold;
}
.page-item.active .page-link{
    background: #333;
    color: #fff;
    border-color: #333;
}

.page-link, .page-link:hover{
    color: #333;
    
}
.submenu-wrapper{
	border-bottom: 1px solid #666;
}
ul.submenu{
	list-style: none;
	padding: 0 20px;
	margin: 0;
}
ul.submenu li{
	display: inline-block;
	width: auto;
}
ul.submenu li.submenu-float-right{
	float: right;
	/*margin-top: 1px;*/
}

ul.submenu li a
{
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	color: #343a40;
	background: #ccc;
}
ul.submenu li a:hover{
	background-color: #fff;
	text-decoration: none;
}
ul.submenu li.submenu-float-right a{
	position: relative;
	bottom: -1px;
}
 ul.submenu li a.active{
	background-color: #fff;
	text-decoration: none;
	bottom: -1px;
	position: relative;
	padding-top: 6px;
}
ul.submenu li.submenu-float-right.submenu-float-righ-active a.active,ul.submenu li.submenu-float-right.submenu-float-righ-active a{
	bottom:0;
}
ul.submenu li:first-of-type a, ul.submenu li.submenu-float-right:last-of-type a
{
	border-left: 1px solid #666;
}
.page-header{
	margin-left:20px;
	margin-bottom:0;
	padding-bottom: 20px;
}
.main-content{
	padding: 15px;
}
.mg-tp-20{
	margin-top:20px
}
.content-wrapper{
	/*min-height: (100vh - 120;*/
}
.stripped .row:nth-child(even) .col{
	background: #ccc;
}
.stripped .row:nth-child(odd) .col{
	background: #fff;
}
a.btn-danger, a.btn-secondary{
    color: #fff;
}
.alert{
	display: none;
	position: fixed;
	top: 10px;
	z-index: 99999;
	width: calc(100% - 80px);
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.alert-content{
	display: inline-block;
	width: calc(100% - 80px);
	max-width:1340px;
}
.alert-content + i{
	float:right;
	cursor: pointer;
	line-height: 24px;
}

.error-text{
	color: #ff0000;
}
.alert-warning {
	color: #fff;
	background-color: #FF6600;
	border-color: #FF6600;
}
.loader-wrapper, .confirm-wrapper {
	display: none;
	position:fixed;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	z-index: 9999;
}
.confirm-block{
	width: 100%;
	display: block;
	max-width: 650px;
	top: 50%;
	position: fixed;
	right: calc(50% - 650px);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.loader {
	border: 4px solid #fff; /* Light grey */
	border-top: 4px solid #38B6FF; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}
.loader-wrapper .loader {
	top: 50%;
	position: fixed;
	right: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.fl-right{
	float: right;
}
.color-gray, a.color-gray:hover{
    color: #343a40;
}
.color-gray-light, .color-gray-light:hover{
	color: #bebebe!important;
}

.disabled-button{
	cursor:not-allowed;
}

.selectedRecord{
	display: inline-block;
	background-color: #ddd;
	padding: 2px 5px;
	border: 1px solid #aaa;
	border-radius: 6px;
	color: #666;
	margin-right: 5px;
}
.selectedRecord2{
	background: transparent;
	border-color: transparent;
	width: 100%;
}
.selectedRecordsLog .selectedRecord2:last-of-type{
	margin-bottom:25px;
}
.folder-color-1{
	color: #085caf;
}
.folder-color-2{
	color: #06AF8F;
}
.folder-color-3{
	 color: #ffb4b0;
 }
.folder-color-4{
	color: #8c8c8c;
}

.col-red{
	color: #f00!important;
}
a.col-red:hover{color: #f00!important;}
.col-red-special{color: #FF6600;}
.col-cyan, a.col-cyan:hover{
	color: #06AF8F!important;
}
.col-orange, .col-orange:hover{
	color: #ff9800!important;
	/*color: #FF6600;*/
}
.col-yellow{
	color: #f5ff00 !important;
}
.custom-checkbox .custom-control-input~.custom-control-label::before{
	border:1px solid #000;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-orange::before{
	background-color:#ff9800;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-red::before{
	background-color:#f00;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-pink::before{
	background-color:#ffb4b0;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-blue::before{
	background-color:#3d85c6;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-green::before{
	background-color:#6aa84f;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-black::before{
	background-color:#000;
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-white::before{
	background-color:#fff;

}

.bg-color-blue-light{
	background-color: #bddcff;
}
.bg-color-green-light{
	background-color: #d8ffd0;
}
.bg-color-gray-light{
	background-color: #dedede;
}
.bg-color-orange-light{
	background-color: #ffedcb;
}


.bg-color-white {
	background-color: #fff;
}

.rounded-corders {
	border-radius: 0.25rem;
}


.invisible {
	visibility: hidden;
}



.custom-checkbox .custom-control-input~.custom-control-label:hover::before{
	outline: -webkit-focus-ring-color auto 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.bg-color-white::after, .custom-checkbox .custom-control-input:checked~.custom-control-label.bg-color-light-gray::after{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input~.custom-control-label.bg-color-light-gray::before{
	background-color:#bebebe;
}
.col-blue, .col-blue:hover{
	color: #3d85c6!important;
}
.col-black{
	color: #000;
}
a.col-black:hover{
	color: #000;
}
.selectedRecord i{

	margin-left: 5px;
	cursor: pointer;
}
.checkboxVerticalAlign{
	top: 3px;
	position: relative;
}
#spec_exams_log{
	padding-top:35px;
}
.card-block{
	padding: .75rem 1.25rem;
}
.company-wrapper, .examinations-wrapper{
	background: #d9ead3;
    padding: 10px 15px 10px 15px;
}
.lms-wrapper{
	background: #b6e4ff;
	padding: 25px 15px 10px 15px;
}
#oldCompanies .row.company-wrapper, #newCompaniesDrop .company-wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}

.contact-person-wrapper , .contact-person-wrapper-no-fields{
    background: #f4cccc;
    padding: 20px 15px 5px 15px;
    margin-bottom: 20px;
}
.contact-person-wrapper-no-fields{
	padding-bottom: 20px;
}
.checkbox label, .radio + label{
	cursor: pointer;
	margin-left: 10px;
}
#notification_email_email, .special-input-width{
	width: 100%;
	display: inline-block;
	margin-left: 20px;
	max-width: 	calc(100% - 89px);
}
#notification_email_email{
	width: calc(100% - 91px);
}

.full-width{
	width: 100%!important;
}
.label-margin-spec{
	margin-right: 17px;
}
.more-companies-wrapper{
	position: relative;
}
.more-companies{
	position: absolute;
	background: #fff;
	border: 1px solid #000;
	z-index: 999;
	/*width: 100%;*/
	/*max-width: 320px;*/
	padding: 10px;
	display: none;
	white-space: nowrap;
}


.more-companies-wrapper i:hover + .more-companies{
	display:block;
}
.fa-edit, .fa-times{
    cursor: pointer;
}

.examination-settings-block, .examination-regime-block,.providers-settings-block, .files-settings-block{
	background: #f4cccc;
	padding: 10px 15px;
}
.providers-settings-block{
	background: #d9ead3;
}
.files-settings-block
{
	background: #b2d3ff;
	margin-bottom: 20px;
}

.examination-regime-block {
	background: #f8d972;
}

.fa-cog{
	cursor: pointer;
}

.modal{
	background: rgba(0,0,0,0.5);
}
.modal-footer{
	border: none;
}
.modal-dialog{
	max-width: 1200px;
	margin: 5rem auto;
}
.modal-dialog.small-modal{
	max-width: 600px;
}
.modal-title{
	padding: 1rem;
}
.modal-after-title{
	padding:  0 1rem;
}
.ul-documents{

}
.ul-documents li{
	padding: 3px 0;
}
.col-1-special-check{
	max-width: 31px;
	padding-right: 0;
}
.pad-r-20{
	padding-right: 20px;
}
.pad-t-10{
	padding-top: 10px;
}
.pad-t-20{
	padding-top: 20px;
}
.col-md-2-special-mocal{
	flex: 0 0 17.666667%;
	max-width: 17.666667%;
}

.pad-l-10{
	padding-left: 10px;
}
.pad-r-10{
	padding-right: 10px;
}
.pad-l-15{
	padding-left: 15px;
}
.pad-r-15{
	padding-right: 15px;
}

.pad-l-20{
	padding-left: 20px;
}
.pad-r-20{
	padding-right: 20px;
}
.more-companies{
    min-width: 230px;
}
.clearfix{
    float: none;
    width: 100%;
    display:block;
    clear: both;
}
.SumoSelect{
    width: 100%;
}
.pad-0-20{
	padding: 0 20px;
}
.pad-20-15{
	padding: 5px 15px 20px 15px;
}
.line-height-38{
    line-height:38px;
}
.line-height-normal{
	line-height:normal;
}

.rewrite-rule-checkbox {
	margin-top: 32px;
	line-height: 38px;
	height: 38px!important;
}

.height-38{
	line-height: 38px;
	height: 38px!important;
}

.SumoSelect>.CaptionCont{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.SumoSelect>.CaptionCont>label>i {
    background:none;
    width: 0px!important;
}
.SumoSelect>.CaptionCont>label>i::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
}
.col-md-3-special{
    flex: 0 0 calc(32% - 38px);
    max-width: calc(32% - 38px);
}
.SumoSelect .select-all{
	height:  auto;
}
.optWrapper{
	line-height: normal;
}
.examination-status-1{
	color: #6aa84f;
}
.col-green, .col-green:hover{
	color: #6aa84f;
}
.col-border-green{
	border-color: #6aa84f;
}
.a{
	text-align: justify-all;
}

.examination-status-2{
	color: #ff9800;
}
.examination-status-3{
	color: #3d85c6;
}
/*.examination-status-4*/
.examination-status-5{
	color: #f44336;
}
.examination-status-6{
	color: #ffb4b0;
}
.no-padding{
	padding: 0!important;
}
.text-center{
	text-align: center;
}
.w-110{
	min-width:110px;
}
.othercompanies{
	font-size: 1rem;
}
.top-border{
	border-top:1px solid #aaa;
}

.hidden{
	display: none;
}
.generated-table tr{
	 border: 1px solid #ccc;
 }
.generated-table2 tr{
	border: 1px solid #ccc;
}
.generated-table tbody tr:hover{
	background: #fafafa;
}

.generated-table tr td, .generated-table tr th{
	padding: 10px 10px;
}
input[type="checkbox"], input[type="radio"]{
	width: 16px;
	height:16px;
}
.fas, .far{
	font-size: 18px;
}
.col-light-gray, .col-light-gray:hover{
	color: #bbb;
}
.row-table{
	padding: 20px 0 ;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	font-size: calc(1rem - 2px);
}
.row-table .form-control, .row-table .SumoSelect>.CaptionCont{
	font-size: calc(1rem - 2px);
}

.row-table .SumoSelect{
	min-width: 215px;
}
.row-table td, .row-table th{
	padding: 0 15px;
}
.row-table th:first-of-type{
	padding-top:20px;
}
.row-table tr:last-of-type td{
	padding-bottom:20px;
}
.after-table{
	padding: 20px 0;
}
.no-periodic input[type="checkbox"],.no-periodic input[type="checkbox"]+label{
	display: none!important;
}

.checkboxContainer{
	vertical-align: middle;
}

.checkboxContainer input[type="checkbox"] {
	display: block;
}

.left-side-buttons{
    width: 100%;
    display: block;
    float: left;
}
.modal-footer .btn{
    margin: 0;
}
#termsFilter{
	display:inline-block;
}
/*Datepicker*/
input.datepicker{
	display: inline-block;
}
.datepicker-wrapper{
	position:relative;
	display:inline-block;
}

.datepicker-wrapper::before{
	content: "\f073";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	background: #ededed;
	position:absolute;
	right: 0;
	right: 1px;
	top: 1px;
	padding: 2px 10px;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	pointer-events: none;
}

.ui-datepicker .ui-datepicker-header{
	background: #fff;
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,html .ui-button.ui-state-disabled:hover{
	background-color: #fff;
	border-color: transparent;
	text-align: center;
}
.ui-state-default:hover, .ui-state-default.ui-state-active{
	border: 1px solid #ccc;
	background: #ededed;
	border-radius: .25rem;
	color: #454545;
}

.color-green-import,.color-green-import a.color-gray{
	color: #4cae4c!important;
}
.languagePicker{
	display: inline-block;
	position: fixed;
	right: 250px;
	top: 13px;
}
.picklang{
	position: fixed;
	right: 200px;
	top: 55px;
	display: none;
	max-width: 200px;
	background: #fff;
	border: 1px solid #aaaaaa;
	padding: 10px;
}
.picklang a, .picklang a:hover{
	padding: 10px 0;
	display: block;
	width: 100%;
	text-decoration: none;

}
.picklang a svg,.picklang a image{
	float:left;
}

.langText{
	float:left;
	margin-left: 10px;
	line-height: 30px;
}
.comment{
	color: #aaa;
	font-size:12px;
}
.progress-special-wrapper {
	position: relative;
	padding: 19px 0;
	margin: 20px auto;
	width: 500px;
}
.progress-special-wrapper i.fas{
	position: absolute;
	font-size: 50px;
	border-radius:50%;
	color: #fff;
	border: 4px solid #eeeeee;
}
.progress-special-wrapper i.fas.fa-check, .progress-special-wrapper i.fas.fa-times{
	font-size: 30px;
	padding: 10px;
	color: #5cb85c;
	background-color: #fff;
	border-color: #5cb85c;
}
.progress-special-wrapper i.fas.fa-times{
    color:#dc3545;
    border-color:#dc3545;
    cursor:default;
    width:  58px;
    text-align: center;
}

.progress-special-wrapper i.fas:first-of-type{
	top:0;
	left:-25px;
}
.progress-special-wrapper i.fas:nth-of-type(2){
	top:0;
	left: calc(50% - 25px);
}
.progress-special-wrapper i.fas:last-of-type{
	top:0;
	right:-25px;
}

.progress, .progress-bar{
	overflow: auto;
	display: block;
	width: 100%;
	height: 20px;
	background-color:#eeeeee;

}
.extract-public-wrapper{
	margin: 50px auto 0 auto;
	padding: 20px;
	max-width:1200px;
}
.moreProvidersWrapper{
	background: #fff;
	border: 1px solid #000;
	max-width: 320px;
	padding: 10px;
	display: none;
}
.showMoreProvidersWrapper:hover + .moreProvidersWrapper{
	/*display: block;*/
}
.cursor{
	cursor:pointer;
}
li.opt label{
	margin-bottom:0;
	padding: 5px 0;
}
.progress-success .progress-bar{
	background-color:#5cb85c;
}
.csvImport-wrapper{
	margin: 0 auto;
	max-width: 243px;
}
/*_____________________Big Button_______________________________*/
.buttonBigNoColor{
	padding: 30px 120px;
	margin: 20px 0;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	max-width: 1100px;
}

.buttonBig{
	border: 1px solid #000;
	padding: 30px 120px;
	margin: 20px 0;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	max-width: 1100px;
}

.buttonBig:hover{

	text-decoration: none;
}

.buttonBig.blueButton{
	color: #fff!important;
	background:#007bff;
	border-color:#007bff;
}

.buttonBig.blueButton:hover{
	color: #fff!important;
	background:#0069d9;
	border-color:#0062cc;
}

.buttonBig.greenButton {
	color: #fff!important;
	background:#06AF8F;
	border-color:#06AF8F;
}
.buttonBig.greenButton:hover{
	background:#218838;
	border-color:#1e7e34;
}






.buttonBig + p{
	max-width:800px;
	margin: 0 auto;
}

.restricted-block
{
	padding: 20px;
	background: #ffecec;
	margin: 0px 0 20px 0;
}



/*________________Big Button End ____________________________________*/
.expiration_user_import{
	display:none;
}

.provider-wrapper{
	/*border: 1px solid #38B6FF;*/
	margin: 70px auto;
	display: block;
	padding: 20px;
	width: 900px;
	/*background: #eaffef;*/
}

.far.fa-clipboard-check{
	font-size:20px;
}

.extra_examination_f_wrappers, .expiration_f_wrapper{
	padding-left: 25px;
}
.expiration_wrappers, .extra_examination_wrappers, .examination_mode_wrapper{
	display:none;
}
.error-border{
	border:1px solid #ff0000!important;
}
.mar-r-10{
	margin-right: 10px !important;
}
.mar-l-0 {
	margin-left: 0px !important;
}
.mar-b-0 {
	margin-bottom: 0px !important;
}
.mar-l-10{
	margin-left: 10px !important;
}
.mar-l-20{
	margin-left: 20px !important;
}
.mar-t-80{
	margin-top:80px;
}
.mar-t-40{
	margin-top:40px;
}
.note-btn-group .note-btn.dropdown-toggle::after {
	content: ""!important;
}
.validator-code-form{
	max-width:1000px;
	margin: 80px auto;
}
.validator-code-form input[type=text]{
	max-width:200px;
	margin: 40px auto;
	text-align: center;
}
.mar-center{
	margin: 0 auto;
}
.help-csv-wrapper{
	padding: 20px;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1046px;
}
.specialColumns{
	min-width:80px;
}
.specialColumns2{
	min-width:125px;
}
.generated-table2Wrapper{
	overflow-y: auto;
}
.pad-0-10{
	padding: 0 10px;
}
.pad-10-0{
	padding: 10px 0;
}
.pad-10{
	padding: 10px;
}
.pad-t-4{
	padding-top: 4px;
}
.pad-bt-20{
	padding-bottom: 20px;
}
.btn-success {
	color: #fff;
	background-color: #06AF8F;
	border-color: #06AF8F;
}
.mar-t-1rem{
	margin-top: 1rem;
}
.color-candidate-name{
	color: #c0c0c0;
}
.pagination{
	overflow: auto;
	list-style: none;
	margin: 20px 0;
}
.ul-nostyle{
	list-style: none;
	margin: 0 ;
	padding:0;
}

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


.pagination li a{
	border: 1px solid #aaaaaa;
	border-left: none;
	width: 30px;
	text-align: center;
	line-height: 30px;
	display:inline-block;
}
.pagination li a.page:hover , .active-page{
	background-color:#007bff;
	color: #ffffff;
	text-decoration: none;
}

.hyperlink {
	color:#007bff;
	cursor: pointer;
}
.hyperlink:hover, .hyperlink:focus  {
	text-decoration: underline;
}

.pagination li:first-of-type a{
	border-left: 1px solid #aaaaaa;
}
.underline{
	text-decoration:underline;
}
.guide-wrapper{
	padding: 15px;
}
input[type=date]{
	text-transform: uppercase;
}
.border-image{
	border: 1px solid #B9B9B9;
}
.max-width-1080{
	max-width: 1080px;
}
.max-width-520{
	max-width: 520px;
}
#infoBox{
	position:absolute;
}
.text-language-info{
	color:#999;
	font-size: 14px;
}
.fa-exclamation-square{
	position:relative;
}
.fa-exclamation-square:hover .absolved-comment-2-wrapper{
	/*display:block;*/
}
ul.first-letter-filter {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin:0;
	line-height: 38px;
}
ul.first-letter-filter li{
	display: inline-block;

}
ul.first-letter-filter li a{
	padding: 5px 10px;
	color: #007bff;
}
.absolved-comment-2-wrapper{
	color: #000;
	border: 1px solid #000;
	padding: 10px;
	background: #fff;
	width:auto;
	max-width: 200px;
	display:none;
	font-weight: normal;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	z-index:9999;
}
.datepicker-icon-only input,.datepicker-icon-only + input{
	width: auto;
}

/*.datepicker-icon-only input, .datepicker-icon-only input:focus{*/
/*	width:37px;*/
/*	border:none;*/
/*	box-shadow: none;*/
/*}*/
/*.datepicker-icon-only::before{*/
/*	border-top-left-radius: .25rem;*/
/*	border-bottom-left-radius: .25rem;*/
/*}*/
ul.first-letter-filter li a.active-Letter{
	color:#fff;
	background: #007bff;
}
.special-note-height{
	min-height:330px;
}
.notes-hidstory-wrapper{
	height:330px;
	overflow-y: auto;
}
.width-auto{
	width:auto;
}
.extract-history-wrapper{
	overflow-y: auto;
	max-height: 300px;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.company-width{
	width: 230px;
}
.width-210{
	width:215px;
}
.cursor-default{
	cursor: default!important;
}
/*
.modal-content2{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
*/
.table-responsive table thead tr th{
	background-color: #fff;
}
.block{
	display: block;
}
.active-row, .active-row:hover{
	color: #000;
	text-decoration: none;
}

.statistics  {
	list-style: none;
	padding:0;
	position:absolute;
	bottom: 0;
	left: 0;
	font-size:12px;
}
.menuContactText {
	padding: 20px;
}
.menuContactText p, .menuContactText a{
	color: #6c757d!important;
	margin: 0;
}

.menuContactText a:hover,
.menuContactText a:active,
.menuContactText a:focus{
	color: #ffffff!important;
	text-decoration: none;
}

.modal-body{
	max-height: 80vh;
	overflow: auto;
}

.modal-body .files-settings-block input[type="file"] {
	width: 260px;
	overflow: hidden;
}

.modal-body .file_examination_row td a {
	width: 240px;
	overflow: hidden;
	display: block;
}
#edit-new-form .modal-sub-section {
	width: 100%;
}

.os-wrapper{
	margin-top: 20px;
}

.group-row {
	border: 1px #d7d7d7;
	border-style: none none solid none;
	font-size: 18px;
}

.group-row td {
	padding: 10px;
}

.group-row td:nth-child(2) {
	width:90px;
}

.group-row:first-of-type {
	border-style: solid none;
}

.group-row i.fa-folder {
	margin-right: 10px;
	font-size: 21px;
}
.breadcrumbmenu {
	margin-top: 20px;
	width:100%;
	font-size: 18px;
}

.breadcrumbmenu a, .breadcrumbmenu a:hover {
	color: #333;
	text-decoration: none;
}

.breadcrumbmenu i {
	font-size: 21px;
	margin: 0 5px;
}

.ui-front{
	z-index: 9999;
}

.custom-combobox a {
	position: absolute;
	top: 32px;
	width: 100%;
	height: 38px;
	opacity: 0%;
}

span.os-path{
	display:block;
}
ul.ui-menu{
	max-height:200px;
	overflow: hidden auto;
}
a.ui-menu-item-wrapper, a.ui-menu-item-wrapper:active{
	background: #fff;
	text-decoration: none;
	padding: 5px;
	border-top: 1px solid #ccc;
	display:block;
}



a.ui-menu-item-wrapper.ui-state-active{
	border-color:#ccc;
	background: #fff;
	font-weight: 600;
	color: #555;
}

a.ui-menu-item-wrapper span, a.ui-menu-item-wrapper.ui-state-active span, #groupParentName span {
	font-weight: 500;
	color:#555;
	font-size: 11px;
	padding: 5px 0;
	display: block;
}

.th-search-os {
	max-width:135px;
}
.th-search-os input.form-control {
	width:auto;
	display: inline-block;
	margin-left: 10px;
}
.organization-structure-row div{
	padding:5px;
}
.organization-structure-row div i:first-of-type, .organization-structure-row div input:first-of-type, .organization-structure-row div span{
	font-size: 20px;
	margin-right: 5px;
}

.modal-title h5 {
	display: inline-block;
}

.modal-title .buttons-wrapper {
	display: inline-block;
	float:right;
}

@media  screen and (max-width: 2060px) {
	.datepicker-icon-only input, .datepicker-icon-only + input {
		width: 140px;
	}
}
@media  screen and (max-width: 1940px) {
	.datepicker-icon-only input, .datepicker-icon-only + input {
		width: 130px;
	}
	.datepicker-icon-only + input {
		width: 100px;
	}
}

@media  screen and (max-height: 1000px)  {
	.modal-body{
		max-height: 70vh;
		overflow: auto;
	}
}

@media  screen and (max-height: 800px)  {
	.modal-body{
		max-height: 60vh;
		overflow: auto;
	}
	.modal-dialog{
		margin: 0 auto;

	}
}
.no-click-button{
	cursor: initial!important;
}
.fas.finished-icon, .far.finished-icon {
	font-size: 10px;
	margin-left: 5px;
}
.termPanelWrapper {
	background: #fff;
	border: 1px solid #000;
	max-width: 320px;
	padding: 10px;
	display: none;
}

/** drag and drop area **/

.drag-area{
	margin: 0 auto;
	border: 2px dashed #000;
	height: 220px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.drag-area.active{
	border: 2px solid #fff;
}
.drag-area .icon i.fas{
	font-size: 3rem!important;
}
.drag-area header{
	font-weight: 500;
}
.drag-area span{
	font-weight: 500;
	margin: 10px 0 15px 0;
}
.drag-area button{
	padding: 10px 25px;
	font-weight: 500;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
}

.drag-area button:hover{
}

.drag-area img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

/** drag and drop area end **/




