
html {
    background-color: #2e2e2e;
    margin: 0 !important;
    padding: 0 !important;
}

/*body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 1000px;
}*/

a:active, a:hover, a:visited, a, a:link, a:focus, button:focus {
    outline: none !important;
}

/* HEADER */
#header {
    width: 100%;
    background-color: #2e2e2e;
    color: #a3a3a3;
    padding: 0;
    margin: 0;
}

#header .supportPhone {
    position: absolute;
    right: 250px;
}

#header .analysisHotline {
    position: absolute;
    right: 450px;
}

#header .container {
    min-height: 80px;
    padding-top: 10px;
}


#accountTab {
    position: absolute;
    top: 0;
    right: 0;
}

#main { /* main navigation */
    position: absolute;
    bottom: 0;
    right: 20px;
}

#logo {
    /*width: 220px;*/
    height: 70px;
}

.hdrSeparator {
    content: " ";
    width: 100%;
    height: 3px;
    display: block;
    background: #a7d01e;
    margin-top: 2px;
}




/* BREADCRUMBS */
.breadcrumbs {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 15px 10px 10px 10px;
}
.breadcrumbs li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    color: #666;
}
.breadcrumbs li a {
    color: #282828;
}



.howWorksPage {
    background: url('/Content/Images/howWorksBG.jpg') no-repeat center left;
}



/* ADDITIONAL INFO BLOCK */
#additionalInfo {
    width: 100%;
    position: relative;
    background-color: #686868;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#additionalInfo .tab {
    margin-left: -40px;
    color: #282828;
    font-size: 13px;
    font-family: gilsans;
    background: url('../images/navInv_white.png') repeat-x;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 50%;
}
#additionalInfo .tab:before,#additionalInfo .tab:after {
    content: " ";
    background: url('../images/navCornerInv_white.png') no-repeat top left;
    width: 20px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
}
#additionalInfo .tab:before {
    left: -10px;
}
#additionalInfo .tab:after {
    right: -10px;
    background: url('../images/navCornerInv_white_right.png') no-repeat top right;
}

#additionalInfo .screenRotation {
    width: 577px;
    height: 269px;
    display: block;
    border: 7px solid #929292;
}

#additionalInfo .srInfo {
    width: 320px;
    min-height: 200px;
    color: #ffffff;
}



/* FOOTER */
#footer {
    background: #2e2e2e;
    padding-top: 20px;
    color: #d4d4d4;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* BUTTONS */
.moreInfo {
    background: url('../images/moreInfoBtn.png') no-repeat top left;
    height: 55px;
    width: 222px;
    display: block;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
    border: none;
}

.regButton {
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px !important;
    border: 1px solid #282828;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    font-family: Arial;
}

#commentForm button.regButton {
    padding: 2px 6px;
}

#prospectToolbar {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(0, 0, 0, .08);
    text-align: right;
}

#prospectToolbar .regButton {
    display: inline-block;
    float: right;
    margin: 2px;
    margin-left: 2px;
    background-position: 4px 3px;
    padding: 2px 4px 2px 19px;
}

.regButton.email,
.regButton.fullscreen,
.regButton.download,
.regButton.back,
.regButton.pdf,
.regButton.video,
.regButton.cancel,
.regButton.make-inactive,
.regButton.make-active,
.regButton.report,
.regButton.agent,
.regButton.assign,
.regButton.unassign,
.regButton.activate,
.regButton.premium,
.regButton.launch,
.regButton.book{
    background-repeat: no-repeat;
    background-position: 7px 6px;
    padding-left: 25px;
}
.regButton.book {
    background-image: url('../../images/icons/book.png');
}
.regButton.email {
    background-image: url('../../images/icons/email.png');
}
.regButton.fullscreen {
    background-image: url('../../images/icons/fullscreen.png');
}
.regButton.back {
    background-image: url('../../images/icons/back.png');
    background-color: #999 !important;
    border-color: #999 !important;
}
.regButton.download {
    background-image: url('../../images/icons/download.png');
}
.regButton.pdf {
    background-image: url('../../images/icons/pdf.png');
}
.regButton.video {
    background-image: url('../../images/icons/play.gif');
}
.regButton.cancel,
.regButton.make-inactive {
    background-image: url('../../images/icons/cancel.png');
}
.regButton.make-active {
    background-image: url('../../images/icons/check.png');
}
.regButton.report {
    background-image: url('../../images/icons/report.png');
}
.regButton.agent {
    background-image: url('../../images/icons/user_icon.png');
    background-size: 12px 12px;
}
.regButton.assign {
    background-image: url('../../images/icons/assign.png');
}
.regButton.unassign {
    background-image: url('../../images/icons/unassign.png');
}
.regButton.activate {
    background-image: url('../../images/icons/cart.png?v=2');
}
.regButton.launch {
    background-image: url('../../images/icons/right-arrow.png');
}
.regButton.premium {
    background-image: url('../../images/icons/star.png');
}

.regButton:hover {
    /*background: url('../../images/navInv_green.png') repeat-x top left;*/
    border: 1px solid greenyellow;
    color: #282828;
}
    .regButton:disabled {
        /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

      /* IE 5-7 */
      filter: alpha(opacity=50);

      /* Netscape */
      -moz-opacity: 0.5;

      /* Safari 1.x */
      -khtml-opacity: 0.5;

      /* Good browsers */
      opacity: 0.5;
    }
    .regButton:disabled:hover {
        background: url('../../images/navInv_black.png') repeat-x top left;
        padding: 6px 20px 4px 20px;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        border: 1px solid #282828;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 2px 2px 2px #999;
        cursor: pointer;
    }


/* FORMS */
/* BASE INPUT STYLES */
.inputBox textarea, textarea.inputBox {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 4px !important;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
}

input[type="text"].inline-input, 
input[type="email"].inline-input {
    border: none;
    background: rgba(50, 50, 50, .05);
    margin: 0;
    padding: 1px;
    font-size: 12px;
}
input[type="text"].inline-input:focus,
input[type="email"].inline-input:focus {
    outline: none;
    background: rgba(50, 50, 50, .15);
}

fieldset {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d5d5d5;
}

input[type="text"].inputBox, input[type="email"].inputBox, input[type="password"].inputBox, select.inputBox {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border: 1px solid #d5d5d5;
    padding: 4px !important;
    color: #282828;
    font-size: 12px !important;
    box-sizing: border-box;
    height: 28px;
    width: 100% !important;
}

select.inputBox {
    padding: 3px !important;
}

/*input[type="email"].inputBox {
    padding-top: 7px !important;
    padding-bottom: 6px !important;
}*/


.over {
    font-size: 12px !important;
}

input.error {
    background: lightcoral;
}

/* ERROR REPORTING */
.validation-summary-errors {
    width: 95%;
    padding: 5px;
    background: lightgoldenrodyellow;
    border: 1px dashed crimson;
    margin-bottom: 30px;
    font-size: 11px;
}
.validation-summary-errors ul li {
    margin: 5px 0;
}

.input-validation-error {
    border: 1px solid crimson !important;
    background: lightyellow !important;
}

/* PROSPECT DETAILS */
#pi_display.ui-box-content, #notesHistory {
    font-size: 12px;
}
.ui-box-content .name span {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.name input[type="text"].inline-input {
    font-size: 16px;
    font-weight: bold;
}

.ui-box-content .phone .txt,
.ui-box-content .email .txt,
.ui-box-content .address .txt {
    float: left;
    padding: 5px 0;
}
.pdAgentName {
    max-width: 85%;
    float: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ui-box-content.clientDetails span{
    color: #666;
}
/* PROSPECT DETAILS NOTES */
    .internalNote, .fromAgent, .fromSupport, .unreadComment, .fromMe, .fromOthers {
        min-width: 0%;
        max-width: 90%;
        display: block;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #282828;
        padding: 2px 10px;
        margin: 1px 0 0 0;
        clear: both;
    }

    .comment.fromAgent.unseenBySupport:not(.fromMe), 
    .comment.fromSupport.unseenByAgent:not(.fromMe)
    {
        border-width: 2px;
        font-weight: bold;
    }

    .fromMe {
        float: right;
        border-bottom-right-radius: 0;
        -webkit-border-botom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .fromMe, .fromMe.legend {
        background-color: #bfeaf8;
        border: 1px solid #86c2d5;
    }

    .fromOthers {
        border-bottom-left-radius: 0;
        -webkit-border-botom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .fromOthers, .fromOthers.legend {
        background-color: #eee/*#d3f7b3*/;
        border: 1px solid #ccc/*#a3d07b*/;
    }

     #notesHistory .relativeDate,
     #notesHistory .relativeTime {
         font-size: 10px;
         font-style: normal;
         color: #666;
     }
     #notesHistory .relativeDate {
         font-weight: bold;
         padding-right: 3px;
     }

     .internalNote.legend, .fromMe.legend, .fromOthers.legend, .unreadComment.legend {
        width: 10%;
        min-width: 10%;
        height: 10px;
        display: block;
        float: left !important;
        padding: 0;
        margin-right: 10px;
    }

    .unreadComment, .unreadComment.legend {
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
    }

    

    .internalNote.fromAgent, .internalNote.fromSupport,  .internalNote.legend {
        /*background-color: #e7f7f5;*/
        opacity: .6;
        -moz-opacity: .6;
        border: 1px dashed;
    }

    

    .commentEditor.fromAgent, .commentEditor.fromAgent.legend, #editNotesHistory .fromAgent.issuer {
        float: right !important;
    }
    #editNotesHistory .fromAgent.issuer {
        text-align: right;
        padding: 0 10px 0 0;
    }

    .legendTxt {
        font-size: 11px;
    }

    .internalNote.issuer, .fromAgent.issuer, .fromSupport.issuer {
        background-color: transparent;
        font-size: 10px;
        font-style: italic;
        color: #666;
        margin-bottom:5px;
        padding: 0 0 0 10px;
        border: none;
    }

    .fromSupport.issuer {
        text-align: left;
        padding: 0 0 0 10px;
    }

    .notes.status {
        display: inline-block;
        width: 58%;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }
    .notes.status .issuer {
        font-size: 10px;
        text-align: center;
    }

/* PROSPECT SEARCH RESULTS*/
#ProspectResults .ui-box-content {
    font-size: 12px !important;
}

#ProspectResults .odd {
    background-color: #e8f3e0;
}
#ProspectResults .even {
    background-color: white;
}

#analysisToolbars .regButton.activate {
    background-color: green !important;
    border-color: green !important;
    color: white !important;
    font-weight: bold;
}

#analysisToolbars .regButton.activate.inactive {
    cursor: default;
    opacity: .5;
}

#analysisToolbars .regButton.activate:hover:not(.inactive) {
    background-color: white !important;
    border-color: white !important;
    color: green !important;
    font-weight: bold;
}