﻿.pro-preview-toolbar {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px darkgray;
    border-top: solid 1px darkgray;
    background: linear-gradient(#e2efff,#d3e7ff);
    display: flex;
}
.pro-param-detail {
    width: 100%;
    height: 0px;
    overflow:hidden;
}

.pro-preview-display {
    width: 100%;
    height: Calc(100% - 30px) !important;
    overflow: auto;
    background-color: lightgray;
    position: relative;
}
.button-image {
    width: 22px;
    height: 26px;
    margin: 1px 3px;
    border: 1px solid #ddd;
    object-fit: cover;
    min-width: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .button-image:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

.button {
    width: auto;
    height: 30px;
    margin: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-image-alignR {
    width: 30px;
    height: 30px;
    float: right;
    margin: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.param-textbox {
    width: 97%;
    height: 75px;
    text-align: center;
    position: relative;
    resize: none;
}

.Report {
    position: initial;
    transform: scale(1);
    display: grid;
    height: 100%;
    justify-items: center;
}

.Report-zoom {
    width:50px;
    height:30px;
    margin:1px auto;
    display:inline-block;
}

@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}

#modalPageSetting .modal-header {
    padding: 5px 10px;
    background: #0f85bd;
    color: #fff;
}

#cboKhoGiay {
    width: 100%;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

#modalPageSetting .row {
    margin: 0;
}

#modalPageSetting .row .col-md-2, #modalPageSetting .row .col-md-3 {
    padding: 0;
}

#modalPageSetting .row label{
    margin: 0 !important;
}

#modalPageSetting input[type="number"] {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    height: 28px;
}


