﻿/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}

.content-header > h1 {
    margin: 0;
    font-size: 18px;
    color: #444;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
}


.mrAll {
    margin: 5px;
}



.footerfixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 4px 20px 0px;
    padding-left: 90px;
    border-top: solid thin #ccc;
}

.filterSet {
    display: flex;
    align-items: center;
}



.filterBG {
    /*border: solid thin #8f959f;*/
    border-radius: 10px;
    margin-left: 6px;
    margin-bottom: 10px;
    box-shadow: rgba(37, 83, 185, 0.1) 0px 2px 6px;
}

#filterPanel {
    display: none;
}

.filterHead {
    background-color: #FFD34C;
    color: #404759 !important;
    padding: 5px 10px 0px 10px;
    border-radius: 8px 8px 0 0;
}

.filterBody {
    padding: 10px;
    background: #fff;
}

.filterHead a {
    color: #404759 !important;
}

.TotalRecords {
    background: #3d506d;
    margin: 5px;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
}

.btnExportToExcel {
    display: inline-block;
    border: solid thin #ffe3e3;
    padding: 3px 9px;
    border-radius: 4px;
    font-weight: bold;
    background: #ffe3e3;
    color: #ec2226;
}

.lblHighlightedData {
    background: #daf5e6;
    color: #378f5c;
    padding: 2px 2px;
    border-radius: 5px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.table td {
    white-space: nowrap;
    font-size: 12px;
    color: #333 !important;
}

.table th {
    white-space: nowrap;
}

.followupMetaData {
    padding: 0px 11px;
    border: solid thin #e3e3e3;
    border-radius: 6px;
}

    .followupMetaData h5 {
        margin-bottom: -2px;
        font-size: 14px;
        color: #787878;
        margin-top: 10px;
    }

    .followupMetaData p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #333;
    }

    .followupMetaData .col-md-3 {
        border-right: solid thin #e3e3e3;
    }

        .followupMetaData .col-md-3:last-child {
            border: none;
        }

    .followupMetaData .col-md-6 {
        border-right: solid thin #e3e3e3;
    }

        .followupMetaData .col-md-6:last-child {
            border: none;
        }

.box {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.box-header {
    border-bottom: solid thin #e3e3e3;
    padding: 10px;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.box-body {
    padding: 10px;
}

.btnView {
    background: #3d506d;
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.customerInfo {
    background: #e5f8e7;
}

.BuilderInfo {
    background: #e5f6ff;
}

.InventryInfo {
    background: #f5f3ff;
}

.BrokerageInfo {
    background: #fff9f2;
}







.form-control {
    height: 30px;
    border-radius: 6px
}

.form-group {
    margin-bottom: 15px;
}


.SumoSelect > .CaptionCont {
    line-height: 20px;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 2px;
    height: 30px;
}


#mdlAddNew .modal-dialog, #mdlImportExcel .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    min-width: 80%;
    height: 100%;
    right: 0px;
    background: #fff;
}

#mdlAddNew .modal-body {
    height: 85vh;
}

#mdlAddNewFollowup {
    z-index: 9999 !important;
}

    #mdlAddNewFollowup .modal-dialog {
        position: fixed;
        margin: auto;
        width: 80%;
        min-width: 80%;
        height: 100%;
        right: 0px;
    }

#mdlFollowupView .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    min-width: 80%;
    height: 100%;
    right: 0px;
}



.btn-info.saveFile {
    border: solid thin #4a3499 !important;
    padding: 3px 8px;
    margin: 5px;
    font-weight: 600;
    background: #4a3499 !important;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}


.fa-pencil {
    font-size: 16px;
    font-weight: 500;
    color: #4a3499;
    display: inline-block;
    margin-right: 5px;
}

table .fa-trash {
    font-size: 16px;
    font-weight: 500;
    color: red;
    display: inline-block;
    margin-right: 5px;
}

.fa-retweet {
    font-size: 17px;
    font-weight: 500;
    color: green;
    display: inline-block;
    margin-right: 5px;
}

.fa.fa-times-circle-o {
    font-size: 16px;
    font-weight: 500;
    color: red;
    display: inline-block;
    margin-right: 5px;
}

#tblContactDetails .fa-save {
    font-size: 15px;
    font-weight: 500;
    color: blue;
    display: inline-block;
    margin-right: 5px;
}

.errorTR {
    background-color: #ff00001a;
}

.duplicateTR {
    background-color: #ffff002b;
}

.errorSymbal {
    color: #ff00001a;
    border: 1px solid #ccc;
}

.duplicateSymbal {
    color: #ffff002b;
    border: 1px solid #ccc;
}

#mdlImportExcel .modal-dialog {
    width: 90%;
}

    #mdlImportExcel .modal-dialog .modal-body div:first-child {
        display: flex;
        align-items: center;
    }

    #mdlImportExcel .modal-dialog .modal-body div:last-child {
        display: flex;
        justify-content: end;
    }

#mdlImportExcel .modal-footer {
    padding: 15px !important;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#mdlAddNew .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

#mdlImportExcel .modal-footer span {
    font-size: 14px;
    font-weight: 600;
}

#mdlImportExcel .modal-footer p {
    margin-bottom: 0;
    margin-right: 10px;
}


.note {
    background-color: rgb(219 175 175 / 18%);
    padding: 5px 5px;
    margin-bottom: 5px
}

    .note p {
        color: #8b0f0f;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .note p span {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            margin-right: 5px
        }

            .note p span .fa-circle {
                font-size: 12px;
            }


.Panel {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px; /*border: solid thin #dadada; padding: 2px 6px;  border-radius: 4px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #24426b;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #24426b;
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 4px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.table.borwseTable {
    /*border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 4px;*/
}

.borwseTable td {
    border-right: 1px solid #e6e7e9 !important;
    border-top: 1px solid #e6e7e9 !important;
    border-bottom: 1px solid #e6e7e9 !important;
    /* border-bottom: 1px solid #ecedee !important; */
    padding: 5px;
    /*vertical-align: top !important;*/
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    line-height: 18px !important;
}

.borwseTable tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.borwseTable td:first-child {
    border-left: 1px solid #ecedee !important;
}

.borwseTable tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #ecedee !important;
}

.borwseTable tr {
    background: #fff;
    /*box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);*/
}

.table.borwseTable > thead:first-child > tr:first-child > th {
    background: #FFD34C !important;
    color: #404759 !important;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
    border-right: solid thin #e1e1e1;
    border-right: solid thin #ffffff !important;
    border-top: solid thin #ffd34c;
    text-shadow: 0 0px 0px rgb(0 0 0 / 0%) !important;
    line-height: 18px;
    text-transform: uppercase;
}

.borwseTable tr th:first-child {
    border-left: solid thin #e1e1e1;
    border-radius: 8px 0 0 8px;
}

.borwseTable tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.btn-info {
    background: #24426b !important;
}

    .btn-info.btnDelete {
        border: 1px solid red;
        color: red;
        background: #fff !important;
    }

        .btn-info.btnDelete:hover {
            color: #fff;
            background: red !important;
        }

.modal .modal-header {
    background: #24426b;
    padding: 10px;
}

.modal-content {
    padding: 0px;
}

.modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.modal svg {
    vertical-align: -6px;
}

.modal .close {
    font-size: 37px;
    font-weight: 200;
    top: 6px;
    color: #fff;
    opacity: 0.8;
    right: 8px;
    border: none;
    position: absolute;
}

label {
    color: #52575c;
    font-weight: 600;
}

.modal-body h5 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    /* margin-left: 15px; */
    font-size: 16px;
    margin-top: 0px;
}

    .modal-body h5:first-child {
        margin-top: 0px;
    }

.modal-body h5 {
    margin-top: 20px;
}

.modal {
    background: rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-footer {
    border-top-color: #f4f4f4;
    background: #ebebeb;
}

#ResultPanel {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.mr5 {
    margin-right: 5px;
}

.lblTotRecords {
    margin: 0px 0px 0px -22px;
    background: #deecff;
    padding: 5px 10px 3px;
    font-weight: 800;
    border-radius: 4px;
    display: inline-block;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #eef5ff;
}

.table > tbody > tr > td {
    padding: 4px;
}

.prevEmpIcon {
    color: #d017b0;
}

.nextFollowupCol {
    color: #da440a;
}

.username {
    color: #24426b;
}

.nxtEmpIcon {
    color: #10a258;
}
.go_button {
    background: #24426b;
    border: 1px solid #24426b;
}

#tableDatapagination .pagination ul li.activepage {
    color: #fff;
    background-color: #24426b;
    border: 1px solid #24426b;
}

.pagination {
    margin: 0px;
}
.paginationPanel {
    padding: 0px;
}