/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content, #SaveScreen, #SaveScreenError, #ViewError, #NoSave, #Dialog-upload, #Dialog-edit, #Dialog-delete, #RiskDisclosure, #Dialog-CharthelpIndex, #Dialog-CharthelpBolinger, #Dialog-MPT, #Dialog-NFS-warning {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    width: 495px;
    height: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 11px 20px 14px;
    font-family: Arial;
}

#SaveScreenError {
    height: 155px;
    overflow: hidden;
}

/* #simplemodal-container .simplemodal-data {padding:8px;}  */
#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container .idc-dialog-close {
    color: #0f57c2;
    text-decoration: none;
    background: url(../../images/sm_close.png) no-repeat left;
    padding: 0 0 0 19px;
}

#simplemodal-container .idc-dialog-close:hover, #simplemodal-container a:focus {
    text-decoration: underline;
    background: url(../../images/sm_close_hover.png) no-repeat left;
}

#simplemodal-container .idc-dialog-close:active {
    text-decoration: underline;
    background: url(../../images/sm_close_click.png) no-repeat left;
}

#UploadDialog a.modalCloseImg {
    background: url(../../images/close_final.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#RiskDisclosureDialog a.modalCloseImg {
    background: url(../../images/close_final.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#UploadDialog a.modalCloseImg:hover, #UploadDialog a.modalCloseImg:focus, #RiskDisclosureDialog a.modalCloseImg:hover, #RiskDisclosureDialog a.modalCloseImg:focus {
    background: url(../../images/close_hover_final.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#UploadDialog a.modalCloseImg:active, #RiskDisclosureDialog a.modalCloseImg:active {
    background: url(../../images/close_click_final.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#simplemodal-container h3, #UploadDialog h3 {
    color: #000;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
}

#simplemodal-container h3 span, #UploadDialog h3 span {
    font-size: 11px;
    color: #666;
    font-weight: normal;
}

#UploadDialog {
    width: 350px;
    height: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 11px 20px 14px;
    font-family: Arial;
}

.idc-saveDialog input.idc-nameScreen {
    width: 99%;
    margin: 2px 0 20px;
}

.idc-saveDialog p {
    margin: 15px 0;
}

.idc-saveDialog a {
    float: left;
}

.idc-saveDialog input.idc-button1 {
    float: right;
    width: 72px;
}

.idc-ErrorMessage {
    background: url(../../images/error.gif) no-repeat top left;
    background-position: 0px 1px;
    padding: 0 0 0 19px;
    margin: 0 0 15px;
}

#ViewError {
    height: 70px;
}

#ViewError input {
    float: none;
}

#ViewError span {
    display: block;
    text-align: center;
}

/* upload cms dialog styles  */
.idc-upload-doc {
    line-height: 1.3em;
    width: 350px;
}

.idc-upload-doc .ui-dialog-title {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 9px;
    width: 200px;
}

.idc-upload-doc form {
    border-bottom: 1px solid #d6d6d6;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.idc-upload-doc form div {
    padding: 7px 0;
    float: left;
    width: 100%;
}

.idc-upload-doc form label {
    float: left;
    width: 110px;
    padding-top: 3px;
}

.idc-upload-doc form input, .idc-upload-doc form select, .idc-upload-doc form textarea {
    float: left;
}

.idc-upload-doc form input[type=text], .idc-upload-doc form select {
    width: 230px;
}

.idc-upload-doc form textarea {
    width: 218px;
    height: 100px;
    padding: 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    border: 1px solid #999;
}

.idc-upload-doc form span.dialog-note {
    font-size: 11px;
    color: #666;
    clear: both;
    float: left;
    padding: 5px 0 0 115px;
}

.idc-upload-doc form strong {
    display: block;
    float: left;
    width: 80%;
    margin-top: -14px;
    padding-left: 30px;
}

.idc-upload-doc form a {
    float: left;
    margin-left: 10px;
}

.idc-upload-doc form #uploadDocument {
    width: 150px;
    margin-right: 10px;
}

.idc-upload-doc form #publishDate {
    width: 85px;
}

.idc-upload-doc .ui-dialog-buttonpane {
    text-align: right;
}

.idc-upload-doc .ui-dialog-buttonpane input[type=button] {
    margin-top: 12px;
}

/*  */
#RiskDisclosureDialog {
    width: 525px;
    height: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 11px 20px 14px;
    font-family: Arial;
}

.idc-risk-disclosure .idc-commodityDisclaimer {
    height: 200px;
}

#NFSYellow {
    border: 2px solid #f0d408;
    background: #fff;
    padding: 12px 12px 0 12px;
    width: 300px;
    height: 85px;

    -moz-box-shadow: 0px 4px 7px 2px #989797;
    -webkit-box-shadow: 0px 4px 7px 2px #989797;
    box-shadow: 0px 4px 7px 2px #989797;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=180, color='#989797');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#989797')";
    /*Shadows look very different in IE (Only cardinal directions supported)*/
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element should have a background-color*/
    /*All filters must be placed together*/
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/

}

#NFSYellow p {
    background: url(../../images/Warning_Icon.png) no-repeat top left;
    padding: 0 0 3px 29px;
}

#NFSYellowOverviewLink {
    border: 2px solid #f0d408;
    background: #fff;
    padding: 12px 8px 0 12px;
    width: 300px;
    height: 69px;

    -moz-box-shadow: 0px 4px 7px 2px #989797;
    -webkit-box-shadow: 0px 4px 7px 2px #989797;
    box-shadow: 0px 4px 7px 2px #989797;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=180, color='#989797');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#989797')";
    /*Shadows look very different in IE (Only cardinal directions supported)*/
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element should have a background-color*/
    /*All filters must be placed together*/
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/

}

#NFSYellowOverviewLink p {
    background: url(../../images/Warning_Icon.png) no-repeat top left;
    padding: 0 0 3px 29px;
}

.idc-dialogControls {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    margin-top: 16px;
}

.idc-dialogControls .idc-secondbutton {
    margin: 0 0 0 16px;
}