@font-face {
  font-family: 'FiraSansCondensed';
  src: url('../fonts/Fira_Sans_Condensed/FiraSansCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'FiraSansCondensed', sans-serif;
	/*font-size: 12px;/*05_12_2019 Артюшков*/
}

[hidden] {
    display: none;
}

a {
    color: #043a49;
    border-bottom: 1px dashed #043a49;
    transition: all .3s;
    text-decoration: none;
}

a:hover {
    color: #6999A7;
}

a:visited {
    color: #032E3A;
}


/*
a:focus, a:active, a:visited {
    color: #F1C40F;
}*/
a:focus, a:active {
    color: #F1C40F;
}
a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

#app {
    position: relative;
}

#datatable {
    border-bottom: 1px dashed #043a49;
}

#datatable tbody {
    font-family: 'FiraSansCondensed', sans-serif;
}

#datatable > thead > tr {
}
#datatable > thead > tr > th {
    background-color: #043a49;
    color: #fff;
    vertical-align: middle;
    transition: all .3s;
}
#datatable > thead > tr > th:hover {
    background-color: #134F60;
}
#datatable > tbody > tr > td {
 /*   padding: 10px;*/
    vertical-align: middle;
    border-right: 1px solid #ddd;
}
#datatable > tbody > tr > td:last-child {
    border-right: none;
}
#datatable .sorting {
    background-image: none;
}
#datatable .sorting_1 {
    background-color: rgba(209, 229, 234, .3)!important;
}
#datatable .sorting_asc, #datatable .sorting_desc {
    color: #F1C40F;
}
#datatable .sorting_asc {
    background-image: url('/img/sort_asc.png');
}
#datatable .sorting_desc {
    background-image: url('/img/sort_desc.png');
}

#datatable > tbody > tr {
    transition: all .3s;
}
#datatable > tbody > tr:hover {
    background-color: rgba(209, 229, 234, .4)!important;
}

#datatable_filter {
    width: 100%;
    padding: 10px 20px;
    background: white;
    color: #000;
    border-bottom: 1px dashed #427A8A;
}
#datatable_filter input {
    padding: 5px 8px;
    background: #134F60;
    color: #fff;
    border: 2px solid #fff;
}
#datatable_filter label {
    margin-bottom: 0;
}


.input-group-addon {
    border-radius: 0;
    border-color: #276475;
    background: #276475;
    color: #fff;
}

.form-control, textarea {
    border-radius: 0;
    border-color: #276475;
}
.form-control {
    /*margin-bottom: 20px;*/
}
.form-control:focus, textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #043A49;
    border-color: #043A49;
    outline: none;
}

.btn-primary {
    background: #043a49;
}
.btn-primary:hover, .btn-primary:focus {
    background: #276475;
}
.btn-primary:active {
    background: #012631!important;
}

.btn-info {
    background: #276475;
}
.btn-info:hover, .btn-info:focus {
    background: #6999A7;
}
.btn-info:active {
    background: #155061!important;
}

.btn-success {
    background: #F1C40F;
    color: #043a49;
}
.btn-success:hover, .btn-success:focus {
    background: #FFE26C;
    color: #043a49;
}
.btn-success:active {
    background: #BC9805!important;
    color: #043a49!important;
}

.btn {
    border-radius: 0;
    transition: all .3s;
    border: none;
    outline-color: #043a49!important;
}

.alert-success {
    color: #fff;
    background-color: #043a49;
    border-color: #d6e9c6;
    border-radius: 0;
}

.info-btn {
    background: #043a49;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    border: 2px solid #427A8A;
    padding-right: 1px;
    padding-top: 2px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F1C40F;
}
.info-btn:hover {
    background: #043a49;
    color: #F1C40F;
    border-color: #F1C40F;
}

.panel-primary > .panel-heading {
    background-color: #043a49;
    border-color: #043a49;
}
.panel-primary > .panel-body {
    border-color: #043a49;
}

.list-group {
    margin-bottom: 0;
}

.list-group-borderless > li {
    border: none;
    position: relative;
}

.input-time {
    width: 80px;
    display: inline;
    margin: 0 5px;
}
.input-time-hour {
    width: 55px;
}
.checkbox label {
    padding-left: 25px;
}
.checkbox input[type="checkbox"] {
    display: none;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: -25px;
}

.checkbox .fa {
    position: absolute;
    margin-top: 2px;
    font-size: 16px;
    color: #043a49;
}
.checkbox .fa.fa-check-square-o {
    color: #043a49;
}

.modal-content {
    border-radius: 0;
	margin-top: 50px;
}
.modal-header {
    background: #043A49;
    color: #fff;
    border-bottom: none;
}
.modal-header .close {
    margin-top: 0;
}
.modal-header button {
    opacity: .5;
}
.modal-header button span {
    color: #fff;
}

.bg-blue {
    background: #d1e5ea;
}

.cond-table label, .actions label, .startPoint-properties label{
    display: block;
}

.table-bordered select, .table-bordered input{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 4px;
    line-height: 20px;
    margin-left: 10px;
    outline: 0;
    display: inline-block;
}

.table-bordered input{
    margin-left: 0;
    padding-bottom: 3px;
}

.sheet-value {
    margin-top: 10px;
}

.table-bordered .action{
    margin-left: 0;
}

.fileTableTypes{
    max-width: 140px;
}

.properties-action select {
    margin-left: 0;
    max-width: 110px;
}

.properties-action input {
    max-width: 100px;
}

.properties-action .date {
    display: inline-block;
}

.properties-action .task-type{
    margin-left: 8px;
    display: inline-block;
}

.properties-action label, .inputs label {
    margin-top: 10px;
}

.properties-action textarea {
    border-radius: 4px;
    width: 100%;
    min-height: 60px;
}

.properties-action br{
    line-height: 30px;
}

.inputs div {
    padding: 5px 0;
}

#week_day{
    margin-left: 10px;
}

.table-bordered input.mailtheme{
    margin-left: 10px;
}

.table-conditions td.cond-td:nth-child(odd){
    min-width: 250px;
}

.table-bordered td.actions{
    min-width: 240px;
}

.table>tbody>tr>td.remove-var{
    vertical-align: middle;
    cursor: pointer;
}

.properties-action .input-group-addon {
    width: 40px;
    padding: 5px;
    margin-top: -1px;
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
  /*height: 22px; */
  /* padding: 6px 12px;*/
  padding: 1px 1px;
    font-size: 14px; 
}
.input-group-addon {
    padding: 1px 11px;
    /* font-size: 14px; */
   /* font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;*/
	width: 100px;
}
.galka{
	/*  height: 22px; */
	    font-size: 22px; 
}

 
 .input-group {
 
    width: 100%;
}

.nomen a{
	color: #000;
}


/*Артюшков 26_11_2019*/
#templateModalreq .modal-dialog{
	
	width: 85%;
}


#templateModalreq .otstup_zayav{
	
padding-left: 30px;	
}



/*Артюшков 27_11_2019 и ниже*/ 

#templateModalreq.input-group{
	
	width: 30%;
}




#req .container{
	
	width: 1200px;
}

.ob1{
	padding : 15px 20px 20px 30px;
	width: 400px;
}

.input-group-addon2 {
    border-radius: 0;
    border-color: #276475;
    background: #276475;
    color: #fff;
	width: 338px; 
	padding: 0 7px 0 7px;
	height: 24px;
 
	
}

.input-group .form-control{
	
	/*height: 50px;*/
}

.tdreq label{
	
	margin-bottom: 0;
}


/*Артюшков 28_11_2019 и ниже*/ 
.form-group{
	margin-bottom: 8px;	
}
.form-control{
	height: 24px;
	padding:0;
}




#form-template{
	
	font-size: 13px;
}

.btn-danger2 {
    color: 
#fff;
background-color:
    #000222;
    border-color: #d43f3a;
	margin-top: 5px;
}

/*Артюшков 09_12_2019 вернул размер шрифта*/ 
#myModalLabel h4{
	
	padding-left: 70px;
}
#form-template h4{
padding-left: 35px;	
}



#form-template2{
	
	float: right;
}


#form-template textarea{
	
	/* resize: none; */ 
	
	resize: horizontal;
	
	/*resize-vertical-align: none;*/
	
}


#tabs .tab {
    display: inline-block; /* выстраиваем вкладки в один ряд */
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index:5;
}
#tabs .whiteborder {
   border: 1px solid #707070;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0  0;
}
#tabs .tabContent {
  /*  width: 300px;*/
    height: 410px;
    border: 1px solid #707070;
    position: relative;
    top: -1px; 
    z-index:1;
    padding: 10px;
    border-radius: 0 0 3px 3px
}
#tabs .hide {
    display: none;
}
#tabs .show {
    display: block;
}


/* Артюшков 13_12_2019 */

.container {
	
	width: 100%;
}


#formdems .form-control{
	
	height: 32px;
	
}




#reqvn .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding: 4px;
	/*border-top: 1px solid #ddd;*/
	border-top: 0;
	
}


#reqvn .input-group-addon {
	text-align: left;
	width: 310px;
	
}

#reqvn .input-group .form-control {
    height: 32px;
}

#reqvn .form-control{
	
padding-left: 6px;	
}


 #formdems .input-group-addon {
	text-align: left;
	width: 310px;
	
}

#formdems .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding: 4px;
	/*border-top: 1px solid #ddd;*/
	border-top: 0;
	
}


#formdems .form-control{
	
padding-left: 6px;	
}


#demruk{
	/*width: 85%;*/
}


#demruk .form-control{
	
	height: 32px;
	
}


#demruk .input-group-addon {
	text-align: left;
	/*width: 110px;*/
	
}



#demruk .modal{
/*	width: 85%;*/
}

#demruk
.input-group-addon{
	margin: 5px;
}

#demruk
.input-group{
margin: 5px;	
	
}

/*
#demruk
.modal-content{
	width: 85%;
	
}*/


#demruk .modal-dialog{
	
	width: 85%;
	/*margin-left:10%;*/
	/*margin: 0 auto;*/
	
	
}

#demruk 
.modal-content{
	
	width: 100%;
	}
	
	#ubrpoisk .dataTables_filter{display:none;}
/*.dataTables_filter{display:none;}*/



#tabfilter td, th {
	
	padding:  5px;
	
}


.form-control2{
	/*	 height: 22px; 
		 transform:scale(1.5);*/
  opacity:0.9;
  /*cursor:pointer;*/
}




/* Артюшков 20_01_2020 */
#cron .modal-dialog{
	
	width: 85%;
 
	
	
}



.form-control2galka{
	 	 height: 22px; 
		 transform:scale(1.5); 
  opacity:0.9;
 cursor:pointer; 
 margin-left: 10px;
}


.form-control2galka   input{
	 margin-left:20px;
}


#datatable #datatable_filter{
	
	padding:0px;
}

#datatable_filter{
	
	padding:0px;
}






#datatable table.dataTable{
	  position: sticky;
	padding:0px;
	
	
}
/*

div.container {
  overflow: scroll;
}*/
thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  border: 1px solid #000;
}
thead th:first-child {
  left: 0;
  z-index: 1;
}
/* Use overflow:scroll on your container to enable scrolling: */

/*div {
  max-width: 100%;
 
  overflow: scroll;
}*/

/*
#sverkast{
  max-width: 80%;
 
  overflow: scroll;	
	
}*/


#sverkast div{
  max-width: 100%;
 
  overflow: scroll;	 
	justify-content: flex-end;
}


#sverkast .dataTables_filter{
	  max-width: 100%;
 justify-content: flex-end;
  overflow: hidden;
/*float:right;   */






}

#sverkast .dataTables_wrapper{
 
  overflow: auto;
 justify-content: flex-end;  
 
 /*display:flex;*/
}



#sverkast .top{
	  max-width: 100%;
 
  overflow: hidden;
}


#sverkast .header-bar{
	  max-width: 100%;
 
  overflow: hidden;
}


#sverkast .modal-body, .modal-header, .modal-content, .modal-dialog{
	  max-width: 100%;
 
 /* overflow: hidden;*/
}





/* Use position: sticky to have it stick to the edge
 * and top, right, or left to choose which edge to stick to: */

thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
}


/* To have the header in the first column stick to the left: */

thead th:first-child {
  left: 0;
  z-index: 1;
}


/* Just to display it nicely: */

thead th {
  background: #000;
  color: #FFF;
}

tbody th {
  background: #FFF;
  border-right: 1px solid #CCC;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0.5em;
}


#hiddenInput{
	display: none;
}


/* Артюшков 23_01_2020 */
.btncloseall{
	width: 150px;
	color: #c93900;
	margin-top: 15px;
	/*border-radius: 15px;*/
}


#datatable_filter {
     overflow: scroll;	 
	justify-content: flex-end;
	overflow: auto;
/* position: absolute;   /*Артюшков тест прижатия кнопки вправо 27_01_2020*/ 
	 
	 
	
}


.dataTables_filter {
    max-width: 100%;
    justify-content: flex-end;
    overflow: auto;
	
 
}


#datatable_filter label {
    margin-bottom: 0;
	width:100%;
	
	justify-content: flex-end;
}


#datatable_filter input{
	justify-content: flex-end;	
	
}


 


.control2galka{
	 	 height: 22px; 
		 transform:scale(1.5); 
  opacity:0.9;
  cursor:pointer; 
  
  
  margin-left: 20px;
}


/*text-align:center; Артюшков 03_02_2020*/
#tab_us{

line-height: 14px;

}

#tab_us .input-group-addon{
width: 190px;
padding: 4px 31px;
}




.galka3{
	
	 height: 26px; 
		 transform:scale(1.5); 
  opacity:0.9;
  cursor:pointer; 
  
  

}

.galka3 input[type="checkbox"]{
	  margin-left:20px;	
}

/* ++ 07.07.2022 */
.pop_up {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
   /*  background-color: rgba(0, 0, 0, 0.8); */
    top: 0;
    left: 0;
    /* opacity: 0;
    visibility: hidden; */
    /* overflow-y: auto;
    overflow-x: hidden; */

/*     transform: translate(-50%, -50%) scale(0);
    transition: .5s all; */
}

.pop_up.active{
    display: block;

/*     transform: translate(-50%, -50%) scale(1);
    background-color: rgba(0, 0, 0, 0.8); */

    /* opacity: 1;
    pointer-events: all; */
}

.pop_up_body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px 30px 10px;
}
.pop_up_content{
    background-color: #fff;
    color: #000;
    max-width: 800px;
    padding: 20px;
    position: relative;
}
.pop_up_close{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    cursor: pointer;

}
.pop_up_title{
    font-size: 30px;
    /* margin: 0px 0px 1em 0px; */
}


