
@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);


@import url(http://weloveiconfonts.com/api/?family=fontawesome);






/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}
/* entypo */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.settings_tab[class*="entypo-"]:before, .settings_tab[class*="fontawesome-"]:before {
    font-size: 1.2em;
    float: left;
    margin: 0px 0 0 10px;
}


* {
    padding: 0;
    margin: 0;
}

    *, *:after, *:before {
        box-sizing: border-box;
    }

body {
    margin: 10px 0;
    font-family: 'Segoe UI' !important;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(211, 222, 230, 1);
    background-image: url("../images/demo.png") !important;
    background-color: #E0E0E0;
}





/* Main Css */


#page-wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    width: 1170px;
    margin: 0px auto;
}

#companylogo {
    width:26%;
    /*line-height: 50px;*/
    float: left;
    margin: 5px 0 0 6px;
}

@media (max-width: 769px) {
    #companylogo {
    width: 22%;
}
}

.logo-bg {
    height: 75px;
}

.headerdiv {
    /*background: #2C4162;*/
    background: #fff !important;
    height: 14vh;
}

.headerdiv_dashboard {
    background: #96bfff;
    height: 75px;
}

/* Menu */
#menulist {
    float: right;
    height: 63px;
    margin: 0;
    text-align:center;
}

.menutxt {
    float: left;
    width: 100%;
    line-height: 0;
    line-height: 10px\9;
    line-height: 14px;
}

#menulist li {
    float: left;
    list-style-type: none;
    /*margin: 0 4px;*/
    height: 50px\9;
}

    #menulist li a {
        border-color: rgba(33, 164, 218, 1);
        /*color: #727a81;*/
        color:#003fa8;
        padding: 0px 10px 0;
        display: block;
        font-size: 1.25rem;
        font-size: 11px\9;
        font-weight: 500;
        height: 75px;
        line-height: 40px;
        /*margin-right: 10px;*/
        position: relative;
        /*text-align: center;*/
        /*text-transform: uppercase;*/
        text-decoration:none;
        outline:none;
    }

        #menulist li a span.glyphicon {
            height: 30px;
            line-height: 31px;
            text-align: center;
            width: auto;
            margin: 10px 0 0 0;
            font-size: 22px;
        }

        #menulist li a:hover {
            /*opacity: .7;*/
            background:#eee;
        }

        #menulist li a.dashboard {
        }

        #menulist li a.admin {
            width: 40px\9;
        }

        #menulist li a.logout {
            /*color: #5CAFD4;
            background: #E23232;*/
            text-shadow: none;
            width: 80px\9;
        }

.logout .menutxt {
    line-height: 28px;
}

#menulist li a.logout .glyphicon {
    background: #E23232;
    color: #fff;
}

#menulist li a.rpqc {
}

#menulist li a.current {
    /*background-color: #546B8E;*/
    background:#003fa8;
    color: #fff;
    text-shadow: none;
    width: 90px\9;
}

#menulist li a.admin.current {
    width: 60px\9;
}

#menulist li a.current:hover {
    opacity: 1;
}

#menulist li a.current:after {
    bottom: 0%;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 213, 213, 0);
    border-bottom-color: #fff !important;
    border-width: 12px;
    margin-left: -8px;
    top: 58px;
}

#menulist li a.logout .glyphicon {
    background: #E23232;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
/* End Menu */
.container-fluid.nopadding {
    padding: 0px;
}

.headingall {
    color: #333;
    font-size: 20px;
    padding: 9px 0 10px 25px;
    text-align: left;
    margin-top: 0;
    height: 55px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    width: 100%;
    max-width: 1170px;
    font-weight: normal;
    display: none;
}

.flex{display:flex;}
.left{float:left;}
.right{float:right;}

.p-lr-0{
    padding-left:0 !important;
    padding-right:0 !important;
}

.p-tb-0{
    padding-top:0;
    padding-bottom:0;
}

.p-r-0{padding-right:0 !important;}
.p-l-0{padding-left:0 !important;}

.m-lr-0{
    margin-left:0;
    margin-right:0;
}

.m-lr-15{
    margin-left:15px;
    margin-right:15px;
}

.m-tb-0{
    margin-top:0;
    margin-bottom:0;
}

.m-r-0{margin-right:0px;}
.m-l-0{margin-left:0px;}

.m-r-5{margin-right:5px;}
.m-l-5{margin-left:5px;}

.m-r-15{margin-right:15px;}
.m-l-15{margin-left:15px;}

.m-r-30{margin-right:30px;}
.m-l-30{margin-left:30px;}

.m-t-0{margin-top:0 !important;}
.m-b-0{margin-bottom:0 !important;}

.m-t-15{margin-top:15px !important;}
.m-b-15{margin-bottom:15px !important;}

.m-t-10{margin-top:10px !important;}
.m-b-10{margin-bottom:10px !important;}


/*Dashboard Styles*/
.dashboard-stats.panel {
    position: relative;
    padding: 5px 10px 5px 106px;
}

.dashboard-stats.rounded i.fa.stats-icon, .dashboard-stats.rounded.panel, .dashboard-stats.rounded i.glyphicon {
    border-radius: 50px;
}

.panel {
    margin-bottom: 30px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.dashboard-stats .sparkline {
    position: absolute;
    left: 30px;
    top: 20px;
    opacity: 0;
}

.dashboard-stats i.fa.stats-icon, .dashboard-stats .glyphicon.stats-icon {
    width: 80px;
    padding: 20px;
    font-size: 40px;
    position: absolute;
    margin-left: 10px;
    left: 0px;
    top: 8px;
    text-align: center;
    z-index: 1;
    color: #fff;
    height: 80px;
}

.text-muted {
    color: #ddd !important;
    width: 68%;
    margin: 15px auto;
}

.panel_first .dashboard-stats {
    margin-left: 1.5%;
}

.glyphicon.glyphicon-user {
    background: #003fa8;
}



/*.glyphicon.glyphicon-file {
    background: #24b68f;
}*/

.glyphicon.glyphicon-random {
    background: #FFC146;
}

.transit {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dashboard_body {
}

.recentact {
    height: 352px;
}

h4.recent {
    font-size: 16px;
    margin: 2px;
    font-weight: normal;
}

    h4.recent i {
        margin-right: 4px;
    }

    h4.recent span {
        font-weight: 600;
    }

.panel_title {
    margin: 9px 0px 6px;
    font-weight: 100;
    color: #999;
    font-size: 22px;
}

    .panel_title span {
        font-weight: 600;
        color: #666;
    }

.panel_numbertxt {
    font-size: 32px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.clientstxt {
    color: #F25C45;
}

.policytxt {
    color: #0C9;
}

.interesttxt {
    color: #FC6;
}

.logout_lead .col-sm-0.col-xs-12, .logout_lead .col-xs-12 {
    display: none;
}


/* End Dashboard Styles*/

/*Start Manage Styles*/
.glyphicon.glyphicon-interest {
    font-weight: 200;
    font-size: 16px;
    margin: 0 5px 0 0;
}

.manage_addbtns {
    padding: 4px 6px;
    font-size: 16px;
    margin: 20px 0px 8px 6px;
    color: #fff;
    float: right;
}

    .manage_addbtns:hover, .manage_addbtns:focus, .manage_addbtns:active {
        text-decoration: none;
        color: #fff;
    }

.client {
    background: #1854b9;
    border: 1px solid #1854b9;
    border-radius: 2px;
    transition:all 0.2s ease-in-out;
}

    .client:hover {
        background: #003fa8;
        border: 1px solid #003fa8;
    }



.policy {
    background: #00CC99;
    border: 1px solid #00bf8f;
    border-radius: 2px;
}

    .policy:hover {
        background: #00bf8f;
    }

.interest {
    background: #F78E4E;
    border: 1px solid #F4762A;
    border-radius: 2px;
}

    .interest:hover {
        background: #F4762A;
    }

.editinsurebtn.morebtn {
    background: #4E73AE;
    border: 1px solid #21509B;
    border-radius: 2px;
    line-height: 30px;
    float: right;
}

    .editinsurebtn.morebtn:hover {
        background: #21509B;
        border: 1px solid #0943A0;
        border-radius: 2px;
    }
/*End Manage Styles*/
/*Login  Page*/
/*.loginpage {
    background: url(../images/bg.png) repeat;
}*/

.loginscreen {
    background: #fff;
    margin: 8% auto;
    width:28%;
    /*border: 5px solid rgba(0,0,0,0.1);*/
   /*border-top: 3px solid #003fa8;*/
   border-radius: 4px;
}

.loginscreen p{
    margin:0 30px 10px;
}

.loginscreen .input-group{margin:0 30px;}

.rowHead {
    /*background: url(../images/demo.png) repeat;*/
    background-image: url('../images/bg-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 86vh !important;
    position:absolute;
    width: 100%;
    /*border: 2px solid #efefef;
    border-width: 0 1px;*/
}

.loginpage .nopad {
    padding: 0px;
}

.loginpage .btn-purple {
    font-weight: 600;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.loginpage h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0 5px;
    padding: 20px 0 15px;
    border-radius: 4px;
}

.loginpage .remember {
    margin-bottom:10px;
}

.forgetpwd {
    /*background: #f8f8f8;*/
    background: #fff;
    /*border-top: 1px solid #eee;*/
    padding:10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.forgetpwdtxt {
    font-size: 12px;
    margin: 20px 0 0 0;
    float: left;
}

.loginpage .glyphicon.glyphicon-user {
    background: none;
}

.btn-default.loginbtn {
    background: #003fa8;
    color: #fff;
    font-weight: 600;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-default.loginbtn:hover {
        background: #003fa8;
        color: #fff;
        font-weight: 600;
    }
/*End Login  Page*/
/*Footer Styles*/

.footer2 {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1170px;
    padding: 10px;
    width: 104%;
}

.ftlogo {
    margin: 8px;
    float: right;
    width: 20%;
    text-align: right;
    display: none;
}

.copyright {
    color: #666;
    font-size: 12px;
    /*float: left;*/
    width: 65%;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
}
/*End Footer Styles*/


/*Add &Edit Insure Styles*/
.insure_editfeilds {
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
}

.insure_editbtns {
    text-align: center;
}

.links_editins > div {
}

    .links_editins > div a {
        line-height: 26px;
    }

.addmedia_link {
    line-height: 20px;
    margin: 10px 0 0 0;
    float: right;
}

.customfields p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 10px 0 0 0;
    text-align: center;
}

.found_customfields {
    font-weight: normal;
    margin: 15px 0 0px 17px;
}

.hnopad {
    padding: 0px;
}

.form-horizontal .control-label.h_col_txtleft {
    text-align: center;
    padding-right: 0px;
}

.form-group.history_searcharea {
    padding: 20px 0;
    background: #FAFAFA;
    margin: -15px 0 30px 0;
    border: 1px solid #eee;
}

.reports_links > div {
    padding: 5px;
}

.form-horizontal.reports_form .form-group .control-label {
    text-align: center;
}

.customfields_addbtn {
    padding: 7px 14px;
    font-size: 16px;
    margin: 20px 0px 8px 6px;
    color: #fff;
    float: right;
    background: #F78E4E;
    border: 1px solid #F4762A;
    border-radius: 2px;
}

    .customfields_addbtn:hover {
        color: #fff;
        background: #F4762A;
        text-decoration: none;
    }

.home_addbtn {
    margin: 0px 0 0 0;
}

.insure_addbtn {
    margin: 0px 0px 8px 6px;
}

.maintenance_addbtn {
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 4px 8px;
    color: #fff;
    border-radius: 2px;
}

    .maintenance_addbtn:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        text-decoration: none;
    }

.maintenance_addbtn_print {
    background-color: #ED6D60;
    border-color: #ED6D60;
    padding: 4px 8px;
    color: #fff;
    border-radius: 2px;
}

    .maintenance_addbtn_print:hover {
        color: #fff;
        background-color: #DA5447;
        border-color: #DA5447;
        text-decoration: none;
    }

.editinsurebtn {
    width: auto;
    font-size: 13px;
    padding: 2px 5px 0 8px;
    float: left;
    margin: 0px 0px 0px 6px;
}

#menulist li a span.glyphicon.glyphicon-user {
    background: none;
}

.links_editins > div.col-sm-12.nopad {
    padding: 0px;
    margin: 0px;
}

.editinsure_boxes {
    margin: 8px 0 0 0;
}

.editinsure-stats.panel {
    position: relative;
    padding: 5px 10px 5px 46px;
    width: 100%;
    float: left;
    margin: 0 0px 0 0px;
}

.editinsure-stats i.fa.stats-icon, .editinsure-stats .glyphicon.stats-icon {
    width: 30px;
    padding: 3px;
    font-size: 20px;
    position: absolute;
    margin-left: 5px;
    left: 2px;
    top: 8px;
    text-align: center;
    z-index: 1;
    color: #fff;
    height: 30px;
    line-height: 25px;
}

.editinsure-stats .sparkline {
    position: absolute;
    left: 30px;
    top: 20px;
    opacity: 0;
}

.editinsure-stats .panel_title {
    font-size: 18px;
    margin: 0 0 5px 0;
}

    .editinsure-stats .panel_title span {
        font-weight: 600;
        color: #666;
    }

.editinsure-stats .panel_numbertxt {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    float: left;
    margin: 0 5px 5px 0;
}

.editinsure_boxes .nopad {
    padding: 0px 0px 0 7px;
    margin: 0 0 0 0px;
}

.editinsure_boxes .boxrow {
    margin: 8px -15px;
}

.insure_recent_activity {
    border: 1px solid #eee;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    border-radius: 3px;
}

.rowrecent > div {
    padding: 0 6px;
}

.insure_recent_activity h3 {
    font-size: 15px;
    width: 100%;
    float: left;
    padding: 0px 0px 0 10px;
    background: #ccc;
    margin: 0;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
}

.insure_recent_activity p {
    padding: 6px 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    color: #999;
}

.moreparent {
    margin-top: 10px;
}

.editinsure-stats .stats-icon {
    border-radius: 3px;
}

.panel.insurerecentact {
    height: 240px;
    margin: 10px 0 0 4px;
}
.panel.clientinsurerecentact {
   height: 240px;
    margin: 0px 0 0 4px;
}
.glyphicon.glyphicon-list-alt.pink {
    background: #ED6D60;
}

.glyphicon.glyphicon-list-alt.green {
    background: #24b68f;
}

.glyphicon.glyphicon-list-alt.yellow {
    background: #FFC146;
}

.btn.insure_backbtn {
    float: left;
    padding: 2px 6px;
    background: #eee;
    line-height: 24px;
    margin: 0 0px 0 7px;
}

.gobackbtn {
    margin: 0px 0 5px 0;
}

.widget_addbtn {
    position: relative;
    right: 0px;
    float: right;
    top: 14px;
    left: 10px;
    background: #ED6D60;
    color: #fff;
    border-radius: 8px 0px 2px 2px;
    padding: 0px 4px 0 6px;
}

    .widget_addbtn.green {
        background: #24B68F;
    }

    .widget_addbtn.yellow {
        background: #FFC146;
    }

.master {
    background: #1854b9;
    border: 1px solid #003fa8;
    border-radius: 2px;
    transition:all 0.2s ease-in-out;
}

.master:hover {
        background: #003fa8;
        border: 1px solid #003fa8;
    }

.addinterest_form .nopad {
    padding: 7px 0 0 0;
}

    .addinterest_form .nopad span {
        font-size: 90%;
    }

.renewpolicy .modal-header {
    background: #96bfff;
}

    .renewpolicy .modal-header #popuplogo {
        max-height: 30px;
    }

.renewpolicytxt {
    margin: 0px 0;
}

    .renewpolicytxt p {
        font-size: 16px;
    }

.login_details {
    list-style-type: none;
    color: #727a81;
    font-weight: 500;
    padding: 16px 0 0 0;
    margin: 0px;
}


.dd-menu {
    position: absolute;
    top: 116%;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 160px;
    left:314px;
    padding:0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);*/
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dd-menu a{color:#666 !important;}

.dd-menu a:hover{color:#003fa8 !important;}


#menulist li.submenu:hover ul.dd-menu {
    display: block;
}

#menulist li ul.dd-menu li {
    float: left;
    width: 100%;
    margin: 0px;
    height:30px !important;
}

    #menulist li ul.dd-menu li a {
        height: 30px;
        line-height: 30px;
    }

.renewpre {
    background: none;
    border: none;
}

textarea.renew {
    width: 547px;
    height: 240px;
    overflow: hidden;
    font-size: 15px;
    word-break: break-word;
}
/* End Add & Edit Insure Styles*/
/*Add Policy */
table.addpolicytbl {
    width: 900px;
    margin: 0 auto;
}

.addpolicytbl input[type="text"], .addpolicytbl select {
    display: inline;
    width: 90%;
    height: 30px;
    padding: 6px 3px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: right;
}

.addpolicytbl tr td {
    padding: 0 5px;
}

    .addpolicytbl tr td font {
        font-size: 13px;
        font-family: 'Segoe UI' !important;
    }

.addpolicytbl tr.tblsubsection {
    padding: 13px 0 4px 0;
    float: left;
}

.addpolicytbl tr td font > input[type="checkbox"] {
    margin: 5px;
}

.addpolicytbl tr td b {
    line-height: 30px;
}




/*End Policy*/
/*Form 24 Styles*/
table.form24tbl {
    /*width: 1000px;*/
    margin: 0 auto;
}

.form24tbl input[type="text"], .addpolicytbl select {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 4px 4px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: none;
}

.form24tbl tr td {
    padding: 0 5px;
    height:45px;
    line-height:12px;
    font-size:14px;

}

.verTop {
vertical-align: top;
}


    .form24tbl tr td font {
        font-size: 13px;
        font-family: 'Segoe UI' !important;
    }

.form24tbl tr.tblsubsection {
    padding: 13px 0 4px 0;
    float: left;
}

.form24tbl tr td font > input[type="checkbox"] {
    margin: 5px;
}

.form24tbl tr td b {
    line-height: 26px;
}
/*End Form 24 Styles*/



/*Form 27 Styles*/
table.form27tbl {
    width: 1000px;
    margin: 0 auto;
}

#txtState {
width:75%;
margin-left:2px;
}
#State {
width:80%;
margin-left:2px;
}
.form27tbl input[type="text"], .addpolicytbl select, select {
    display: inline;
    width: 100%;
    height: 36px;
  padding: 6px 3px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*float: right;*/
}


.form27tbl  .k-numerictextbox .k-input {
width: 180px !important;
padding: 5px 0;
}


.form27tbl .k-numerictextbox, .k-datepicker {
margin: 0px 0px 0px 0px !important;
width: 100% !important;
height: 36px !important;
}

.divMT div {
margin-bottom:4px;
}
.form27tbl tr td {
    padding: 2px 3px 1px 3px;
    font-size: 14px;
}

    .form27tbl tr td font {
        font-size: 13px;
        font-family: 'Segoe UI' !important;
    }

.form27tbl tr.tblsubsection {
    padding: 13px 0 4px 0;
    float: left;
}

.form27tbl tr td font > input[type="checkbox"] {
    margin: 5px;
}

.form27tbl tr td b {
    line-height: 30px;
}

label.tbltxt_align {
    line-height: 33px;
    font-weight: normal;
    margin: 0px 10px 0 8px;
min-width: 110px;
font-size:14px;
}
/*End Form 27 Styles*/





/*Form 28 Styles*/
table.form28tbl {
width: 100% !important;
/*margin: 0 auto 0 70px;*/
}

.form28tbl input[type="text"], .addpolicytbl select , .textFeild1 input[type="text"]{
    display: inline;
    width: 100%;
    height: 36px;
    padding: 6px 3px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*float: right;*/
}


/*.form28tbl .form-control {
    width: 110px !important;
}*/
    .addpolicytbl select.fltleft {
        float: left;
    }

.form28tbl tr td {
    padding: 2px 3px 1px 3px;
    font-size:14px;
}

.form28tbl .k-numeric-wrap.k-expand-padding .k-input {

height: 36px !important;

}

.wid60 {
    width: 60% !important;
}
.wid50 {
    width: 50% !important;
}


    .form28tbl tr td font {
        font-size: 13px;
        font-family: 'Segoe UI' !important;
    }

.form28tbl tr.tblsubsection {
    padding: 13px 0 4px 0;
    float: left;
}

.form28tbl tr td font > input[type="checkbox"] {
    margin: 5px;
}

.form28tbl tr td b {
    line-height: 30px;
}

.form28tbl label.tbltxt_align {
    line-height: 33px;
    font-weight: normal;
    margin: 0px 0 0 8px;

}

.form28tbl .k-input {
padding: 0 !important;
}

tr.graystyle, td.graystyle {
    color: #333;
    background-color: #f5f5f5;
    border-color: #CCCCCC !IMPORTANT;
}

table td {
 border-color: #CCCCCC !important;
}


/*End Form 28 Styles*/
.changepwd .nopadding {
    padding: 0px;
    /*font-size: 13px;*/
    line-height: 32px;
}

.changepwd .row {
    padding: 5px 0px;
}

.addfield_plus {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    width: 10px;
    height: 10px;
}

.div10 {
    width: 10px;
    float: right;
}

.adduserbtns a {
    float: right;
}

.selectfiles small {
    font-size: 11px;
    color: #999;
}

.dummydiv_adduser {
    width: 6px;
    height: 10px;
    float: right;
}


/* Choose Certificate */
.chooseform_panel {
    position: relative;
    padding: 14px 0px 5px 50px;
    width: 100%;
    float: left;
    margin: 0 0px 0 0px;
    background-color: #F9F9F9;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 1px .5px #ccc;
    height: 80px;
}

h4.choose {
    margin: 18px 0;
    color: #333;
    font-weight: normal;
    text-align: left;
}
    h4.choose small {
        font-size: 12px;
    }
.chooseform_panel a {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
    color: #666;
}

    .chooseform_panel a:hover {
        font-size: 26px;
        text-decoration: none;
        color: #000;
         -webkit-animation: pulse .6s linear;
       -o-animation: pulse .6s linear;
          animation: pulse .6s linear;


    }

    .chooseform_panel a b {
        font-weight: 600;
    }

.chooseform_panel .glyphicon.stats-icon {
    width: 30px;
    padding: 3px;
    font-size: 20px;
    position: absolute;
    margin-left: 5px;
    left: 2px;
    top: 20px;
    text-align: center;
    z-index: 1;
    color: #fff;
    height: 30px;
    line-height: 25px;
    border-radius: 2px;
}

.certificate_body {
    padding:100px 0;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.customfildesbtns {
    margin-left: 10px;
}


.formnopad {
    padding:0px !important;
    margin:5px 0px 8px;
}
.addformcss .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: left;
}
.col-sm-offset-1.formnopad {
margin-left: 70px;
}
.col-sm-12.interestlist {
    padding: 0px;
    margin:15px 0 5px;
}
    .col-sm-12.interestlist .nopad {
      line-height: 30px;

    }
.mastertbl input[type=radio], .mastertbl input[type=checkbox] {
    display:none;
}
.mastertbl input[type=radio]  {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;  
}
.mastertbl input[type=checkbox] {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #000;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;  
}

.mastertbl input:checked {
    border:1px solid;
   
}
.mastertbl input[type=radio]:checked{
    content: "\2022"; /* Bullet */
    color:white;
    background-color: #666; 
    font-size:1.8em;
    text-align:center;
    line-height:14px;
    text-shadow:0px 0px 3px #eee;
}
.mastertbl input[type=checkbox]:checked  {
    content:"\2714"; /* Tick */
    color:white;
    background-color: #000; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

  .checkedBackground {
            background: #DCF0FF;
        }

  .table-striped > tbody > tr:nth-of-type(odd).checkedBackground {
      background: #DCF0FF;
        
}

  .k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
background-color: #fff !important;
}

.k-grid-header th.k-header, .k-filter-row th {
 
font-weight: 500  !important;
}

.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout>tbody>tr:first-child>td:first-child {
background-color: #f9f9f9 !important;
}

.k-header, .k-grid-header-wrap {
border-color: #ddd;
background: #f5f5f5 !important;
color: #444 !important;
}

.k-grid-header th.k-header > .k-link {
    color:#444 !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
color: #fff;
background-color: #546B8E !important;
border-color: #96bfff !important;
}

.k-icon, .k-sprite, .k-button-group .k-tool-icon {
  margin-top:10px !important;
}
.k-grid-content {
overflow-y: hidden !important;
}
div.k-grid-header, div.k-grid-footer {
padding-right: 0px !important;
}
.table-responsive {
overflow-x: hidden !important;
}

.GridTB {
margin: 10px -15px;
}

#fileUpload .k-header{
background: #fff !important;
}

element.style {
}
#fileUpload .k-upload-sync .k-upload-button {
margin: 0.2em 0em!important
}

.nav-tabs > li > a {
background: #f5f5f5;
font-weight: 500;
}

.text-box, .selectBox select,.selectBox input, #Description1, #Description2   {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popupInput input {
height:auto !important;
}

.field-validation-error {
color:red;
font-size: 1.1rem;
font-weight: 500;
}

.subgrid.k-header{
border-color: #ddd;
background: red !important;
color: #fff !important;
}

 .black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 150%;
    background-color:#AAA;
    z-index: 1001;
    -moz-opacity: .5;
    opacity: .50;
    filter: alpha(opacity=50);
}


.alert{
border-radius: 8px !important;
/*border: 3px solid #0194DC !important;*/
text-align: center !important;
background-color: #FFF !important;
margin:auto;
padding:0px;
width:318px;
/*height:141px;*/
padding:0 !important;
}

.alert h4{
    background: none repeat scroll 0px 0px #F9F9F9;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 12px 10px;
    text-align: left;
    width: 100%;
    margin: 0px;
    border-radius: 5px 5px 0px 0px
}

.alert .modal-header {
  padding: 0px !important;
}

.alert .modal-body {
  position: relative;
  padding: 0px !important;
  margin-bottom:10px;
}

.alert .modal-footer {
  padding: 10px;
  text-align: center;
  border-top: 0px solid #e5e5e5;
}

.alert p{
    margin:0 !important;
text-align: center;
  padding: 0px !important;
  line-height:0px;
	}
	
.alertimg{
vertical-align:middle;
width:45px;
padding:10px;
}
.linheight36 {
line-height:34px;
}

#lstViewCustomField {
border-width:0 !important;
}

.margin0 {
margin:0 !important;
}
.padding5-0 {
padding:5px 0 !important;
}
.k-window {
top:30% !important;
}


.req {
    color:rgb(255, 217, 217);
    font-weight:400 !important;
}


.reqmsg {
    color:rgb(226, 253, 226);
    font-weight:400 !important;
}

.Inss input[type="text"] {
    width:100px !important;
}

.TC {
text-align:center !important;
}
.heading {
font-weight: bold;
font-size: 14px;
line-height: 15px !important;
text-align:center;
}


/*.k-numerictextbox, .k-datepicker {
margin:3px 0px 3px 0px !important; 
width:100% !important;
}*/
.date input[type="text"]{
display: inline;
width: 94% !important;
height: 24px !important;
padding: 5px 3px !important;
margin: 0px 0 !important;
font-size: 14px!important;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc !important;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
float: none !important;
}

.adrs1 input {
width: 75% !important;
}

.datePiker input[type="text"]{

border: 0px solid #ccc !important;

}

.date .k-icon{
margin-top: 3px !important;
}

.datePiker .k-icon{
margin-top: 9px !important;
}

.date {
text-align:center !important
}

.VT {
vertical-align:top;
}
.VM {
vertical-align:middle !important;
}



.k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
    width: 7.8em !important;
}

.inputBox input{
width:60px;
}
/*.form-control{
margin: 5px 0;

}*/

.width50 {
    width:50% !important;
}
.width70 {
    width:70%  !important;
}

.width85 {
    width:85%  !important;
}


.hei50 {
height:50px;
}

.width45 {
    width:45% !important;
}

.min65 {
min-width:55px !important;
}

.width38 {
    width:38% !important;
}

.insured {
vertical-align:top;
width:150px;
}

.form24tblNew th {
    text-align:center;
    font-size:13px !important;
    line-height: 15px !important;
}

.form24tblNew tr td {
    text-align:left;
    vertical-align:top;
}

.form24tblNew td, .form24tblNew th  {
    border:1px solid #cccccc !important;
    padding: 5px;
}

.innerTable{
    width:100%;

}

.lineheight{
line-height: 0px !important;
}

.innerTable td{
 border:0px solid #ccc !important; 
}

.borderT0 {
border-top-width:0 !important; 
}
.borderB0 {
border-bottom-width:0 !important; 
}

.tr1 th {
border-bottom-width:0 !important; 

}

.td1 td {
border-top-width:0 !important; 
}

.border0 {
border: 0px !important;
}

.spancolor {
    color:red;
    margin-left:2px;
}
.tCenter {
text-align: center !important;
}

.inputmask {
margin:3px 0;
}
.k-header>.k-grid-filter, .k-header>.k-header-column-menu {
padding: 2.5px !important; 
}

table {

width: 100% !important;
}

.f25Heading {
font-weight: bold;
font-size: 14px;
line-height: 25px !important;
text-align: center !important;
}

.k-numeric-wrap.k-state-default, k-state-hover, k-state-focused {
border:0 !important;
background-color:transparent !important;
box-shadow:0 0 0 rgba(0, 0,0, 0) !important;
}

.k-numeric-wrap.k-expand-padding .k-input {
border-radius: 4px;
height: 24px;
width: auto;
}


/*
.k-numeric-wrap .k-input {
height:25px !important;
}*/

input[type="radio"], input[type="checkbox"] {
margin: 0px 0 0 !important;

line-height: normal;
}

.line18 tr td {
    line-height: 18px;
}

.BT0 {
border-top:0;
}

.LH18 {
line-height: 18px !important;
}

.LH40 {
line-height: 40px !important;
}

.dropup, .dropdown {
padding: 6px 0 !important;
}

.k-numerictextbox .k-input {
 
    width: 90% !important;
}

.pad4 tr td {
padding: 2px 0;
text-align: center;
height: 40px;
vertical-align: middle;
}

.triTds td {
vertical-align:top;
border-width: 0 1px;
}

.padT5 {
padding-top: 5px !important;
}


.adrs input, #txtPropState, .adrs textarea {
    width:40% !important;
}

#txtPropState {
margin-left:2px;
}
.adrs2 input {
width: 80% !important;
}

.innerTable tr td{

    /*min-height:40px !important;*/
}
tabel tr td {
border-color:red !important;
}

.form24tbl .wid100 {
width:120px !important;
float:right !important;
}

.form24tbl .wid100 .k-state-default {

float:right !important;
}

.wid100 {
width:120px !important;
}

.minwid{
    min-width: 45px !important;
}

.heitTr{
height:44px !important;
}

.trB0 td {
border-bottom:0 !important;
border-top:0 !important;
vertical-align:top;
}

.txtBoxS {
float:right !important;
}

.lbl50 {
width:50px !important;width: 50px !important;line-height: 17px;font-weight: 400;
}

.innerTable tr{
height:25px;
}

.k-widget {
margin-top:2px !important;
}

.footer {
bottom: 0;
position: absolute;
width: 100%;
}

.footer .container{
    background: transparent;
    /* height: 40px; */
    text-align: center;
    /*line-height: 5em;*/
}

.k-autocomplete {
width:100% !important; 
}

   .k-autocomplete .k-input {
      height: 18px !important;
    }

.k-autocomplete.k-header {
    background: none !important;
}

.k-autocomplete.k-header input {
    width:98.1% !important;
    height: 22px !important;
}



textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}



#lblmsg {
margin:0 !important;
min-height:20px;
}

.mleft{
    width: 94%;
    display: flex;
    margin-bottom: 15px;
    justify-content: end;
}
   
.btnn {
background:none !important;
color: #337ab7;
text-decoration: none;
border:0 !important;
/*float:right;*/
}

   .btnn:hover {
    text-decoration:underline;
   }

:root *>.k-icon, :root *>.k-sprite, :root *>.k-button-group .k-tool-icon {
  vertical-align: top !important; 
}

.selctBox select{
width:100% !important;
margin-left:0px !important;
}

.grid a {
    cursor:pointer;
}

.emailSuccess {
height: 50px !important;
  line-height: 48px !important;
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  font-size: 16px;
}

.k-upload-sync .k-upload-button {
margin: 0em !important;
}

.fileUploader .k-header{

  background:none !important;

}

.slct #State {
width:100% !important;
margin-left:0 !important;
}

.k-datepicker {
width:10em !important;
}


a:hover, a:focus {
    
cursor: pointer;
}


.line40 {
line-height: 40px !important;
}

.padT5 {
padding-top:5px;
}

.trline40 td {
    line-height: 40px !important;
}

.pdf {
background:url("../Images/pdf-icon.png") no-repeat 50% 50% ;
width: 42px;
  height: 24px;
  border: 0;
}

.chkTop {
margin: 14px 0 0 0 !important;
}

.lblText {
    width: 52%;
    float: right !important;
}

.pullleft .k-datepicker{
float:left !important;
}

.line20 {
  line-height: 20px !important;
}

.wid90 {
    width: 87% !important;
}

.wid80 {
    width: 80% !important;
}

.marT6{
margin-top: -2px !important;
}

.borderTble tr td,.borderTble tr   {
border:1px solid #eeeeee;
vertical-align:middle;
}

#newInput input {
     display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.k-filename { 
color:#000 !important; 
}
.errorClass {

border:solid 1px red !important;
}

.date1 .k-icon {
  margin-top: 11px !important;
}

#gridSignature a {

  background: transparent !important;
  color: #337ab7;
text-decoration: none;
border:0 !important;
}

#gridSignature a:hover {
    text-decoration:underline !important;
}

.signImg {
margin-bottom: 20px !important; 
padding-left: 0px !important;
}

    .signImg img {
    border:1px solid #efefef;
    }

.export .k-button {
    float:right !important;
      background: #ED6D60 !important;
  border: 1px solid #E54E37 !important;
  border-radius: 2px !important;
  padding: 4px 6px !important;
  font-size: 16px !important;
  color: #fff !important;
    line-height: 20px !important;
}

.export .k-button:hover, .export .k-button:focus {

  background: #e75542 !important;
  border: 1px solid #e74d31 !important;
}

.export .k-i-excel {
    background-image: url('../images/excl.png') !important;
      background-position: 0px 0px !important;
      opacity: 1  !important;
}

.borderLogn input{
  border-radius: 0 4px 4px 0 !important;
}

.errorMsg {
color: #f3120c;
font-weight:normal;

}

.k-i-close {
margin-top:0 !important;
}

.modal-content {
    border-radius: 4px !important;
}

label {
    font-weight: 500 !important;
}

.modal-header {
    border-color: #ddd;
    background: #f9f9f9 !important;
    color: #333 !important;
    /* text-align: center; */
    padding:6px 15px !important;
    border-radius: 8px 8px 0 0 !important;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color:rgba(0, 0, 0, 0.5);
  display: none;

}

.loading {
        border-radius: 0px !important;
        border: none !important;
        height: 100% !important;
        width:100% !important;
        top:0% !important;
        left:0 !important;
        position: fixed;
        background-color: rgba(256, 256, 256, 0.5);
        z-index: 999;
        width: 300px;
        margin: 32px auto;
        text-align:center;
        padding: 10px;
        margin:0;
    }


.frmChkBox {

position: absolute;
  top: -92px;
  right: -32%;
}

.panelBorder {
border:1px solid #ddd; border-top:0;padding: 5px;

}

.successmsg1 { 
 position: absolute; 
 top: 1px; 
 right: 44px; 
 line-height: 36px; 
 width: 310px; 
 height: 36px; 
 background: none repeat scroll 0% 0% #5CB85C; 
 border: 1px solid #5CB85C; 
 border-radius: 7px; 
 line-height: 35px; 
 text-align: center; 
 z-index: 1; 

 } 

 .unsuccessmsg { 
 position: absolute; 
 top: 1px; 
 right: 44px; 
 line-height: 36px; 
 width: 310px; 
 height: 36px; 
 background: none repeat scroll 0% 0% #5CB85C; 
 border-radius: 7px; 
 background: #d9534f; 
 z-index: 1; 
 text-align: center; 

 }

.alertBoxD {
right:200px !important;
top:-1px !important
}

.tdWidth {
width:200px;
}

.property {

width:80% !important;
}

.property1 {
    
width:90% !important;
}

.lineHeightTD tr td {
  line-height:40px;
}

.width54 {
  width: 54% !important;
}

.width74 {
width:74%;
}

.wid140 {
width:140px !important;
    }

.wid148 {
width:148px !important;
    }

.lbltextEmail {
    float: right;
    font-weight: 600;
    color: red;
}
.bodyC {
    position: absolute;
    top: 46% !important;
    left: 40% !important;
}

.property3 {
      width: 88% !important;
  margin: 2px 0 2px 2px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fff !important;
  opacity: 1;
}

.k-loading {
display:none !important;
}
.toolR:before { 
 content: ""; 
 /*border-style: solid; 
 border-width: 0 15px 15px 15px; 

 border-color: transparent transparent #D43F3A transparent; 
 height: 0; 
 position: relative; 
 top: -17px; 
 width: 0;*/ 


 bottom: 0px; 
 left: 50%; 
 top:100%; 
 margin-left: -5px; 
 border-width: 5px 5px 0px; 
 position: absolute; 
 width: 0px; 
 height: 0px; 
 border-color: transparent; 
 border-style: solid; 
 border-top-color: #D43F3A !important; 
 } 

 .toolR { 
 background-color:rgba(255, 24, 24, 1) !important; 
 border-color: #D43F3A !important; 
 max-width: 231px; 
 padding: 1px 0px; 
 color: #FFF; 
 text-align: center; 
 text-decoration: none; 
 background-color: #000; 
 border-radius: 4px; 
 display: none; 
 position: absolute; 
 } 

 .toolRShow { 
display: inline-block;
  margin: -38px 0px;
  padding: 3px;
  WIDTH: 144px;
  line-height: 1;
 } 
  .toolRDate { 
 background-color:rgba(255, 24, 24, 1) !important; 
 border-color: #D43F3A !important; 
 max-width: 231px; 
 padding: 2px; 
 color: #FFF; 
 text-align: center; 
 text-decoration: none; 
 background-color: #000; 
 border-radius: 4px; 
 display: none; 
 position: absolute; 
 } 

 .toolRShowDate { 
display: inline-block;
  margin: -45px 25px;
  left: 0;
  width: 100px;
 } 

 .toolRShowBigBox { 
 display: inline-block; 
 margin: -2px 0px 0px; 
 }

.toolRShowSingleTextBox {
    display: inline-block;
    margin: 11px 0px;
}

@media (max-width: 769px) { 
 #companylogo { 
 width: 22%; 
 } 
 }

.selectBoxInner {
width:220px !important;

}

.downloadBtn {
  color:#fff !important;
  padding: 4px 8px !important;
  font-size: 15px !important;
}

.downloadBtn:hover, .downloadBtn:focus {
color:#fff !important;
}

/*.trigger {
 display: block;
  position: fixed;
  background: rgb(233, 75, 59);
  width: 80px;
  height: 36px;
  right: 50px;
  top: 0;
  cursor: pointer;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  font-size: 18px;
  z-index: 1;
}*/


#lnkchangepassword {
    display:none;
    cursor:pointer;
color: #337ab7;  
text-decoration: none;
float:right;
}
    #lnkchangepassword:hover, #lnkchangepassword:focus {
    text-decoration: underline;
    }

    html input[disabled] {
  cursor: default;
  background-color: #ccc;
}

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {

    opacity: 1 !important;
}
.cre {
      background-color: rgb(248, 248, 248);
   
  
}

bor {
    border-bottom: 1px solid #c5c5c5;
}

.headSty {
font-size: 20px;  
/*border-bottom: 1px dotted #c5c5c5;*/
  padding: 2px 0;
}
    

#listView .row {
      background-color: rgb(242, 242, 242);
      border-bottom:1px solid #c5c5c5;
}


#listView .row:nth-child(odd) {
      background-color: #fbfbfb;

}
#listView .row .form-group{
     margin-bottom:0px !important;
}


.linheight20 {
  line-height: 20px;
}


.alertBoxD1 {
  right: 220px !important;
  top: 76px !important;
}
.linheight12 {
line-height:12px;
}

.text-right {
text-align:right;
}

.chk-m input {
margin-top: 10px !important;
}

.su-msg {
    position: relative;
    right: 0;
    color: #fff;
    font-weight: 600;
    width:auto;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute !important;
    margin-top: 4px !important;
    margin-left: -20px !important;
}
button[disabled], html input[disabled], a[disabled] {
    cursor: default;
    pointer-events: none;
    opacity:0.5;
}

.p-r0 {
padding-right:0 !important;
}

*:focus {
    outline: none;
}



.k-animation-container.PopupPFamily .k-widget.k-tooltip {
    background: #fdfdfd;
    border-color: #f1f1f1;
    padding: 15px;
    box-shadow: 1px 1px 1px #999, -1px -1px 1px #ddd;
    text-align:  left;

}
.k-animation-container.PopupPFamily ul {
    list-style-type: none;
    margin: 0;
}

.bs-example ol{
    padding: 5px 0px 5px 30px;
    font-weight: 500;
    margin:0;
    border-radius: 0;
   }

.innerphead{
    background: #fff !important;
    height: 11vh;
}

.iyclogo{
    width: 26%;
    float: left;
    margin: 5px 0 0 6px;
}

.manageiyc_body{
    margin-top:15px;
}

.manageiyc_body .panel{margin-bottom:0;}

.lastlogin{color:#444;}

#lblSessionMsg{
    font-weight:500;
    margin-left:15px;
    margin-left: 30px;
}

.forgot_pwd{margin:10px 25px 0;}

.forgot_pwd p{margin:0 0 10px}

.messg_info{
    color: #838383;
    font-size: 1.25rem;
}

.fgetpwd_footer{
    border:0 !important;               
    margin-right: 10px;
    padding-top: 10px !important;
}

.fgetpwd_footer .btn-primary{
    
}

.btn-bg{
    background-color: #1854b9 !important;
    color:#fff !important;
    outline:none !important;
    border:0 !important;
    transition:0.5s all ease-out !important;
}



.btncancel-bg{
    color: #333 !important;
    background-color: #f3f3f3;
    font-weight: 500 !important;
    outline:none !important;
    border:0 !important
}

.k-list-filter>.k-icon {
    top: -8px !important;
}


/*.additional_info .form-group{display:flex;margin-bottom:5px;}*/


