﻿#accLink, .mainLink {
    background-image: url("../img/Accessibility.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#accLink, .mainLink {
    position: absolute;
    top: -9999px;
    display: inline-block !important;
    background-color: black !important;
    color: white !important;
    padding: 8px;
    padding-right: 30px;
    padding-left: 10px;
    z-index: 1001;
}

.accLnk {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    width: 38px;
}

#accLink {
    position: absolute;
    top: 0px !important;
    z-index: 1000;
}

.accLnkLastPar {
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 23px 23px;
    cursor: pointer;
    display: inline-block;
    min-height: 23px;
    width: auto;
    overflow: hidden;
}

.accLnkLastPar p {
    float: right;
    margin: 0px !important;
    margin-right: 28px !important;
    width: 45px;
    text-align: right !important;
    font-size: 15px;
}

.biggerPar {
    width: 78px !important;
}

#accLink:focus, #accLink:active, .mainLink:focus, .mainLink:active {
    top: 0px !important;
}

#accLink, #accLink:hover, .keyboradLink, .keyboradLink:hover, .mainLink, .mainLink:hover {
    font-family: Arial !important;
    font-size: 16px !important;
}

#accData a.close {
    background-image: url(../img/arrow-l-grey2x.png);
    float: left !important;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 36px;
    font-weight: normal;
    width: 35px;
    height: 35px;
    line-height: 44px;
    display: inline;
    text-align: center;
    padding: 0;
}


#accData a.icon-close {
    background-image: url(../img/acc-icon/close-win-n.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
}

#accData button.close {
    float: left !important;
    opacity: 1;
}

#accData button.close span {
    font-size: 36px;
    font-weight: normal;
    width: 35px;
    height: 35px;
    line-height: 44px;
    display: inline;
    text-align: center;
    padding: 0;
}

#mainCont {
    background-image: url(../img/acc-icon/content-n.png);
}

#mainMenu {
    background-image: url(../img/acc-icon/menu-n.png);
}

#skipSearch {
    background-image: url(../img/acc-icon/zoom-n.png);
}

#bigFontLnk {
    background-image: url(../img/acc-icon/text-three-n.png);
}

#mediumFontLnk {
    background-image: url(../img/acc-icon/text-two-n.png);
}

#regularFontLnk {
    background-image: url(../img/acc-icon/text-one-n.png);
}

#highContrastLnk {
    background-image: url(../img/acc-icon/contrast-three-n.png);
}


#mediumContrastLnk {
    background-image: url(../img/acc-icon/contrast-two-n.png);
}

#regularContrastLnk {
    background-image: url(../img/acc-icon/contrast-one-n.png);
}

#accessibilityResetLnk {
    background-image: url(../img/acc-icon/settings-n.png);
}

#accessibilityStatLnk {
    background-image: url(../img/acc-icon/disclaimer-n.png);
}

#closeMenuLnk {
    background-image: url(../img/acc-icon/close-down-link-n.png);
}

.closeWin {
    text-align: left;
    display: block;
    width: 100%;
}

#accDataEnv {
    position: relative;
    display: none;
    z-index: 1000;
}

#accDataEnv *, #accDataEnv {
    color: #0071bb !important;
    font-family: blender !important;
}

#accLink, #accDataEnv a {
    color: #323793 !important;
    text-decoration: none;
}

    #accLink:active, #accLink:hover, #accLink:focus, #accDataEnv a:hover, #accDataEnv a:focus, #accDataEnv a:active {
        color: #FF8402;
        text-decoration: underline !important;
        font-family: Arial !important;
    }

#accDataEnv #accData {
    margin-top: 15px;
    margin-right: 15px;
    padding: 10px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    border: 1px #ccc solid;
    box-shadow: -5px 5px 2px rgba(0, 0, 0, .075);
    -webkit-box-shadow: -5px 5px 2px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    z-index: 10000;
}

#accDataEnv h3 {
    border-bottom: 0px;
    color: #000 !important;
}

#accDataEnv ul {
    padding: 10px 0px 5px 0px !important;
    background-color: #eceef4;
    width: 100%;
    border-radius: 3px;
    list-style-type: none;
}

#accDataEnv li {
    display: inline-block;
    text-align: center;
    margin: 0% 9%;
}

.accInfo {
    font-size: 15px !important;
    margin-top: 0px !important;
    text-align: right !important;
}

.accInfo h2 {
    font-size: 24px;
}

.accInfo p {
    font-size: 18px;
}

.accInfo, #accDataEnv li a p {
    font-size: 15px !important;
    margin-top: 40px;
    text-align: center;
    line-height: 1;
}

#accDataEnv .selected {
    font-size: 16px !important;
    font-weight: bold !important;
}

#accLink, .mainLink {
    background: url("../img/Accessibility.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    position: absolute;
    top: -9999px;
    display: inline-block !important;
    background-color: black !important;
    color: white !important;
    padding: 4px;
    padding-right: 20px;
    padding-left: 10px;
    z-index: 1001;
}

#accLink:focus {
    outline: 1px solid #FFFFFF;
}

#accLink {
    position: absolute;
    top: 0px !important;
    z-index: 1000;
    height: 21px;
}

.accLastPar {
    background-color: transparent !important;
    border-top: 1px solid #d8d8d8;
}

    .accLastPar li {
        margin: 0px !important;
        margin-left: 3px !important;
    }

#accLink:focus, #accLink:active, .mainLink:focus, .mainLink:active {
    top: 0px !important;
}

#accDataEnv h3 {
    font-size: 18px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: normal;
}

.accInfo h2 {
    font-size: 20px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}


/******************************************************************************** highcontrast ************************************************************************************************/

.highcontrast *, body.highcontrast, .highcontrast .table2 .table-lg .collapse-tr td .expand-row h3, .highcontrast .checkbox-primary input[type="checkbox"]:checked + label::before, .highcontrast .checkbox-primary input[type="radio"]:checked + label::before, .highcontrast #accDataEnv *, #accDataEnv {
    background: #000000 !important;
    color: #FFFF00 !important;
}

.highcontrast a, .highcontrast button, .highcontrast i {
    text-decoration: underline !important;
}

.highcontrast input, .highcontrast textarea, .highcontrast button, .highcontrast placeholder, .highcontrast .icon-down i:before, .highcontrast .icon-up i:before, .highcontrast .required:before, .highcontrast .tablePaging a {
    color: #FFFF00 !important;
}

.highcontrast .fa, .highcontrast div.pointer-start span.tooltip_opener, .highcontrast div.pointer-middle span.tooltip_opener, .highcontrast div.pointer-end span.tooltip_opener, .highcontrast .modal.in .modal-dialog, .highcontrast [role=tab],
.highcontrast .filterCheckBox + .filterLabel:before, .highcontrast .jumbo-account-address-menu, .highcontrast .jumbo-account-address-more-actions, .highcontrast tr, .highcontrast #accData {
    border: 1px solid #ffff00 !important;
}

.highcontrast div.pointer-start.pointer-selected-blue.pointer-start:before, .highcontrast div.pointer-middle.pointer-selected-green.pointer-middle:before {
    border-right-color: #ffff00 !important;
}

.highcontrast ul.download-group a span.icon-downlaod {
    background: rgba(255,255,0,0.82) !important;
    z-index: 2;
    background-image: url(../img/icon-arrow.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 26px 52px !important;
}

.highcontrast .filterCategory:after {
    background-color: rgba(255,255,0,0.82) !important;
    z-index: 2;
    background-image: url(../img/selectArrowDown.png) !important;
}

.highcontrast #accLink, .mainLink {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 21px 21px !important;
    background: url("../img/Accessibility.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 25px !important;
    position: absolute !important;
}

.highcontrast .radio-primary input[type="radio"]:checked + label::after, .highcontrast .filterCheckBox:checked + .filterLabel:before, .highcontrast .checkbox label::before {
    background: #ffff00 !important;
    border: 1px solid #0099f0;
}

.highcontrast ::-webkit-input-placeholder {
    color: #FFFF00 !important;
}

.highcontrast :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFF00 !important;
}

.highcontrast ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFF00 !important;
}

.highcontrast :-ms-input-placeholder {
    color: #FFFF00 !important;
}

.highcontrast .has-error .form-control {
    border: 2px solid #ffc0ff;
}

.highcontrast .table-inside-cyan th, .highcontrast .jumbo-account-address-menu-contract {
    background: #ffff00 !important;
    color: #000000 !important;
}

.highcontrast #accData a.icon-close {
    background-image: url(../img/acc-icon/close-win-y.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
}

.highcontrast #mainCont {
    background-image: url(../img/acc-icon/content-y.png) !important;
}

.highcontrast #mainMenu {
    background-image: url(../img/acc-icon/menu-y.png) !important;
}

.highcontrast #skipSearch {
    background-image: url(../img/acc-icon/zoom-y.png) !important;
}

.highcontrast #bigFontLnk {
    background-image: url(../img/acc-icon/text-three-y.png) !important;
}

.highcontrast #mediumFontLnk {
    background-image: url(../img/acc-icon/text-two-y.png) !important;
}

.highcontrast #regularFontLnk {
    background-image: url(../img/acc-icon/text-one-y.png) !important;
}

.highcontrast #highContrastLnk {
    background-image: url(../img/acc-icon/contrast-three-y.png) !important;
}

.highcontrast #mediumContrastLnk {
    background-image: url(../img/acc-icon/contrast-two-y.png) !important;
}

.highcontrast #regularContrastLnk {
    background-image: url(../img/acc-icon/contrast-one-y.png) !important;
}

.highcontrast #accessibilityResetLnk {
    background-image: url(../img/acc-icon/settings-y.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.highcontrast #accessibilityStatLnk {
    background-image: url(../img/acc-icon/disclaimer-y.png) !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

.highcontrast #closeMenuLnk {
    background-image: url(../img/acc-icon/close-down-link-y.png) !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

/******************************************************************************** mediumcontrast ************************************************************************************************/

.mediumcontrast *, body.mediumcontrast, .mediumcontrast .table2 .table-lg .collapse-tr td .expand-row h3, .mediumcontrast .checkbox-primary input[type="checkbox"]:checked + label::before,
.mediumcontrast .checkbox-primary input[type="radio"]:checked + label::before, .mediumcontrast #accDataEnv *, #accDataEnv {
    background: #C2D3FC !important;
    color: #000000 !important;
}

.mediumcontrast a, .mediumcontrast button, .mediumcontrast i {
    text-decoration: underline !important;
}

.mediumcontrast input, .mediumcontrast textarea, .mediumcontrast button, .mediumcontrast placeholder, .mediumcontrast .icon-down i:before, .mediumcontrast .icon-up i:before, .mediumcontrast .required:before, .mediumcontrast .tablePaging a {
    color: #000000 !important;
}

.mediumcontrast .fa, .mediumcontrast div.pointer-start span.tooltip_opener, .mediumcontrast div.pointer-middle span.tooltip_opener, .mediumcontrast div.pointer-end span.tooltip_opener, .mediumcontrast .modal.in .modal-dialog, .mediumcontrast [role=tab],
.mediumcontrast .filterCheckBox + .filterLabel:before, .mediumcontrast .jumbo-account-address-menu, .mediumcontrast .jumbo-account-address-more-actions, .mediumcontrast tr, .mediumcontrast #accData, .mediumcontrast .form-control, .mediumcontrast .table2 .table-lg tr th, .mediumcontrast .table2 .table-lg tr td {
    border: 1px solid #000000 !important;
}

.mediumcontrast div.pointer-start.pointer-selected-blue.pointer-start:before, .mediumcontrast div.pointer-middle.pointer-selected-green.pointer-middle:before {
    border-right-color: #000000 !important;
}

.mediumcontrast ul.download-group a span.icon-downlaod {
    z-index: 2;
    background-image: url(../img/icon-arrow.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 26px 52px !important;
}

.mediumcontrast .filterCategory:after {
    outline: 1px solid;
    z-index: 2;
    background-image: url(../img/selectArrowDown.png) !important;
}

.mediumcontrast #accLink, .mainLink {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 21px 21px !important;
    background: url("../img/Accessibility.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 25px !important;
    position: absolute !important;
    background-color: black !important;
}

.mediumcontrast .radio-primary input[type="radio"]:checked + label::after, .mediumcontrast .filterCheckBox:checked + .filterLabel:before, .mediumcontrast .checkbox label::before {
    background: #000000 !important;
    border: 1px solid #0099f0;
}

.mediumcontrast ::-webkit-input-placeholder {
    color: #000000 !important;
}

.mediumcontrast :-moz-placeholder {
    /* Firefox 18- */
    color: #000000 !important;
}

.mediumcontrast ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000 !important;
}

.mediumcontrast :-ms-input-placeholder {
    color: #000000 !important;
}

.mediumcontrast .has-error .form-control {
    border: 2px solid #800000 !important;
}

.mediumcontrast .table-inside-cyan th, .mediumcontrast .jumbo-account-address-menu-contract {
    background: #000000 !important;
    color: #C2D3FC !important;
}

.mediumcontrast #accData a.icon-close {
    background-image: url(../img/acc-icon/close-win-c.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
}

.mediumcontrast #mainCont {
    background-image: url(../img/acc-icon/content-c.png) !important;
}

.mediumcontrast #mainMenu {
    background-image: url(../img/acc-icon/menu-c.png) !important;
}

.mediumcontrast #skipSearch {
    background-image: url(../img/acc-icon/zoom-c.png) !important;
}

.mediumcontrast #bigFontLnk {
    background-image: url(../img/acc-icon/text-three-c.png) !important;
}

.mediumcontrast #mediumFontLnk {
    background-image: url(../img/acc-icon/text-two-c.png) !important;
}

.mediumcontrast #regularFontLnk {
    background-image: url(../img/acc-icon/text-one-c.png) !important;
}

.mediumcontrast #highContrastLnk {
    background-image: url(../img/acc-icon/contrast-three-c.png) !important;
}

.mediumcontrast #mediumContrastLnk {
    background-image: url(../img/acc-icon/contrast-two-c.png) !important;
}

.mediumcontrast #regularContrastLnk {
    background-image: url(../img/acc-icon/contrast-one-c.png) !important;
}

.mediumcontrast #accessibilityResetLnk {
    background-image: url(../img/acc-icon/settings-c.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.mediumcontrast #accessibilityStatLnk {
    background-image: url(../img/acc-icon/disclaimer-c.png) !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

.mediumcontrast #closeMenuLnk {
    background-image: url(../img/acc-icon/close-down-link-c.png) !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}


/*Hamburger css*/
.navbar-header #accLink {
    height: 100%;
}

@media screen and (max-width: 767px) {
    #nav-toggle { right: 15px; padding: 18px 0 16px 0px; }
    .navbar-header #accLink { position: absolute; right: 52px; }
}

@media (min-width: 768px) {
    .navbar-header #accLink { position: absolute; right: 52px; }
    .bigFont{ position: absolute; right: 80px; }
}

@media (min-width:992px) {
    .navbar-header #accLink { position: absolute; right: 240px; }
    .bigFont .navbar-header #accLink { position: absolute; right: 280px; }
}

@media screen and (min-width: 1200px) {
    .navbar-header #accLink { position: absolute; right: 220px; }
     .bigFont .navbar-header #accLink { position: absolute; right: 260px; }
}

@media (min-width: 1900px) {
    .navbar-header #accLink { position: absolute; right: 330px; }
    .bigFont .navbar-header #accLink { position: absolute; right: 380px; }
}