﻿
@font-face {
    font-family: 'Lato';
    src: url('https://aoscdn.azureedge.net/fonts/lato-black-webfont.woff2') format('woff2'), url('https://aoscdn.azureedge.net/fonts/lato-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}




@font-face {
    font-family: 'Lato';
    src: url('https://aoscdn.azureedge.net/fonts/lato-bold-webfont.woff2') format('woff2'), url('https://aoscdn.azureedge.net/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}




@font-face {
    font-family: 'Lato';
    src: url('https://aoscdn.azureedge.net/fonts/lato-regular-webfont.woff2') format('woff2'), url('https://aoscdn.azureedge.net/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: Lato;
}

input, a {
    outline: none;
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000;
    font-family: Lato;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/*[class*="col-lg"], [class*="col-md"], [class*="col-sm"] {
    display: inline-block;
    float: none;
    margin: 0 -4px 0 0;
    vertical-align: top;
}*/

.verticalLine {
    /*border-left: thick solid #ff0000;*/
    width: 10px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
}

a {
    transition: all 0.3s ease-in-out 0s;
}

.top-bar {
    background: #00395f;
    margin-bottom: 20px;
}

    .top-bar .logo {
        display: inline-block;
        margin-right: 30px;
        vertical-align: middle;
    }

.input-group-addon {
    padding: 6px 4px;
    font-size: 20px;
    font-weight: normal;
    line-height: 64px;
    color: #4e5256;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.special-case li span {
    width:16% !important;
}

.detoprofile {
    cursor: pointer;
    text-decoration: none;
}

.top-bar .main-menu {
    display: inline-block;
    vertical-align: middle;
}

    .top-bar .main-menu ul {
        margin: 0;
        padding: 0;
    }

        .top-bar .main-menu ul li {
            list-style: none;
            display: inline-block;
            border-left: 1px solid #085a91;
            position: relative;
        }

            .top-bar .main-menu ul li:last-child {
                border-right: 1px solid #085a91;
            }

            .top-bar .main-menu ul li a {
                display: block;
                padding: 10px 20px;
                color: #fff;
                font-size: 17px;
                text-align: center;
                width: 115px;
            }

            .top-bar .main-menu ul li img {
                display: block;
                margin: 0 25px;
            }

            .top-bar .main-menu ul li .dropdown {
                position: absolute;
                top: 100%;
                left: 0;
                width: 200px;
                background: #e4efff;
                z-index: 9;
                display: none;
            }

                .top-bar .main-menu ul li .dropdown li {
                    display: block;
                    border-left: 0;
                    border-right: 0;
                    border-bottom: 1px solid #ccc;
                }

                    .top-bar .main-menu ul li .dropdown li a {
                        color: #00395f;
                        text-align: left;
                        font-size: 12px;
                        width: 100%;
                        padding: 10px;
                    }

        .top-bar .main-menu ul > li:hover .dropdown {
            display: block;
        }

.top-bar .user-login {
    float: right;
}

    .top-bar .user-login ul {
        margin: 0;
        padding: 0;
    }

        .top-bar .user-login ul li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            margin-left: -1px;
        }

            .top-bar .user-login ul li a {
                display: block;
                padding: 18px 10px;
                color: #fff;
                font-size: 12px;
                text-align: center;
                background: #085a91;
                width: 70px;
            }

            .top-bar .user-login ul li img {
                display: block;
                margin: 0 15px;
            }

.heading {
    text-align: center;
    margin-bottom: 20px;
}

    .heading h5 {
        color: #00395f;
        margin: 0;
        position: relative;
        padding-bottom: 20px;
        font-size: 26px !important;
    }

    .heading h2 {
        font-size: 16px;
    }

    .heading h5:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #00395f;
    }

.customer-detail .user-info {
    width: 855px;
    margin: 0 auto 30px;
    background: #f8f8f8;
    padding: 20px 25px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

    .customer-detail .user-info h2 {
        margin: 0 0 20px;
    }

.stats-table thead tr th {
    list-style: none;
    background: #2883bf;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #ddd;
    text-align: left;
    border-top: 1px solid #ddd;
}

.customer-detail .user-info .form-holder select {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.customer-detail .user-info .form-holder input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #000;
}

.user-info input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 0 10px;
    color: #000;
}

}

.customer-detail .user-info .form-holder textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    color: #000;
    /*max-height: 150px;
    max-width: 242px;*/
}

.save-btn {
    width: 360px;
    margin: 0 auto 20px;
    text-align: center;
}

    .save-btn input[type="submit"] {
        background: #2883bf;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-size: 18px;
        width: 100%;
        height: 46px;
    }
    .save-btn input[type="button"] {
        background: #2883bf;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-size: 18px;
        width: 100%;
        height: 46px;
    }
    

.customer-search .section-title {
    text-align: center;
    margin-bottom: 30px;
}

    .customer-search .section-title h5 {
        color: #00395f;
        margin: 0;
    }

    .customer-search .section-title span {
        font-size: 18px;
        color: #a1a1a1;
        font-weight: 900;
    }

.section-title {
    margin: 0 0 33px;
}

.search-holder {
    width: auto;
    margin: 0 auto;
}

    .search-holder .search-profile {
        background: #fff5d1;
        padding: 30px 30px 44px;
        margin-bottom: 30px;
        min-height: 370px;
    }

.top-center .col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3.col-sm-12.col-xs-12.center {
    margin-left: 25%;
}

.search-holder .title {
    margin-bottom: 15px;
}

    .search-holder .title span {
        background: url(../images/icon-8.png) no-repeat;
        width: 46px;
        height: 66px;
        display: inline-block;
    }

    .search-holder .title h2 {
        font-size: 36px;
        text-align: center;
        display: inline-block;
    }

        .search-holder .title h2 em {
            font-style: normal;
            font-size: 18px;
            display: block;
        }

.search-holder form input {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.search-holder .search-insured {
    background: #e4efff;
    padding: 30px 85px 44px;
    min-height: 370px;
    margin-bottom: 30px;
}

    .search-holder .search-insured .title span {
        background: url(../images/icon-9.png) no-repeat;
        width: 60px;
        height: 67px;
    }

.search-holder .search-policy {
    background: #f6ffd1;
    padding: 30px 30px 44px;
    min-height: 426px;
    margin-bottom: 30px;
}

    .search-holder .search-policy .title span {
        background: url(../images/icon-10.png) no-repeat;
        width: 59px;
        height: 59px;
    }

.search-holder .search-claim {
    background: #e0ffd1;
    padding: 30px 30px 44px;
    min-height: 426px;
    margin-bottom: 30px;
}

    .search-holder .search-claim .title span {
        background: url(../images/icon-11.png) no-repeat;
        width: 62px;
        height: 60px;
    }

.general-info {
    margin: 0 0 10px;
    padding: 10px 10px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

    .general-info h2 {
        margin: 0 0 20px;
    }

    .general-info input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        padding: 0 10px;
        color: #000;
    }

.border {
    border: 2px solid #bdbdbd;
}

/*////////////////////////////////////////*/
.table-insured ul {
    margin: 0 0 30px;
    padding: 0;
    border: 1px solid #ddd;
}

    .table-insured ul li {
        list-style: none;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

        .table-insured ul li:last-child {
            border-bottom: 0;
        }

        .table-insured ul li span {
            display: inline-block;
            width: 10%;
            text-align: center;
            border-right: 1px solid #ddd;
            padding-top: 10px;
            height: 40px;
        }

        .table-insured ul li p {
            display: inline-block;
            margin: 0;
            text-align: center;            
            border-right: 1px solid #ddd;
            vertical-align: middle;
            padding-top: 10px;
            min-height: 40px;
            width: 17.5%;
        }

        .table-insured ul li p.code {
            width: 10%;
        }

        .table-insured ul li p.name {
            width: 18%;
        }

        .table-insured ul li p.address {
            width: 30%;
        }

            .table-insured ul li p:last-child {
                border-right: 0;
            }

        .table-insured ul li.heading {
            background: #f0f4f8;
        }
/*////////////////////////////////////////*/
.general-info select {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 0 10px;
}

.txt-search-prof select {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.general-info .form-holder {
    margin-bottom: 10px;
}

    .general-info .form-holder label {
        margin: 0 20px 0 0;
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

        .general-info .form-holder label input {
            margin: 0 10px 0 0;
            vertical-align: middle;
        }

    .general-info .form-holder textarea {
        width: 100%;
        height: 80px;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        padding: 10px 10px 0;
        color: #000;
        /*max-height: 150px;
        max-width: 576px;*/
    }

.txt-search-prof input[type="text"] {
    width: 200px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 20px;
}

.btn-search-prof input[type="submit"] {
    background: #2883bf;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    width: 75%;
    height: 31px;
    margin-top: 27px;
}

.login-holder .login-user input[type="password"] {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.agency-info {
    min-height: 240px;
}

.section-title h2 {
    margin: 0 0 17px;
}

    .section-title h2 span {
        color: #2883bf;
    }


.table-left {
    margin-bottom: 20px;
}

    .table-left ul {
        margin: 0;
        padding: 0;
    }

        .table-left ul li {
            list-style: none;
            border-width: 1px 1px 0 1px;
            border-color: #ddd;
            border-style: solid;
        }

            .table-left ul li h3 {
                list-style: none;
                border-width: 0px 0px 0 0px;
                border-color: white;
                border-style: none;
            }

.inline {
    margin-top: 59px;
}

.table-left ul li span {
    width: 30%;
    background: #f8f8f8;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.table-left ul li p {
    width: 70%;
    display: inline-block;
    margin: 0;
    padding-left: 7px;
}

    .table-left ul li p[class="email"] {
        width: 44%;
        display: inline-block;
        margin: 0;
        /*padding-left: 15px;*/
    }

    .table-left ul li p[class="commison"] {
        width: 20%;
        display: inline-block;
        margin: 0;
        /*padding-left: 15px;*/
    }

    .table-left ul li p[class="location"] {
        width: 20%;
        display: inline-block;
        margin: 0;
        /*padding-left: 15px;*/
    }

    .table-left ul li p[class="phone"] {
        width: 30%;
        display: inline-block;
        margin: 0;
        /*padding-left: 15px;*/
    }

    .table-left ul li p[class="ext"] {
        width: 15%;
        display: inline-block;
        margin: 0;
        /*padding-left: 15px;*/
    }

.table-left ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.links {
    margin: 0 0 20px;
    padding: 0;
    text-align: right;
}

    .links li {
        list-style: none;
        display: inline-block;
    }

        .links li a {
            background: #01b1ec;
            font-size: 13px;
            color: white !important;
            text-decoration: none;
            outline: none;
            min-width: 175px;
            padding: 10px 0;
            margin-left: 5px;
            display: block;
            text-align: center;
            text-transform: uppercase;
            /*border: 1px solid #ffcc72;*/
        }

.policy-section {
    margin-bottom: 20px;
    background: #f0f4f8;
    border: 1px solid #ddd;
    padding: 35px 97px 40px;
}

    .policy-section .top-area {
        text-align: right;
    }

        .policy-section .top-area h2 {
            display: inline-block;
            color: #00395f;
        }

        .policy-section .top-area ul {
            display: inline-block;
            margin: 0 0 0 20px;
            padding: 0;
        }

            .policy-section .top-area ul li {
                list-style: none;
                display: inline-block;
                width: 195px;
                padding: 10px;
                background: #2883bf;
                font-size: 14px;
                color: #fff;
                font-weight: 700;
                border-left: 1px solid #ddd;
                margin-left: -3px;
                text-align: left;
                border-top: 1px solid #ddd;
            }

                .policy-section .top-area ul li:last-child {
                    border-right: 1px solid #ddd;
                }

    .policy-section .policy-detail {
        background: #fff;
    }

        .policy-section .policy-detail ul {
            margin: 0;
            padding: 0;
            border-top: 1px solid #ddd;
        }

            .policy-section .policy-detail ul li {
                list-style: none;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
            }

                .policy-section .policy-detail ul li p {
                    padding: 10px 30px;
                    margin: 0;
                    width: 64%;
                    display: inline-block;
                    vertical-align: middle;
                    border-right: 1px solid #ddd;
                    text-align: right;
                }

                .policy-section .policy-detail ul li span {
                    width: 18%;
                    display: inline-block;
                    padding: 10px 0 11px 10px;
                    border-right: 1px solid #ddd;
                    margin-right: 10px;
                }

.field-validation-error span {
    color: red;
}

main .container {
    min-height: 455px;
}

.commission-info .percent input {
    width: 90%;
    margin-right: 5px;
}

.license-info .add-label {
    margin: -20px 0 30px;
}

    .license-info .add-label label {
        text-transform: capitalize;
    }

.table > thead > tr > th {
    border-bottom: 0;
    background: #f0f4f8;
}

.stats-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

    .stats-table > thead > tr > th {
        border-bottom: 0;
    }

    .stats-table > thead > tr > th, .stats-table > tbody > tr > th, .stats-table > tfoot > tr > th, .stats-table > thead > tr > td, .stats-table > tbody > tr > td, .stats-table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .stats-table tbody tr td:first-child {
        background: #f0f4f8;
    }

.search-detail {
    width: auto;
    margin: 0 auto 30px;
    padding: 30px 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px;
}

    .search-detail .general-info {
        border: 0;
        padding: 0;
        margin: 0;
    }

.irrigation-policy .cs-label label {
    display: block;
    font-size: 14px;
    color: #000;
}

.irrigation-policy .cs-label input[type="text"] {
    width: 50%;
}

.irrigation-policy .form-holder ul {
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}

    .irrigation-policy .form-holder ul li {
        list-style: none;
        font-size: 12px;
        color: #000;
        margin: 4px 0;
    }

        .irrigation-policy .form-holder ul li span {
            display: inline-block;
            padding: 2px 0;
            background: #2883bf;
            color: #fff;
            text-transform: uppercase;
            width: 72px;
            text-align: center;
            margin-left: 10px;
            border-bottom: 1px solid #88ccf8;
        }

.policy-holder {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.login-detail {
    text-align: center;
    margin: 100px 0 0;
}

.login-holder {
    width: 435px;
    margin: 0 auto 30px;
}

    .login-holder .logo {
        margin-bottom: 30px;
    }

    .login-holder .login-user {
        border: 1px solid #e3e3e3;
        border-radius: 5px;
        padding: 15px 40px;
        margin-bottom: 20px;
    }

        .login-holder .login-user:after {
            display: block;
            clear: both;
            content: '';
        }

        .login-holder .login-user h2 {
            color: #012d4b;
            text-align: left;
            margin: 0 0 20px;
        }

        .login-holder .login-user input[type="text"] {
            width: 100%;
            height: 40px;
            border: 1px solid #bdbdbd;
            border-radius: 4px;
            margin-bottom: 15px;
            padding: 0 10px;
        }

        .login-holder .login-user input[type="password"] {
            width: 100%;
            height: 40px;
            border: 1px solid #bdbdbd;
            border-radius: 4px;
            margin-bottom: 15px;
            padding: 0 10px;
        }

        .login-holder .login-user input[type="submit"] {
            background: #2883bf;
            color: #fff;
            border: 0;
            font-size: 16px;
            text-transform: capitalize;
            float: left;
            border-radius: 6px;
            padding: 5px 30px;
            margin-bottom: 20px;
        }
/*.ui-menu-item {
    height:29px;
    font-size:large;
}
.ui-widget-content a {
    color:#2883bf !important;
    text-decoration:none !important;
}
.ui-state-hover {
    border:initial !important;
    background:initial !important;
    font-weight:initial !important;
    color:initial !important;
}*/


.user-info textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 10px 10px 0;
    color: #000;
    max-height: 150px;
    max-width: 242px;
}

.login-holder .login-user a {
    float: right;
    color: #2883bf;
    font-size: 14px;
    margin-top: 10px;
}

.login-holder p {
    color: #adadad;
    font-size: 14px;
}

.existing-role {
    margin-bottom: 10px;
}

    .existing-role h5 {
        margin: 11px 0 15px;
        color: #2883bf;
    }

        .existing-role h5 a {
            text-decoration: none;
            cursor: pointer;
        }

        .existing-role h5[class="black"] {
            margin: 11px 0 15px;
            color: black;
        }

.assign-role li a {
    color: black;
}

.existing-role ul {
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
    /*height: 107px;
    overflow-y: scroll;*/
}

    .existing-role ul li {
        list-style: none;
        border-bottom: 1px solid #dedede;
        font-size: 14px;
        color: #000;
        padding: 5px 10px;
    }

        .existing-role ul li:last-child {
            border: 0;
        }

    .existing-role ul.assign-role {
        /*height: 168px;*/
    }




footer {
    background: #555;
}

    footer .copyright {
        //padding: 30px 0;
        text-align: center;
    }

        footer .copyright p {
            color: #fff;
            font-size: 16px;
        }

        footer .copyright span {
            color: #fff;
            font-size: 16px;
        }

@media screen and (max-width: 980px) {
    .top-bar .main-menu ul li a {
        width: 85px;
        padding: 10px;
    }

    .top-bar .user-login ul li a {
        width: 60px;
    }
}

@media screen and (max-width: 640px) {
    .top-bar .logo {
        width: 100%;
        text-align: center;
    }

    .top-bar .main-menu {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-bar .user-login {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .top-bar .main-menu ul li a {
        font-size: 14px;
        width: 70px;
        padding: 10px 0;
    }

    .customer-detail .user-info {
        width: 100%;
    }
}
