﻿
.sectionTitle h2 {
    padding: 2px;
    border-bottom: 2px solid #864394;
    margin-bottom: 16px;
    color: #864394;
    font-size: 14px;
    font-weight: bold;
}

.sectionTitle a.btn-primary {
    margin-top: -55px;
}

.btnprint {
    color: white !important;
    background-color: #657da1 !important;
}


.sectionTitlePrint {
    padding: 2px;
    border-bottom: 2px solid #523f56;
    margin-bottom: 16px;
    color: #523f56;
    font-size: 14px;
    font-weight: bold;
}

.finishStep {
    text-align: center;
    font-size: 20px;
    margin: 39px;
}

    .finishStep .content i {
        font-size: 80px;
            color: green;
    }

/*.page-content .container {
    border: 1px solid #523f56;
}*/

.rptTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #310d0d !important;
}

.picker-item {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    min-height: 300px;
    max-height: 425px;
    overflow: overlay;
}



.picker-day {
    background: #657da1;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 9px 4px;
    /* min-height: 89px; */
}

.picker-slots {
    padding-top: 4px;
    cursor: pointer;
    min-height: 100%;
    min-height: 200px;
}

.slot {
    padding: 3px;
    background: #ddd;
        margin-bottom: 2px;
}

    .slot:hover {
        background: #657da1;
        color: white;
    }

.slotChoosed {
    background: #657da1;
    color: white;
}


.row.seven-cols > .col-md-1 {
    padding: 0px !important;
    margin-right: 0px !important;
}


 
.slotDisabled {
    padding: 3px;
    background: #d9edf7;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 12px;
    color: #657da1;
}


.tdBG {
    background-color: #657da1 !important;
    -webkit-print-color-adjust: exact !important;
    color: white;
}


.btn.btn-primary {
    margin-right: 6px;
}

table.styled {
    margin: 0 0 10px 0 !important;
}


h4.modal-title {
        border-bottom: none;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}

.bootbox-body {
    font-size: 16px;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #1d1c1e80;
    z-index: 1000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 16px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.dvattorneyinfo {
    padding: 5px;
    margin-bottom: 30px;
}
.dvattorneyinfo-row {
        border: 1px solid #54543b;
    padding: 3px;
    margin-bottom: 3px;
}
.lbl {
    background: #ddd;
    padding: 6px;
}
















/*col-md*/
@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/*col-lg*/
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}




@media only screen and (max-width:600px) {
    .sectionTitle h2 {
    padding: 2px;
    border-bottom: 2px solid #864394;
    margin-bottom: 16px;
    color: #864394;
    font-size: 14px;
    font-weight: bold;
}

    .sectionTitle a {
        margin-top: -5px;
    }
}

@media print {
    a[href]:after {
        content: "" !important;
    }

    .page-header {
        display: block;
    }

        .page-header .font {
            font-size: 19px !important;
        }

    .headertitle {
        height: auto;
    }

        .modal, .close-modal, .headertitle img, .breadcrumb, .logout, .no-print, .header-nav, body input[type="button"] {
            display: none !important;
        }

    input[type=text], textarea, select {
        width: 160px;
    }

    .page-title, .alert, .btn, .page-header-menu, .page-sub-header, .no-print {
        display: none !important;
    }

    .sectionTitlePrint {
    padding: 2px;
    border-bottom: 2px solid #523f56;
    margin-bottom: 16px;
    color: #523f56;
    font-size: 14px;
    font-weight: bold;
}

    .rptTitle {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #310d0d !important;
    }

    table tr.highlighted > td {
        background-color: #dcd6d6 !important;
        -webkit-print-color-adjust: exact !important;
        font-weight: bold;
    }

    table td.highlighted {
        background-color: #dcd6d6 !important;
        -webkit-print-color-adjust: exact !important;
        font-weight: bold;
    }
}
