﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'),url('/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}


a.sort_by {
    position: relative;
    padding-right: 25px;
    text-decoration: none !important;
}

    a.sort_by::before, a.sort_by::after {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        bottom: .9em;
        display: block;
        opacity: .3;
        cursor: pointer;
    }

    a.sort_by::before {
        right: 0;
        top: -7px;
        content: "\e260";
    }

    a.sort_by::after {
        right: 0;
        top: 5px;
        content: "\e259";
    }

    a.sort_by.asc::before, a.sort_by.desc::after {
        opacity: 1;
    }

.rght {
    float: right;
}

.gv_list_corporate td.with_alph {
    background: url(../images/ec/bg_green.png) repeat-x top;
}

.alph_span {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.breaker, .breaker_usr {
    height: 35px;
    vertical-align: middle;
    padding: 1px;
}

.bold {
    font-weight: bold;
}

ul#sub_menu_reg li a, ul#sub_menu_comp li a, ul#sub_menu_comp_one li a {
    padding: 10px;
    display: block;
}

ul#sub_menu_comp {
    margin: 0px 0;
    padding: 0;
    /* height: 29px; */
    width: 100%;
}

    ul#sub_menu_reg li, ul#sub_menu_comp li, ul#sub_menu_comp_one li {
        float: left;
        /* display: block; */
        /* margin-right: 5px; */
        width: 33%;
        margin-bottom: 20px;
        list-style: none;
        color: #fff;
    }

.show {
    display: block !important;
}

.btn-action:hover, .btn-action.FiltredBy {
    background: #008D7F !important;
    text-decoration: none !important;
    color: #FFF !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075) !important;
    font-weight: bold;
}

.btn-action {
    background: #00c8b4 !important;
    text-decoration: none !important;
    color: #FFF !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075) !important;
}

.gv_list_corporate th a {
    color: #000 !important;
    text-decoration: none;
}
