﻿.normalFont {
    font-size: 12px;
    font-weight: normal;
}

.titleFont {
    font-size: 14px;
    font-weight: normal;
}

.nav_desing {
    background-color: #000;
    text-align: center;
    width: 100%;
    margin: auto;
}

.backg_color {
    background-color: #000;
}

.min_width {
    min-width: 100%;
}

.center_obj {
    display: block;
    margin: 15px auto;
}

.center {
    text-align: center;
}

.li_desing {
    background-color: #000;
    text-align: center;
}

    .li_desing:hover {
        background-color: #fff;
    }

    .li_desing a:hover {
        color: #fff;
    }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #FFffff !important;
    color: #2C5697 !important;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 30px !important;
}

.requests_panel {
    margin: 25px;
    width: 150px;
    float: left;
    font-size: 12px;
}

.notes_main_panel {
    margin: 25px;
    float: left;
    font-size: 13px;
}

.security_panel {
    position: relative;
    color: #2C5697;
    font-size: 12px;
    text-align: center;
    z-index: 1;
}

.tabs_subregion_area {
    margin: 25px auto 0 auto;
    display: table;
    clear: both;
    width: 800px;
    text-align: center;
}

.float-left {
    display: block;
    float: left;
}

.vertical-align {
    margin: 5px 0;
}

.table_custom > tbody > tr > th {
    text-align: center;
}

.my_accordion {
    width: 800px;
}

.chkFilters td {
    padding: 0 40px 0 0;
}

.accordion_header {
    font-size: 14px;
    color: #3170B2;
    text-decoration: none;
}

    .accordion_header:hover {
        color: #576772;
    }

.margin-top {
    margin-top: 20px;
}

.confirm_user_labels {
    width: 160px;
    display: block;
    float: left;
    text-align: center;
}


.test {
    border: 1px solid black;
}

.buttonDXC {
    background-image: none !important;
    background-color: #2C5697 !important;
    color: #ffffff !important;
    transition: background-color 200ms ease;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    outline: 0;
}

    .buttonDXC:hover {
        background-color: #E6E7E8 !important;
        color: #ffffff !important;
        text-decoration: underline;
    }

.buttonDXCInverse {
    background-image: none !important;
    background-color: #2C5697 !important;
    color: #ffffff;
    transition: background-color 200ms ease;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    outline: 0;
}

    .buttonDXCInverse:hover {
        background-color: #E6E7E8 !important;
        color: #ffffff !important;
        text-decoration: underline;
    }

.logoutButton {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.alertMessage {
    background-image: none !important;
    color: #ffffff;
    background-color: #2C5697 !important;
}


.mainFilter {
    background-color: #000 !important;
    color: #ffffff !important;
    background-image: none !important;
}

.subFilters {
    background-color: #666666 !important;
    color: #ffffff !important;
    background-image: none !important;
}

.bodyFilters {
    background-color: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
}

.shadow {
    -webkit-box-shadow: 6px 10px 38px -20px rgba(133,133,133,1);
    -moz-box-shadow: 6px 10px 38px -20px rgba(133,133,133,1);
    box-shadow: 6px 10px 38px -20px rgba(133,133,133,1);
}
