@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* New homepage login form h3 styling */
.log-into-i-2-i {
    height: 32px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
}

img {
    border: none;
}

#mainPane {
}

#headerPane {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    background-color: #fff;
    /*border-bottom: 1px solid #6A849D;*/
}

#headerPane img {
    border: none;
}

#headerPane table {
    width: 100%;
}

#headerPane th {
    text-align: left;
}

#headerPane td {
    text-align: right;
    vertical-align: top;
}

#subLogo img {
    margin: 0;
    padding: 0;
    border: none;
}

#subLogo {
    margin: 0;
    padding: 0;
    text-align: center;
}

#rightLogo img {
    margin: 0;
    padding: 10px 4px 10px 0px;
}

#rightLogo {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    text-align: right;
}

#bodyPane {
    padding: 0;
    background-color: #FFFFFF;
}

/* #bodyPane.logged-home, #bodyPane.not-home {
//	 margin-top: 14rem;
 }
*/
#bodyPane.logged-home, #bodyPane.not-home.whatsnew {
    margin-top: 0;
}

.not-loggedin #headerPane {
    margin: 0 !important;
}

.whatsnew.not-home #headerPane {
    margin: 0 !important;
}

#bodyPane.legacy-container {
    margin-top: 0;
}

/* *** Not Logged In - Links Static Pg *** */
#bodyPane.not-loggedin.links {
    padding: 15px;
}

/* *** End Not Logged In - Links Static Pg *** */

#menuPane {
    padding: 10px 5px 10px 5px;
    background-color: #fff;
}

#footerPane {
    border-top: 1px solid #6A849D;
    clear: both;
    background-color: #fff;
}

#error {
    color: #f00;
}

#message {
    color: #000;
}

/* Core wxCSS overrides */

.wxFormInline {
    padding: 0;
    margin: 0;
}

.wxForm {
    padding: 10px;
    margin: 0;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

.wxForm .wxFormInput {
    width: 400px;
}

.wxForm .wxFormFileUpload {
    width: 400px;
}

.wxForm .wxFormPassword {
    width: 400px;
}

.wxForm .wxFormTextLine {
    width: 398px;
}

.wxForm .wxFormSelect {
    width: 400px;
}

.wxForm .wxFormControlHint {
    color: #999;
    text-align: left;
    vertical-align: top;
}

.wxForm .wxFormControlHintImportant {
    color: rgb(54, 54, 54);
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    margin-left: 133px;
}

.wxForm .wxFormTextArea {
    width: 100%;
}

.wxForm .wxFormLabel {
    font-weight: bold;
}

.wxForm .wxFormLabelMandatory {
    font-weight: bold;
}

.wxForm .wxFormSubLabel {
    font-weight: bold;
    margin-right: 15px;
}

.wxForm .wxFieldSubSet .wxFormLabel {
    font-weight: normal;
}

.wxForm .wxFieldSubSet .wxFormLabelMandatory {
    font-weight: normal;
}

.wxVertMenu ul li {
    background-color: #c01000;
    width: 120px;
    margin: 2px;
    padding: 2px;
}

.wxVertMenu ul li a {
    text-decoration: none;
    color: #fff;
}

.wxVertMenu ul li a:hover {
    text-decoration: none;
    font-weight: bold;
}

.wxVertMenu ul li a:visited {
    text-decoration: none;
}

.wx2xImage {
}

.wx2xImage .wx2xImage2 {
    z-index: 1;
}

.wx2xImage a:hover .wx2xImage2 {
    display: block;
    left: 17px;
    position: absolute;
    top: 12px;
    height: 206px;
    width: 306px;
}

#horiznav.wxHorizMenu {
    float: right;
    color: #6A849D;
    font-size: 0.75em;
    padding: 0px;
    padding-right: 10px;
}

#horiznav.wxHorizMenu a {
    color: #6A849D;
    padding: 0px 4px 0px 4px;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #6A849D;
}

#horiznav.wxHorizMenu a:visited {
    color: #6A849D;
}

#horiznav.wxHorizMenu a:hover {
    color: #CDCC02;
}

.wxTable {
    width: 95%;
    margin: 10px;
    background-color: #6A849D;
    border: 1px solid #6A849D;
}

.wxTableHeader {
    background-color: #24618E;
    color: #fff;
    text-align: left;
}

.wxTableHeader th {
    border-bottom: 1px solid #6A849D;
}

.wxTableHeader td {
    border-bottom: 1px solid #6A849D;
}

.wxTableFooter {
    background-color: #24618E;
    color: #fff;
    text-align: left;
}

.wxTableFooter td {
    border-top: 1px solid #6A849D;
}

.wxTableTotals {
    background-color: #fff;
    text-align: left;
}

.wxTableTotals td {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: bold;
    color: #000;
}

.wxTableTotals th {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: bold;
    color: #000;
}

.wxTableRowOdd {
    background-color: #C9D3DC;
}

.wxTableRowEven {
    background-color: #EEE;
    border: 2px solid #000;
}

.wxTableDivider {
    background-color: #C9D3DC;
    height: 5px;
}

.wxTableFooterEmpty {
    background-color: #C9D3DC;
    height: 5px;
}

.wxPagination a {
    color: #6A849D;
}

.wxPagination a:hover {
    color: #6A849D;
}

.wxPagination a:visited {
    color: #6A849D;
}

.wxPaginationText {
    color: #000;
}

#wxPagination {
    background-color: #24618E;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.wxPagination a {
    color: #000;
    text-decoration: none;
}

.wxPagination a:hover {
    color: #f00;
    text-decoration: none;
}

.wxPagination a:visited {
    color: #000;
}

.wxPaginationText {
    color: #000;
    text-align: center;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}

#wxPagination.wxPaginationFirst img,
#wxPagination.wxPaginationPrev img,
#wxPagination.wxPaginationNext img,
#wxPagination.wxPaginationLast img {
    border: none;
}

/* logout tooltip */

#hintLefttooltip {
    position: relative;
    float: left;
    clear: right;
}

#hintLefttooltip a:hover {
    /*IE6 Hack - won't appear otherwise*/
    border: none;
}

#hintLefttooltip a span {
    display: none;
}

.header #hintLefttooltip .icon-info-sign {
    font-size: 1.5em;
    margin: 25%;
}

.header #hintLefttooltip .icon-info-sign::before {
    color: blue !important;
    padding: 3% 0 0;
}

#hintLefttooltip a:hover span {
    display: block;
    position: absolute;
    top: 0;
    padding: 4px;
    margin: 0 0 0 8%;
    height: auto;
    width: 250px;
    z-index: 1000;
    _height: 50px;
    _overflow: visible;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fffbc8;
    border-color: #807b48;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 2px 8px;
    color: #403e24;
    text-align: left;
}

/*logout tooltip*/
/** forget password hover design **/
.wxFieldButtonBar {
    position: relative;
    display: block;
}

.wxFieldButtonBar .tooltiptitle {
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 1;
}

.newtooltiplist ul {
    margin: 0;
    padding: 0;
    float: left;
}

.newtooltiplist ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.newtooltiplist br {
    display: none;
}

#onclk_ForgotPassword {
    width: 150px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    margin: 20px 0 0 0;
    left: 0;
    top: 8%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
    left: 16px;
    position: relative;
    top: -26px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content #headerPane {
    display: none;
}

.modal-content #footerPane {
    display: none;
}

.modal-content .icon-remove-sign {
    display: none;
}

.modal-content .icon-zoom-out {
    display: none;
}

/* CSS For Web Contact Form */
#imageDiv {
    text-align: center;
}

#headingdiv {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#first_fields_div {
    margin-bottom: 10px;
    margin-left: 130px;
    font-size: 15px;
}

/* About US */

#web_name {
    border: 2px solid #588fd2 !important;
    border-radius: 4px;
    padding: 3px;
    width: 60%;
}

#web_contact_name #error_name_div {
    color: red;
    margin-left: 130px;
    visibility: hidden;
}

#web_dept {
    border: 2px solid #588fd2 !important;
    border-radius: 4px;
    padding: 3px;
    width: 60%;
}

#web_contact_dept #error_dept_div {
    width: 90%;
    color: red;
    margin-left: 130px;
    visibility: hidden;
}

#web_email {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    width: 60%;
}

/*same email, dept,name */

#web_contact_email #error_email_div {
    color: red;
    margin-left: 130px;
    display: none;
    width: 30%;
}

/* error email same */

#web_contact_email #error_valid_email_div {
    color: red;
    margin-left: 130px;
    display: none;
    width: 30%;
}

#second_fields_div {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 130px;
    font-size: 15px;
    clear: both;
}

#second_fields_div .sub_heading {
    color: #588fd2 !important;
    margin-bottom: 7px;
    width: 90%;
}

#web_title {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    margin-bottom: 10px;
    width: 60%;
}

#web_standard {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    margin-bottom: 10px;
    width: 60%;
}

#web_publisher {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    margin-bottom: 10px;
    width: 60%;
}

#web_addnote {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    margin-bottom: 10px;
    width: 60%;
}

#third_fields_div {
    margin-bottom: 10px;
    margin-left: 130px;
    font-size: 15px;
    clear: both;
}

#third_fields_div .sub_heading {
    color: #588fd2 !important;
    margin-bottom: 7px;
    width: 90%;
}

#web_noOfUsers {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    width: 60%;
}

#web_contact_noOfUsers #error_no_of_user_div {
    color: red;
    margin-left: 130px;
    width: 90%;
    visibility: hidden;
}

#web_noOfSites {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    width: 60%;
}

#web_contact_noOfSites #error_no_of_site_div {
    color: red;
    margin-left: 130px;
    width: 90%;
    display: none;
}

#web_contact_noOfSites #noSites {
    color: #588fd2;
    margin-bottom: 7px;
    margin-left: 130px;
    width: 90%;
}

#web_captcha {
    border-radius: 4px;
    padding: 3px;
    border: 2px solid #588fd2 !important;
    width: 60%;
}

#web_contact_captcha #web_captcha_random {
    font-family: cursive, monospace;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    width: 72px;
}

#web_contact_captcha #error_req_captcha_div {
    color: red;
    margin-left: 130px;
    width: 90%;
    display: none;
}

#web_contact_captcha #error_captcha_div {
    color: red;
    margin-left: 130px;
    width: 90%;
    display: none;
}

#fourth_fields_div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 130px;
    font-size: 15px;
    clear: both;
}

#fourth_fields_div .sub_heading {
    color: #588fd2 !important;
    margin-bottom: 7px;
    width: 90%;
}

.webcontact_heading_label {
    color: #588fd2 !important;
}

#web_contact_submit #cancel_webcontact_form {
    background-color: red;
    margin-left: 130px;
}

#web_contact_submit #submit_webcontact_form {
    background-color: orange;
    margin-left: 60px;
}

#thankpane {
    border: 1px solid #588fd2 !important;
    padding: 10px;
}

.thanks {
    font-size: 17px;
    text-align: center;
    color: #696969;
    font-family: inherit;
}

.thanks span {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}

#thankpane a.link_thanks {
    color: blue;
    font-size: 16px;
    text-align: center;
}

#loadingdiv {
    color: #696969;
    display: none;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #588fd2;
    min-width: 600px;
    text-align: center;
}

#forgotPasswordMsg li {
}

#report-generation-form #hintLefttooltip a span {
    width: 500px !important;
    float: left;
    margin-left: 20px !important;
    margin-top: 100px;
}

#report-generation-form #hintLefttooltip {
    width: 15px;
    margin-top: -10px;
    padding-left: 5px;
}

.tab_scroll {
    padding: 3px;
    max-height: 336px;
    overflow-x: hidden;
    overflow-y: auto;
}

.c2v_icon {
    background-image: url("c2v.png");
    height: 13px;
    width: 12px;
    float: left;
    margin-right: 7px;
}

.backtodetails {
    margin-right: 9px;
}

.div-legacy-iframe {
    margin-left: 15px;
}

/* *** About Us Layout *** */
#bodyPane.footers {
    margin-top: 13rem;
    margin-bottom: 4rem;
}

/* *** End About Us Layout *** */

/* *** Fair Use Policy *** */
#bodyPane.fairusepolicy {
    padding: 15px;
    margin: 0;
}

#bodyPane.not-loggedin.fairusepolicy {
    margin-top: 45px !important;
}

#fairusepolicy h1 {
    text-align: center;
    border-bottom: 3px solid #5d4266;
    width: 100%;
    line-height: 40px;
}

#fairusepolicy #policyContent {
    margin : 1rem 2rem;
}

#fairusepolicy #policyContent h3 {
    margin: -0.25em 0;
    padding: 0;
}

#fairusepolicy #policyContent p {
    margin: -0.25em 0 -0.75em 0;
    padding: 0.5em 0;
    line-height: 1.6em;
}

#fairusepolicy #policyContent ol , ul, ol ul, ul ol {
margin: -0.5em 0;
}

#fairusepolicy #policyContent ol li, ul li {
line-height: 1.6em;
margin: -0.25em 0;
}

/* *** End Fair Use Policy *** */

/* *** Links Static Pg *** */
#bodyPane.links {
    padding: 15px;
    margin-top: 12rem;
    margin-bottom: 2rem;
}

/* *** End Links Static Pg *** */

/* Fix page top margin issue. */
/*
#bodyPane.home, 
#bodyPane.logged-home,
#bodyPane.logged-home .main_content, 
#bodyPane.not-loggedin,
#bodyPane.not-loggedin .main_content
#bodyPane.search, 
#bodyPane.not-home,
#bodyPane.not-home .main_content {
  	margin-top: 0 !important; 
}

#displayPane {
	margin-top: 0;
}
*/
.sai-mob-img {
    margin-top: 0 !important;
    height: 21px;
}

/* *** Responsiveness *** */
/* Mobile Phones Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-width: 640px) and (orientation: landscape) {

    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-width: 640px) {

    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-width: 640px) {
    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 770px) {

    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {

    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (height: 568px) and (width: 320px) and (-webkit-min-device-pixel-ratio: 2) {

    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-height: 667px) and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    #bodyPane.home, #bodyPane.logged-home, #bodyPane.not-loggedin {
        margin-top: 0 !important;
    }

    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 0;
    }

    #mobile-nav {
        display: block;
    }

    #mobile-main {
        display: block;
    }

    #mobile-footer {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    #desktop-main {
        display: none;
    }

    #desktop-footer {
        display: none;
    }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #bodyPane.home {
        margin-top: 11rem !important;
    }

    #bodyPane.logged-home {
        margin-top: 14rem !important;
    }

    /*
        #bodyPane.home, 
        #bodyPane.not-loggedin,
        #bodyPane.not-loggedin .main_content
        #bodyPane.search, 
        #bodyPane.not-home,
        #bodyPane.not-home .main_content {
          margin-top: 14rem !important; 
        }
    
        #bodyPane.logged-home,
        #bodyPane.logged-home .main_content {
            margin-top: 14rem !important;
        }
    
        
        #displayPane {
            margin-top: 15rem;
        }
    */
    #bodyPane.fairusepolicy, #bodyPane.links, #bodyPane.footers {
        margin-top: 14rem;
    }

    #mobile-nav {
        display: none;
    }

    #mobile-main {
        display: none;
    }

    #mobile-footer {
        display: none;
    }

    #desktop-nav {
        display: block;
    }

    #desktop-main {
        display: block;
    }

    #desktop-footer {
        display: block;
    }

    div.container.container-ctas .card-i2i {
        margin-bottom: 15px;
    }
}

/* #### Desktops #### */
@media screen and (min-width: 1024px) {

    /*
        #bodyPane.home, 
        #bodyPane.not-loggedin,
        #bodyPane.not-loggedin .main_content
        #bodyPane.search, 
        #bodyPane.not-home,
        #bodyPane.not-home .main_content {
          margin-top: 14rem !important; 
        }
    
        #bodyPane.logged-home,
        #bodyPane.logged-home .main_content {
            margin-top: 14rem !important;
        }
    
        #displayPane {
            margin-top: 15rem;
        }
    */
    #bodyPane.links, #bodyPane.footers {
        margin-top: 14rem;
    }

    #mobile-nav {
        display: none;
    }

    #mobile-main {
        display: none;
    }

    #mobile-footer {
        display: none;
    }

    #desktop-nav {
        display: block;
    }

    #desktop-main {
        display: block;
    }

    #desktop-footer {
        display: block;
    }
}

.navbar-mobile-loggedin, .navbar-mobile-loggedout {
    padding: 1rem 1rem;
}
