@CHARSET "UTF-8";

@font-face {
    font-family: "Default Dazvol";
    src: url('/Dozvol/resources/fonts/Ropa Sans SC PTT.ttf');
}

body {
    font-family: Default Dazvol;
    letter-spacing: 0.5px;
    background: #E1E1E1;
    padding: 0px;
    text-align: center;
}

input,select {
    font-family: Default Dazvol;
    font-size: 0.9rem;
}

html {
    font-size: 13pt;
}

html,body {
    width: 100vw;
    height: 100vh;
}

body {
    margin: 0;
    display: table;
}

body>div {
    display: table-row;
    text-align: center; /* horizontal */
    vertical-align: middle; /* vertical */
}


/*
    page layout
*/

.background{
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	position: fixed;
	background: white;
}

#page {
    display: table;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    top: 0;
    width: 100%;
    background: white;
    /*margin-bottom: 40px;*/
}

#page > div {
    display: table-row; 
    width: 100%;
}

#page > div.content-div{
	display: block;
}

#page>div:last-child {
    height: 100%;
}

#header {
    height: 50px;
    display: table;
    vertical-align: middle;
    color: white;
    font-size: 1.1rem;
    background: #00447C;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
}

#header .div-logo{
	display: table-cell;
    vertical-align: bottom;
    padding-left: 5px;
    /* width: 10%; */
    width: 100px;
}

#header img {
    max-height: 100%;
    max-width: 120px
}

#header>div {
    display: table-cell;
   /*  vertical-align: middle; */
}

#menu,#content {
    vertical-align: top;
    width: 100%;
}

#menudiv {	
	height: 100%;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}

#userdiv {
    text-align: right;
    color: white;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

#userdiv a{
	color: white;
}

#userdiv table{
	height: auto;
}

/*.menu_path {
    background: #009379;
    color: white;
    font-size: 1.2em;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid white;
    width: 100%;
}*/

#content {
    
}

.mainMenu {
    display: block;
}

.mainMenu>div {
    display: inline-block;
    background: inherit;
    text-align: center;
    padding: 6px 6px;
    font-weight: lighter;
}

.mainMenu>div.selected {
    font-weight: bolder;
}

.mainMenu>div.selected a {
    text-decoration: underline;
}

.mainMenu>div:hover a {
    color: black;
}

.mainMenu>div>a {
    text-decoration: none;
    display: block;
    width: 100%;
    font-style: normal;
}

/*
    buttons
*/
input[type="button"],input[type="submit"] {
    color: #5B5A5F;
    font-size: 1.1em;
    background: #f5f5f5;
    padding: 4px 12px;
    border: solid #4c73a3 1px;
    text-decoration: none;
}

input[type="button"]:hover,input[type="submit"]:hover {
    background: #4C73A3;
    text-decoration: none;
    color: white;
}

input[type="button"]:active,input[type="submit"]:active {
    border: solid #4c73a3 1px !important;
    position: relative;
    top: 1px;
}

input[type="button"]:disabled,input[type="submit"]:disabled {
    border: solid #AEAEAE 1px;
    color: #828282;
}

input[type="button"]:disabled:hover,input[type="submit"]:disabled:hover {
    background: #f5f5f5;
    text-decoration: none;
}

input[type="button"]:disabled:active,input[type="submit"]:disabled:active {
    position: relative;
    top: 0px;
}

input[type="submit"]:focus {
	outline: 0;
}

input[type="submit"]:active {
	outline: none;
	border: none;
}

.templ-btn {
    border: none !important;
    font-size: 1.2rem;
    color: #00387b !important;
    margin: 5px 5px 5px 0 !important;
    background: url('/Dozvol/resources/images/buttonImg/add.png') no-repeat !important;
    background-position-y: 50% !important;
    background-size: 24px !important;
    padding: 0 0 0 24px !important;
    display: inline-block;
}
.templ-btn:hover {
    cursor: pointer;
    background-color: #4C73A3 !important;
    color: white !important;
}

/** small icon-only buttons need 16*16 backgrounds*/
input.icon_only_small,input.icon_only_small:hover {
    padding: 0;
    width: 22px;
    height: 22px;
    background-position: center center;
    border-radius: 3px;
    border: solid #828282 1px;
}

input.close_button,input.close_button:hover {
    background-image: url('/Dozvol/resources/images/icons/x-mark-16-grey.png');
    background-repeat: no-repeat;
}

input.ok_button,input.ok_button:hover {
    background-image: url('/Dozvol/resources/images/icons/checkmark-16-grey.png');
    background-repeat: no-repeat;
}

input.icon_only {
    padding: 0;
    width: 36px;
    height: 30px;
    border-radius: 3px;
    border: solid #828282 1px;
}

input.icon_only.move_right_button,input.icon_only.move_right_button:hover {
    background-position: center center;
    background-image: url('/Dozvol/resources/images/arrows/move-right-24-grey.png');
    background-repeat: no-repeat;
}

input.icon_only_small.move_right_button,input.icon_only_small.move_right_button:hover {
    background-position: 1px 1px;
    background-image: url('/Dozvol/resources/images/arrows/move-right-16-grey.png');
    background-repeat: no-repeat;
}
/**icon buttons may take 16*16 backgrounds*/
input.icon_button,input.icon_button:hover {
    padding-left: 24px;
    background-position: 4px center;
}
/*buttons*/

/*input type checkbox*/
input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
    width: 100%;
}
input[type="checkbox"].input_error + label, input[type="radio"].input_error + label {
    color: #DF456F;
}

input[type="checkbox"] + label::before {
    content: '';
    width: 17px;
    height: 17px;
    padding: 0 8px 8px 16px;
    background: url('/Dozvol/resources/images/check/uncheck.png') left top no-repeat;
    vertical-align: middle;
}

input[type="checkbox"]:disabled + label::before{
    background: url('/Dozvol/resources/images/check/uncheckDisable.png') left top no-repeat;
}

input[type="checkbox"]:checked + label::before{
	background: url('/Dozvol/resources/images/check/check.png') left top no-repeat;
}

input[type="checkbox"]:checked:disabled + label::before{
    background: url('/Dozvol/resources/images/check/checkDisable.png') left top no-repeat;
}

input[type="radio"]+label:before {
	content: '';
	width: 16px;
	height: 16px;
	padding: 0 5px 2px 16px;
	background: url('/Dozvol/resources/images/check/radio.png') left top no-repeat;
	vertical-align: middle;
}

input[type="radio"]:checked+label:before {
	background: url('/Dozvol/resources/images/check/radio.png') left -18px no-repeat;
}

.wrap-check-box input[type="checkbox"] + label{
	white-space: pre-wrap;
	padding-left: 17px;
	position: relative;
	text-align: left;
}

.wrap-check-box input[type="checkbox"] + label::before{
	position: absolute;
	left: -5px;
}

/*input type checkbox end*/

/*
    text inputs (h:inputText, h:inputArea, h:inputTextarea)
*/
input[type="text"],input[type="password"],textarea {
    background: white;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 3px 6px;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    /* box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); */
    outline:none;
    box-shadow: 0 1px 2px 3px rgba(247, 234, 54, 0.6);
}

input[type="text"].input_error,input[type="password"].input_error,textarea.input_error,table.input_error,input[type="file"].input_error {
    border: 1px solid #DF456F;
    background: #FFDFE7;
    border-radius: 4px;
}
/*text inputs (h:inputText, h:inputArea, h:inputTextarea)*/

a {
    color: #3c3c3c;
    cursor: pointer;
    /*font-style: italic;*/
    /*font-size: 1.1em;*/
}

/*
    tables settings
*/
.table-form {
}

.table-form>.object-table {
    width: 100%;
}

.object-table {
    border: none;
    border-spacing: 0;
    overflow: hidden;
}

.object-table > thead > tr{
	background-image: linear-gradient(to top, #E6E6E6, transparent);
}

.object-table > thead > tr.header-tr-first{
	background-image: linear-gradient(to top, #D1D9E3, transparent);
}

.object-table>thead>tr>th {
    background-color: inherit;
    color: #000000;
    /* font-size: 1.3em; */
    font-weight: bold;
    text-align: center;
    border: none;
    border-top: 1px solid #cccccc;
    text-align: left;
    padding: 6px;
}

.object-table > thead > tr > th:FIRST-CHILD {
	border-left: 1px solid #cccccc;
}

.object-table > thead > tr > th:LAST-CHILD{
	border-right: 1px solid #cccccc;
}

.object-table thead a {
    text-decoration: none;
    font-style: normal;
    color: #3c3c3c;
}

.object-table > tbody > tr{
	min-height: 35px;
}

.object-table > tbody > tr > td{
	border: none;
	border-bottom: 1px solid #cccccc;
	background-color: inherit;
	vertical-align: middle;
	padding: 2px 6px;
}

.object-table > tbody > tr > td:FIRST-CHILD {
	border-left: 1px solid #cccccc;
}

.object-table > tbody > tr > td:LAST-CHILD{
	border-right: 1px solid #cccccc;
}

.object-table .row_totals{
    font-weight: bold;
    background-color: #eaeaea;
}

.empty {
    font-style: italic;
}

/** inner table styles*/
.inner_table {
    border: none;
    border-spacing: 0;
    overflow: hidden;
    
}

.inner_table>thead>tr{
	background-image: linear-gradient(to top, #E6E6E6, transparent);
}

.inner_table>thead>tr>th {
    /* background-color: #989898; */
    /* color: white; */
    /*font-size: 1.1em;*/
    font-weight: lighter;
    text-align: center;
}

.inner_table > thead > tr > th:FIRST-CHILD {
	border-left: 1px solid #cccccc;
}

.inner_table > thead > tr > th:LAST-CHILD{
	border-right: 1px solid #cccccc;
}

.inner_table>thead a {
    text-decoration: none;
    color: #3c3c3c;
}
/** odd and even rows coloring*/
.odd_row {
    /* background-color: #FCFCFC; */
    background-color: white;
}

/*.even_row {
    background-color: #E1E1E1;
}*/

.blue_row {
    background-color: #b7b7ff;
}
.active_td{

}
.red_row {
    background-color: #fdb19e;
}

.red_inner_row {
    background-color: #fdb19e;
}

.odd_inner_row {
    /* background-color: #FCFCFC; */
    background-color: white;
}

.even_inner_row {
    background-color: #F3F3F3;
}

.selected-row {
    background: linear-gradient(to top, #63BBF0, transparent) !important;
}

.selected-row:hover {
    /* background: #92CCEB !important; */
    background: #C2E6FC !important;
}

.row-selectable>td {
    border-top: 1px solid white;
    border-left: 1px solid white;
}

tr.row-selectable:hover {
    background: #C2E6FC !important;
    /* color: white !important; */
}

tr.row-selectable:hover td a{
	/* color: white !important; */
}

/*.row_summary>td {
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.row_summary>td:FIRST-CHILD {
    border-left: none;
}*/

td.table_cell {
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.row_action, .row_action_blank {
    display: none;
}

.row_hover>td {
    background-color: #70C3B3;
}

.row-hover>td {
    background-color: #70C3B3;
}

td.expanded_status {
    width: 1px;
    white-space: nowrap;
    text-align: center;
}

td.expanded_status div, td.expanded_status_blank div {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

td.expanded_status div, td.expanded_status_blank div {
    /* background-image: url('/Dozvol/resources/images/arrows/arrow-right-16.png'); */
    background: url('/Dozvol/resources/images/arrows/newArrowsInactiv.png') no-repeat;
    background-size: 100%;
}

tr.row_expanded td.expanded_status div, tr.row_expanded_blank td.expanded_status_blank div {
    /* background-image: url('/Dozvol/resources/images/arrows/arrow-down-16.png'); */
    background: url('/Dozvol/resources/images/arrows/newArrowsActiv.png') no-repeat;
    background-size: 100%;
}

tr.error-row {
    background-color: #ff9088;
}

.select_many_checkbox {
    border: 1px solid grey;
    border-radius: 2px;
    height: 60px;
    max-height: 180px;
    display: block;
    overflow: auto;
    display: block;
}

/**styles for filter table*/
.filterPanel{
	padding-left: 10px;
	/* min-width: 200px; */
}

.filterPanelShadow{
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
}
.collapsed .filterPanelShadow {
    box-shadow: none;
}

.filterPanelScroll{
	overflow-y: auto; 
	overflow-x: hidden;
}

.filterBody{
	/* -moz-transform: translateY(-100%); Для Firefox
    -ms-transform: translateY(-100%); Для IE
    -webkit-transform: translateY(-100%); Для Safari, Chrome, iOS
    -o-transform: translateY(-100%); Для Opera
	transform: translateY(-100%);
	
	-webkit-transition: -webkit-transform .4s linear; 
    -moz-transition: -moz-transform .4s linear; 
    -o-transition: -o-transform .4s linear; 
	transition: transform .4s linear;  */
}

.filterBodyHide{
	/* -moz-transform: translateY(0); Для Firefox
    -ms-transform: translateY(0); Для IE
    -webkit-transform: translateY(0); Для Safari, Chrome, iOS
    -o-transform: translateY(0); Для Opera
    transform: translateY(0); */
}

.filter_table {
    background-color: white;
    color: #5B5A5F;
    border-spacing: 0;
    overflow: hidden;
    /* -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6); */
    white-space: nowrap;
    overflow-y: visible;
}

.filter_table>thead {
    display: none;
}

.filterHead{
    font-size: 1.2rem;
    text-align: center;
    font-weight: lighter;
    background: #4C73A3;
    padding: 5px; 
}
.collapsed .filterHead {
    background: white !important;
    padding: 0;
    margin: 5px;
    min-width: 150px;
}

.filterHeadAnimate{
	transition: background 0.5s linear;
}

.filterHead .showFilterBtn{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px; 
}

.filterHead .showFilterTxt{
	display: inline-block;
	vertical-align: middle;
	color: white;
}
.collapsed .showFilterTxt {
    color: #00387b !important;
}

.filterPanel .filter_table .button-flt-pnl-fixed{
	position: fixed;
	max-width: 200px;
	top: 0;
	z-index: 100;
	height: 55px;
	background: white;
}

.filter_table tbody>tr>td {
    vertical-align: top;
    padding: 6px 9px 0;
    width: 200px;
}

.filter_table>tbody>tr>td>* {
    width: 100%;
}

.filter_table>tbody>tr:last-child>td {
    padding-bottom: 9px;
}

.filter_table>tfoot>tr>td {
    padding: 0.5em;
    border-top: 1px solid grey;
    text-align: center;
}

.filter_table .label {
    padding-left: 0.5em;
}

.pos-absolut{
	position: absolute;
}

.flex-wrapper {
	display: flex !important;
	flex-wrap: nowrap;
}
.flex-wrapper.vertical {
    flex-direction: column;
}

.flt-pnl{
	flex: 0 0 1%;
}

.data-pnl{
	flex: 0 1 99%;
	box-sizing: border-box;
	padding: 0 10px;
}

.width-filter-min{
	width: 0.01% !important;
}

.pd-left-155{
	padding-left: 155px !important;
	box-sizing: border-box;
}

/***/
.label {
    font-size: 1.1rem;
}
.label.major {
    color: #0060ad;
    font-weight: bold;
}

.edit_dialog_table{
    background-color: white;
    overflow: hidden;
    border-radius: 9px;
    border-spacing: 0;
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);

}
.edit_dialog_table>thead {
    font-size: 1.2em;
    color: white;
    font-weight: lighter;
}
.edit_dialog_table>thead>tr>th {
    padding: 6px 12px;
    text-align: center;
    background-color: #828282;
}
.edit_dialog_table>thead>tr>th {
    padding: 6px 12px;
    text-align: center;
    background-color: #828282;
}

.edit_dialog_table>tbody>tr>td {
    padding: 3px 6px;
}

.edit_dialog_table>tbody ~tfoot>tr:last-child>td {
    padding-bottom: 1em;
    border-bottom: 1px solid #009379;
}


.edit_object_table {
    background-color: white;
    overflow: hidden;
    border-spacing: 0;
    -webkit-box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.6);
}

.edit_object_table .footerBtnPnl{
	text-align: center;
}

.edit_object_table>thead {
    font-size: 1.5em;
    color: white;
    font-weight: lighter;
}

.edit_object_table>thead>tr>th {
    padding: 15px;
    text-align: center;
    background-color: #4C73A3;
}

.edit_object_table>tfoot>tr>td{
	padding: 15px;
}

.edit_object_table>tbody>tr>td {
    padding: 3px 6px;
}

.edit_object_table>tbody ~tfoot>tr:last-child>td {
    padding-bottom: 1em;
    border-bottom: 1px solid #009379;
}

input.clearable {
    box-sizing: border-box;
    width: 100%;
}

input.search{
    box-sizing: border-box;
    width: 200px;
    margin-left: 5px;
}

.search-error{
    background-color: #FFDFE7 !important;
}

span.clearable_span {
    position: relative;
    display: block;
}

span.clearable_span span {
    position: absolute;
    display: block;
    top: -1px;
    right: 3px;
    width: 16px;
    height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABkklEQVQ4T73UO2tWQRSF4ScmrSKCwUsaK7FOpZUg/gcRCzXxntrSztIuxguKFxT8B5aigtikEFKltBBRQYKaKlFZMiOTwzmfKYLTHM7Mnnf2WnvPjNniMbbFPKOA23ECh7GtHPwTb/AM3/uSGQKewXHcx0uslc0TOIoZPMfjLrQPeB3vcecfdlzGHlxr47rAs0gWdzfpbaA/8KjGt8AduI2TZXES8exLB575jE/lGz/P4Vv+W+AFLONFCdyLWzjfbI7EZJ+5jyXuGA7gXhf4ALNYbzLaj5sFkMPja2R+aGKqRbFrQ4YPcbrHu30FmqUrHVgN/7u3lTwEjGeRmdh4Vb1rz+4FRnL6K4WoI7DInCvAyO9Cx4t/6d0NkuPNEl4V2u4GVj2bKvLj9ecSl0Y/WPu2lbwT8zjVVPlXU82adarfzj8thVrpZpj/i1jtu1IDjZ7K5p7/aZk+YOZu4N0moPHsEK62hw09DvEzr8wC3haJNYEjuITXffd91PO1q/g53QADXcQTfO2z4b8+sAN1GD39G7xxTRVQlyvaAAAAAElFTkSuQmCC');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    cursor: pointer;
}

span.clearable_span span:hover {
    opacity: 1;
}

span.clearable_span input {
    padding-right: 20px;
}

.create_table {
    height: 100%;
    display: table;
    vertical-align: middle;
}

.create_table_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.create_table_cell>* {
    text-align: left;
    /*border: 1px solid #009A82;
    border-radius: 9px;*/
    display: inline-table;
    margin: 0 auto;
    vertical-align: middle;
}

.moveTable {
    display: table;
    padding-top: 1.2em; 
    padding-right: 1em;
    width: 100%;
}

.moveTable>div {
    display: table-row;
}

.moveTable>div>* {
    display: table-cell;
    padding: 6px;
}

/** we need to specify widths for columns manually */
.fixed_headers {
    table-layout: fixed;
}

.fixed_headers>thead>tr {
    display: block;
    position: relative;
    border-bottom: 1px solid white;
    background: #828282;
}

.fixed_headers>thead>tr>th:FIRST-CHILD {
    border-left: none;
}

.fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
}

.old_ie_wrapper {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 750px;
}

.old_ie_wrapper tbody {
    height: auto;
}

.checkall {
    /** this style is empty - it's just a marker*/

}

select.select_one_menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 3px 20px 3px 3px;
    background: url('/Dozvol/resources/images/buttonImg/arrow.png') white no-repeat;
    background-position: 98% 50%;
    background-size: auto !important;
    width: 100%;
}

select.select_one_menu::-ms-expand{
	display: none;
}

select.input_error{
    /*background-color: rgb(255, 223, 231);*/
    border: 1px solid #DF456F;
    /* background: linear-gradient(rgb(223, 69, 111), rgb(223, 69, 111)) no-repeat,
        linear-gradient(rgba(255, 223, 231, 0.1), rgba(255, 223, 231, 0.1))
        no-repeat, linear-gradient(-135deg, transparent 50%, #FFDFE7 50%)
        no-repeat, linear-gradient(-225deg, transparent 50%, #FFDFE7 50%)
        no-repeat, linear-gradient(#DF456F, #DF456F) no-repeat; */
    background-color: #FFDFE7;
    /* background-position: right 21px center, right center, right bottom,
        right bottom, right bottom; */
}

.ajax_loader {
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3000;
}

.block_display_img {
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.block_display_white_fone {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    background: rgba(255, 255, 255, 0);
    display: none;
    text-align: center;
    z-index: 1000;
}

.column-filter{
    width: 10%;
}

.column-data{
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: block;
    box-sizing: border-box;
}

.common_darken {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    background: #aeaeae;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-align: center;
    z-index: 1000;
}

.common_darken:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.shadow {
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
}

/*
    Error pages
*/
.errorPage {
    color: black;
    border: 1px solid #888;
    border-radius: 9px; 
}

.errorPage>img,.errorPage>div {
    display: inline-table;
    padding: 1em;
    vertical-align: middle;
    text-align: center;
}


/*
    my.css
*/
.the-whole {
    width: 100% !important;
}

.hr-grey{
	color: #CCCCCC;
}

.no-border,.no-border>tbody>tr,.no-border>tbody>tr>td,.no-border>div {
    border: none;
    padding: 1px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.vert {
    vertical-align: top;
    /*padding-left: 12px !important;*/
}

.none {
    display: none;
}

.none-important{
    display: none !important;
}

.inputColumn {
    min-width: 300px;
    padding: 3px 0px 3px 15px !important;
}

.inputColumn>* {
    width: 100%;
}

.n_col {
    width: 1px;
    white-space: nowrap;
    text-align: center;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.min-width-col {
    width: 1px;
}

.inner_n_col {
    width: 1px;
    white-space: nowrap;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
#dropdownMenu, #dropdownMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 598;
}
#dropdownMenu li {
    float: left;
    position: relative;

}

#dropdownMenu > li {
    /*border: 1px solid grey;
    border-radius: 5px;*/
    margin: 1px;
    border-left: 1px solid white;
	/* margin-right: 7px; */
	padding-bottom: 5px;
}

#dropdownMenu > li:first-child {
    border-left: none;
}

#dropdownMenu li ul {
    display: none;
    position: absolute;
    padding: 8px 0;
    z-index: 500;
    width: auto;
    min-width: 100%;
    background: white;
	border: none;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.6);
}

#dropdownMenu li ul li{
    width: 100%;
    display: inline;
}

#dropdownMenu li ul li ul {
    top: 1px;
    left: 99%;
}

#dropdownMenu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
    /*word-wrap: break-word;*/
    /*font-size: 1.1em;*/
    font-style: normal;
    white-space: nowrap;
}

#dropdownMenu li ul a{
	color: #4c73a3;
	border-top: 1px solid #CCCCCC;
	margin-left: 8px;
	margin-right: 8px;
	padding: 7px 0px 4px 0px;
}

#dropdownMenu > li > ul li:first-child a{
	border-top: none;
}

#dropdownMenu li ul a:hover{
	color: black;
}

#dropdownMenu div {
    color: black;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
    font-style: normal;
    white-space: nowrap;
}

#dropdownMenu>li>div:after {
    content: '\2039';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
    line-height: 1;
    /* color: black; */
    text-decoration: none;
    /* background-image: url('/Dozvol/resources/images/buttonImg/menu-drop.png'); */
    /* background-size: 15px 15px; */
	/* width: 15px;
	height: 15px;  */
	font-size: 25px;
	color: white;
	-webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 70%;
	right: 50%;
}

#dropdownMenu li:hover > div::after{
	/* background-image: url('/Dozvol/resources/images/buttonImg/menu-drop-active.png'); */
	color: #0194e5;
}

#dropdownMenu li>div{
    /* padding-right: 18px; */
    color: white;
    /*font-size: 1.1em;*/
}

#dropdownMenu li > ul div{
    color: #4c73a3;
}

#dropdownMenu li>img{
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

#dropdownMenu li.selected>a {
    text-decoration: underline;
    font-weight: bolder;
}

#dropdownMenu li.selected>div {
    text-decoration: underline;
    font-weight: bolder;
}

#dropdownMenu a:hover {
    color: #0194e5;
}

#dropdownMenu div:hover {
    color: #0194e5;
}

#dropdownMenu li:hover > div {
    color: #0194e5;
}

#dropdownMenu li:hover ul {
    display: block;
    /*visibility: visible;
    opacity: 1;*/
}

#dropdownMenu li:hover li ul {
    display: none;
}
#dropdownMenu li:hover li:hover ul {
    display: block;
}

.additinalTable{
    border-spacing: 0px;
    border-collapse: collapse;
}
.additinalTableInfo{
    color: #3c3c3c;
    white-space: pre-line
}
.additinalTable tr{
    color: #4c73a3;
    font-size: 18px;
}

.additinalTable tr td{
    border-bottom: 2px solid #CCCCCC;
}

.edit-icon, .delete-icon{
	height: 20px;
}

.w-70{
	width: 70%;
}

.w-30{
	width: 30%;
}

.search-scroll-table{
	max-height: 60vh;
    overflow-y: auto;
    max-width: 70vw;
}

.DoubleColumnCreateEditTable{
    border-right: 1px solid #cccccc;
    padding-right: 15px!important;
    vertical-align: top;
}
.DoubleColumnCreateEditTable:last-of-type{
    border: none;
}

.marginFlexboxEl *{
    margin-right: 5px;
}
.marginFlexboxEl div:last-child{
    margin-right: 0;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center !important;
}

.fixed-width-small {
    width: 50px;
}

.fixed-width-medium {
    width: 250px !important;
}

.text-red {
    color: red;
}

.text-bold{
    font-weight: bold;
}

/* fast search */
.fast-search-pnl {
    display: flex;
    margin-bottom: 10px;
}
.fast-search-pnl .search {
    /*float: left;*/
}
.fast-search-pnl .search-btn {
    background: url('/Dozvol/resources/images/search.png') white no-repeat !important;
    background-size: 100% !important;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.fast-search-pnl .clear-search-btn {
    background: url('/Dozvol/resources/images/clearSearch.png') white no-repeat !important;
    background-size: 100% !important;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
/* end fast search */

.flex-form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    text-align: left;
}
 
.flex-form-row .label {
    padding-right: 10px;
    min-width: 50px;
}
.flex-form-row .label.right-inline {
    text-align: right;
    padding-left: 20px;
}
.flex-form-row .label.subtitle {
    margin-top: 10px;
}

.flex-form-row .input-control {
    flex: 1 1 auto;
    margin-top: -1px;
    margin-bottom: 2px;
}

.flex-form-row .input-control:disabled{
    background: lightgrey;
}

.flex-form-row div.qmark {
    margin-left: 4px;
}

.dialog-btn-pnl{
	padding: 10px 0;
}

.dialog-btn-pnl input{
	margin-left: 10px;
}

a.small-img-btn>img {
    padding-left: 5px;
    height: 20px;
    vertical-align: middle;
}

.children-block>* {
    display: block
}

.font-bold{
	font-weight: bolder;
}

.margin-1 {
    margin: 5px;
}
.margin-2 {
    margin: 10px;
}


.lbl-for-inputFile{
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    color: white;
    background: #4984C5;
}

.lbl-for-inputFile:hover{
    cursor: pointer;
}

.file-list-asset{
    flex: 1 1 auto;
    margin-top: 15px;
}

.disable-input-file{
    color: grey !important;
    border-color: grey !important;
    background: lightgrey !important;
}

.client-file-link{
    color: lightskyblue;
    font-style: italic;
}

.edit-client-btn{
    border-right: 5px;
    color: white;
    background: #4984C5;
}

.min-flex{
    flex: 0 0 auto !important;
}

.block-status-pnl{
    word-wrap: break-word;
    white-space: normal;
}

.clientInfo-add-pnl-wrap{
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

.flex{
    display: flex;
}

.ml-10{
    margin-left: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.test-header-class{
    background: orange !important;
}