/*
 * Custom section background
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 .section-bg-1{
    background-image: url('https://www.kingthemes.com/preview/casanova/html/assets/images/bg-1.jpg');
    background-size: cover;
}
.section-bg-2{
    background-image: url('https://www.kingthemes.com/preview/casanova/html/assets/images/bg-2.jpg');
    background-size: cover;
}
.section-bg-gray,
.page-title{
    background-color: #F7F7F7;
}


/*
 * Custom color scheme
 * primary color: #19468E;
 * secondary color: #3486BC;
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Primary color */
a, 
.icon.primary,
/*#site-nav > ul > li:not(.over) > a:hover,*/
.light .entry-date,
.light .entry-title a:hover,
.light .entry-meta a:hover,
.light .project-filter .active a,
.light .project-filter a:hover,
.project .project-thumb figcaption .icon:hover,
.pricing .plan-price{
    color: #19468E;
}
 
.content-header.v3:after,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.breadcrumbs,
.pagenavi a:hover,
.pagenavi span.current,
.project .project-thumb figcaption,
.progress-bar .bar div,
.tabs.vertical .tabnav .active a{
    background-color: #19468E;
}

input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.pagenavi a:hover,
.pagenavi span.current,
.tabs.vertical .tabnav .active a{
    border-color: #19468E;
}

.tabs.vertical .tabnav .active a:after{
    border-left-color: #19468E;;
}

/* Secondary color */
a:active, a:hover,
.light .entry-meta a:hover,
.light .masonry-entries .entry .entry-title a:hover,
.light .post-list .details .title a:hover,
.light .entry-meta a:hover,
.light .project .project-title a:hover{
    color: #3486BC;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover{
    background-color: #3486BC;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover{
    border-color: #3486BC;
}

/* content */
.contentleft
{
    float:left;
    width: 300px;
    margin-right:10px;
}

.contentright{
    float:left;
    width:740px;
}

/*sidemenu*/
ul#sidemenu {
    border-bottom: 1px solid #d3d3d3;
    list-style:none;
    margin:0px;
    padding:0px;
}

    ul#sidemenu li {
        margin:0px;
    }

        ul#sidemenu li h3 {
            background: #fff;
            font-size: 12px;
            margin: 0px;
            padding: 12px 0 12px 22px;
            border-top: 1px solid #d3d3d3;
        }

        ul#sidemenu li a {
            display: block;
            background: #f1f1f1;
            padding: 10px 0 10px 22px;
            border-top: 1px solid #d3d3d3;
            color: #3c8f1f;
            text-decoration:none;
        }


            ul#sidemenu li a:hover {
                background: #e9e9e9;
                color: #3c8f1f;
            }

    ul#sidemenu.insurance li a {
        color: #ca9e1d;
    }

        ul#sidemenu.insurance li a:hover {
            color: #ca9e1d;
        }

    ul#sidemenu.automobile li a {
        color: #b60202;
    }

        ul#sidemenu.automobile li a:hover {
            color: #b60202;
        }

    ul#sidemenu.retail li a {
        color: #005db3;
    }

        ul#sidemenu.retail li a:hover {
            color: #005db3;
        }

    ul#sidemenu.lightstone li a {
        color: #143d92;
    }

        ul#sidemenu.lightstone li a:hover {
            color: #143d92;
        }




    ul#sidemenu li a.active {
        color: #363636;
        background: #e5e5e5;
    }

    ul#sidemenu li ul {
        background: #F1F1F1;
    }

        ul#sidemenu li ul li a {
            border-top: 0px;
            padding: 8px 0 8px 32px;
        }

            ul#sidemenu li ul li a.current {
                color: #363636;
                background: #f9f9f9;
            }


/* gridview */
.gv {
    width: 100%;
    border-width: 0px;
    border-color: White;
    margin-bottom: 30px;
}

    .gv th {
        height: 40px;
        font-weight: bold;
        border: 0px;
        border-bottom: 1px solid #C0C0C0;
        padding-left: 3px;
        text-align: left;
    }

    .gv td {
        height: 30px;
        border: 0px;
        border-bottom: 1px solid #C0C0C0;
        padding-left: 3px;
    }

    .gv table tr td {
        border: 0px;
    }

        .gv table tr td a {
            border: 1px solid #C0C0C0;
            padding: 5px;
        }


/* Various*/

.tbl {
    width: 100%;
    margin-bottom: 30px;
}

    .tbl td {
        height: 35px;
    }



.underline td {
    border-bottom: 1px solid #C0C0C0;
}

div.underline {
    border-bottom: 1px solid #C0C0C0;
}

.padBottom {
    padding-bottom: 10px;
}

.section {
    padding-bottom: 10px;
    page-break-inside: avoid;
}

.SectionHead {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #56a1c0;
}

.nounderline td {
    border: 0px;
}

.right {
    background-color: transparent;
}

.centerFull {
    width: 100%;
    text-align: center;
}

.disclaimer {
    text-align: justify;
    width: 100%;
    padding-bottom: 10px;
}


.contact-info {
    margin: 30px 0 0 0;
    padding: 0px 24px;
    width: 252px;
    height: 284px;
    background: url(/images/contact-bg.png) no-repeat;
}

    .contact-info.lightstone {
        height: 254px;
        background: url(/images/contact-bg-smaller.png) no-repeat;
    }


/*.details {
    background: url(/images/grey-line.png) repeat-x;
    padding: 20px 0 0;
    margin: 10px 0 0;
}*/

    .details ul {
        margin-bottom: 20px;
    }

        .details ul li {
            line-height: 18px;
        }



.contact-info.lightstone a {
    color: #143477;
}

    .contact-info.lightstone a:hover {
        background: #143477;
        color: #fff;
    }
    /*div#pcontent{
                border:4px solid#143477;
    }*/
#mc_embed_signup .button {
    clear: both;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;Filter

    width: auto;
    background-color: #143477;
}


#winner{
    padding:5px; 
    text-align:center;
    color:#8c0c04; 
    background-image:url(/assets/images/bg_confetti.png)
}

#notification{
    padding:4px; 
    text-align:center;
    color:#8c0c04;
}

/*wizard*/

.wizard label{
    margin-bottom:2px;
    
}

.wizard label span{
    margin-bottom:2px;
    color:#e02434;
    font-weight:900;
}

.width100{
    width:100%;
}

.width60{
    width:60%;
}

.wizard .form-group{
    margin-bottom:14px;
}

.radio{
    position:relative;
    display:block;  
    margin-top:10px;
    margin-bottom:10px;
}

.checkbox label, .radio label{
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    position:absolute;
    margin-left:-20px;
    margin-top:4px;
}

.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}

.SearchBtn{
     position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}

.SearchBtn:hover{
    background-color:#fafafa;
    color:#ffffff !important;
}


input.SearchBtn{
    
    background-color:#559cbe !important;
    border:none;
    color:#ffffff;
    vertical-align:baseline;

}

.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mr1{margin-right:10px}
.req{
    background-color:#559cbe;
    width:4px;
    height:34px;
    position:absolute;
}

.form-control{
    display:block;  
    width:100%;
    height:34px;
    padding:6px 12px !important;
    font-size:12px !important;
    color:#555 !important;
    vertical-align:middle;
    background-color:#fff;
    background-image:none;
    border-radius:4px;
    border:1px solid #ccc;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.cb input{
    width:20px;
    height:20px;
    background-color:#fff;
    vertical-align:middle;
}

/*markt view report*/

.ReportDetail
{
    float:left;
    width:450px;
}

.ReportDetail td:first-child{
    width:20%;
    font-weight:bold;
}

.ReportSectionHead{
    width:300px;
    height: 33px;
    line-height:33px;
    background-color: #1d318e;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left:15px;
    float:left;
    position: relative;
}

.ReportSectionHead:after {
    display: table;
    content: " ";
    clear: both;
}


.ReportSectionSubHead{
    width:200px;
    background-color:#559CBE;
    border-radius: 5px;
    padding-left:10px;
    color: #fff;
    font-size: 14px;
    height:33px;
    line-height: 33px;
    margin-bottom:15px;
}

.RepostSectionH3{
    font-weight:bold;
    font-size:13px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.property-icon img{
    max-width:43px;
}

.txtred{
    color:#8c0c04 !important;
}

.txtwhite {
    color: #ffffff !important;
}

input#butGo{
    width:17px;
}


.disabledTab {
  pointer-events: none;
  opacity:0.8;
}

.breadcrumbsCustom {
    margin-bottom: 10px
}



.tabs.vertical .tabnav a:after {
    border-width: 16px 0 16px 15px;
}


/*modal*/


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 8% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
    }

    .popup .close {
        position: absolute;
        top: -6px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 450px;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.text-primary {
    color: #19468E
}

.customOL ul li {
    list-style-type: lower-alpha;
}

.customOL ul li ul li{
    list-style-type: lower-roman;
}

.tabs .tabnav a {
    color: #ffffff;
    font-weight: 200;
    padding: 10px 4.5px;
}
.tabs .tabcustom a {
    padding: 4px 4.5px !important;
    color: #1d3175;
}
