iframe {
    width: 100%;
    /*height: 500px;*/
}

.tender-donut {
    margin: auto;
}

.tender-bar {
    margin: auto;
    height: 200px;
}

.tender-line-low {
    height: 150px;
}

.sidebar-count {
    text-align: center;
}

.block-AO {
    font-family: "Courier New", Courier, monospace;
    color: #606060;
    box-shadow: 2px 2px 2px grey;
    padding: 5px 15px;
    overflow: auto;
}

.block-AO {
    position: relative;
}

.block-AO table, .block-AO table tbody, .block-AO table tbody tr, .block-AO table tbody tr td {
    max-width: 100%;
    width: 100%;
}

.grid table .filter {
    text-align: center;
}

.grid table .filtergroup {
    width: 100%;
    margin-top: 5px;
}

.grid table .filtergroup input, .grid table .filtergroup select {
    width: 100%;
}

.grid table .sort_indicator {
    float: left;
    margin-right: .5em;
}

.subs .subGroup select {
    display: inline;
    width: auto;
}

.small-logo {
    max-width: 70px;
}

.nav-tabs .the-tab {
    position: relative;
}

#subTabs > .the-tab:hover,#subTabs > .the-tab:focus {
    border-radius: 4px 4px 4px 4px !important;
}
.nav-tabs > .the-tab.active > a, .nav-tabs > .the-tab.active > a:hover, .nav-tabs > .the-tab.active > a:focus{
    border-radius: 4px 4px 4px 4px;
}
.the-tab {
    border-radius: 4px 4px 4px 4px;
    border-bottom-left-radius : 4px
}

#subTabs > .the-tab {
    color: #555;
    cursor: default;
    background-color: #DDD;
    border-radius: 4px 4px 4px 4px;
    margin-right: 5px;
}
#subTabs {
    border-bottom: none;
}

.nav-tabs .the-tab input {
    position: absolute;
    z-index: 50;
    top: 10px;
    left: 10px;
}

.nav-tabs .the-tab a {
    padding-left: 30px;
}

.multiselect-container.dropdown-menu {
    width: 100%;
}

.multiselect-container.dropdown-menu li label {
    width: 100%;
}

.searchbox .multiselect-container.dropdown-menu {
    min-width: 350px;
}

.widget-expression {
    margin-bottom: 5px;
}
.sidebar-nav .sidebar-nav {
    margin-left: 15px;
}

.form-group .datepicker {
    padding: 6px 12px;
}

label.required:after {
    content: " *";
}

.graph-legend ul {
    list-style-type: none;
    padding: 0;
}

.graph-legend ul li .color {
    width: 25px;
    height: 0.8em;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    display: inline-block;
}

#col_form_result_sort {
    margin-top: 10px;
}

#col_form_result_sort label:first-child,
#col_form_result_source label:first-child {
    display: inline;
    width: auto !important;
}

#col_form_result_sort #search_form_sorting {
    display: inline;
}

#col_form_result_source input,
#search_form_sorting input {
    margin-right: 5px;
}

#col_form_result_source label,
#search_form_sorting label {
    margin-right: 20px;
}

.tab-subscription .portal-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 160px;
}

.tablist-subscription li a {
    font-size: 1.2em;
}

.tablist-subscription li.disabled {
    opacity: .3;
}

.tablist-color-band li span.band {
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: 0.25s;
}

.tablist-color-band li.active span.band {
    height: 5px;
    opacity: 1;
}

.tablist-color-band li a span.color {
    height: 1.1em;
    width: 1.1em;
    margin-right: 5px;
    margin-bottom: 2px;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3) inset;
    display: inline-block;
    vertical-align: middle;
}

.company-description {
    position: relative;
}

.company-description .portals {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

.company-description .portal-logo {
    display: block;
    font-style: italic;
    padding: 5px;
}

.company-description .portal-logo img {
    width: 40px;
    margin-left: 10px;
}

.company-description .portal-logo.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}