/* Segoo layout styles (from sb-admin-2.css) */
#wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#page-wrapper {
    padding: 0 25px 0 10px;
    min-height: 568px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.content {
    position: relative;
}

.ca-menu {
    padding: 0;
    width: 550px;
}

.ca-menu li {
    margin-left: 15px;
    height: 70px;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ca-menu li:last-child {
    margin-bottom: 0px;
}

.ca-menu li a {
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position: relative;
}

.ca-menu li:hover {
    border-color: #FF7A32;
    background: #fafafa;
}

.ca-menu li:hover .ca-icon {
    color: #4d7d99;
    text-shadow: 0px 0px 1px #B6B6B6;
}

.ca-menu li:hover .ca-main {
    color: #4d7d99;
}

.ca-menu li:hover .ca-sub {
    color: #B6B6B6;
}

@media ( min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 15%;
        padding: 0 15px 0 10px;
    }

}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.panel-footer-blue {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #638699;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #638699;
}

.panel-footer-green {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #20c1ab;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #20c1ab;
}

.panel-footer-yellow {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #e7a44d;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #e7a44d;
}

.panel-footer-red {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #e77171;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #e77171;
}

.input_header_table {
    width: 200px;
    margin-top: -5px;
    float: right;
}

.counts-entity .col-sm-6>h3, .counts-entity .col-sm-6>h4 {
    font-family: 'Public Sans', sans-serif !important;
    font-weight: 600 !important;
}

.counts-entity .col-sm-6>h5 {
    font-family: 'Public Sans', sans-serif !important;
    font-weight: 300 !important;
}

.counts-entity .col-sm-6 .vb {
    font-family: 'Public Sans', sans-serif !important;
    font-weight: 600 !important;
}

.row-in-br {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.div-resume-first-row {
    margin-top: 6px;
}

.div-initial-header-img {
    float: left;
    margin-bottom: 20px;
    background-color: #C5CED4;
    height: 35px;
    width: 35px;
    border-radius: 10%;
}

#accordion .ui-accordion-header {
    background: #f0f0f0;
}

.arrow-right-custom {
    margin-left: 5px;
}

.font-size-grid {
    font-size: 13px;
}

.font-size-grid-map-production {
    font-size: 11px;
}

.font-size-grid-insurer-for-property-production {
    font-size: 13px;
}

#footerForMobile {
    display: none;
}

@media ( max-width: 320px) {
    #footerForMobile {
        display: block;
    }

    .page-header-custom {
        padding-top: 50px;
    }

}

@media ( max-width: 435px) {
    #footerForMobile {
        display: block;
    }

    .page-header-custom {
        padding-top: 50px;
    }

}

@media ( max-width: 768px) {
    #footerForMobile {
        display: block;
    }

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
    }

    .page-header-custom {
        padding-top: 50px;
    }

}

.remove-wrapper {
    margin-left: 0px !important;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0 !important;
}

.rzslider .rz-bar-wrapper {
    z-index: 0 !important;
}

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #3F4352;
}

.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid #3F4352;
}

.tooltip.left>.tooltip-arrow {
    border-left: 5px solid #3F4352;
}

.tooltip.right>.tooltip-arrow {
    border-right: 5px solid #3F4352;
}

#accordionSegoo .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px !important;
    padding-left: 5px !important;
    ;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.commission-extract-full > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.btn-grid {
    height: 40px !important;
    background-color: #D2D7D3;
    border-radius: 15px;
    color: #60646D;
    font-weight: 600;
    border: 1px solid #60646D;
}

.btn-grid:hover {
    background-color: #e85608;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    border: 0;
}

.tr-button-grid>td {
    background: #FFFFFF;
}

.page-title-custom.page-title-flex > [class*="col-"] {
    float: none;
}

.row-margin {
    margin-right: -16px;
    margin-left: -15px;
    margin-top: 8px;
}

.row-margin-tab {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: 8px;
}

.rowCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -15px;
}

.col-amber {
    color: #FFC107 !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #FF7A32 !important;
}

.selected-category-row {
    background-color: #E9EBEE;
    font-weight: bold !important;
    color: rgb(0, 129, 168);
}

.mp-header-overall-values {
    min-height: 78.55px;
    display: flex !important;
    align-items: center;
}
