.toggle_hide{
    display: none !important;
}

.toggle_show{
    display: block !important;
}

.toggle_flex{
    display: flex !important;
}


.clear{
    clear:both;
}
.flink{
    cursor:pointer;
}
.flink:hover{
    text-decoration:underline;
}

.note_vlidation{
    border: 2px solid #ca5050;
    border-radius: 4px;
    padding: 9px;
    font-size: 14px;
    background: #ffdcdc;
    color: #ca5050;
}
.note_ok{
    border: 2px solid #88a758;
    border-radius: 4px;
    padding: 9px;
    font-size: 14px;
    background: #dcffe5;
    color: #2f3124;
}
.a_like_div{

    text-decoration: none;
    display: block;

}
.a_like_div:hover{
    text-decoration: none;
    display: block;
}

.button_red{
    background: #f0250e;
    background: -moz-linear-gradient(top, #f0250e 0%, #960f00 100%);
    background: -webkit-linear-gradient(top, #f0250e 0%,#960f00 100%);
    background: linear-gradient(to bottom, #f0250e 0%,#960f00 100%);
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.button_blue{
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
    cursor: pointer;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.button_white{
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    color: black;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e3e3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e3e3',GradientType=0 );
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.flt_l{
    float:left;
}
.flt_r{
    float:right;
}

/*standart table*/

.std_table th{
    text-align: left;
    padding: 10px 5px 10px 5px;
    background: #cae1f5;
    border: 1px solid;
}
.std_table td{
    text-align: left;
    padding: 2px 5px 2px 5px;
    border: 1px solid;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 89%;
    left: 26%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px 3px;
    width: 237px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 89%;
    left: 38%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*плейс холдер скрываеться сразу*/
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder  {color: transparent}
input:focus:-moz-placeholder  {color: transparent}
input:focus:-ms-input-placeholder {color: transparent}

textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder  {color: transparent}
textarea:focus:-moz-placeholder  {color: transparent}
textarea:focus:-ms-input-placeholder {color: transparent}

#jmtreeedit{
    position: absolute;
    left:0;
    top:0;
    z-index: 99999;
    padding: 5px;
    opacity: 0.4;
    font-weight: 700;
    background:#DC322F;
    display: none;
}
.jmtreeedit_hover:hover{
    outline: 1px solid #ff0f00; /* Параметры рамки */
}

/* выпрыгивающая форма*/
#blackout{
    top: 0;
    left: 0;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    height: 251%;
    width: 100%;

    display: none;
    z-index: 100;
}
#jump_block{
    position: absolute;
    z-index: 100;
    /*visibility: hidden;*/
    display: none;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.color_red{
    color: red;
}
.bf_row{

}
.bf_row_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bf_row_flex_col{
    position: relative;
    margin: 5px;
}

.bf_input_regular,.bf_textarea{
    margin: 6px 0 5px 0;
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #2F8FD7;
    float:none;
}
.bf_send_button{
    font-size: 16px;
    padding: 8px 48px;
    color: #2D9CDB;
    background: #ffffff00;
    border: 1px solid #2D9CDB;
    border-radius: 4px;
    font-weight: bold;
    display: block;
    margin: 20px auto;
}

.bf_send_button:hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background:#2D9CDB;
    border: 1px solid #2D9CDB;
}

.base_form .bootstrap-select>.dropdown-toggle{
    border: 1px solid #2F8FD7;
}
.base_form .bootstrap-select.btn-group .dropdown-toggle .caret{
    background-image: url(/usr/img/Ico/drop_arrow.png);
    border: 0px;
    padding: 12px;
    padding-bottom: 15px;
    border-radius: 0 4px 4px 0px;
    height: 32px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
}
.base_form .bootstrap-select.btn-group.disabled .dropdown-toggle .caret{
    background-image: url(/usr/img/Ico/disAngle.png);
    padding: 13px;
    padding-right: 10px;
    height: 32px;
}
.base_form .inp_micro_title {
    position: absolute;
    top: 0px;
    padding: 0px 5px;
    background: white;
    font-size: 12px;
    line-height: 0.8;
    left: 12px;
    z-index: 10;
    border-radius: 5px;
}

.base_form .modal_street{
    z-index: 99999;
    display: none;
    position: absolute;
    height: auto;
    width: 237px;
    max-height: 200px;
    overflow-x: hidden;
    background: white;
    border: 1px solid #2F8FD7;
    top: 29px;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
}
.base_form .street_choiced{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.base_form .modal_street::-webkit-scrollbar {
    display: none;
}
.base_form .street_span{
    cursor: pointer;
}
.base_form .street_span:hover{
    text-decoration: underline;
}
.base_form .btn-primary {
    color: #000;
}

.base_form .btn-primary span.glyphicon {
    opacity: 0;
}
.base_form .btn.active span.glyphicon {
    opacity: 1;
}

.base_form .btn-primary.active {
    color: #fff;
}

.base_form .btn-primary{
    background-color: transparent;
}
.musthave{
    background: #FFE0E0;
}
.newmusthave{
    background: #FFDCDC;
}

.info_container{
    padding: 5px;
    min-width: 300px;
    margin: 10px auto;
    width: 100%;
    background: white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}


.statistics-block{
    margin: 8px;
    display: flex;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 3px 0px #00000042;
}

.stat-item{
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    font-family: sans-serif;
}

.stat-item:not(:last-child){
    border-right: 1px solid #cccccc;
}
.stat-item .stat-item_img{
    color:#898989;
}
.stat-item_value{
    margin-top: 3px;
    color: #000000;
    font-size: 14px;
}