﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input[type='text'] {
    height: 28px;
    border-color: #aaa;
}

.select2-container {
    display: inline !important;
}

.select2-hidden-accessible {
    position: relative !important;
}

.btnConnection {
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
}

#tblFBIntegration .btnActive {
    border: solid 2px #1bbb9c;
    padding: 2px 8px;
    min-width: 135px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    margin-right: 4px;
    color: #1bbb9c;
}

#tblFBIntegration .btnInactive {
    border: solid 2px #d17b7b;
    padding: 2px 8px;
    min-width: 135px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    color: #d17b7b;
}

#tblFBIntegration tbody tr.active > td {
    background: #fdf7b1;
}

#mdlConnectionDetails.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    min-width: 75%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#mdlConnectionDetails.modal.left .modal-header {
    padding: 10px;
    background: #54c5cb;
    border-radius: 0;
}

    #mdlConnectionDetails.modal.left .modal-header h4, .close {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        opacity: 1;
    }

#mdlConnectionDetails.modal.left .modal-content {
    height: 100%;
}

#mdlConnectionDetails.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

#mdlConnectionDetails.modal.fade.show .modal-dialog {
    right: 0;
}

#mdlConnectionDetails.modal .modal-footer {
    padding: 5px !important;
    background: #cccccc40;
}

#mdlConnectionDetails label {
    font-size: 14px;
}

hr {
    margin-top: 5px !important;
}

h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.Topbg {
    padding: 4px 10px;
    border-radius: 10px;
    color: #484741;
    background: #fdf7b1;
    margin-bottom: 10px;
    border: solid thin #ffe498;
    box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
}

.pnlSet {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden;
}

.save {
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 600;
}


/*Summary CSS start**/

#mdlSummaryDetails.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    min-width: 75%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#mdlSummaryDetails.modal.left .modal-header {
    padding: 10px;
    background: #54c5cb;
    border-radius: 0;
}

    #mdlSummaryDetails.modal.left .modal-header h4, .close {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        opacity: 1;
    }

#mdlSummaryDetails.modal.left .modal-content {
    height: 100%;
}

#mdlSummaryDetails.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

#mdlSummaryDetails.modal.fade.show .modal-dialog {
    right: 0;
}

#mdlSummaryDetails.modal .modal-footer {
    padding: 5px !important;
    background: #cccccc40;
}




/*Summary CSS end**/

#TOPtblFBLeadDetails {
    min-height:73vh;
    max-height:73vh;
}

#tblFBLeadDetails.table thead th {
    position: sticky;
    top: 0px;
}
.scroller {
    background: #fff !important;
    width: 100%;
    padding: 8px 0px;
}