﻿/* CSS Document */


body {
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
}

/*
================== Fonts Section =======================*/

/*@font-face {
	font-family: 'TrajanPro';
	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro-Regular.woff') format('woff'),
		url('../fonts/TrajanPro-Regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

/*@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/*
=========================== General Style Section =====================*/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pr {
    position: relative;
}

.form-group.mt95 {
    margin-top: 95px;
}

/*
=========================== Form Element Section =====================*/
input[type="text"] {
    height: 35px;
    padding: 0 0 0 10px;
    position: relative;
}

input[type="text"], input[type="password"], input[type="number"] {
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    width: 100%;
    border: 1px solid #ccc;
}

select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
}

    select[multiple] {
        min-height: 120px;
    }

        select[multiple] option {
            padding: 5px 10px;
        }

textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d2cece;
    padding: 5px 0 0 5px;
}

label {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: normal;
}

button.edit {
    background: rgba(74, 144, 226, 0.8);
    border: 1px solid #f5a623;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 6px 45px;
    margin: 0 10px 0 0;
}


button.submit {
    background: rgba(74, 144, 226, 0.8);
    border: 1px solid #4a90e2;
    color: #fff;
    font-size: 14px;   
    padding: 6px 45px;
}
button.submit:hover{
    background: #4a90e2;
}

/*
=================== Login Section ==================*/
.loginWrapper {
    margin: 150px 0 0;
    padding: 0;
    position: relative;
}

    .loginWrapper figure {
        text-align: center;
        margin: 0 0 80px;
    }

    .loginWrapper form {
        margin: 0;
        padding: 0;
    }

        .loginWrapper form input {
            margin: 0 0 15px 0;
            font-family: 'Open Sans Condensed', sans-serif;
            letter-spacing: 3px;
        }

            .loginWrapper form input[type="text"] {
                width: 100%;
                border: none;
                border-bottom: 1px solid #979797;
                background: none;
                text-transform: none !important;
            }

            .loginWrapper form input[type="password"] {
                width: 100%;
                border: none;
                border-bottom: 1px solid #979797;
                background: none;
                padding: 0 0 0 10px;
                height:35px;
                margin:0px;
            }

            .loginWrapper form input::-moz-placeholder {
                color: #4a4a4a;
                font-size: 18px;
            }

            .loginWrapper form input::-webkit-input-placeholder {
                color: #4a4a4a;
                font-size: 18px;
            }

            .loginWrapper form input:-ms-input-placeholder {
                color: #4a4a4a;
                font-size: 18px;
            }

        .loginWrapper form button.loginSubmit {
            background: #00a9ff none repeat scroll 0 0;
            border: medium none;
            border-radius: 0;
            color: #fff;
            display: block;
            letter-spacing: 3px;
            margin: 0 auto;
            padding: 6px 45px;
            text-align: center;
            width: 160px;
        }



/*
=================== Customized Bootstrap Nav Bar Section ==================*/
header {
    background: -webkit-linear-gradient(90deg, #455366, #232c39);
    background: -o-linear-gradient(90deg, #455366, #232c39);
    background: -moz-linear-gradient(90deg, #455366, #232c39);
    background: linear-gradient(90deg, #455366, #232c39);
}

.navbar {
    border-radius: 0;
    border: none;
}

.navbar-nav {
    margin: 0 0 0 20px;
}

.navbar-brand {
    height: auto;
}

.navbar-default {
    background-color: transparent;
    border-color: none;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #4a90e2;
        background-color: transparent;
        border-bottom: 3px solid #f5a623;
        border-radius: 0px 2px 2px 2px;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}

.navbar-nav > li {
    padding: 0 40px 0 0;
}

    .navbar-nav > li > a {
        padding-bottom: 5px;
        padding-top: 45px;
        outline: 0;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #4a90e2;
        background-color: transparent;
    }


/*
===================== BreadCrumb Out Section ====================*/
.breadCrumbOut {
    border-bottom: 1px solid #979797;
}

    .breadCrumbOut h3 {
        font-size: 18px;
        letter-spacing: 3px;
        color: #4a90e2; /*text-transform:uppercase;*/
        margin: 0 0 15px 0;
    }

button.addNew {
    background: #5cb85c;
    border: 1px solid #5cb85c; /*text-transform:uppercase;*/
    font-size: 12px;
    letter-spacing: 3px;
    padding: 6px 45px;
    color: #fff;
    margin-bottom: 10px;
}

.btn-success:focus, .btn-success.focus {
    color: #FFF;
    background-color: #78C227;
    border-color: #78C227;
}

.breadCrumbOut .breadcrumb {
    margin: 0 0 12px 0;
    padding: 0;
}

    .breadCrumbOut .breadcrumb li a {
        font-size: 18px;
        letter-spacing: 3px;
        color: #9b9b9b; /*text-transform:uppercase;*/
    }

    .breadCrumbOut .breadcrumb li.active a {
        color: #4a90e2;
    }

    .breadCrumbOut .breadcrumb > li + li::before {
        color: #9b9b9b;
        content: "> ";
        padding: 0 5px;
    }

/*
========================= widget section ===============*/


.subWidget {
    padding: 10px;
    border: 1px solid #d2cece;
}

    .subWidget strong {
        color: #4a4a4a;
    }

    .subWidget p {
        color: #9b9b9b;
    }

.widget h3 {
    font-size: 18px;
    color: #4a90e2;
    margin: 4px 0 0px 15px;
}

.widget table thead {
    background: #4a90e2;
}

    .widget table thead tr th {
        height: 16px;
        line-height: 16px;
        color: #FFF;
        padding: 10px;
        text-align: left;
        font-size: 14px;
        vertical-align: middle;
        font-weight: normal;
    }

.widget table tbody tr td {
    height: 35px;
    color: #4a4a4a;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
}
table.dataTable thead .sorting{
    text-align:left;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f6f6f6;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}


/*
========================= Carriers section ===============*/
.carriers .form-group label {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: normal;
}


/*
================ Footer Section =====================*/
footer {
    margin: 40px 0 0 0;
    padding: 20px;
    background: -webkit-linear-gradient(90deg, #455366, #232c39);
    background: -o-linear-gradient(90deg, #455366, #232c39);
    background: -moz-linear-gradient(90deg, #455366, #232c39);
    background: linear-gradient(90deg, #455366, #232c39);
}

    footer .footerMenu {
        margin: 0;
        padding: 0;
    }

        footer .footerMenu li {
            margin: 0 40px 0 0;
            padding: 0;
            display: inline-block;
        }

            footer .footerMenu li a {
                margin: 0;
                padding: 0;
                text-decoration: none;
                color: #fff;
                padding: 0;
            }

                footer .footerMenu li a:hover {
                    color: #4a90e2;
                }

/*
================= Service Section =====================*/
.serviceOut {
    padding: 20px;
    background: #4a4a4a;
    margin: 20px 0 0 0;
}

    .serviceOut label {
        margin: 0 0 20px 0;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .serviceOut button.edit {
        background: #f5a623;
        border: 1px solid #f5a623;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
        margin: 0 10px 0 0;
    }

    .serviceOut button.changePassword {
        background: #4a90e2;
        border: 1px solid #4a90e2;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
    }

.serviceOutLeft {
    padding: 20px;
    background: #B4D7FB;
    margin: 20px 0 0 0;
    border: 1px solid #000;
    border-radius: 5px;
}

    .serviceOutLeft label {
        margin: 10px 0 10px 0;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .serviceOutLeft button.edit {
        background: #f5a623;
        border: 1px solid #f5a623;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
        margin: 0 10px 0 0;
    }

        .serviceOutLeft button.edit:hover {
            color: #000;
        }

    .serviceOutLeft button.changePassword {
        background: #4a90e2;
        border: 1px solid #4a90e2;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
    }

.serviceOutRight {
    padding: 20px;
    background: #fff;
    margin: 20px 0 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    min-height: 192px;
}

    .serviceOutRight label {
        margin: 0 0 20px 0;
        padding: 0;
        color: #000;
        font-size: 14px;
    }

    .serviceOutRight button.edit {
        background: #f5a623;
        border: 1px solid #f5a623;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
        margin: 0 10px 0 10px;
    }

        .serviceOutRight button.edit:hover {
            color: #000;
        }

    .serviceOutRight button.changePassword {
        background: #4a90e2;
        border: 1px solid #4a90e2;
        color: #fff; /*text-transform:uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
    }

/*
================= Filter Section =====================*/
.filterOut {
    margin: 0 0 20px 0;
}

    .filterOut .searchIcon {
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #000;
        top: 8px;
    }

        .filterOut .searchIcon:hover {
            text-decoration: none;
        }

/*
================= Program Details Section =====================*/
.programDetails {
    margin: 0;
    padding: 0;
}

    .programDetails h6 {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: normal;
    }

    .programDetails label.subLabel {
        color: #9b9b9b;
        font-size: 14px;
    }

    .programDetails p {
        font-weight: 800;
    }

    .programDetails .cb {
        position: absolute;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
    }

        .programDetails .cb + label {
            position: relative;
            padding: 0 0 0 20px;
            font-size: 16px;
            line-height: 16px;
            color: #373c40;
            font-size: 14px;
            margin: 0;
        }

            .programDetails .cb + label:before {
                content: "";
                display: block;
                position: absolute;
                height: 16px;
                width: 16px;
                border: 1px solid #d2cece;
                text-align: center;
                font-size: 14px;
                line-height: 16px;
                color: #fff;
                left: 0;
                top: -12px;
            }

        .programDetails .cb:checked + label:before {
            content: "\2713";
            background-color: #00a9ff;
            border: none;
        }

    /*.programDetails .editDel {
        color: #4a4a4a;
        font-size: 23px;
        margin: 0 0 0 10px;
    }*/

        .programDetails .editDel:hover, .programDetails .editDel:focus, .programDetails .editDel:visited {
            text-decoration: none;
        }

/*
======================== Customized Bootstrap Modal Section ======================*/
.modal .modal-dialog .modal-content {
    border-radius: 0;
}

    .modal .modal-dialog .modal-content .modal-header h4 {
        color: #4a90e2;
    }

    .modal .modal-dialog .modal-content .modal-body input[type="text"], .modal .modal-dialog .modal-content .modal-body input[type="password"], .modal .modal-dialog .modal-content .modal-body input[type="number"] {
        box-shadow: none;
        border-radius: 0;
        outline: 0;
        border: 1px solid #d2cece;
    }

    .modal .modal-dialog .modal-content .modal-body select {
        width: 100%;
        height: 35px;
        border: 1px solid #d2cece;
    }

    .modal .modal-dialog .modal-content .modal-body textarea {
        width: 100%;
        resize: none;
        border: 1px solid #d2cece;
        min-height: 160px;
    }

    .modal .modal-dialog .modal-content .modal-body button.edit {
        background: #f5a623;
        border: 1px solid #f5a623;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
        margin: 0 10px 0 0;
    }

    .modal .modal-dialog .modal-content .modal-body button.submit {
        background: #4a90e2;
        border: 1px solid #4a90e2;
        color: #fff;
        /*text-transform: uppercase;*/
        font-size: 12px;
        letter-spacing: 3px;
        padding: 6px 45px;
    }

    .modal .modal-dialog .modal-content .modal-body .form-group label {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: normal;
    }

    .modal .modal-dialog .modal-content .modal-body select[multiple] {
        min-height: 160px;
    }

        .modal .modal-dialog .modal-content .modal-body select[multiple] option {
            padding: 5px 10px;
            color: #9b9b9b;
            font-size: 14px;
        }

button.submit:hover {
    color: #fff;
}

.searchSection #custom-search-input {
    padding: 0px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 -15px 0 0;
}

    .searchSection #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    .searchSection #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        .searchSection #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    .searchSection #custom-search-input .glyphicon-search {
        font-size: 23px;
    }

.searchSection .form-control {
    height: 30px;
    width: 100%;
}

.searchSection ul li {
    display: inline-block;
    list-style: none;
}
/*
======================== Media Queries =================*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

@media all and (max-width: 767px) {
    .navbar-toggle {
        margin-top: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

.fadein {
    position: relative;
    width: 5px;
    height: 50px;
}

    .fadein img {
        position: absolute;
        left: 0;
        top: 0;
    }
     .widget.settingOptions h3{
        
         font-size:24px;
     }
    .widget.settingOptions ul li{
        display:block;
        list-style:none;
         padding:30px 0 30px 0;
        
    }
     .widget.settingOptions ul li a{
       text-decoration:none;
      
       font-size:20px;
       
    }
     .tblBtn{
         width:56%;
         font-size:12px;
     }
     .icon-trashcan3:before {
    content: "\f0d0";
    margin: 0 3px 0 0;
}
       .percent{
           padding:0;
           margin:0;
       }
     .percent li{
         display:inline-block;
         list-style:none;
         padding:0;
         margin:0;
     }

/*
============ Datepicker CSS======== */
.ui-datepicker{
    box-shadow: 2px 3px 1px #DEDDDD;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{font-size:13px;margin-left: -14px !important;}

/*=======Automobile Insurance ==========*/
h2 {
    color: #0790F5;
}

.automobileInsur h2 {
    color: #65B3EC;
    font-size: 23px;
    margin: 35px 0 0 0;
}

.automobileInsur .topContent {
    padding: 10px 15px;
}

    .automobileInsur .topContent h3 {
        color: #65B3EC;
        font-size: 20px;
    }

    .automobileInsur .topContent h5 {
        color: #84C8F9;
        font-size: 15px;
    }

    .automobileInsur .topContent figure img {
        width: 100%;
        max-width: 100%;
    }

    .automobileInsur .topContent figure {
        margin: 0 0 0 0;
    }

    .automobileInsur .topContent article p {
        color: #6F6D6D;
        font-weight: bold;
        font-size: 16px;
    }

.automobileInsur .contentList {
    padding: 10px 15px;
}

    .automobileInsur .contentList h5 {
        color: #65B3EC;
        font-size: 18px;
    }

    .automobileInsur .contentList .content li {
        color: #232c39;
        font-size: 14px;
        margin: 10px 0 0 0;
        line-height: 25px;
        font-weight: bold;
    }

.automobileInsur .appReq {
    padding: 10px 15px;
}

    .automobileInsur .appReq h3 {
        color: #65B3EC;
        font-size: 20px;
    }

    .automobileInsur .appReq h5 {
        color: #0790F5;
        font-size: 18px;
    }

    .automobileInsur .appReq article p {
        color: #6F6D6D;    
        font-size: 16px;
    }
    .automobileInsur .appReq .programWidjet {
         padding: 15px 10px 0 10px;
    border: 1px solid #ccc;
    margin: 5px;
    min-height: 102px;
    }

          .automobileInsur .appReq .subReq {
         padding: 15px 10px;
    border: 1px solid #ccc;
    margin: 5px;

    }
          .automobileInsur .appReq .subReq  h3{
              font-size:15px;
              color:#DC2525;
                  text-align: center;
          }

          .automobileInsur .appReq .subReq h4{font-size:15px; margin:0;}

     .automobileInsur .appReq .programWidjet Right {        
        padding: 0;
        float:right;
    }
        .automobileInsur .appReq .programWidjet article {
            padding: 10px 5px;
        }

        .automobileInsur .appReq .programWidjet h4 {
            color: #65B3EC;
            font-size: 16px;
            margin: 0 0 5px 0;
        }

        .automobileInsur .appReq .programWidjet p.success {
            color: #66bb6a;
            font-size: 14px;
        }

        .automobileInsur .appReq .programWidjet p {
            font-size: 14px;
            margin:0;
        }

        .automobileInsur .appReq .programWidjet h3.warning {
            font-size: 15px;
            color: #ff9600;
            margin: 35px 10px 0 0;
            float: right;
        }

        .automobileInsur .appReq .programWidjet h3.success {
            font-size: 15px;
            color: #66bb6a;
            margin: 0 10px 0 0;
            float: right;
        }

.automobileInsur .btn {
    border: none;
    border-radius: 3px;
    padding: 5px 65px;
    margin: 0 0px 10px 0;
}

.automobileInsur p.linksHeading {
    font-size: 20px;
    color: #232c39;
    font-weight: bold;
    margin: 20px 0 0 0px;
    padding: 15px 0 0 0;
}

.automobileInsur a {
    font-weight: bold;
    color: #65B3EC;
    text-decoration: none;
}
/*======My Profile=========*/
.myProfile h2 {
    color: #65B3EC;
    font-size: 20px;
}

.myProfile .profileDetails {
    padding: 10px 15px;
}

    .myProfile .profileDetails label {
        margin: 10px 0 0 0;
        color: #717171;
        font-size: 16px;
    }

        .myProfile .profileDetails label a.select {
            margin: 10px 0 0 0;
            color: #9CD1F9;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .myProfile .profileDetails .form-control {
        border-radius: 0;
        box-shadow: none;
        height: 40px;
        margin: 5px 0 0 0;
        border: 1px solid #E4E4E4;
        color: #ccc;
    }

    .myProfile .profileDetails .address {
        border: 1px solid #ccc;
        padding: 10px 15px;
        margin: 15px 15px;
        width: 47%;
    }

    .myProfile .profileDetails .interests label {
        background-color: #0790F5;
        color: #fff;
        padding: 5px;
    }

        .myProfile .profileDetails .interests label a {
            color: #fff;
            margin: 0 0 0 30px;
        }

.myProfile .btn {
    border: 0;
    border-radius: 3px;
    padding: 5px 65px;
    margin: 0 10px 10px 0;
}

.myProfile .tags li {
    padding: 5px;
    background: #65B3EC;
    font-size: 16px;
    margin: 15px 0 0 15px;
    color: #fff;
    border-radius: 3px;
}

    .myProfile .tags li span {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

    .myProfile .tags li a {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin: 0 0 0 30px;
        text-decoration: none;
    }
/*========My Applications=========*/
.myApplications h2 {
    color: #65B3EC;
    font-size: 23px;
}

.myApplications .applicationLists {
    padding: 0px 15px;
    border: 1px solid #ccc;
    margin: 20px 15px;
}

    .myApplications .applicationLists article h4 {
        color: #65B3EC;
        font-size: 16px;
    }

    .myApplications .applicationLists article p {
        color: #828181;
        letter-spacing: 1px;
        font-size: 13px;
    }

        .myApplications .applicationLists article p span {
            color: #C3C3C3;
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 10px;
        }

    .myApplications .applicationLists article h3.warning {
        font-size: 15px;
        color: #ff9600;
    }

    .myApplications .applicationLists article h3.success {
        font-size: 15px;
        color: #66bb6a;
    }

    .myApplications .applicationLists .chatList {
        background: #4081C5;
        padding: 40px 31px;
        height: 100px;
    }

        .myApplications .applicationLists .chatList span {
            position: absolute;
            color: #fff;
            background-color: red;
            padding: 3px;
            text-align: center;
            top: 26%;
            right: 25%;
            font-size: 10px;
            height: 20px;
            width: 20px;
            border-radius: 50px;
        }

        .myApplications .applicationLists .chatList i {
            font-size: 30px;
            color: #fff;
        }

.myApplications .btn-warning {
    border: 0;
    border-radius: 3px;
    padding: 5px 65px;
    margin: 0 20px 30px 0;
}

.myApplications li .form-control {
    width: 150px;
    border-radius: 2px;
    margin: 0 0 0 10px;
}

.myApplications .sort {
    margin: 10px 0 0 0;
    float: right;
}

    .myApplications .sort a {
        font-size: 14px;
        color: #65B8F5;
    }
/*===========Subscription===========*/

.mySubscription h2 {
    color: #65B3EC;
    font-size: 23px;
    margin: 0;
}

.mySubscription .modal-header .close {
    margin-top: -30px;
    color: #fff;
    opacity: 1;
}

.mySubscription h4 {
    color: #65B3EC;
    margin: 0;
}

.mySubscription h5 {
    color: #fff;
}

.mySubscription .subscription {
    padding: 10px 15px;
}

    .mySubscription .subscription article h4 {
        color: #65B3EC;
        font-size: 18px;
    }

    .mySubscription .subscription article p {
        color: #232c39;
        font-size: 14px;
        font-weight: bold;
    }

    .mySubscription .subscription .btn-warning {
        border: 0;
        border-radius: 3px;
        padding: 5px 60px;
    }

    .mySubscription .subscription a.danger {
        color: red;
        text-decoration: underline !important;
        float: right;
    }

    .mySubscription .subscription .form-control {
        border-radius: 0;
    }

    .mySubscription .subscription .pr i {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 22px;
    }

    .mySubscription .subscription .table {
        margin: 20px 0;
    }

        .mySubscription .subscription .table th {
            color: #fff;
            background-color: #3095E0;
            font-size: 15px;
            font-weight: bold;
            padding: 15px 0px 15px 10px;
        }

        .mySubscription .subscription .table td {
            font-weight: bold;
            font-size: 14px;
            color: #8E8D8D;
            padding: 15px 10px;
            border: 0;
        }

.mySubscription .modal-content {
    border-radius: 0;
}

    .mySubscription .modal-content .modal-header {
        background: #0790F5;
        color: #fff;
    }

    .mySubscription .modal-content .modal-body td {
        border: 0;
    }

    .mySubscription .modal-content .modal-body .btn-warning {
        border: 0;
        border-radius: 3px;
        padding: 5px 65px;
    }
/*==========Footer page======*/
/*footer {
    margin: 40px 0 0 0;
    padding: 20px;
    background: #232c39;
}*/

    footer .footerMenu {
        margin: 0;
        padding: 0;
    }

        footer .footerMenu li {
            margin: 0 40px 0 0;
            padding: 0;
            display: inline-block;
        }

            footer .footerMenu li a {
                margin: 0;
                padding: 0;
                text-decoration: none;
                color: #fff;
                padding: 0;
            }

.caret:focus {
    color: #fff;
}

.widget {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    position:relative;
        margin: 20px 0 20px 0;
}
.widget.loadingOut{position:relative;}


.widgetpl {
    background: #fff;
    padding-left: 20px;
    border-radius: 3px;
}

.widgetSec {
    background: #fff;
    border-radius: 3px;
}

#twitter-widget-0 {
    height: 300px !important;
}

/*=======Notification and Profile DropDown Menu=====*/
.customddMenu.dropdown-menu {
    right: 20px !important;
}

.notifyOut {
    margin: 10px 0 0 0;
    padding: 0;
    float: right;
}

    .notifyOut li {
        margin: 0 0 0 10px;
        padding: 0;
        display: inline-block;
        list-style: none;
    }

        .notifyOut li .actionBtn {
            color: #fff;
            font-size: 22px;
        }

        .notifyOut li .dropdown .dropdown-menu {
            right: 0px !important;
            left: inherit;
            width: 240px;
            /* overflow: hidden; */
            border-radius: 0;
            border-top: none;
            border-bottom: 1px solid #757575;
            border-left: 1px solid #757575;
            border-right: 1px solid #757575;
            padding: 0;
            box-shadow: none;
            margin: 10px 0 0 0;
            z-index: 9999;
        }

            .notifyOut li .dropdown .dropdown-menu::before {
                width: 0;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2181C1;
                position: absolute;
                top: -9px;
                right: -1px;
                content: "";
            }

            .notifyOut li .dropdown .dropdown-menu li {
                margin: 0;
                display: block;
                border-bottom: 1px solid #999;
            }

                .notifyOut li .dropdown .dropdown-menu li:last-child {
                    border-bottom: none;
                }

                .notifyOut li .dropdown .dropdown-menu li a {
                    display: block;
                    width: 100%;
                    padding: 10px;
                }

                    .notifyOut li .dropdown .dropdown-menu li a > span {
                        font-weight: 800;
                        display: block;
                    }

                    .notifyOut li .dropdown .dropdown-menu li a > p {
                        margin: 0;
                        white-space: normal;
                        font-size: 13px;
                    }

                .notifyOut li .dropdown .dropdown-menu li:first-child p {
                    background: #2181C1;
                    color: #fff;
                    padding: 5px;
                    margin: 0;
                }

            .notifyOut li .dropdown .dropdown-menu.bbNone li {
                margin: 0;
                display: block;
                border-bottom: none;
            }

                .notifyOut li .dropdown .dropdown-menu.bbNone li a {
                    display: block;
                    width: 100%;
                    padding: 5px;
                }
.carousel-inner{
    height:158px;
}
/*===========Last page==============*/
.widget.linksPage p{
	font-size: 18px;
	color:#337ab7;
	margin: 0 0 0 10px;
}
.widget.linksPage h6{
	font-size: 16px;
	padding: 0 0 0 15px;
}
.widget.linksPage ul.alphabetLink li{
	display: inline-block;
	padding: 3px 9px;
	font-size: 12px;
	color:#232c39;
}
.widget.linksPage ul.alphabetLink li a{
	display: inline-block;
	padding: 3px;
	font-size: 16px;
	color:#232c39;
}
.widget.linksPage ul.alphabetList li{
	display: block;
	padding: 3px;
	font-size: 16px;
	color:#232c39;
}
.widget.linksPage ul.alphabetList li a{
	display: block;
	padding: 3px;
	font-size: 16px;
	color:#232c39;
}

.widget.pd{padding:20px;}
.widget figcaption{    
    font-weight: 600;
    font-size: 20px;
    padding: 5px 0;
}
.widget figure{
    height:260px;
    width:194px;
    overflow:hidden;
    display:block;
}
    .widget figure img {
        width: 100%;
        max-width: 100%;
    }
.article-content{margin: 25px 0 0 0; padding:0px; }
.article-content a{background-color: orange;padding: 5px;color: #fff;border-radius: 3px;}
.article-content h4{color:#2c95dd; font-size:14px;}
.article-content p{color:#828282;}
.article-content article{padding:1px 0;}
.contentList .listdisplay ul li{display: block;margin: 10px 2px 3px 24px;}
.automobileInsur .contentList .content.pd10 li{    margin: 10px 0 0 25px;}
.automobileInsur .contentList .listdisplay .content li{margin: 10px 0 0 16px;}
.automobileInsur .messagebox .btn{margin-top:10px;}
.automobileInsur .messagebox h4{color:#65B3EC;}
.automobileInsur .messagebox textarea{resize:none;border-radius: 0;}
.contentList .content span{color:#65B3EC; font-size:16px;}
.automobileInsur .topContent .covertop{padding: 25px 0;}
.covertop p i{color:orange; font-size:30px;}

.automobileInsur .lft button {
  
    margin: 0 10px 10px 65px;
}

.automobileInsur .appReq .da{color:#ff8c89;}
.searchRight a.searchIcoLeftSec {
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: -33px;
    color: #fff;
    background: #ff9600;
    padding: 7px;
}
.progarmTable span {
       position: absolute;
    color: #fff;
    background-color: red;
    padding: 3px;
    text-align: center;
    bottom: 14px;
    left: 14px;
    font-size: 7px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
}
.progarmTable i{
	font-size: 20px;
}
.automobileInsur .appReq .programWidjet.mail {
    margin: 10px 0;
    padding: 0;
    border: none;
    min-height: auto;
    
    
}
.automobileInsur .appReq .programWidjet.mail.Right {
	margin: 0 15px;
    float:right;
}
.resultscontent .rightContent kbd{
	font-weight: 300;
    padding: 3px 8px;
    margin: 0 5px 0 0;
    border-radius: 0;
    font-size: 10px;
    background: #91A9BB;
    border-color: #91A9BB;
}
.rightContent p{
	font-weight: 600;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before{margin:0;}
.automobileInsur .content li{display:block;font-weight: bold;}


.headerBottom.border.txt a{color:#2c95dd; word-spacing: 10px;}

.editDel {
    color: #4a4a4a;
    font-size: 16px;
    margin: 0 0 0 10px;
}


.editDelPgm {
    color: #4a4a4a;
    font-size: 16px;
    margin: 5px 0 0 10px;
}
.approveListTbl{
    width:60%;
    margin:15px auto 0 auto;
}


.deact{color:red !important;}
.deacttemp {color:#23527c;}


#CompanyIndex table thead tr th{width:auto !important;}
#companylist td {
word-break: break-word;
}

.bannerOut{width:100%;}
.bannerOut img{max-width:100%; max-width:100%;}

/*.appDetBtn{width: 154px; padding:10px !important;}*/

#formsdisplay input[type="button"]{padding: 5px 0;    width: 154px;}
#programSave button{padding: 5px 0; width: 154px; margin:0 10px 2px 0 !important}
#programSave select{ height: 30px; }
.appReq input[type="button"]{padding: 5px 0;    width: 154px; text-transform:capitalize !important;}

#ProgramFormList input[type="button"]{padding: 5px 0;    width: 110px;}

#programSave select{width:auto;}
hr{    margin-top: 10px;
    margin-bottom: 10px;}

 #AgreementForm input[type="button"], #formsdisplay input[type="button"]{width: 100%; padding: 5px 30px; margin: 0 0 10px 0;}


 .companyDetails{margin:0; padding:0;}
 .companyDetails .bannerOut{position:relative; width:100%;}
 .companyDetails .bannerOut .noBanner{position:absolute; top:50%; left:50%; font-size:18px;}
 .companyDetails .bannerOut .bannerThumb{position: relative; width: 270px; height: 140px; border: 2px solid #E5E5E5;}
 .companyDetails .bannerOut .bannerThumb .noBanner{position:absolute; top:50%; left:50%; font-size:18px;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload{position: absolute; bottom: 5px; left: 10px;  text-decoration: none; display: block; width: 100%;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload:hover{background-color: rgba(0,0,0,0.5); display: block; padding: 5px; width: 100%;  left: 0;   bottom: 0; text-decoration:none;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload:focus{text-decoration:none;outline: 0;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload:hover span{bottom:6px; visibility:visible; opacity:1;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload:hover span, .companyDetails .bannerOut .bannerBig .bannerThumb .bannerThumbUpload:active span, .companyDetails .bannerOut .bannerBig .bannerThumb .bannerThumbUpload:focus span{text-decoration:none;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload i{color: #fff; font-size: 20px; float: left;}
 .companyDetails .bannerOut .bannerThumb .bannerThumbUpload span{color: #fff; font-size: 13px; margin:0 0 0 7px; float: left; position:absolute; bottom:-40px; overflow:hidden; opacity: 0; visibility: hidden;}
 .companyDetails .bannerOut .bannerThumb img{width:266px; height:136px}
 

 #imagePreviewContainer {display: flex; justify-content: center;}
 #imagePreview, #imagePreviewAccolade {display:none; max-height: 200px; margin-top: 10px; margin-bottom: 10px;}
 #CompanyUser div.bannerThumb, #CompanyAccolade div.bannerThumb, .image-preview-container {display: flex; justify-content: center; width: 100%; margin-bottom: 10px; }
 #CompanyUser div.bannerThumb > div, #CompanyAccolade div.bannerThumb > div, .image-preview-container > div {display:flex; flex-direction: column;}
 #contactImageThumbnail, #accoladeImageThumbnail, .image-preview {max-height: 200px;}
 .hideElement {display: none !important;}

.thumnailModal .modal-header{background: #337AB7; padding:10px;}
.thumnailModal .modal-header h4{color:#fff !important;}
.thumnailModal .close{color:#fff; opacity:1;    margin-top: 0;}
.thumnailModal .modal-footer{border-top:none;}


.addPhotoDetails{margin:40px 0 0 0;}
.addPhotoDetails .galleryToggle{float:right;}
.addPhotoDetails .galleryHidden { display: none; float:left; border:1px solid #fafafa; padding:10px; width: 100%; margin: 10px 0 0 0;}
.addPhotoDetails .galleryHidden .addPhoto{text-decoration:none;     display: block; text-align: right;}
.addPhotoDetails .galleryHidden .addPhoto span, .addPhotoDetails .galleryHidden .addPhoto i{color:#999; font-size:16px;}
.addPhotoDetails .galleryHidden .addPhoto:hover, .addPhotoDetails .galleryHidden .addPhoto:active, .addPhotoDetails .galleryHidden .addPhoto:focus{text-decoration:none; outline:0;}
.addPhotoDetails .galleryHidden .thumbnailOut{margin:0; padding:0; position:relative;}


.thumbnailContainer{margin:0; padding:0; width:100%;}
.thumbnailContainer li{margin:0 0 10px 0; padding:0; float:left; display:inline-block; position:relative;}
.thumbnailContainer li .galleryImg{padding: 3px; text-decoration: none; display: block; width: 184px;  height: 184px;}
.thumbnailContainer li .galleryImg img{width:100%; max-width:100%;}
.thumbnailContainer li .delete{position:absolute; right:10px; top:10px; color:#fff; background-color: rgba(0,0,0,0.5); padding:5px; border-radius:50%; font-size:14px;}
.thumbnailContainer li .delete:hover, thumbnailContainer li .delete:active, thumbnailContainer li .delete:focus{text-decoration:none;}


/*
================ Enable / Disable Fancy Button CSS ====================*/
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        margin: 10px 10px 0 0;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
        margin: 0;
}
.onoffswitch-inner {
    display: block; width: 202%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Enable";
    padding-left: 10px;
    background-color: #465C7B; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Disable";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}




.checkProgram{margin:0; padding:0;}
.checkProgram input[type="checkbox"]{ float: left;}
.checkProgram span{float:left;  margin: 0 0 0 5px;}

.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin:0;
}


/*#CompanyIndex_wrapper select {
    width:auto;
    
}*/

/*Tree structure*/
.treeContainer 
{
	padding: 15px;
 }
.treeContainer .lists li a {
    text-decoration:underline;
	color: #717171;
}
.treeContainer .lists{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
  }
.treeContainer .lists li {
		    margin: 4px 0 0 0;
    list-style: none;
    display: block;
}

.treeContainer .actionBtns{
   /*position: absolute;*/
     font-size: 17px;
    top: 20px;
    right: 25px;
    color: #717171;
    text-decoration:none;
}
.treeContainer .actionBtns.mdi-plus-box{
right: 50px;

}
.pr{position:relative;}

.treeContainer .update
{
    background: rgba(74, 144, 226, 0.8);
    border: 1px solid #4a90e2;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
}




.tree{
    max-height: 600px;
    overflow: auto;
}
.tree ul {
    list-style: none outside none;
}
.tree li{
    position: relative;
}
.tree li a {
    line-height: 25px;
    color: #333;
    text-decoration: none;
    margin: 0 5px 0 0;
}
.tree > ul > li > a {
    color: #3B4C56;
    
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > a {
    padding: 0 0 0 28px;
        display: block;
}
.tree li.parent > a:before {
    background-image: url("../img/arrowright.png");
    background-position: 25px center;
     content: ""; 
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 20px;
}
.tree ul li.active > a:before {
    background-position: 0 center;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
    z-index:99;
}
.plussign:before{
    background-image:none !important;
content:"\f505" !important;
    display:initial;
    font-family:"Material Design Icons";
    top: -17px !important;
    left: 20px !important;
    z-index:9999;
}





/*
====================== Loader ===================*/
.loaderOut {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 99;
}
.sk-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 2%;
}


.sk-circle.small {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -60px !important;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.ErrorMsg {
    color :red !important;
}


/**
* Demo Styles
*/

html { height: 100%;box-sizing: border-box;}
body {position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%;}


/**
* Footer Styles
*/

.footer {position: absolute; right: 0; bottom: 0; left: 0; padding: 20px; background-color: #efefef;}



.btn-primary.cancel {
    color: #fff;
    background-color:  #455366;
    border-color:  #455366;
}

.btn-primary.cancel:hover {
    color: #fff;
    background-color:  #536278;
    border-color:  #536278;
}


