
/* 
    Created on : Aug 19, 2014, 3:04:48 PM
    Author     : RConsylman
*/

.hidden {
    display: none;
}

.login-error {
    color: red;
}

.password-response {
    color: #ccc;
    margin-left: 20px;
    font-size: 10px;
}

#password-response, .svalidation-message {
    color: red;
}

form .flabel {
    position: relative;
}

form .form-warning, form #password-response, form .svalidation-message {
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 80px;
}

.doc-center-controls {
    /* float: right;
    width: 220px; */
    margin: 10px;
    padding: 4px;
    text-align: right;
}

.doc-center-controls span {
    margin: 0 10px;
}

.doc-center-controls a {
    color: black;
}

.doc-center-controls a.doc-user-edit {
    text-decoration: underline;
}

.doc-center-controls a:hover {
    text-decoration: none;
    color: red;
}

.verify-checkbox-container {
    position: relative;
}

.verify-checkbox-container .svalidation-message {
    top: 24px;
    font-size: 12px;
    font-weight: 600;
}

/* ACCOUNT PAGE */
.doc-account-page .account-options a {
    display: block;
    color: black;
    margin: 5px 0;
    padding: 5px 0;
}

.doc-account-page .account-options a:hover {
    color: red;
}

#dashboard-links {
    padding-top: 15px;
}

#dashboard-links a, #dashboard-links button {
    margin: 12px;
}

/* ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS */
/* ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS */
/* ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS ICON FONTS */

@font-face {
    font-family: 'doc_center';
    src:url("/source/083b1850283baa3b5e9830181b68b1b9/icomoon.eot");
    src:url("/source/81cc127c92935b876abdc07197b3252a/icomoon.eot") format('embedded-opentype'),
        url("/source/d455457f04daa34eb701261c87e323cc/icomoon.ttf") format('truetype'),
        url("/source/2b310b231e05fc6ba112dc474a545360/icomoon.woff") format('woff'),
        url("/source/d36c14020213e1e3abe5f94542d6aaec/icomoon.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'doc_center';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pencil2:before {
    content: "\e900";
}
.icon-file-text2:before {
    content: "\e901";
}
.icon-printer:before {
    content: "\e902";
}
.icon-download:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}
.icon-bin:before {
    content: "\e905";
}
.icon-download2:before {
    content: "\e906";
}
.icon-download3:before {
    content: "\e907";
}
.icon-earth:before {
    content: "\e908";
}
.icon-link:before {
    content: "\e909";
}
.icon-eye:before {
    content: "\e90a";
}
.icon-star-empty:before {
    content: "\e90b";
}
.icon-star-full:before {
    content: "\e90c";
}
.icon-file-pdf:before {
    content: "\e90d";
}


/* GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES */
/* GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES */
/* GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES GENERAL STYLES */


@media screen and (min-width: 768px) {
    .doc-center {
        /*min-height: 600px;*/
    }
}


#vmodal-modal-overlay {
    
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;


}
#vmodal-confirm-modal, #vmodal-block-ui, #vmodal-general-modal {
    position: absolute;
    /*left: 50% !important;*/
    /*top: 50% !important;*/
    /*transform: translate(-50%, -50%) !important;*/
    background: #FFF;
    height: auto;
    width: 15%;
    max-width: 300px;
    min-width: 250px;
    z-index: 9001;
    padding: 20px;
}
#vmodal-confirm-modal button.vmodal-exit-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border: 0;
}
#vmodal-confirm-modal button.grey {}
.doc-center .col-2 {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    padding: 0;

}
.doc-center .col-2:nth-child(even) {
    margin-right: 0;
}
.doc-center .col-1-4 {
    width: 22.5%;
    margin-right: 5%;
    float: left;
}
.doc-center .col-4 {
    width: 21.25%;
    margin-right: 5%;
    float: left;
}
.doc-center .col-4:nth-child(4n+4) {
    margin-right: 0;
}
.doc-center .col-3-4 {
    width: 72.5%;
    float: left;
}


/*.doc-center button.button, .doc-center a.button, .doc-center button.submit {
    padding: 20px;
    border: solid 1px #000;
    background: #efefef;
    display: inline-block;
    color: #000;
}*/
/*.doc-center button.button:hover, .doc-center a.button:hover, .doc-center button.submit:hover {
    background: #CCC;
}*/
.doc-center input {
    padding: 10px;
}
.doc-center .radio-wrap {
    position: relative;
}
.doc-center .radio-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 0;
    z-index: 5;
    opacity: 0;
}
.doc-center .radio-wrap label:before, .doc-center .radio-wrap label:after {
    /*display: none !important;*/
}
.doc-center .radio-wrap label:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 15px;
    z-index: 1;
    background: #CCC;
    display: inline-block;
    position: relative;
    top: 3px;
}
.doc-center .radio-wrap .radiocheck.checked label:before {
    background: red;
}
.doc-center fieldset.main-form {
    border: 0;
    padding: 0;
    margin: 0; 
}
.doc-center hr.cb {
    display: none;
}
.doc-center .select-wrap {
    position: relative;
    
}   
.doc-center .select-wrap select {
    border: 0;
    height: 45px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
}
.doc-center .select-wrap ins {
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #000;
    text-decoration: none;
    display: block;
}
.doc-center .select-wrap ins:after {
    content: '\25BC';
    font-family: sans-serif;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    position: absolute;

}
@media screen and (max-width: 767px) {
    .doc-center .col-2, .doc-center .col-1-4, .doc-center .col-3-4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        float: none;
    }
}

/* LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE */
/* LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE */
/* LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE LOGIN PAGE */

.doc-center .login-form {

}
.doc-center .login-form .row {
    margin: 0;
    padding: 0;
}
.doc-center .form-title {
    font-size: 20px;
    text-transform: uppercase;
}

/* LOGIN FORM RETURNING MEMBER */
.doc-center form#loginform {}
.doc-center form#loginform fieldset.main-form {
    border: 0;
    padding: 0;
    margin: 0;
}
.doc-center form#loginform .ffield {
    margin-bottom: 20px;
}
.doc-center .flabel {
    margin-bottom: 10px;
}
.doc-center .forgot a {
    float: right;
}

@media screen and (max-width: 767px) {
    .doc-center .forgot a {
        float: none;
    }
}

/* Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page */
/* Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page */
/* Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page Register Page */

.doc-center #register-page-form .ffield {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 40px;
}
.doc-center #register-page-form .ffield:nth-child(even) {
    margin-right: 0;
}
.doc-center #register-page-form hr.cb {
    display: none;
}
.doc-center #register-page-form .ffield.adjust-height .radio-wrap {
    margin-top: 20px;
    display: block;
    
}

@media screen and (max-width: 767px) {
    .doc-center #register-page-form .ffield {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/* DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE */
/* DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE */
/* DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE DASHBOARD PAGE */

.doc-center .results {
    margin-bottom: 40px;
    border: solid 1px #000;
    padding: 20px;
}
.doc-center .results:after {
    display: table;
    clear: both;
    content: '';
}
.doc-center .results .search-bar .searchbox button {
    float: right;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .doc-center .results .search-bar .searchbox button {
        float: none;
    }
}
.doc-center {
    clear: both;
}
.doc-center .sidebar {
    background: #efefef;
    padding: 20px;
}
hr.cb-grey-no-margin {
    margin: 20px 0;
}
.dock-title {
    margin-top: 50px;
}
.dock-title:first-child {
    margin-top: 0;
}

.doc-center .document-row div {
    width: auto;
    display: inline-block;
}
.doc-center .resource-document a span:first-child:before, 
.doc-center .favorite span:before,
.doc-center .download-link span:first-child:before
 {
    content: "\e901";
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: doc_center;   
    margin-right: 20px; 
}
.doc-center .resource-document a span.pdf:first-child:before {
    content: "\e90d";
}
.doc-center .resource-document a span.link:first-child:before {
    content: "\e909";
}
.doc-center .download-link span.view:before {
    content: "\e90a";
}
.doc-center .download-link span.download:before {
    content: "\e906";
}
.doc-center .favorite {
    cursor: pointer;
}
.doc-center .favorite span:before {
    content: "\e90b";
}
.doc-center .favorite.starred span:before {
    content: "\e90c";
}
.doc-center .document-row .resource-document {
    /*width: 60%;*/
}
.doc-center .document-row .resource-favorite {
    width: 5%;
    margin-right: 20px;
}
.doc-center .document-row .resource-update{
    max-width: 140px;
    min-width: 140px;
}
.doc-center .document-row .doc-icons {
    float: right;
    width: 6%;
    min-width: 50px;
}
.doc-center .document-row .doc-icons a.download-link .view {
    float: left;
}
.doc-center .document-row .doc-icons a.download-link .download {
    float: right;
}
.doc-center .document-row .doc-icons a span:before {
    margin-right: 0;
}
@media screen and (min-width: 1101px) {

    .doc-center .document-row .resource-document {
        max-width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 1100px) {

    .doc-center .document-row .resource-document {
        max-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 650px) {
    .doc-center .document-row .resource-document {
        /*width: 70%;*/
    }
    .doc-center .document-row .resource-update {
        display: none;
    }
    .doc-center .document-row .resource-favorite {
        margin-right: 0px;
    }
}
/*@media screen and (max-width: 700px) {

    .doc-center .document-row .resource-document {
        max-width: 70%;

    }
}*/

@media screen and (max-width: 480px) {

    .doc-center .document-row .resource-document {
        max-width: 65%;

    }
}
/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */
/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */
/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */

.doc-center .sidebar .summary {
    position: relative;
}
.doc-center .sidebar .summary:after {
    content: '';
    display: table;
    clear: both;
    
}
.doc-center .sidebar .preset-closed dd {
    display: none;
    
}
.doc-center .sidebar .preset-closed dt {
    padding-right: 20px;
}
.doc-center .sidebar dl {
    float: left;
}
.doc-center .sidebar .show-more {
    width: 20px;
    height: 20px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
    
}

.doc-center .sidebar .show-more:before {
    content: '+';
    font-family: sans-serif;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    line-height: 1;
}
.doc-center .sidebar .preset-open .show-more:before {
    content: '-';
}
.doc-center .sidebar .show-more.active:before {
    content: '-';
}
.doc-center .sidebar .preset-open .show-more.active:before {
    content: '+';
}

/*.doc-center .sidebar .show-more.active:before {
    content: '-'; 
}
.doc-center .sidebar .show-more:before {
    content: '+';
}*/

.doc-center .sidebar dl.trigger {
    margin: 0 0 20px 0;
}
.doc-center .sidebar dl.trigger li:last-child dl.trigger {
    /*margin-bottom: 0;*/
}
.doc-center .sidebar dl.trigger ul{
    margin: 20px 0 0 0;
}
.doc-center .sidebar .list-title {
    margin-bottom: 20px;
}

/* SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */
/* SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */
/* SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */

.doc-center .col-4 {
    margin-bottom: 60px;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .doc-center .col-4 {
        margin-right: 0;
        width: calc(33.33% - 2.5%);
    }
    .doc-center .col-4:nth-child(3n+2) {
        margin-left: 3.75%;
        margin-right: 3.75%;
    }
    .doc-center .col-4:nth-child(3n+4) {
        clear: left;
    }
}
@media screen and (min-width: 461px) and (max-width: 639px) {
    .doc-center .col-4 {
        margin-right: 0;
        width: calc(50% - 2.5%);
        margin-right: 5%;
    }
    .doc-center .col-4:nth-child(even) {
        margin-right: 0;
    }
}
@media screen and (max-width: 460px) {
    .doc-center .col-4 {
        width: 100%;
        float: none;
        margin-bottom: 80px;
    }
}
.doc-center .dock-block {
    position: relative;
    
}
.doc-center .return {
    top: 0;
    right: 0;
    position: absolute;
}
.doc-center .result {
    float: left;
}
.doc-center .doc-img {
    min-height: 300px;
    /*min-height: 150px;*/
    position: relative;

}
.doc-center .doc-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    
}
.doc-center .doc-data {
    font-size: 12px;
}
.doc-center .doc-data .favorite-text {
    display: inline-block;
    
}
.doc-center .doc-data a.download-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT */
/* ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT */
/* ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT ACCOUNT */

.doc-center .col-3-4.dock-block {
    margin-right: 5%;
}
.doc-center .col-1-4.account-options {
    margin-right: 0;
}
.doc-center .doc-account-information td {
    padding-right: 20px;
    padding-bottom: 20px;
}







