@import url("assets/colors.css");


body{
    font-family: 'Lora', serif;
    /* font-size: 18px; */
    /* font-weight: lighter; */
    /* margin: 0; */
    /* background: var(--primary); */
    -webkit-font-smoothing: antialiased!important;
    font-size: 14px;
    background: var(--primary);
}



.searchBrowserHeader{
    width: 100%;
    z-index: 1000000;
}

.searchBrowserSp{
    padding-bottom: 60px;
    width: 100%;
}

.search_header_position {
    position: absolute;
    right: 0;
    width: 100%;
}
.open_z_index {
    z-index: 100000;
}

.search_input {
    margin-top: 2px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 11pt;
    float: right;
    color: #262626;
    /*padding-left: 50px;*/

    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
    padding-left: 15px;

    -webkit-box-shadow: 2px 2px 8px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(102, 102, 102, 1);
    box-shadow: 2px 2px 8px 0px rgba(102, 102, 102, 1);
}


.search_icon {
    margin-top: 4px;
    position: absolute;
    padding: 11px 17px 4px;
    right: 0;
    z-index: 1;
    font-size: 17px;
    background: #fff;
    color: var(--primary);
}

.openedSearch {
    width: 100%;
    padding-left: 15px;
}

.search_icon_delete {
    margin-top: 4px;
    position: absolute;
    padding: 11px 10px 4px;
    margin-right: 40px;
    right: 0;
    z-index: 1;
    font-size: 17px;
    background: #fff;
    color: var(--primary);
}


.closedSearch {
    width: 50px;
}

.openedSearch {
    width: 100%;
    padding-left: 15px;
}

.closedSearch::-webkit-input-placeholder {
    color: #65737e;
}

.closedSearch:-moz-placeholder { /* Firefox 18- */
    color: #65737e;
}

.closedSearch::-moz-placeholder { /* Firefox 19+ */
    color: #65737e;
}

.closedSearch:-ms-input-placeholder {
    color: #65737e;
}


.search_icon_active {
    color: #93a2ad;
}


.font-weight-bold {
    font-weight: 700!important;
}


.c-intend {
    padding-left: 0px;
}

.no-border {
    border-color: transparent;
    border-width: 0;
}


.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.icon_input_theme_white {
    color: #000;
}
.fbr {
    font-size: 17px;
}
.icon_input {
    width: 20px;
    font-size: 22px;
    margin-right: 15px;
    cursor: pointer;
}
.pull-left {
    float: left;
}

.clicbl, .dw_title_width, .icon_input, .pult_chart_container {
    cursor: pointer;
}
.icon_input {
    width: 20px;
    font-size: 22px;
    margin-right: 15px;
}
.pull-left {
    float: left;
}

.m-b-xs {
    margin-bottom: .25rem!important;
}


.ml-auto, .mx-auto {
    margin-left: auto!important;
}

 .text-white {
    color: #000!important;
}
.class_btn_l_0 {
    background: #99ff99;
}
.text-white, .text_cropper_box, .qualificatorItem {
    cursor: pointer;
}
.class_btn_style {
    height: 30px;
    align-items: center;
    padding-top: 4px;
}
.text-white {
    color: #fff;
}

.itemPadding_l_0{
    margin-bottom: 14px!important;
}

.itemPadding_l_1{
    margin-bottom: 18px!important;
}


.icf_code{
    color: rgb(61, 138, 247);
}


.circleQualificator{
    background: #e04f67;
    border: 1px solid green;
    color: #000;
    border-radius: 50%;
    margin-right: 5px;

    padding-left: 5px;
    padding-right: 5px;

}



.text_cropped {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.info_table {
    padding-left: 50px;
}

.info_table {
    background: #fff;
    border-right: none;
    border-left: none;
    padding: 10px 0;
}

.BLACK {
    color: #212121;
}

.fbr {
    font-size: 17px;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}


.imgInfo {
    height: 100px;
}

.ind_с {
    margin-left: 20px!important;
}



.border_blue_style {
    border: 1px solid #1464f6;
}

.class_btn_style__theme_white {
    background: #fff;
    color: #1464f6;
}


.itCode{
    display: inline-block;
    padding-right: 22px;
}

.itTitle{
    width: 100%;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.circleQ, .qualificatorNo .class_btn_style__theme_white {
    color: #ff4500;
}

.qualificatorNo .border_blue_style {
    border: 1px solid #ff4500;
}