﻿:root {
    --blue: #346cb0;    
}

.app-bg-blue {
    background-color:var(--blue);
}

* {
    font-family: Tahoma !important;
}

html {
    width:99%;
}

html, body, #app {
    height:100% !important;
}

.vm {
    font-size: 8px !important;
    font-weight: bold !important;
}

.page {
    min-height: 700px;
    overflow: hidden;
}

.page-title {
    color: #005aa8 !important;
    font-size: 20px;
    font-weight:bold;
    margin-bottom:7px;
}


.headers-color {
    background-color: var(--blue);   
}

textarea {
    font-size: 14px !important;
    resize: none;    
    overflow: auto;    
}

.login-body {
    height: 100%;
    background-image: url("../images/default3.jpg");
    background-size: cover;   
}

.table, table * {
    font-size: 12px !important;
}

.quick-view {
    border: 1px solid #cfd9e8;
    box-shadow: 0px 7px 20px 3px #c3cede;
}

    .quick-view * {
        font-size: 12px !important;
    }

    .quick-view strong {
        font-size: 14px !important;
    }

    .quick-view th {
        font-weight: bold !important;
    }

    .quick-view a {
        font-weight: bold !important;
        text-decoration: none;
    }

    .quick-view hr {
        margin: 0;
    }

.validation-message {
    font-size: 12px;
    font-weight: bold;
}

.panel.panel-default.border-shadow {
    height:150px;
}

.border-shadow {
    border: 1px solid #cfd9e8;
    box-shadow: 0px 7px 20px 3px #c3cede;
}

.modal-caption {
    font-size:14px;
}

.modal-descriptions {
    font-size: 14px;
    font-weight: bold;
    color:#494949;
}

.dashboard-anchor-div {
    background-color:var(--blue);
    width:100%;
    height:100px;
    border:1px solid #ffffff;
    border-radius:5px;
}

    .dashboard-anchor-div * {
        color: white;
    }

    .dashboard-anchor-div svg {
        font-size: 28px !important;
        margin-top: 5px !important;
    }

    .dashboard-anchor-div span {
        font-size: 20px;
    }

    .dashboard-anchor-div a {
        text-decoration:none;
        line-height:100px;
    }

        .dashboard-anchor-div a:hover {
            color: white;
        }


.dx-grid {

}

.dx-grid th {
    background-color:var(--blue) !important;
    color:#ffffff !important;
}

.back-button {
    border: none;
    outline: none;
    background-color: transparent !important;
}

.tbl-qty-change {
    margin: 0 auto;
    width: 80px;
}

    .tbl-qty-change td {
        padding-left: 3px;
        padding-right: 3px;
    }


.btn-shp {
    width: 25px;
    height: 25px;
    border: none !important;
    padding: 0px !important;
    background-color: transparent;
}

    .btn-shp img {
        width: 25px;
        height: 25px;
    }

.section-title {
    font-size:16px;    
    color:var(--blue);
    margin-bottom:7px;
}

.question {
    margin: 10px 0 10px 0;
}

.question-error {
    color: #b50404;
    font-size:14px;
    font-weight:bold;
    margin:5px 0 10px 0;
}

.question-title {
    margin-bottom: 5px;
}

.questionnaire-required {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .questionnaire-required span {
        color:red;
        margin:5px;
    }

.answer span {
    padding-top:7px;
    color:red;
    font-size:16px;
    font-weight:bold;    
}

.special-order-link {
    font-size:18px;
    font-weight:bold;    
}

.div-download-link {
    position: fixed;
    width: 400px;
    height: 100px;
    top: 300px;
    left: 800px;
    background-color: #ffffff;
    border:2px solid var(--blue);
    border-radius:3px;
}

.div-download-link button {
    padding: 0px !important;
    background-color: #ffffff !important;
    width: 25px !important;
    height: 25px !important;
    border:0px solid transparent;
}
