#error-bar #in-error-bar, #errorCode-bar #in-errorCode-bar {
    width: 380px;
    height: 135px;
}
.search-block {
    padding: 12px 10px;
    border: 1px solid #bebebe;
    border-bottom:none;
    background-color: #fff;
    /* background-color: #7dc6d9;*/
}
/*div.filter_position input.search-field {
    width: 84%;
    height:26px;
    padding: 3px;
    border-radius: 4px;    
}*/
.add_new div.filter_position input.search-field {
    width: 100%;
}

.search-block span.search-action {
    position: absolute;
    right: -2px;
    top: 20px;
    padding: 2px;
    padding-left: 10px;
    line-height: 23px;
    width: 34px;
    height: 26px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    background-color: #018849;
    border-color: #018849
}

table.objOutputSearch tr:nth-child(2n) {
    background-color:#f1f1f1;
}
table.objOutputSearch td {
    padding:7px;
}
table.objOutputSearch td:first-child{
    width:10%;
    text-align:center;
}

.visual-tabs>li.tab-visual {
    width: 135px;
}
.visual-tabs>li.tab-visual>a {
    display: block;
    width: 140px;
    height: 0;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 26px solid #d0d0d0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    outline: 0;
    line-height: 26px;
    color:black;
}
.visual-tabs>li.tab-visual.active>a {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 26px solid #d0d0d0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    line-height: 26px;
    color:black;
}

.visual-tabs>li.tab-visual:nth-child(2n) {
    margin-left: -4px;
}

.visual-tabs>li.tab-visual>a:hover,
.visual-tabs>li.tab-visual>a:focus,
.visual-tabs>li.tab-visual>a:active,
.visual-tabs>li.tab-visual.active>a {
    border-color: transparent transparent #f2f2f2 transparent;
    background-color:transparent;
}
.visual-tabs>li.tab-visual.active {
    z-index:1000;
}
.visual-tabs>li.tab-visual {
    font-size:16px;
}
.visual-tabs>li.tab-visual .fa{
    display:inline-block;
    font-size:18px;
    position:relative;
    top:1px;
}

.visual-info{
    right: 48px;
    color: #c9c9c9;
    top: 7px;
    position: absolute;
    font-size: 16px!important;
}

.add_new .visual-info{
    right: 8px;
}

.tab-content .tab-overflow-wrap {
    height: 96%;
}

.tab-content .tab-overflow-show {
    background-color: #fff;
    border-top: none;
    height: auto;
    max-height: 95%;
    overflow-x: hidden;
    overflow-y: auto;
}
.button-block .tab-content{
    box-shadow: 0 4px 10px rgba(0, 0, 0, .116);
    height: 98%;
    overflow: hidden;
    border-top: none;
}
label.accessCopyText {
    margin-bottom:0;
}
label.accessCopyText hr {
    margin-top: 8px;
    margin-bottom: 4px;
    height: auto;
    border-top-color: #DDD;
}
.visual-tabs-title {
    font-size: 16px;
    color: #fff;
}
.visual-tabs-title .fa {
    color:#fff;
}
.add_new .search-loader {
    font-size: 16px;
    color: #c9c9c9;
    position: absolute;
    top: 25px;
    right: 6px;
    padding: 0
}
.collapseExportsFilter {
    position: relative;
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: bold;
    cursor:pointer;
}
.collapseExportsFilter .fa.caret{
    font-size: 16px;
    position: relative;
    top: -1px;
}
.collapseExportsFilter .fa.caret:before{
    left: auto;;
}
#collapseExportsFilter .exports-collapse-group{
    padding: 6px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.get-word {
    display: inline-block;
    margin-top: 14px;
}


/*ñòèëè ïî checkbox*/

.container_checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ccc;
}
:hover input ~ .checkmark {
    background-color: #ccc;
}

input:checked ~ .checkmark {
    background-color: #22b16c;
    left: 0;
    top: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_checkbox{
    padding-left:25px !important;
    padding-bottom: 5px;
    padding-top: 4px;
}
/*ñòèëè ïî checkbox*/
.filter_position label{
    width:164px;
}

.filter_position .container_checkbox + input{
        margin-bottom: 10px;
        margin-top:10px;
}

/*
Ñïèñîê ñõåì
 */

#schema{

    border: 2px solid #fff;
}

#schema tr td{

    vertical-align: middle !important;
}

#schema tr:first-child {
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0, .2);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 10px 20px -5px rgba(0,0,0, .2);
    background-color: #93cddd;
}
.schema-button{
    color: #fff;
}
.button-save-schema{
    background-color: #93cddd;
}
.button-save-schema:hover{
    background-color: #78abbb;
    color: #fff;
}
.button-save-schema:active{
    background-color: #486978;
    color: #fff;
}

#schema tr.load-schema:hover{
    background-color: rgba(198, 198, 198, 0.29);
    cursor: pointer;
}


.list-schema-right i{
    padding: 6px 6px 6px 6px;
    color: #c12e2a;
    cursor: pointer;
}
.list-schema-right i:hover{
    background-color: rgba(198, 198, 198, 0.59);
    border-radius: 50px;
}
.list-schema-right i:active{
    background-color: rgba(50, 50, 50, 0.55);
}



/**
    Êíîïêà ñîõðàíèòü ñõåìó
 */

.button-save-schema{
    border-top: 1px solid #BEBEBE;
    box-sizing: border-box;

}
.button-save-schema > span {
    padding: 10px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;

}
.button-save-schema span.button-title {
    color: #333;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}