/* TinyMCE output styling */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.cf:after {
    content: "";
    display: table;
    clear: both;
}


body {
    color: #585858;
    direction: ltr;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.tinymce {
    /*font: 12px/18px Arial;*/
}

    .tinymce strong, .tinymce b {
        font-weight: bold !important;
    }

    .tinymce em, .tinymce i {
        font-style: italic !important;
    }

    .tinymce u {
        text-decoration: underline !important;
    }

    .tinymce h1, .tinymce h2, .tinymce h3, .tinymce h4, .tinymce h5, .tinymce h6 {
        font-weight: normal !important;
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important;
        /*line-height: 100% !important;*/
    }

    .tinymce h1 {
        /*    font-size: 15pt !important;	*/
        color: #B10820;
    }

    .tinymce h2 {
        font-size: 14pt !important;
    }

    .tinymce h3 {
        /*    font-size: 11pt !important;     font-weight: bold !important; */
        padding-top: 12pt;
    }

    /*.tinymce h4, .tinymce h5, .tinymce h6 {
    font-size: 10pt !important;
    font-weight: bold !important;	
}*/

    .tinymce p {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    .tinymce a {
        text-decoration: underline !important;
    }

    .tinymce ul.sitemap {
        margin-bottom: 1em !important;
        list-style-position: inside !important;
        list-style-type: disc !important;
        direction: ltr !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .tinymce li.sitemap {
        direction: ltr !important;
        text-align: left !important;
    }


    .tinymce blockquote {
        margin-left: 2em !important;
    }

    .tinymce sup {
        font-size: 0.8em !important;
        vertical-align: super !important;
    }

    .tinymce sub {
        font-size: 0.8em !important;
        vertical-align: sub !important;
    }

    .tinymce .img_right {
        float: right !important;
    }

    .tinymce .img_left {
        float: left !important;
    }




#Title {
    display: none;
}
/* The title of the form clashes with the page container title when called from Drupal MVP site */


/* TinyMCE Plain Table */
.tinymce table.ulPlainTable td {
    padding: 4px;
}

table {
    width: 100% !important;
}

    table.requestList th {
        padding-right: 30px;
        text-align: left;
    }

    table.requestList td {
        padding-right: 30px;
        text-align: left;
    }

    table.multiFileUpload th {
        padding-right: 30px;
        text-align: left;
    }

    table.multiFileUpload td {
        padding-right: 30px;
        text-align: left;
    }

    table.fileList th {
        padding-right: 30px;
        text-align: left;
    }

    table.fileList td {
        padding-right: 30px;
        text-align: left;
    }

input.xsmallTextBox {
    background: transparent url(../images/trim/bg-text-field-xsmall.gif) no-repeat scroll 0%;
    height: 17px;
    border-style: none;
    padding-left: 5px;
    padding-top: 2px;
    width: 55px;
}

input[type=text][disabled] {
    background-color: #edf1f6;
    cursor: not-allowed;
}

input.smallerTextBox {
    background: transparent url(../images/trim/bg-search-field.gif) no-repeat scroll 0%;
    border-style: none;
    height: 18px;
    padding-left: 5px;
    padding-top: 2px;
    width: 175px;
    height: 17px;
}

input.mediumTextBox {
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    box-sizing: content-box;
    color: #585858;
    font-weight: 300;
    line-height: 1.3;
    padding: 0.5rem;
    background: #fff;
}

input.largeTextBox {
    background: transparent url(../images/trim/bg-text-field-xwide.gif) no-repeat scroll 0%;
    height: 17px;
    border-style: none;
    padding-left: 5px;
    padding-top: 2px;
    width: 424px;
}

textarea.largeTextArea {
    background: transparent url(../images/trim/bg-textarea.gif) no-repeat scroll 0%;
    border-style: none;
    height: 101px;
    overflow: auto;
    padding: 5px;
    width: 420px;
}

textarea {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    box-sizing: border-box;
    color: #585858;
    font-weight: 300;
    line-height: 1.3;
    padding: 1rem;
    background: #fff;
}

#wrap {
    background: #ffffff;
    margin: 0 auto;
    width: 680px;
}

/* Removed 1/23/2011 by Ivan Ewert (xt. 42027) for rebrand purposes 
body {
	margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, sans-serif;
}
*/

#contentwide {
    float: left;
    padding-top: 10px;
    width: 680px;
}

.requestedServicesPreviouslyPanel {
    margin-bottom: 5px;
}

.searchMessage {
    margin-top: 5px;
}

.industryRadioButtons {
    margin-top: 5px;
    margin-bottom: 15px;
}

    .industryRadioButtons label {
        margin: 5px 10px 5px 0px;
    }

.RedHR {
    border-top: 2px solid #B10820;
    width: 450px;
    text-align: left;
    clear: both;
    margin: 5px 0px 5px 0px;
}

.collapsePanel {
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 640px;
    height: 20px;
    color: Yellow;
    background-color: Black;
    font-weight: bold;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.ValidationMessage {
    color: #B10820;
}

.breadCrumb img {
    margin-left: 10px;
}

.breadCrumb a {
    margin-right: 10px;
    margin-bottom: 5px;
}

.breadCrumb {
    margin-bottom: 3px;
}

.currentPage {
    font-weight: bold;
}


div.mainContent {
    width: 680px;
}

div.pageHeader {
    text-align: center;
}

div.nav {
    display: block;
    text-align: right;
}

div.search {
    text-align: left;
}

div.searchBox {
    margin: auto;
}

table.footer {
    border-style: none;
}

td.footer {
    border-collapse: collapse;
    width: 50%;
}

td.ContactInfoFldNameTd {
    width: 20%;
    color: #585858;
    direction: ltr;
    font-size: 14px;
    line-height: 1;
    font-family: OpenSans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    padding: 10px 0;
}

td.ContactInfoFldVal1Td {
    width: 65%;
}

td.ContactInfoFldVal2Td {
    width: 5%;
}

td.ContactInfoFld2Col {
    width: 95%;
}

.ContactInfoFld2Col input[type="image"] {
    margin-top: 4px;
}

div.warningBox {
    margin-top: 5px;
    margin-bottom: 5px;
    border-width: 2px;
    border-style: dashed;
    border-color: #B10820;
    border-collapse: separate;
    background-color: white;
    padding: 3px;
}

.warningBox img {
    margin-right: 3px;
}

table.currentRequestInfo {
    border-width: 2px;
    border-style: dashed;
    border-color: #B10820;
    border-collapse: separate;
    background-color: white;
    margin-bottom: 10px;
}

    table.currentRequestInfo th {
        border-width: 1px;
        padding-left: 5px;
        border-style: none;
        background-color: white;
    }

    table.currentRequestInfo td {
        border-width: 1px;
        padding-left: 5px;
        border-style: none;
        background-color: white;
    }

img.PrevNextButtons {
    margin-right: 15px;
}

ul.certificationList {
}

ul.qualifierList {
}

.qualifierList li {
    margin-left: 40px;
    list-style-type: none;
    clear: left;
}

ul.addQualifierList {
}

.addQualifierList li {
    list-style-type: none;
    margin-left: -30px;
    clear: left;
}

.specQualifierList li {
    list-style-type: none;
    margin-left: -20px;
    clear: left;
}

li.certificationCheck {
    margin-left: 20px;
    list-style-type: none;
}

ul.serviceList {
    margin: 0;
    padding: 0;
}

li.serviceCheck {
    list-style-type: none;
    margin-bottom: 2px;
    clear: left;
}

ul.serviceGroupList {
    margin-left: 60px;
    padding: 0;
}

.searchResults li {
    margin-bottom: 4px;
    padding-bottom: 5px;
}

.searchPageNumber {
    margin-right: 10px;
    text-decoration: underlined;
}

.searchPageNumberSelected {
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
}


.fileUpload {
    margin: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 0;
    clear: left;
}

    .fileUpload label {
        width: 125px;
        padding-right: 6px;
        float: left;
        clear: left;
        margin-top: 10px;
    }

    .fileUpload input[type="file"] {
        width: 300px;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        height: 25px;
    }


    .fileUpload input[type="submit"] {
        float: left;
        margin-top: 10px;
    }

.uploadedFile {
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
    clear: left;
    margin-left: 100px;
    width: 600px;
}

.imgButtonBorder {
    border-width: 1px;
    border-style: outset; /* border-color: #B10820; */
}

.imgButton {
    margin-left: 10px;
    padding: 2px;
    vertical-align: middle;
}

    .imgButton input[type="image"] {
        padding-right: 3px;
    }

    .imgButton a {
        text-decoration: none;
    }

.statusMsg {
    font-size: medium;
    font-weight: bold;
}

.fieldPair {
    margin: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 0;
    padding-top: 3px;
    clear: left;
}

    .fieldPair label {
        width: 220px;
        padding-right: 6px;
        padding-top: 4px;
        float: left;
    }

    .fieldPair input[type="text"] {
    }

.numPickerFieldPair {
    margin: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 0;
    margin-top: 3px;
    clear: left;
}

    .numPickerFieldPair label {
        width: 220px;
        padding-right: 6px;
        padding-top: 4px;
        float: left;
    }

.ddlFieldPair {
    margin: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 0;
    margin-top: 3px;
    clear: left;
}

    .ddlFieldPair label {
        width: 220px;
        padding-right: 6px;
        padding-top: 4px;
        float: left;
    }

select {
    display: block;
    width: 100%;
    height: 43px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    box-sizing: border-box;
    color: #585858;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding: 0 1rem;
    background: #fff;
}

    select.stateCountrySelect {
        width: 50%;
    }

    select.productTypeSelect {
        width: 429px;
    }

    select.longProductTypeSelect {
        width: 643px;
        max-width: 643px;
        margin-top: 4px;
        margin-left: 3px;
    }

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 550px;
}

.progress * {
    display: inline !important;
}

.progress {
    display: inline;
}

.createAdminHeading {
    font-size: 13pt;
    margin-bottom: 0px;
    margin-top: 30px;
}

.editTextBox {
    background-color: #F8F5E7;
    border-bottom-color: #CE0000;
    border-left-color: #CE0000;
    border-right-color: #CE0000;
    border-top-color: #CE0000;
    border-style: solid;
    font-size: 8pt;
    color: #333333;
    padding: 2px;
}

.qualifierHeading {
    border-bottom: solid #B10820 1px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}

.pageHeading {
    font-size: 11pt;
    margin-bottom: 0px;
    margin-top: 30px;
}

.redHR {
    border: 0;
    border-top: 1px solid #CE0000;
    text-align: left;
    margin-left: 0px;
}

.boldfont {
    font-weight: bold;
}

/*Priyadarshi 02/21/2011 Add Begin*/
.modalPopupSearch {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
    width: 700px;
    height: 500px; /*margin-left:25px; 	margin-top:25px;*/
    overflow: scroll; /*top:25px;      left:25px;*/
}
/*Priyadarshi 02/21/2011 Add End*/

/*New button images stles*/
input.image {
    background: url(../images/buttons.png) no-repeat 0px 0px;
    border: none;
    height: 20px;
    padding: 0;
    cursor: pointer;
    outline: none;
}

    input.image.previous {
        background-position: -21px -30px;
        width: 70px;
    }

        input.image.previous:hover, input.image.previous:active {
            background-position: -210px -30px;
        }

    input.image.next {
        background-position: -21px -60px;
        width: 58px;
    }

        input.image.next:hover, input.image.next:active {
            background-position: -210px -60px;
        }

    input.image.downloadform {
        background-position: -21px -60px;
        width: 58px;
    }

        input.image.downloadform:hover, input.image.downloadform:active {
            background-position: auto;
        }

    input.image.search {
        background-position: -21px -90px;
        width: 63px;
    }

        input.image.search:hover, input.image.search:active {
            background-position: -210px -90px;
        }

    input.image.cancel {
        background-position: -21px -120px;
        width: 73px;
    }

        input.image.cancel:hover, input.image.cancel:active {
            background-position: -210px -120px;
        }

    input.image.continue {
        background-position: -21px -150px;
        width: 74px;
    }

        input.image.continue:hover, input.image.continue:active {
            background-position: -210px -150px;
        }

    input.image.submit {
        background-position: -21px -180px;
        width: 92px;
    }

        input.image.submit:hover, input.image.submit:active {
            background-position: -210px -180px;
        }

    input.image.submitRequest {
        background-position: -21px -210px;
        width: 113px;
    }

        input.image.submitRequest:hover, input.image.submitRequest:active {
            background-position: -210px -210px;
        }

    input.image.lookUpApplicant {
        background-position: -21px -240px;
        width: 115px;
    }

        input.image.lookUpApplicant:hover, input.image.lookUpApplicant:active {
            background-position: -210px -240px;
        }

    input.image.lookUpCompany {
        background-position: -21px -270px;
        width: 115px;
    }

        input.image.lookUpCompany:hover, input.image.lookUpCompany:active {
            background-position: -210px -270px;
        }


    input.image.saveDraftRequest {
        background-position: -21px -300px;
        width: 124px;
    }

        input.image.saveDraftRequest:hover, input.image.saveDraftRequest:active {
            background-position: -210px -300px;
        }

    input.image.changeProduct {
        background-position: -21px -330px;
        width: 120px;
    }

        input.image.changeProduct:hover, input.image.changeProduct:active {
            background-position: -210px -330px;
        }

    input.image.viewYourRequests {
        background-position: -21px -360px;
        width: 130px;
    }

        input.image.viewYourRequests:hover, input.image.viewYourRequests:active {
            background-position: -210px -360px;
        }

    input.image.scopeChange {
        background-position: -21px -390px;
        width: 105px;
    }

        input.image.scopeChange:hover, input.image.scopeChange:active {
            background-position: -210px -390px;
        }

    input.image.cancelRequest {
        background-position: -21px -420px;
        width: 111px;
    }

        input.image.cancelRequest:hover, input.image.cancelRequest:active {
            background-position: -210px -420px;
        }

    input.image.cancelSearch {
        background-position: -21px -450px;
        width: 112px;
    }

        input.image.cancelSearch:hover, input.image.cancelSearch:active {
            background-position: -210px -450px;
        }

    input.image.acceptQuote {
        background-position: -21px -480px;
        width: 112px;
    }

        input.image.acceptQuote:hover, input.image.acceptQuote:active {
            background-position: -210px -480px;
        }

    input.image.declineQuote {
        background-position: -21px -510px;
        width: 104px;
    }

        input.image.declineQuote:hover, input.image.declineQuote:active {
            background-position: -210px -510px;
        }

    input.image.browse {
        background-position: -21px -540px;
        width: 75px;
    }

        input.image.browse:hover, input.image.browse:active {
            background-position: -210px -540px;
        }

    input.image.uploadFile {
        background-position: -21px -570px;
        width: 120px;
    }

        input.image.uploadFile:hover, input.image.uploadFile:active {
            background-position: -210px -570px;
        }

    input.image.modify {
        background-position: -21px -600px;
        width: 75px;
    }

        input.image.modify:hover, input.image.modify:active {
            background-position: -210px -600px;
        }

    input.image.delete {
        background-position: -21px -630px;
        width: 75px;
    }

        input.image.delete:hover, input.image.delete:active {
            background-position: -210px -630px;
        }

    input.image.addAnotherProductType {
        background-position: -21px -660px;
        width: 180px;
    }

        input.image.addAnotherProductType:hover, input.image.addAnotherProductType:active {
            background-position: -210px -660px;
        }

/*Rahul Add Begin Class to add the Download Medical Form button*/
.downlaodMedicalForm {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -690px;
    border: none;
    height: 20px;
    padding: 0px 10px 0px 0px;
    width: 175px;
}

    .downlaodMedicalForm:hover, .downlaodMedicalForm:active {
        background-position: -210px -690px;
    }

    .downlaodMedicalForm input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 175px;
    }

input.image.downloadFile {
    background-position: -21px -690px;
    width: 175px;
}

    input.image.downloadFile:hover, input.image.downloadFile:active {
        background-position: -210px -690px;
    }

/*Rahul Add End*/

.fileInput {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -540px;
    border: none;
    width: 75px;
    height: 20px;
    padding: 0;
}

    .fileInput:hover {
        background-position: -210px -540px;
    }

    .fileInput input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 75px;
    }

.confirmRequestPrevious {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -30px;
    border: none;
    width: 70px;
    height: 20px;
    padding: 0px 10px 0px 0px;
}

    .confirmRequestPrevious:hover {
        background-position: -210px -30px;
    }

    .confirmRequestPrevious input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.confirmRequestCancelRequest {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -420px;
    border: none;
    width: 111px;
    height: 20px;
    padding: 0px 10px 0px 0px;
}

    .confirmRequestCancelRequest:hover {
        background-position: -210px -420px;
    }

    .confirmRequestCancelRequest input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.confirmRequestSaveDraftRequest {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -300px;
    border: none;
    width: 124px;
    height: 20px;
    padding: 0px 10px 0px 0px;
}

    .confirmRequestSaveDraftRequest:hover {
        background-position: -210px -300px;
    }

    .confirmRequestSaveDraftRequest input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 124px;
    }

.confirmRequestSubmitDraftRequest {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -210px;
    border: none;
    width: 113px;
    height: 20px;
    padding: 0;
}

    .confirmRequestSubmitDraftRequest:hover {
        background-position: -210px -210px;
    }

    .confirmRequestSubmitDraftRequest input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.requestDetailsAcceptQuote {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -480px;
    border: none;
    width: 112px;
    height: 20px;
    padding: 0px 10px 0px 0px;
}

    .requestDetailsAcceptQuote:hover {
        background-position: -210px -480px;
    }

    .requestDetailsAcceptQuote input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.requestDetailsDeclineQuote {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -510px;
    border: none;
    width: 104px;
    height: 20px;
    padding: 0px 10px 0px 0px;
}

    .requestDetailsDeclineQuote:hover {
        background-position: -210px -510px;
    }

    .requestDetailsDeclineQuote input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.requestDetailsScopeChange {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -390px;
    border: none;
    width: 105px;
    height: 20px;
    padding: 0;
}

    .requestDetailsScopeChange:hover {
        background-position: -210px -390px;
    }

    .requestDetailsScopeChange input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.requestDetailsSubmit {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: inline-block;
    background: url(../images/buttons.png) no-repeat -21px -180px;
    border: none;
    width: 92px;
    height: 20px;
    padding: 0;
}

    .requestDetailsSubmit:hover {
        background-position: -210px -180px;
    }

    .requestDetailsSubmit input {
        z-index: 999;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity=0)";
        cursor: pointer;
        _cursor: hand;
        margin: 0;
        padding: 0;
        width: 70px;
    }

.redLink {
    color: #B10820;
}
