@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Oswald|Raleway|Roboto&display=swap');

body{
    -moz-transform: scale(0.99, 0.99); /* Moz-browsers */
    zoom: 0.99; /* Other non-webkit browsers */
    zoom: 99%; /* Webkit browsers */
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.gj-grid-wrapper .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #89ceff;
}
.gj-icon {
    font-size: 17px !important;
    color: #222222 !important;
}
.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button, .gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
    margin-right: 3px !important;
}
.main-panel > .content {
    padding: 15px 7px !important;
}

.btn {
    /*border-radius: 0 !important;*/
}

.btn.btn-primary {
    background-color: #5350a5 !important;
    border: 2px solid #5350a5;
}
.btn.btn-primary:hover {
    opacity:.9;
}

.ui-widget.ui-widget-content {
    z-index: 100000;
}

#coveragesAccordion .card-header .form-group{
    float: right;
}

#coveragesAccordion .card-header .form-group .form-check-input {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.btn-padding-left-right-5{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.btn-padding-all-15px{
    padding: 15px;
}

#applicationsCards .card .description{
    height: 7em;
}

.card {
    box-shadow: 0 0px 10px rgba(0, 0, 0,0.1), 0 0 0 1px rgba(63, 63, 68, 0.1) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.card .title {

    font-family: oswald;
}
.title {

    font-family: oswald;
}

.titleDesign2 {
    font-size: 1.5em;
    font-family: oswald;
}

.spinner:nth-child(1) {
    height: 100px;
    width:100px;
    position: fixed;
    top:50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.spinner p {
    font-size: 0.6em;
    text-align: center;
    position: absolute;
    bottom: -15px;
    color: #222222;
}

.spinner div:first-child {
    width: 75px;
    height: 37.5px;
    /* background-color: gold; */
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    border: 5px solid rgba(64,64,64,1);
    border-bottom: 0;
    box-sizing: border-box;
    transform-origin: 37.5px 37.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    animation-name: rotatepos;
    animation-duration: 1.375s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spinner div {
    width: 50px;
    height: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 5px solid rgba(64,64,64,1);
    border-bottom: 0;
    box-sizing: border-box;
    transform-origin: 25px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10000;
    animation-name: rotateneg;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotatepos {
    0% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(495deg);
    }
}

@keyframes rotateneg {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

#fileExplorer .fa{
    font-size: 1.5em;
}

#dirTree{
    overflow-y: scroll;
    height: 70vh;
}

/* ID: example DESC: DATATABLE USED FOR THE REPORT VIEWER*/
#example .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #D8F5FF !important;
}

#example.table>tbody>tr>td{
    line-height: 1;
}

/* ID: fileExplorer DESC: DATATABLE USED FOR VIEWING FILES IN THE FILE MAMAGER*/

table#fileExplorer {
    font-size: .9em;
}

table#fileExplorer a{
    color: #222;
}

#fileExplorer .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 8px !important;
}

/* CLASS: sidebar DESC: used for styling the left sidebar */
.sidebar .nav p {
    margin-left: 0 !important;
}

/*
 *  MODAL AGENCY DOCUMENTATION
 *  TAGS : agency docs, how to, guide
 */
#modalAgencyDocumentation [data-role=body]{
    overflow-y: scroll;
    height: 85%;

}
#modalAgencyDocumentation [data-role=footer]{
    position: absolute;
    width: 100%;
    max-height: 150px;
    background: #fff;
}

/*
 *  END -> MODAL AGENCY DOCUMENTATION
 */

/* full screen modal of new quote component*/
#searchOrgSubmissionsModal [data-role=header], #searchOrgSubmissionsModal [data-role=footer]{
"height":"100px"
}

#searchOrgSubmissionsModal [data-role=body],#searchOrgSubmissionsModal [data-role=footer]{
    position: absolute;
    width: 100%;
}
#searchOrgSubmissionsModal [data-role=body]{
    bottom: 100px;
    margin-bottom: 0!important;
    top: 100px;
    padding-bottom: 150px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#searchOrgSubmissionsModal [data-role=footer] {
    background: #fff;
}

#modalProducerProfile [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#modalProducerProfile [data-role=footer] {
    background: #fff;
    z-index: inherit;
}

#dialogViewEditSingleGroupGrid [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#dialogViewEditSingleGroupGrid [data-role=footer] {
    background: #fff;
}

#addDirectoryFilesModal [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#addDirectoryFilesModal [data-role=footer] {
    background: #fff;
}

#checkSingleDocumentGroupForDuplicatesModal [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#checkSingleDocumentGroupForDuplicatesModal [data-role=footer] {
    background: #fff;
}

#modalNotificationCenter [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#modalNotificationCenter [data-role=footer] {
    background: #fff;
}

#dialogViewEditSingleGroupGrid [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#dialogViewEditSingleGroupGrid [data-role=footer] {
    background: #fff;
}

#modalNewProducerProfile [data-role=body] {
    bottom: 100px;
    margin-bottom: 0!important;
    height: 100%;
    top: 100px;
    padding-bottom: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#modalNewProducerProfile [data-role=footer] {
    background: #fff;
}

#searchOrgSubmissionsModal [data-role=footer]{
    bottom: 0;
    background:#fff;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    padding-bottom: .25em !important;
    padding-top: .25em !important;
}

.submissionExplorerHeaderImg{
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}

.organizationDetailsWidget .card{
    background: #BFCDE0;
    height: 125px;
}
.organizationDetailsWidget .card .title{
    margin: 0;
    font-size: 25px;
    color: #ccc;
    font-weight: 300;
}
.organizationDetailsWidget .card .content{
    padding-top: .5em;
    color: #222;
}

.ytdSubmissionsWidget .card{
    background: #BFCDE0;
    height: 125px;
}
.ytdSubmissionsWidget .card .title{
    margin: 0;
    font-size: 25px;
    color: #ccc;
    font-weight: 300;
}
.ytdSubmissionsWidget .card .content{
    padding-top: .5em;
    color: #222;
}

.submitToBindRatioWidget .card{
    background: #BFCDE0;
    height: 125px;
}
.submitToBindRatioWidget .card .title{
    margin: 0;
    font-size: 25px;
    color: #ccc;
    font-weight: 300;
}
.submitToBindRatioWidget .card .content{
    padding-top: .5em;
    color: #222;
}


.img-cropper {
    width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #1c3160;
}
.img-profile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.vakata-context, .vakata-context ul {

    z-index: 10;
}

/*
    REPORT VIEWER STYLING
 */
#reportTableOutput_wrapper th.sorting {
    padding-top: 1em;
    padding-bottom: 1em;
}
#reportTableOutput_wrapper div.dataTables_filter {
    text-align: right;
    display: inline-block;
    float: right;
}

#reportTableOutput_wrapper th{
    font-size: .8em;
    min-width: 150px;
}

.gj-dialog-md-body {
    color: #222 !important;
}

/*
    END REPORT VIEWER STYLING
 */

/*
    JQUERY UI AUTOCOMPLETE
 */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius:0px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
    padding: 3px 20px;
}
.ui-autocomplete > li:hover {
    background:lightgray;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}
/*
    END JQUERY UI AUTOCOMPLETE
 */

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
}

/*
 *  STYLING USED FOR THE CALL TO ACTION BUTTONS FOR CREATING SUBMISSIONS
 * CAN BE FOUND IN THE AGENCY DASHBOARD
 */

.zoomImg {
    transition: transform .2s; /* Animation */
}

.zoomImg:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cardHighlight{
    transition: transform .2s; /* Animation */
}

.cardHighlight:hover{
    box-shadow: 0px 0px 17px 15px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1) !important;
}

.msCallToActionImg{
    margin-bottom: .5em;

}

/*
 * END-> STYLING USED FOR THE CALL TO ACTION BUTTONS FOR CREATING SUBMISSIONS
 * CAN BE FOUND IN THE AGENCY DASHBOARD
 */

/*
 * STYLING OF THE DEFAULT MODAL FROM GIJGO
 * TAGS: modal styles, gijgo, gijgo modal
 */
.gj-dialog-md-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em !important;
}
.gj-dialog-md-footer{
    border-top: 1px solid #ccc;
    padding-top: 1em !important;
}
/*
 * END -> STYLING OF THE DEFAULT MODAL FROM GIJGO
 * TAGS: modal styles, gijgo, gijgo modal
 */

/*
 * STYLING OF THE FINE ARTS FORM V1
 * TAGS: fine art, arts, jewlery
 */
#msFineArtsSummaryRow{
    background: #ccc;
    border-top: 2px solid blue;

    margin-top: 1rem;
    border-radius: 10px;

}

#msFineArtsCoveragesRow{
    margin-top: 1rem;
    background: #ccc;
    border-top: 2px solid blue;
    border-radius: 10px;
}

#msFineArtsPoweredByBadgeRow{
    margin-top: 1rem;
    border-top: 2px solid blue;
    border-radius: 10px;
}

#msFineArtsPoweredByBadgeRow img{
    width: 75%;
    margin: 0 auto;
}
.msFineArtsTitlesV1{
font-family: Arial;
font-weight: bold;
font-size: 1.5rem;
}

#msFineArtsCostSummary h5 {
margin:0;
}

.modal-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.modal-footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9 !important;
}

/*********** TABS Styling ************************/

ul[role=tablist] li a{
    color:#222;
}

/*********** INSURANCE PEACOCK Styling ************************/

#insPeacockMainApplication .selectSubmissionTypeCard {
    border: 1px solid lightgray;
    padding: 1em;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 5px 1px #ccc;
}

#insPeacockMainApplication .selectSubmissionTypeCard h2{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
}

#insPeacockMainApplication .selectSubmissionTypeCard ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#insPeacockMainApplication .selectSubmissionTypeCard li{
    font-size: 2rem;
}

#insPeacockMainApplication .selectSubmissionTypeCard .fa-check-circle{
    color: red;
}

.mt-1{
    margin-top:5px;
}
.mt-2{
    margin-top:10px;
}
.mb-1{
    margin-bottom: 5px;
}
.mb-2{
    margin-bottom:10px;
}

.gj-grid-bottom-border{
    border-bottom: 5px solid #777 !important;
}
.gj-grid-top-border{
    border-top: 5px solid #777 !important;
}
.gj-grid-md tbody tr:hover{
    background-color:  #b8b4ff !important;
}
.gj-grid-md tbody tr.gj-grid-md-select{
    background-color:  #b8b4ff !important;
}
