﻿@charset

UTF-8;
/* CSS Document */
/* -----------// GLOBAL -CSS //----------- */
.export {
    width: 264px !important;
}

#rotation {
    display: none;
}

html {
    background: #00234c;
}

    html, html a {
        -webkit-font-smoothing: antialiased !important;
    }

body, html {
    height: 100%;
}

.wrapper {
    height: 100%;
    /*margin-top: -28px;*/
    height: calc(100% - 87px);
}

.wrapper-border {
    border-top: 2px solid #00234c;
    border-bottom: 2px solid #00234c;
    border-left: 6px solid #00234c !important;
    border-right: 26px solid #00234c;
    position: relative;
    min-width:1060px;
    height: 100%;
    min-height: 750px;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    background-color: #fff;
    padding: 0;
}

.clear {
    clear: both;
}

.col-wrapper {
    height: 100%;
}

.width100 {
    background: #d4ddf2;
    width: 100%;
    height: 100%;
}

#header {
    position: relative;
    left: 0;
    right: 0;
    border-bottom: 1px solid #00234c;
    width: 100%;
    border-top: 7px solid #00234c;
    margin-top: -2px;
}

a {
    color: #0035A9;
    text-decoration: underline;
    outline: 0;
}

    a:focus {
        outline: 0; /*removes the dotted border*/
        outline-style: none;
    }

input::-moz-focus-inner, input {
    border: 0;
    outline-style: none;
}

.bold {
    font-weight: bold;
}

img.heroImg {
    max-width: 370px;
}

#heroText {
    width: 90%;
}

#RBClogo {
    padding: 10px 0 0 10px;
    height: 60px;
    width: 204px;
}

.h82 {
    height: 82px;
    width: 99%;
}

/* -----------// NAV BAR -CSS //----------- */

.navbar .nav {
    margin: 0px 0px 1px 0px;
    height: 30px;
    /*min-width: 750px;*/
}

.navbar > .container-fluid {
    margin-right: 0px;
    margin-left: 20px;
}

#navMainTwo span a {
    color: #0035a9;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    float: right;
    padding: 10px 60px;
    font-size: 20px;
    text-decoration: none;
    height: 0px;
}

#navMainTwo span.contact a {
    padding-top: 7px;
}

    #navMainTwo span.contact a:hover {
        color: #897206 !important;
    }


.nav-tabs {
    border-bottom: none;
}

.navbar .nav > li > a {
    padding: 10px;
    padding-bottom: 6px;
    float: none;
    text-decoration: none;
}

.navbar-inverse .nav > li > a {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #0035A9;
    font-weight: 600;
    text-shadow: none;
    font-size: 11px;
}

.navbar-inverse .nav > li {
    /*border-right: 1px solid rgb(0, 35, 76);*/
    background: url(../img/divider.png) no-repeat;
    background-position: 100% 11%;
    height: 33px;
    margin-top: 11px;
}

    .navbar-inverse .nav > li:first-child {
        background: url(../img/divider.png) no-repeat;
        background-position: 100% 11%;
    }

    .navbar-inverse .nav > li:last-child {
        background: none;
    }

.navbar-inverse .nav .active > a, .navbar .nav > .active > a {
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    color: #f9d117;
}

    .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
        color: #f9d117 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        background: transparent url(../img/tick.png) 50% 23px no-repeat;
        height: 11px;
    }

.navbar-inverse .nav > li > a:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #f9d117 !important;
}

.navbar-inner, .navbar-inverse .navbar-inner {
    background-color: transparent !important;
    background-color: transparent\9 !important;
    background-image: none !important;
    border: none !important;
    background-image: none !important;
    filter: none !important;
}

.navbar-inverse .navbar-inner, .navbar-inner {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: solid 1px red;
    z-index: 2;
    margin-left: 20px;
}

.navbar-fixed-top {
    top: 43px;
    position: relative;
    min-width: 750px;
}


.navbar-inverse .nav > li.none {
    background-position: 100% 300%;
}

.navbar-inverse .nav > li.last {
    background: none;
    margin-left: 100px;
}


/* -----------// CONTAINERS -CSS //----------- */
.container-fluid {
    padding: 0px;
}

.container-fluid-custom {
    float: left;
    height: 100%;
    width: 100%;
}

container-fluid-custom-home {
    min-height: 100%;
    z-index: 10;
    position: relative;
    min-width: 940px;
    background: #fff;
}

.container-fluid-wrapper-home {
    height: 100%;
    z-index: 10;
    position: relative;
    min-width: 940px;
}

.container-fluid-custom-login {
    height: 100%;
    border-top: 6px solid #00234c;
    border-left: 6px solid #00234c;
    border-right: 22px solid #00234c;
    z-index: 10;
    position: relative;
    min-width: 940px;
}

.borL {
    border-left: 6px solid #00234c;
}

.borR {
    border-right: 22px solid #00234c;
}
/* -----------// COLUMNS -CSS //----------- */

.top83 {
    padding-top: 116px;
}

.leftCol {
    background: whitesmoke;
    /*min-width:318px !important;*/
    min-height: 100%;
}

.rightCol {
    background: rgb(212, 221, 241);
    min-height: 100%;
}


#pgTitle {
    margin-top: 20px;
}

.leftCol-home {
    padding-top: 116px;
    background: #f7f7f7;
    max-width: 300px;
    float: left;
}

.rightCol-home {
    padding-top: 116px;
    float: left;
    left: 300px;
}

.leftCol-Login {
    height: 100%;
    float: left;
    max-width: 300px;
    min-width: 300px;
}

.rightCol-Login {
    overflow: auto;
    height: 100%;
    background: #d4ddf2;
}

.leftCol-in {
    height: 100%;
    float: left;
    max-width: 300px;
    min-width: 300px;
}

.rightCol-in {
    height: 100%;
    overflow: hidden;
}

.leftCol-sitemap {
    height: 100%;
    float: left;
    max-width: 300px;
    min-width: 300px;
}

.rightCol-sitemap {
    overflow: auto;
    height: 100%;
    background: #d4ddf2;
}


/* -----------// COLORS -CSS //----------- */
.dada {
    background: #dadada;
}

.whitesmoke {
    background: #F5F5F5;
}

.babyBlue {
    background-color: #d4ddf2;
}

.ltGray {
    background-color: #dadada;
}


/* -----------// OTHER -CSS //----------- */

.lipperLogo {
    padding-top: 200px;
    margin-left: 25%\9;
    text-align: center;
}

.row .col-12 {
    margin: 0;
}

label, input[type=text], input[type=email] {
    font-size: 12px;
}

.contentReports {
    padding: 20px;
}

.navbar-inner {
    box-shadow: none !important;
}

.loginBox button.btn, input[type=submit].btn {
    width: 90px;
}

.loginBox {
    background-color: #f7f7f7;
    width: 100%;
}

i {
    padding-right: 0;
}

.no-space [class*=span] {
    margin-left: 0;
}

.col-4 .content h4 {
    color: #666;
}

#content h3 {
    padding: 20px;
    margin-top: 0;
}

#content p {
    padding: 0 20px;
}

#content .row .col-4 {
    width: 34.6%;
    /*width: 33.29%;*/
}

#content .row .first {
    width: 30.69%;
}



/* -----------// DIVs //----------- */
.holder {
    background-color: #d4ddf2;
}

.holderMid {
    background-color: #eaeef9;
}

.holderMidgrey {
    background-color: #f7f7f7;
}

.colOneColor {
    background-color: #dadada;
}

.colTwoColor {
    background-color: #d4ddf2;
}

h1.title-Login {
    font-size: 45px;
    position: relative;
    top: 30%;
    vertical-align: middle;
    font-weight: bold;
}

h1.bigTitle span {
    text-transform: uppercase;
    font-size: 2.2em;
    color: #F5F5F5;
    left: 20px;
    line-height: 78px;
    z-index: 10;
    position: absolute;
    bottom: 0px;
    margin-bottom: 22px;
}

h1.bigTitleIn span {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #FFF;
    position: absolute;
    left: 16px;
    line-height: 75px;
    bottom: -22px;
    z-index: 10;
}

h1.bigInfo span {
    left: 20px;
    font-size: 2.8em;
    color: #EBEBEB;
    text-transform: uppercase;
    position: absolute;
    line-height: 78px;
    z-index: 10;
}

.colOne h1 {
    text-align: center;
}

.colNews {
    background-color: #f7f7f7;
}

.colReports {
    background-color: #ecf0f9;
}

.colResearch {
    background-color: #eee;
}

.borderRightW {
    border-right: 1px solid #FFF;
}

.borderLeftW {
    border-left: 1px solid #FFF;
}

.borderTop {
    border-top: 1px solid #00234c;
}

div.wwwAddresstop {
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-right: -20px;
    z-index: 1000;
    right: 0;
}

div.wwwAddressbottom {
    position: absolute;
    margin-top: 93px;
    margin-right: -22px;
    z-index: 1000;
    right: 0;
    background: #00234c;
}

div.wwwAddress img {
    max-width: none;
    margin-right: -22px;
}

.padding {
    padding: 0 30px;
}

.padL20 {
    padding-left: 20px;
}

.padL30 {
    padding-left: 30px;
}

.padR {
    padding-right: 20px;
}

.padTop20 {
    padding-top: 20px;
}

.contentBox {
    background-color: #eaeef9;
    margin-left: 0 !important;
}

    .contentBox p {
        line-height: 20px;
    }

.h360 {
    height: 350px;
}

.h170 {
    height: 170px;
}

.h90 {
    height: 90px;
}

.h110 {
    height: 110px;
}

.ltBlue {
    color: #0035a9;
}

/*.span4 p {padding:20px;}*/
h3 {
    line-height: 0;
}

/* -----------// Footer //----------- */

form {
    margin: 0px;
}

#footer {
    background: #FFF;
    border-top: 1px solid #00234c;
    border-bottom: 6px solid #00234c;
    height: 25px !important;
    min-width: 1028px;
    z-index: 90000;
    clear: both;
}

    #footer div.footer {
        padding: 0 10px;
    }

    #footer p, #footer span {
        font-size: 9px;
    }

    #footer p {
        float: left;
    }

    #footer span {
        float: right;
    }

.contentText {
    padding: 20px 30px;
    max-width: 580px;
}

.contentTextIn {
    max-width: 610px;
}

.articleBox {
    padding: 10px 0px 0px 5px;
}

    .articleBox p, a {
        padding-right: 5px;
    }

p a {
    padding-right: 0px;
}

.articleBox a {
    font-weight: normal !important;
    color: #0035A9 !important;
    margin-left: 10px;
}

.RadGrid_Vista {
    background: transparent !important;
}

.RadGrid_Default {
    background: transparent !important;
}

    .RadGrid_Default .rgAltRow {
        background: transparent !important;
    }

        .RadGrid_Default .rgAltRow td {
            border-color: transparent !important;
        }

.articleBox-noborder {
    padding: 10px 30px;
}

.print-icon a {
    padding-right: 20px;
    text-decoration: none;
    color: #999;
}

.callout {
    background-color: rgb(248, 250, 252);
    padding: 8px;
    font-size: 11px;
    line-height: 14px;
    color: gray;
}

span.padding p {
    margin: 0px;
    margin-top: 4px;
}

/* -----------// Forms //----------- */

ul.resetPass li {
    list-style-type: none;
}

.userName, .passWord {
    font-size: 12px !important;
    height: 20px !important;
    padding: 4px 6px !important;
}

.loginBut {
    font-size: 14px !important;
    font-weight: bold;
    height: 24px !important;
}

.form-horizontal .controls {
    margin-left: 0;
    padding-left: 0;
}

.form-horizontal .controls {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.form-horizontal .control-group {
    margin-bottom: 0px;
}

.form-horizontal {
    padding: 20px 20px 20px 0;
    font-size: 12px;
}

    .form-horizontal input {
        width: 95%;
        font-size: 12px;
    }

.colOne h5, colTwo h5 {
    padding-left: 20px;
}

.smallTxt a {
    font-size: 12px;
}

.yellow {
    color: #F9D117;
}

.blue {
    color: #0035A9;
}

.white {
    background-color: #fff;
}

.top {
    margin-top: 10px;
    height: 80px;
}

.input-append .add-on {
    height: 10px;
    margin-top: 1px\9;
}

.btn {
    text-shadow: none;
    background-color: #5473DF;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
    border-color: none;
    border-color: none;
    filter: none;
    border: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 11px !important;
    padding: 0px 5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #3250B8;
}

button.btn, input[type="submit"].btn {
    height: 20px;
    font-size: 11px;
    padding-bottom: 19px;
    padding-top: 0px;
}

select {
    width: 100%;
    font-size: 11px;
    height: 18px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type=text], input[type=email], input[type="password"] {
    font-size: 11px;
    height: 18px;
    padding: 0px 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#loginBox .controls input {
    width: 245px;
}

.controls input {
    width: 245px\9;
}

/* -----------// Table //----------- */

table#reportsT {
    float: left;
}

    table#reportsT a {
        font-size: 11px !important;
        line-height: 18px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: normal !important;
        padding-left: 1px;
    }

.dl-horizontal dt {
    width: 20px;
}

.dl-horizontal dd {
    margin-left: 40px;
}

@media max-width 979px {
    .navbar-fixed-top {
        margin-bottom: 0;
    }

        .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
            padding: 0;
        }
}

.heroImgWelcome {
    background: url(../img/banner_welcome.jpg) no-repeat;
    min-height: 30px;
}

.heroImgHome {
    background: url(../img/banner_home.jpg) no-repeat;
    min-height: 30px;
}

.heroImgNews {
    background: url(../img/banner_news.jpg) no-repeat;
    min-height: 30px;
}

.heroImgProd {
    background: url(../img/banner_prod.jpg) no-repeat;
    min-height: 30px;
}

.heroImgProfile {
    background: url(../img/banner_profile.jpg) no-repeat;
    min-height: 30px;
}

.heroImgSitemap {
    background: url(../img/banner_sitemap.jpg) no-repeat;
    min-height: 30px;
}

.heroImgSpan {
    float: right;
    min-height: 30px;
    margin-right: -13px;
    position: relative;
    z-index: 10;
}

.borderTop {
    border-top: solid 1px #0035A9;
}

.h80 {
    height: 85px;
}

.h170 {
    height: 169px;
}

.h279 {
    height: 279px;
}


/* -----------// images //----------- */


.crumBar {
    background: #f7f7f7;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #ccc;
}


/* -----------// HOME PG -CSS //----------- */


.colOne h3, .colTwo h3, .colThree h3 {
    padding: 20px;
    margin: 0;
}

.colOne .content, .colTwo .content, .colThree .content {
    margin-top: 0;
    padding: 20px;
    padding: 10px 0px 0px 20px;
}

/* TABLE CSS */
#reportsT table.colTable {
    margin-top: 1px;
    width: 100%;
    background: #f7f7f7;
}

    #reportsT table.colTable td {
        min-height: 600px;
        min-width: 300px;
        vertical-align: top;
    }

#reportsT td.colOne {
    width: 300px;
    background: #f7f7f7;
}

#reportsT td.colTwo {
    background: #ecf0f9;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#reportsT td.colThree {
    background: #f7f7f7;
}


/* -----------// LOGIN PG -CSS //----------- */

.contentText {
    max-width: 840px;
}

ul.prodList {
    margin: 0px !important;
}

    ul.prodList li {
        list-style-type: none;
        background: url(../img/bullet.gif) no-repeat 0px 5px;
        padding-left: 20px;
        font-weight: bold;
    }


h1.bigTitleConf span {
    text-transform: uppercase;
    position: relative;
    font-size: 0.80em;
    color: #EBEBEB;
    left: 8px;
}

.verisign {
    padding-left: 8px;
}

/* -----------// SITEMAP PG -CSS //----------- */

div.siteMapBox h3 {
    color: #808080;
    padding-bottom: 5px;
    font-weight: 500;
}

ul.siteMapBoxUL {
    list-style: none;
    margin: 0px;
}

.siteMapBoxUL li a {
    text-decoration: underline;
    line-height: 12px !important;
}


/* siteMapBox */
div.siteMapBox {
    margin-left: 20px;
    padding: 0px 15px;
}

.boxBack1 {
    background: #C1CEEC url(../img/siteMapBoxTile1.jpg) 0 0 repeat-y;
}

.boxBack2 {
    background: #C1CEEC url(../img/siteMapBoxTile2.jpg) 0 0 repeat-y;
}

h1.infoTitle span {
    font-size: 1.3em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
    padding-top: 10px;
}

h1.detailsTitle span {
    font-size: 1.5em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
    letter-spacing: 14px;
}

h1.sitemapTitle span {
    font-size: 1.4em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
    letter-spacing: 7px;
}

h1.blockedTitle span {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #EBEBEB;
    left: 10px;
    line-height: 78px;
    z-index: 10;
    position: absolute;
    bottom: 28px;
    margin-bottom: 0px;
}

h1.forgotTitle span {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #EBEBEB;
    left: 10px;
    z-index: 10;
    position: absolute;
    bottom: 28px;
    margin-bottom: 0px;
}

h1.hintTitle span {
    text-transform: uppercase;
    font-size: 2em;
    color: #EBEBEB;
    left: 25px;
    z-index: 10;
    position: absolute;
    bottom: 14px;
    bottom: 35px;
    margin-bottom: 0px;
}

h1.resetTitle span {
    text-transform: uppercase;
    font-size: 1.8em;
    color: #EBEBEB;
    left: 15px;
    z-index: 10;
    position: absolute;
    bottom: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

h1.updatedTitle span {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #EBEBEB;
    left: 15px;
    z-index: 10;
    position: absolute;
    margin-bottom: 28px;
    letter-spacing: 0px;
    bottom: 0px;
}

/* -----------// PROFILE PG -CSS //----------- */

.heroImgProfile {
    background-position: 35px 0px;
    background-color: #00254B;
}

ul.profileUl {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    list-style: none;
}

    ul.profileUl a {
        text-decoration: none;
        padding-left: 5px;
    }

        ul.profileUl a:hover {
            color: rgb(249, 209, 23) !important;
        }

    ul.profileUl li.active a {
        color: rgb(249, 209, 23) !important;
    }


.contentBox2 {
    padding: 0px 30px;
}

#profileForm div.controls select {
    width: 95%;
}

#profileForm div.controls input {
    width: 90%;
}

#profileForm #resetprofileForm {
    padding-left: 30px;
}

#profileForm1 select {
    width: 65% !important;
    width: 68%\9 !important;
}

h1.infoBigTitle span {
    font-size: 3em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
    padding-top: 65px;
}

h1.passwordTitle span {
    font-size: 1.5em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
}

h1.settingsTitle span {
    font-size: 1.4em;
    color: #EBEBEB;
    display: block;
    padding: 10px;
}

span.mandetory {
    font-weight: bold;
    color: #C00;
    font-size: 14px;
}


/* -----------// PRODUCTS PG -CSS //----------- */

.rightCol ul.prodList {
    margin: 0px !important;
    padding-left: 0;
    line-height: 170%;
}

    .rightCol ul.prodList li {
        list-style-type: none;
        background: url(../img/bullet.gif) no-repeat 0px 5px;
        padding-left: 20px;
        font-weight: bold;
    }


h1.bigTitleAAG span {
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    line-height: 78px;
    z-index: 10;
    padding-left: 20px;
    font-size: 2.8em;
    color: #EBEBEB;
}


h1.bigTitleSOL span {
    text-transform: uppercase;
    position: relative;
    line-height: 78px;
    z-index: 10;
    font-size: 2.8em;
    color: #CAD6EB;
}

h1.bigTitleThanks span {
    text-transform: uppercase;
    position: relative;
    line-height: 80px;
    z-index: 10;
    font-size: 1.8em;
    color: #3869C2;
}

/* -----------// MODALS PG -CSS //----------- */


/* siteMapBox */
div.siteMapBox {
    margin-left: 20px;
    padding: 0px 20px;
    height: 110px;
}

    div.siteMapBox h3 {
        color: #999;
        padding-bottom: 5px;
        font-weight: 500;
    }


ul.siteMapBoxUL {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

    ul.siteMapBoxUL li a {
        text-decoration: underline;
        line-height: 20px\9 !important;
    }

.modal-body {
    line-height: 16px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header h3 {
        font-size: 18px;
    }

.modal-footer {
    text-align: left;
    background-color: #fff;
    border-top: none;
    padding: 0px 15px 15px;
}

.modal-body h3 span a {
    color: #999;
    float: right;
    margin-right: 0px;
    text-decoration: none;
    margin-top: -10px;
    padding-bottom: 5px;
}

.accordion-inner {
    line-height: 16px;
}

.accordion-group {
    border-top: none !important;
    border-bottom: 1px solid whitesmoke !important;
    border-left: none !important;
    border-right: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    background:;
}

.collapse {
    font-weight: bold;
    color: rgb(160, 0, 0);
}

#faqModal h4 {
    color: #666;
    border-bottom: 2px solid #d4ddf2;
    background: url(../img/faqtitle.jpg) no-repeat 0 0;
    padding-left: 5px;
}

#faqModal {
    overflow-y: auto;
}

hr {
    margin: 8px 0;
}

.toTop {
    padding: 20px;
    font-weight: bold;
}

.show {
    display: block;
}

#pass_modal_body .modal-body {
    height: 200px !important;
}

#forgotPass, #hintPass, #updatedPass {
    position: absolute;
}

/* -----------// GRID TABS -CSS //----------- */

.RadTabStrip_Default .rtsLink {
    font: 11px/26px "Segoe UI",Arial,sans-serif;
}

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt {
    padding: 0px 5px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    height: 20px;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    color: #000;
    font: 11px/22px "Segoe UI",Arial,sans-serif;
    font-weight: bold;
}

.RadTabStripTop_Default .rtsLI .rtsSelected {
    background-image: url(../img/WebResource.png) !important;
}

    .RadTabStripTop_Default .rtsLI .rtsSelected span.rtsIn span.rtsTxt {
        color: #cc9933 !important;
    }

.RadTabStripTop_Default .rtsLevel .rtsOut {
    background-image: url(../img/WebResource.png) !important;
}


.RadTabStripTop_Default .rtsLevel .rtsLink {
    background-image: url(../img/WebResource.png) !important;
}


#ctl00_Body_ctl00_Body_cbDealsPanel select, #ctl00_Body_ctl00_Body_cbPeriodPanel select {
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 10px !important;
    WIDTH: 300px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    HEIGHT: 18px;
}

div.disclaimer {
    right: -310px;
    bottom: 25px;
    position: relative;
    display: block;
    font-size: 10px;
}

#ctl00_Body_ucSummary_Panel1 {
    height: auto !important;
}

#grid {
    height: calc( 100% - 22px);
    /*   min-height: 100%;
    min-height: none !important;*/
    background-color: #fcf9e8;
    overflow: hidden;
}

.gridfix {
    background-color: #fff;
}

#ctl00_Body_ctl00_Body_ucTitlebandBasketPanel table tbody {
    color: #587bc9;
}

.rgFooter {
    height: 30px;
}

#ctl00_Body_RadTabStrip1, .RadTabStripTop_Default .rtsLevel {
    background-color: #fff;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}

/*loader background panel*/
#RadAjaxLoadingPanel1, .RadAjax_Default .raTransp {
    z-index: 1000000 !important;
}

#ctl00_Body_lblError {
    font-size: 11px;
    line-height: 11px;
}

.data-update {
    font-size: 0.9em;
    color: rgb(103, 99, 97);
    position: relative;
    padding: 2px 10px;
    background-color: whitesmoke;
    border-bottom: 1px solid #ccc;
}


.pull-right {
    margin-right: 0px;
}

.row {
    top: 0px;
}

.RadGrid .rgPager .RadComboBox, .RadGrid .rgPager .RadInput {
    margin: 0px 4px 0px 2px;
    vertical-align: top;
    overflow: hidden;
    height: 22px;
    width: 55px;
}

.controls {
    padding-bottom: 5px;
}

.table-profile td {
    padding: 0px !important;
}

.impersonation {
    color: #EB0000;
    font-weight: bold;
    right: 0px;
    position: absolute;
    display: block;
    top: 0px;
    padding-right: 20px;
}

.RadTabStrip .rtsLI {
    margin-right: -5px !important;
}

.RadComboBox .rcbReadOnly td.rcbArrowCell a {
    width: 16px\9;
    width: 6px !important;
}


table.colTable #ctl00_Body_dateNews_NewsGrid {
    width: 290px !important;
    outline: none !important;
    border: none !important;
}

#ctl00_Body_dateNews_NewsGrid {
    outline: none !important;
    border: none !important;
}


html[data-useragent*='rv:11.0'] {
    body

{
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

.wrapper-border {
    border-right: 46px solid #00234c;
}

}

body {
    overflow-y: auto\9;
}

.wrapper-border {
    border-right: 26px solid #00234c\9;
}


html body .RadInput_Default .riDisabled, html body .RadInput_Disabled_Default {
    color: #000000 !important;
    color: black !important;
}

.table-profile select {
    height: 22px !important;
}

.goBtn {
    margin-left: 10px;
}

/* -----------// PRINT MODAL WINDOWS //----------- */
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

#agreement input {
    float: left;
}

#agreement label {
    float: left;
    margin-left: 5px;
    margin-right: 15px
}

.radnotification {
    z-index: 5000000 !important;
}

.indent {
    display: block;
    padding-left: 30px;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #0035A9;
    box-shadow: none !important;
}

.contact a:focus {
    box-shadow: none !important;
}

#RBClogo a:focus {
    box-shadow: none !important;
}
