﻿@media print {
    @page {
        size: letter;
        margin: 5mm;
    }

    #creditreport th {
        color: #fff !important;
        background-color: #08449b !important;
        -webkit-print-color-adjust: exact;
    }

    #creditreport #rating, .greenRisk {
        color: #008B00 !important;
    }

    #creditreport #charts, #summary {
        width: 1200px;
    }

    #creditreport #summaryLeft, #summaryRight, #balanceChart, #dtpChart, #pubInfoLeft, #pubInfoRight, #demographicsLeft, #demographicsRight {
        float: left;
        min-height: 315px;
    }

    #creditreport #summaryLeft{
        width: 675px;
    }

    #creditreport #summaryRight {
        width: 475px;
    }

    #creditreport #balanceChart, #dtpChart, #pubInfoLeft, #pubInfoRight, #demographicsLeft, #demographicsRight {
        width: 575px;
    }

    a[href]:after {
        content: none !important;
    }

    .container {
        width: 1150px;
    }

    #welcomeRow, #command, .toggleSection, #esToggle, #edToggle, #mapLink, #chartControls  {
        display: none !important;
    }
}

body {
    padding-top: 10px;
    padding-bottom: 25px;
    -ms-overflow-style: scrollbar;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.k-input
{
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

.k-button {
    padding: 2px 7px 2px !important;
}

#cslSelectContainer .k-grid tbody .k-button, #viewContentContainer .k-grid tbody .k-button,
#tradeReferences .k-grid tbody .k-button, #tradeRefSelections .k-grid tbody .k-button,
#bankReferences .k-grid tbody .k-button, #bankRefSelections .k-grid tbody .k-button,
#beginCreditClearContainer .k-button {
    min-width: 30px !important;
    width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
}

#tradeRefSelections .k-grid tbody .k-grid-SendTradeRefReqViaFax, #bankRefSelections .k-grid tbody .k-grid-SendBankRefReqViaFax,
#tradeRefSelections .k-grid tbody .k-grid-SendTradeRefReqViaEmail, #bankRefSelections .k-grid tbody .k-grid-SendBankRefReqViaEmail,
#monitoredAccountsGrid .k-grid tbody .k-grid-CarrierHistory {
    min-width: 65px !important;
    width: 65px !important;
    min-height: 30px !important;
    height: 30px !important;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.collaspe-horizontal {
    padding-right: 0;
}

.form-control-40 {
    width: 38%;
    display: inline;
}

.dl-horizontal dt {
    width: auto;
    padding-right: 1em;
}

.dl-horizontal dd {
    margin-left: 0;
}

.k-selectable td:hover {
    cursor: pointer;
}

.loading {
    background-image: url(ajax-loader.gif);
    height: 1.1em;
    left: 50%;
    margin-bottom: .5em;
    margin-left: -6em;
    margin-top: 5em;
    position: relative;
    width: 8.5em;
}


/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color: #F8F8F8;
}

.noti-box {
    min-height: 100px;
    padding: 20px;
}

    .noti-box .icon-box {
        display: block;
        float: left;
        margin: 0 15px 10px 0;
        width: 70px;
        height: 70px;
        line-height: 75px;
        vertical-align: middle;
        text-align: center;
        font-size: 40px;
    }

.text-box p {
    margin: 0 0 3px;
}

.main-text {
    font-size: 24px;
    font-weight: 600;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.bg-color-blue {
    background-color: #A95DF0;
    color: #fff;
}

.bg-color-red {
    background-color: #DB0630;
    color: #fff;
}

.bg-color-brown {
    background-color: #B94A00;
    color: #fff;
}


.icon-box-right {
    display: block;
    float: right;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .main-temp-back .text-temp {
        font-size: 40px;
    }

.back-dash {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #2EA7EB;
    color: #fff;
}

    .back-dash p {
        padding-top: 16px;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        text-align: justify;
    }

.back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}

.back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}

.color-bottom-txt {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
/*CHAT PANEL*/
.chat-panel .panel-body {
    height: 450px;
    overflow-y: scroll;
}

.chat-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat-box li {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #808080;
    }

        .chat-box li.left .chat-body {
            margin-left: 90px;
        }

        .chat-box li .chat-body p {
            margin: 0;
            color: #8d8888;
        }

.chat-img > img {
    margin-left: 20px;
}
