
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading_la {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 120px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.covering_la {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
    z-index: 999;
}


/*Header*/
.Tab2 .ajax__tab_header {
    color: #333;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
/*Body*/
.Tab2 .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding: 10px 8px;
    font-size: 14px;
}
/*Tab Active*/
.Tab2 .ajax__tab_active .ajax__tab_tab {
    font-size: 15px;
    padding: 10px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}

.Tab2 a.ajax__tab_tab:hover {
}

.Tab2 .ajax__tab_tab {
    font-size: 13px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background: #000 !important;
    padding: 4px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
}

.pad_t_b10 {
    padding: 15px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: #f12b0b !important;
    padding: 4px;
}

a.ajax__tab_tab {
    color: #fff;
}

.ajax__tab_default .ajax__tab {
    display: block;
    float: left;
    height: 30px !important;
    margin-top: 1px;
}

.UnAuth_section {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #980606;
    color: white;
    /* border-radius: 1em; */
    padding: 1em;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25%;
    height: 160px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

    .UnAuth_section a {
        text-decoration: none;
        color: #CCC;
    }

.container-fluid {
    width: auto !important;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

    .input-group > .form-control + span {
        border: 1px solid #13556d;
        border-radius: 6px;
        padding: 6px;
        background-color: rgb(248, 249, 250);
    } 
