.icons {
        display: inline;
        /*cursor: pointer;*/
        width: 20px;
        height: 20px;
        margin-bottom: 2px;
        margin-right: 10px;
    }

    .ul-lty a {
        text-decoration: none;
    }

    div.default_menu div a {
        font-weight: bold;
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 2px;
        color: black;
        position: relative;
        border-bottom: 2px solid #2793a3;
        font-size: 15px;
        box-sizing: border-box;
        text-decoration: none;
    }

    div.default_menu div.sub_div a {
        font-weight: normal;
    }

    span.new_span {
        color: red;
        font-size: 11px;
        padding-left: 4px;
        vertical-align: super;
    }

    select {
        padding: 4px 8px !important;
    }

    option {
        background: #d5d5d5;
    }

    .small_icons {
        display: inline;
        /*cursor: pointer;*/
        width: 20px;
        weight: 20px;
        margin-bottom: 2px;
        position: absolute;
        right: 4px;
    }

    .switch_form {
        margin-right: 0px;
    }

    .box-title {
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: black;
    }

    .box-search {
        margin: 10px 20%;
        width: 60%;
        display: block;
        color: black;
    }

    .box-search a {
        text-decoration: underline;
    }

    .clear-lty::after {
        content: 'aaa';
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
    }

    .sub_option {
        font-size: 12px !important;
    }

    .text_left {
        text-align: left;
        background-color: white;
    }

    li>.text {
        font-weight: bolder;
    }

    li {
        text-align: left;
    }

    .sub_div {
        border: 2px solid rgb(220, 216, 216);
        border-radius: 4.5px;
        width: 237px;
        max-height: 200px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sub_div>a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .dropdown-menu>.active>a {
        background-color: white;
    }

    div.sub_div a {
        border-bottom: none !important;
    }

    #downapi {
        position: absolute;
        margin: 20px 0px 0px 15px;
        height: 30px;
        display: table;
        top: -45px;
    }

    a.switch_form:hover {
        color: #046ece !important;
    }