﻿.highriseTermsRightDisplayPanelBody {
    max-height: 380px;
    min-height: 380px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 50px;
}

a.btnEditSingleTerms {
    padding-top: 3px;
    color: #20a6c5 !important;
    text-decoration: underline;
}

.highriseTermsRightDisplayPanelBody .panel-title a {
    font-size: 14px;
    color: #414755;
}

    .highriseTermsRightDisplayPanelBody .panel-title a.btnEditSingleTerms {
        font-size: 13px;
        color: #1a73e8 !important;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    line-height: 24px;
}

.highriseTermsRightDisplayPanelFooter {
    position: absolute;
    /* border: 0px; */
    background: #ddd;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    left: 0px;
}

#highriseTermsRightDisplayPanel .panel {
    margin-bottom: 6px;
}

#mdlTermsPopUp .modal-dialog {
    width: 95%;
}

#mdlTermsPopUp .close {
    top: 20px;
    font-size: 28px;
}

#mdlSeriesSelection .modal-dialog {
    width: 600px;
}

.rightSideModalContent .modal-header {
    background-color: #1a73e8;
    color: #ffffff;
    padding: 12px 14px;
}

#mdlSeriesSelection .modal-content, #mdlSeriesSelection .modal-dialog .modal-body {
    background: #f2f2f2;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(0px);
}

.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modalFooterFixed {
    position: fixed;
    bottom: -15px;
    background: #f8f8f8;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border-top: solid thin #e5e5e5;
    left: 0px;
    right: 0px;
}

.seriesList {
    background: #fff;
    float: left;
    padding: 5px 14px;
    border-radius: 25px;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
    cursor: pointer;
}

.modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10;
}

.rightSideModalContent .close {
    font-size: 31px;
    font-weight: normal;
    top: 9px !important;
    right: 2px;
    color: #fff;
    opacity: 0.6;
}

.btnSet {
    border: solid 2px #0485A3;
    padding: 6px 12px;
    margin: 0;
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
    color: #0485A3;
    font-weight: bold;
}

    .btnSet:hover {
        background: #0485A3;
        color: #fff;
    }

.highriseTermsBox .btn-info {
    /*height: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a73e8), to(#1a73e8)) !important;*/
    border-radius: 4px;
}

.mode2 {
    display: none;
}

.highriseTermsBox {
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 2px;
}

.ml15 {
    margin-left: 15px;
}

.radio, .checkbox {
    margin-bottom: 3px;
    margin-top: 3px;
    padding-left: 0;
}

.panel-title .checkbox {
    margin: 0px;
    padding: 0;
}

.panel-title label {
    padding: 0;
    min-width: 10px;
}

.box-header .box-title {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
    margin: 8px 15px !important;
}

.max-height500 {
    max-height: 500px;
}

#mdlPeview .modal-dialog {
    width: 70%;
}

#mdlPeview h4 {
    font-size: 15px;
}

#mdlPeview p {
    line-height: 24px;
}
.note-editable .table-bordered > tbody > tr > td, .highriseTermsRightDisplayPanelBody .table-bordered > tbody > tr > td {
    border: solid thin rgb(159 148 148) !important;
}
