.table-vmiddle>thead>tr>th{
	vertical-align: middle;
}

.table-vmiddle>tbody>tr>td{
	vertical-align: middle;
}

.form-loader{
	display: none;
}

.fl-scrolls{
	z-index: 1;
}

.ui-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    z-index: 1900;
    display: block;
    margin: 3px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .858rem;
    word-wrap: break-word;
    opacity: 1;
}

.client-file-list-table{
	width: 100%;
}

.client-file-list-table td{
	padding: 2px;
	border: 1px solid #ddd;
}

.request-view-element-value{
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
}

.sticky-sidebar{
    position: sticky;top: 20px;
}

.buttons-out-block .btn,
.buttons-out-block select{
    margin-bottom: 1em;
    vertical-align: middle;
}


.button-disabled{
    pointer-events: none;
    opacity: 0.5;
}

.comment-insides p{
    margin-bottom: 5px;
}

.disabled-button-a{
    cursor: no-drop;
    pointer-events: none;        
    opacity: 0.5;
}

.header-widget{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-widget-content{
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
}

.uwriter-unblock-comment{
    display: none;
} 

@media (min-width: 1px) and (max-width:767px) {

    #subblock-documents .table-responsive tbody{
        display: inline-block;
        width: 100%;
    }
    #subblock-documents .table-responsive tr{
        display: flex;
        width: 100%;
        overflow-x: auto;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e9ecef;
    }
    #subblock-documents .table-responsive td{
        border-top: none;
    }
    #subblock-documents .table-responsive .js-do-action{
        display: block;
        margin-right: 5px;
    }


    .table-mobile tbody{
        display: block;
        width: 100%;
    }
    .table-mobile thead{
        display: block;
        width: 100%;
    }
    .table-mobile thead tr{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .table-mobile tr{
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }
    .table-mobile td,
    .table-mobile th{
        display: inline-block;
        width: 100%;
    }
    .table-mobile th{
        width: auto;
        flex-grow: 1;
    }
    .table-mobile  td:not(.table-mobile-hidden){
        width: auto;
        flex-grow: 1;
    }
    .table-mobile .table-mobile-long:not(.table-mobile-hidden){
        width: 100%;
        border-top: none;
    }
    .table-mobile td:nth-child(1):not(.table-mobile-hidden){
        width: 70px;
        flex-grow: 0;
    }
    .table-mobile .table-mobile-hidden{
        display: none;
    }

    .table-mobile .bookmark{
        display: block;
        width: 30px;
        height: 100%;
        text-align: center;
    }    
}

.pcoded-submenu-link{
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 0.6rem;
}

.pcoded-micon_submenu{
    position: absolute;
    left: 0;
    top: 0;
}

.pcoded-mtext_submenu{
    padding-left: 25px;
    display: inline-block;
}

.pcoded-hasmenu_submenu{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.pcoded-hasmenu:hover {
    background-color: #f3f3f3;    
}

label[for="uwriter_client_limit_summ"],
label[for="bg_commission_percent_minus_insurance"] {
    min-height: 3em;
}

.max-width-800 {
    max-width: 800px;
}

.min-width-400 {
    min-width: 400px;
}

.tooltip-container-info .tooltip-inner {
    max-width: 400px;
}

.finposition-buh-table{
    max-width: 1200px;
}

.finposition-buh-table tr td:nth-child(2) {
    width: 70px;
}

.finposition-buh-table tr td:nth-child(n+3) {
    width: 130px;
}

.well .icheckbox_minimal-blue.disabled {
    background-color: #e9ecef;
}

@media (min-width: 300px) {
    .tooltip-container-info .tooltip-inner {
        max-width: 500px;
    }
    .tooltip-container-info .tooltip-inner p {
        font-size: 13px;
        line-height: 15px;
    }
    .tooltip-container-info .tooltip-inner br {
        font-size: 12px;
        line-height: 12px;
    }
}
.tooltip-container-info .tooltip-inner {
    background-color: #d1dde7;
    color: black;
}
.tooltip-container-info .tooltip .arrow::before {
    border-top-color: #d1dde7;
    border-bottom-color: #d1dde7;
}
.tooltip-container-info .tooltip.show {
    opacity: .98;
}

.btn-info.ins-smr-btn{
    color: #0F5728;
    background-color: transparent;
    border: 1px solid #0F5728;
}
.btn-info.ins-smr-btn:hover{
    color: white;
    background-color: #0F5728;
}
.btn-info.ins-smr-btn:active{
    color: white;
    background-color: #0F5728;
}
.password {
	position: relative;
}
.password-control {
    position: absolute;
    top: 7px;
    right: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
	background: url(/assets/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/assets/images/no-view.svg) 0 0 no-repeat;
}

.js-toggle-blocks {
    position: fixed;
    bottom: 40px;
    left: 75px;
    display: none;
}