﻿.update-date-left {
    text-align: left;
    font-size: 10px;
    width: 100%;
}

.update-date-right {
    text-align: right;
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1000 !important;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #E84D1C !important;
    color: #FFF;
}

.feeds a {
    color: #333;
}


.td4 > tbody > tr > td {
    padding: 4px;
    max-width: 250px;
}

.tab-content {
    padding: 0px 15px;
    background: none;
}

.table thead tr th {
    font-size: 13px;
}

.table-scrollable {
    border: none;
}

.content-search-view2 {
    background: white;
    padding: 33px;
    margin: 0 0 20px;
    min-height: 100px;
}

#input-radius {
    border-radius: 4px !important;
}

.input-group-addon {
    border-radius: 4px !important;
    color: white;
    border-color: #333 !important;
    background: #333 !important;
    padding: 4px 12px;
}

.btn {
    border-radius: 4px !important;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
}

.search-box {
    right: -7px;
    top: 100%;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 0;
    z-index: 1000;
}

    .search-box:after {
        top: -8px;
        width: 0;
        height: 0;
        right: 122px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #e6400c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.margin-bottom-25 {
    margin-bottom: 25px;
}



.li-button {
    padding: 21px 0px 4px 17px;
}


.a-sanal {
    color: #FFF !important;
    padding: 0 !important;
    width: 110px;
    text-align: center;
}


.div-sanal {
    border-radius: 4px !important;
    background-color: #de0408;
    padding: 8px;
}

    .div-sanal:hover {
        background-color: #98000d;
        text-shadow: -1px 1px #27496d;
    }

.breadcrumb > .active a {
    color: #e6400c;
}
