﻿body, .wrapper {
    background-color: #edf2f5;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

table.datatablethead thead {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    background-color: #80808c;
    color: #fff;
}

body form {
    line-height: 25px;
}

.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    padding: 0;
}

.header-flyout-1 {
    color: #0067B1 !important;
    font-size: 12px !important;
}

.header-flyout-2 {
    color: #585F69 !important;
    font-size: 12px !important;
}

#helpDialog .modal-dialog {
    width: 55%; /* desired relative width */
}

#videohelpDialog .modal-dialog {
    width: 925px;
    height: 530px;
}

#videohelpDialog video {
    width: 98%;
    height: 95%;
}

.gwz-video-comming-soon {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}


.myaccount li ul {
    display: none;
}

.myaccount li:hover {
    display: block;
}

    .myaccount li:hover ul {
        margin-left: 100px;
        margin-top: -35px;
        display: block;
    }


/* Submenu placement itself */
.dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
}
/* Arrow position */
/*.dropdown-submenu { position: relative; }*/
/*.dropdown-submenu > a:after { position: absolute; left: 7px; top: 3px; float: none; border-right-color: #cccccc; border-width: 5px 5px 5px 0; }*/
.dropdown-submenu > a:after {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-right-color: #cccccc;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-right-color: #ffffff;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.htCommentTextArea {
    min-width: 220px;
    min-height: 100px;
    border: none;
    background-color: #FFFACD;
    box-shadow: 1px 1px 2px #bbb;
    font-family: 'Arial';
    -webkit-box-shadow: 1px 1px 2px #bbb;
    -moz-box-shadow: 1px 1px 2px #bbb;
}

.htSelectEditor {
    border: none;
    padding: 0;
    margin: 0;
}

.htPopupInvalid {
    background-color: yellow !important;
}

.handsontable .htPopup {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: rgba(127, 127, 139, 1);
    cursor: default;
    width: 16px;
    text-align: center;
}

.handsontable .gwz-popup-glyphicon {
    float: none;
    font-size: 12px;
}

.handsontable .gwz-popup-glyphicon-right {
    font-size: 12px;
}

.handsontable td .htPopup:hover {
    color: red;
}

.handsontable td.area .htPopup {
    color: rgba(127, 127, 139, 1);
}

.handsontable .htList {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: rgba(127, 127, 139, 1);
    cursor: default;
    width: 16px;
    text-align: center;
}

.handsontable td .htList:hover {
    color: red;
}

.handsontable td.area .htList {
    color: rgba(127, 127, 139, 1);
}

.handsontable .htDimmed {
    color: #777;
    background-color: rgb(192, 192, 192) !important;
}

.handsontableInputHolder {
    z-index: 1040 !important;
}

/*help wizard*/
div.gwz-askgene-tab {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    right: -146px;
    width: 215px;
    top: 130px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    z-index: 555555;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    height: 70px;
}


img.gwz-askgene-btn {
    height: 69px;
    width: 69px;
    /*border-radius: 6px 0 0 6px !important;*/
}

div.gwz-walk-section-wrapper, div.gwz-video-section-wrapper {
    padding: 0 0 0 15px;
    margin: 0;
    height: 34px;
    width: 146px;
    line-height: 33px;
    border-left: 1px solid white;
}

#gwzUSLiveChat {
    text-decoration: none;
    color: white;
}

    #gwzUSLiveChat:hover, #gwzUSLiveChat:visited, #gwzUSLiveChat:active {
        color: white;
    }

div.gwz-askgene-tab:hover {
    opacity: 0.7;
}

.introjs-helperNumberLayer {
    left: -10px !important;
    top: -22px !important;
}
/*help wizard*/

div.gwz-hot-spring {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    right: -180px;
    width: 215px;
    top: 390px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    z-index: 555555;
    position: fixed;
    height: 41px;
    opacity: 0.5;
}

.gwz-fa-help {
    margin-left: 3px;
    color: rgba(57, 129, 192, 1);
    font-size: 16px;
}

.gwz-fa-help-inline {
    font-size: larger;
    color: rgba(57, 129, 192, 1);
    cursor: pointer;
    padding-right: 5px;
}


.gwz-fa-help-l-inline {
    font-size: larger;
    color: white;
    cursor: pointer;
}

.gwz-btn-action {
    background-color: rgba(18, 105, 178, 1);
    border-color: rgba(18, 105, 178, 1);
    color: white;
}

.header .navbar-default {
    border: none;
    background-color: transparent;
}

.gwz-header-menu-container li {
    position: relative;
}

.gwz-menu-selected {
    background-color: #d5d5d5;
}

.gwz-no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.gwz-quick-header {
    background: #fff;
    color: #595f65;
    padding: 8px 20px 6px 13px;
    line-height: 1em;
    text-align: center;
    position: relative;
    /*z-index: 9999 !important;*/
}

.gwz-scrollable-header {
    background-color: rgba(18, 105, 178, 1);
}

.gwz-inline-error {
    color: red;
    font-size: 11px;
}

.gwz-field-required {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.header {
    background-color: white;
    min-height: 100px;
    border-bottom: 3px solid rgba(18, 105, 178, 1);
    left: 0;
}

    .header .dropdown-menu {
        z-index: 9999 !important;
    }


    .header .navbar-nav {
        top: auto;
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 62px;
        font-size: 18px;
        font-weight: 100;
    }

    /*Search Box*/
    .header .navbar .nav > li > .search {
        color: #aaa;
        cursor: pointer;
        min-width: 35px;
        font-size: 14px;
        text-align: center;
        background: #f7f7f7;
        padding: 8px 0 8px;
        display: inline-block;
    }


.loginbar {
    padding-top: 16px;
    position: relative;
}

    .loginbar li {
        margin-left: 20px;
    }

        .loginbar li i {
            padding: 0;
            margin: 0;
        }

.topbar ul.loginbar > li > a,
.topbar ul.loginbar > li > a:hover {
    color: #7c8082;
    font-size: 18px;
    text-transform: uppercase;
}

.topbar ul.lenguages li a {
    font-size: 12px;
    padding: 2px;
}


.gwz-copyright {
    color: black;
    background-color: rgba(237, 242, 245, 1);
}

.gwz-ga-footer-controls-wrapper .btn {
    line-height: 1.2;
    font-size: 12px;
}

/* Removing "X" from search filter on datatables */
.text_filter::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.text_filter::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.text_filter::-webkit-search-decoration,
.text_filter::-webkit-search-cancel-button,
.text_filter::-webkit-search-results-button,
.text_filter::-webkit-search-results-decoration {
    display: none;
}


#gwzContentWrapper {
    /*padding-left: 15px;
    padding-right: 15px;*/
    min-height: 730px;
}


#logo-header {
    padding-top: 10px;
}

#gwzToolbarWrapper {
    border: none;
}

#gwzTopbarWrapper {
    height: 70px;
    font-size: 18px;
}

#gwzToolbarWrapper div.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#gwzNavbarWrapper {
    min-height: 30px;
}

#gwzNavbarMenu {
    background-color: rgba(18, 105, 178, 1);
    min-height: 30px;
    border-radius: 20px 20px 0 0 !important;
}

.gwzDefaultDataTable thead {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    background-color: #80808c;
    color: #fff;
}

.gwzTabContent .dataTables_filter {
    float: left;
    line-height: 32px;
}

#gwz_dt_Processing > .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid rgb(52, 152, 219);
    background-color: white;
}

.gwz-grid-footer .col-md-3 {
    padding-left: 0;
}


.gwzDefaultDataTable > tbody > tr > td {
    height: 25px;
    vertical-align: middle;
    padding: 4px;
}

.gwzDefaultDataTable tbody td > a {
    padding: 0;
    margin: 0;
}

.gwzDefaultDataTable tfoot {
    display: table-header-group;
}

.gwzDefaultDataTable > tfoot > tr > th {
    padding: 0;
}

#gwzTabPageContent {
    border-top: 3px solid #80808c;
    min-height: 450px;
    height: auto;
}


#gwzPageContent {
    overflow-y: auto;
    min-height: 450px;
    height: auto;
}

/*sample submission partial page*/
#gwzSampleSubmissionWrapper {
    margin-top: 5px;
}

    #gwzSampleSubmissionWrapper .row {
        padding: 0 !important;
        margin: 0 !important;
    }

#gwzShipmentOptions, #gwzOrderDropboxChoice {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

#gwzSubmissionMap {
    width: auto;
    height: 250px;
    /*border:1px solid black;*/
}

.gwz-sample-submission-divider {
    color: black;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 5px 0;
}

.gwz-link,
.gwz-link:focus,
.gwz-link:hover,
.gwz-link:active {
    color: rgba(57, 129, 192, 1);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/*sample submission partial page*/

.confirmation-modal .modal-body {
    word-break: keep-all;
}

/*sticky footer*/
.gwz-ga-footer-glass-wrapper {
    height: 65px;
    background-color: rgba(236, 241, 244, 1);
    opacity: 0.7;
}

.gwz-ga-footer-controls-wrapper {
    height: 65px;
    background-color: rgba(236, 241, 244, 1);
    opacity: 1; /* CSS3 */
}

    .gwz-ga-footer-controls-wrapper .btn-group {
        margin-top: 10px;
        width: 100%;
    }

        .gwz-ga-footer-controls-wrapper .btn-group button {
            margin-right: 20px;
        }

.footer-right-padding {
    padding-right: 30px;
}
/*sticky footer*/
@media (max-width: 300px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 12px;
        font-size: 12px;
        font-weight: 100;
    }

    .topbar ul.loginbar > li > a,
    .topbar ul.loginbar > li > a:hover {
        font-size: 10px;
    }

    .topbar ul.lenguages li a {
        font-size: 8px;
        padding: 2px;
    }

    .loginbar li {
        margin-left: 6px;
    }
}

@media (min-width: 500px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 12px;
        font-size: 12px;
        font-weight: 100;
    }

    .topbar ul.loginbar > li > a,
    .topbar ul.loginbar > li > a:hover {
        font-size: 10px;
    }

    .topbar ul.lenguages li a {
        font-size: 8px;
        padding: 2px;
    }


    .loginbar li {
        margin-left: 6px;
    }
}

@media (min-width: 700px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 12px;
        font-size: 12px;
        font-weight: 100;
    }

    .topbar ul.loginbar > li > a,
    .topbar ul.loginbar > li > a:hover {
        font-size: 10px;
    }

    .topbar ul.lenguages li a {
        font-size: 8px;
        padding: 2px;
    }

    .loginbar li {
        margin-left: 6px;
    }
}


@media (max-width: 975px) {
    #noty-holder {
        display: none;
    }

    .footer-links {
        display: none;
    }
}

@media (min-width:976px) {
    #noty-holder {
        display: block;
    }

    .footer-links {
        display: block;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 62px;
        font-size: 16px;
        font-weight: 100;
    }

    .topbar ul.loginbar > li > a,
    .topbar ul.loginbar > li > a:hover {
        font-size: 14px;
    }

    .topbar ul.lenguages li a {
        font-size: 10px;
        padding: 2px;
    }

    .loginbar li {
        margin-left: 20px;
    }

        .loginbar li ul li {
            margin-left: 0;
        }
}


@media screen and (min-device-width: 1600px) {

    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 32px 0 62px;
        font-size: 18px;
        font-weight: 100;
    }

    .topbar ul.loginbar > li > a,
    .topbar ul.loginbar > li > a:hover {
        font-size: 16px;
    }

    .topbar ul.lenguages li a {
        font-size: 12px;
        padding: 2px;
    }

    .loginbar li {
        margin-left: 20px;
    }

        .loginbar li ul li {
            margin-left: 0;
        }
}


.word_break {
    word-break: break-all;
}

.gwzDefaultDataTable .text_filter {
    padding: 1px;
    width: 100%;
    font-size: 12px;
    color: #80808c;
    height: 26px;
    background-color: rgba(248, 248, 248, 1);
}

.input-validation-error {
    background-color: #FBE7E7 !important;
}

.gwz-btn-default-action {
    font-size: 20px !important;
    margin-top: -5px;
    color: white;
    border-color: #3f6b0a !important;
    background-color: #61a60e !important;
}

.confirmation-modal {
    padding-top: 5% !important;
}

.gwz-grid-info {
    color: blue;
    cursor: pointer;
    padding-right: 5px;
}

.gwz-modal-info {
    color: blue;
    padding-right: 5px;
}

.btn-submission-guide {
    margin-top: 5px;
    font-weight: bold;
    border-radius: 15px;
    width: 100%;
}

.brand-info-message-0 {
    color: rgb(66, 139, 202);
}

.brand-info-message-1 {
    font-weight: bold;
    font-size: 13px;
    color: darkgreen;
}

.ad-column-container {
    padding: 0;
    background-color: #E3F2FD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-image {
    width: 100%;
    height: auto;
}

.notification-banner-wrapper {
    margin: 0;
    padding: 0;
}

    .notification-banner-wrapper .col {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }

.survey-livechat {
    font-size: 2em;
    color: rgba(66, 138, 201, 1);
    margin-right: 10px;
}

.barcode-glyph-brandcolor {
    color: rgba(57, 129, 192, 1);
}

.sequence-library-note div, .sequence-library-note p {
    color: rgba(57, 129, 192, 1);
    font-size: 1em;
}

.footer-links {
    padding-left: 15px;
    padding-right: 15px;
}

    .footer-links ul {
        padding: 0;
    }

.gwz-grid-action-warning,
.gwz-grid-action-warning:hover,
.gwz-grid-action-warning:active,
.gwz-grid-action-warning:visited {
    background-color: #d9534f !important;
    color: white;
}


.btn-word-wrap {
    width: 100%;
    white-space: normal !important;
    word-wrap: break-word;
}
