* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #0641c5 29%, #ffffff 92%, #2d099b00 100%) repeat scroll 0 0;
    color: #333;
    line-height: 1.42857143;
}
/*--margin top--*/

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/*--margin-bottom--*/
.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mrleftr230 {
    margin-left: 230px !important;
}

.mainsec {
    position: relative;
}

@media (min-width:992px) {
    .mrleft230 {
        margin-left: 0px !important;
    }

    .padleft230 {
        padding-left: 0px !important;
    }
}

@media (max-width:768px) {
    .mtmd30 {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    .mtlg30 {
        margin-top: 30px;
    }
}

@media (max-width:1200px) {
    .mtxl30 {
        margin-top: 30px;
    }
}
/*--header sec--*/
.contpadlr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: 0.5s all;
}

@media (min-width:500px) {
    .contpadlr {
        transition: 0.5s all;
    }
}

.topsec {
    padding: 0px;
    width: 100%;
    height: 75px;
    left: 0px;
    margin: 0px;
    display:flex;
    align-items:center;
    top: 0px;
    transition: 0.5s all;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(51,51,51,0.2)
}
/*.topsec:after
 {
	 content:'';
	 background:-webkit-linear-gradient(rgba(194,43,114,0.9), rgba(147,35,205,0.9));
	 position:absolute;
	 width:100%;
	 height:100%;
	 top:0px;
	 z-index:-1;
 }*/

@media (min-width:992px) {
    .topsec {
        padding-left: 233px;
        /*transition:0.5s all;*/
    }
}

.header {
    width: 100%;
    margin: 0px;
}

    .header:after,
    .inner_head_pg {
        content: '';
        clear: both;
        display: table;
    }


.inner_head_pg {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

/*--active Search full width--*/
.full_width_sech {
    display: none;
    width: 60% !important;
    border-left: 1px solid #eee;
    position: fixed !important;
    top: -3px;
    margin-left: 35px !important;
    height: 77px;
    z-index: 999;
}

@media (max-width:768px) {
    .full_width_sech {
        width: 100% !important;
        margin-left: 0px !important;
        left: 0px;
    }
    .txt_blnk_pnl {
        background: url(../images/tab_img.jpg) !important;
    }

    .txt_blnk_pnl_sign_in {  
        background: url(../images/tab_img.jpg)! important;
            
}
}
@media (max-width:540px) {

    .txt_blnk_pnl {
        background: url(../images/login.jpg) !important;
    }
    
    .txt_blnk_pnl_sign_in {  
        background: url(../images/login.jpg)! important;
}
}

.full_width_sech form {
    position: relative;
}

.full_width_sech .search_fm_mnu input {
    background-color: #fff !important;
    padding: 12px 15px !important;
    border-radius: 0px !important;
}

.full_width_sech .btn_serch_icon {
    display: none;
}

.full_width_sech .button_activ_search {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}

    .full_width_sech .button_activ_search button {
        width: 75px;
        height: 48px;
        background-color: #0070e0;
        border: none;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
    }

        .full_width_sech .button_activ_search button:focus,
        .full_width_sech .button_activ_search button:active {
            outline: none;
        }

        .full_width_sech .button_activ_search button:hover {
            transition: 0.3s all;
            background-color: #1357e9;
        }

.full_width_sech .closebtn_menu {
    display: inline-block;
    padding: 0px;
    font-size: 25px;
    cursor: pointer;
    color: #212121;
    position: absolute;
    top: 10px;
    left: -35px;
}
/*--active Search full width end--*/
.closebtn_menu {
    display: none;
}

.button_activ_search {
    display: none;
}

.search_baar_tb {
    width: 250px;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-left: 30px;
    margin-top: 1px;
    position: relative;
}

@media (max-width:768px) {
    .clickbtn_sermn {
        width: auto;
        margin-left: 15px;
    }

        .clickbtn_sermn input {
            display: none;
        }
}

.search_fm_mnu {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .search_fm_mnu input[type="text"] {
        width: 100%;
        padding: 5px 20px;
        padding-left: 50px;
        border-radius: 40px;
        border: 1px solid transparent;
        line-height: 20px;
        color: #212121;
        font-weight: 600;
        background-color: #f2f1f1;
    }

        .search_fm_mnu input[type="text"]:active,
        .search_fm_mnu input[type="text"]:focus,
        .btn_serch_icon:active,
        .btn_serch_icon:focus {
            outline: none;
        }

        .search_fm_mnu input[type="text"]::placeholder {
            font-weight: 500;
        }

.btn_serch_icon {
    display: block;
    position: absolute;
    top: 7px;
    font-size: 18px;
    border: none;
    left: 20px;
    color: #9e9e9e !important;
    background-color: transparent;
}


.naviconside {
    width: 40px;
    height: 35px;
    float: left;
    position: relative;
    background: #f2f5f8;
    border-radius:5px;
    cursor: pointer;
    transition: 0.5s all;
}

    .naviconside span {
        display: block;
        width: 100%;
        background-color: #333;
        height: 3px;
        left:50%;
        transform:translateX(-50%);
        width:70%;
        position: absolute;
        transition: 0.5s all;
    }

        .naviconside span:nth-child(1) {
            top: 8px;
            transition: 0.5s all;
        }

        .naviconside span:nth-child(2) {
            top: 16px;
            transition: 0.5s all;
        }

        .naviconside span:nth-child(3) {
            top:auto;
            bottom:8px
        }



@media (max-width:991px) {
    .iconslide.naviconside {
        left: 220px;
        /*background-color:rgba(147,35,205,0.9);*/
        z-index: 999;
        transition: 0.5s all;
    }

        
}


.contmail {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-left: 40px;
    display: none;
    transition: 0.5s all;
}

@media (min-width:690px) {
    .contmail {
        transition: 0.5s all;
        display: block;
    }
}

.contmail ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .contmail ul li {
        display: inline-block;
        padding-left: 25px;
    }

        .contmail ul li:first-child {
            padding-left: 0px;
        }

        .contmail ul li a {
            display: block;
            color: #fff;
            line-height: 25px;
            padding: 8px 0px;
        }





.rightmenu:after {
    content: '';
    display: table;
    clear: both;
}

.rightin {
    width: auto;
    text-align: right;
    margin: 0px;
    padding: 0px;
    float: right;
}


.user_profile {
    width: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    margin-right: 22px;
    float: right;
}

    .user_profile:after {
        content: '';
        clear: both;
        display: table;
    }

    .user_profile figure {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 16px;
        color: #333;
        background: #f2f5f8;
        position: relative;
        margin-right: 21px;
        float: left;
        margin: 0px;
        overflow:hidden;
        display:flex;
        /* box-shadow:1px 5px 3px rgba(51,51,51,0.1);*/
        margin-top: 3px;
    }

        .user_profile figure img {
           max-width:100%;
           max-height:100%;
            margin:auto;
        }

.Clintname {
    width: auto;
    float: left;
    text-align: left;
    margin-top: 3px;
    margin-left: 10px;
}

@media (max-width:768px) {
    .Clintname {
        display: none;
    }
}

.Clintname span {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #9e9e9e;
    margin-bottom: 3px;
}

.Clintname h5 {
    color: #212121;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.user_profile:before {
    content: '\f107';
    position: absolute;
    right: -20px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 18px;
    color: #9e9e9e;
}



.userdropdown {
    position: absolute;
    list-style: none;
    width: 180px;
    margin: 0px;
    top: 60px;
    right: -22px;
    z-index: 999;
    display: none;
    border-radius: 5px;
    transform: none !important;
    border: none;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    padding: 15px;
    background: #eee;
}

    .userdropdown ul {
        width: 100%;
        margin: 0px;
        list-style: none;
        
        text-align: left;
    }

        .userdropdown ul li {
            display: block;
        }
            .userdropdown ul li + li {
                padding-top:10px;
            }

            .userdropdown ul li a {
                display: block;
                color: #212121;
            }

                .userdropdown ul li a:hover {
                    color: #0070e0;
                    text-decoration: none;
                }

                .userdropdown ul li a span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    background-color: #fff;
                    text-align: center;
                    font-size: 16px;
                    color: #333;
                    border: 1px solid #0070e0;
                    position: relative;
                    float: left;
                    margin: 0px;
                    overflow: hidden;
                    margin-right: 8px;
                    margin-top: -7px;
                }

                    .userdropdown ul li a span img {
                        width: 30px;
                        height: 30px;
                    }

                .userdropdown ul li a i {
                    margin-right: 10px;
                }

/*
.userdropdown span ul a i
 {
	 display:inline-block;
	 width:30px;
	 height:30px;
	 padding-right:45px;
	 position:absolute;
	 left:22px;
	 top:14px;
	 font-size:22px;
	 color:#ccc;
  }

*/
/*--rightmenu--*/
.asidenav {
    white-space: nowrap;
    display: block;
    width: 223px;
    height: 100vh;
    position: fixed;
    top: 0px;
    overflow: hidden;
    transition: .5s all;
    z-index: 9999999;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 1px 0px 2px rgba(51,51,51,0.2);
}

.hidenav {
    transition: .5s all;
    width: 0;
    clip-path: polygon(1% 0, 100% 50%, 100% 50%, 0% 100%);
}

@media(max-width:991px) {

    .asidenav {
        width: 0;
        clip-path: polygon(1% 0, 100% 50%, 100% 50%, 0% 100%);
    }

    .hidenav {
        width: 230px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}



.inneraside {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #e6e9eb;
}

.mainlogo {
    width: 100%;
    margin: 0px;
    text-align: center;
    z-index: 999;
    position: relative;
}
    .mainlogo a {
        display: flex;
        height: 75px;
    }
.mainlogo img{
    
    margin:auto;
    width:200px;
    height:auto;
}

.navbox {
    width: 100%;
    height: 100vh;
    position: absolute;
    padding-top: 75px;
    top: 0px;
}

.navigationbox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /*box-shadow:1px 0px 3px rgba(51,51,51,0.2);*/
    padding-top:20px;
}

    .navigationbox::-webkit-scrollbar {
        width: 0px;
    }

    .navigationbox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .navigationbox::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.navigation a.active::after,
.navigation:hover a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f2f5f8;
    display: block;
    right: -5px;
    height: 45px;
    width: 20px;
    -webkit-clip-path: polygon(0 45%, 100% 100%, 100% 0);
    clip-path: polygon(0 45%, 100% 100%, 100% 0);
    transition: 0.5s all;
}


.navigation:hover ul li a::after {
    content: none;
}

.navigation a.active {
    background-color: rgba(255,255,255,0.1);
    /* border-bottom:1px solid #ae5dd8;
	  border-top:1px solid #ae5dd8;
	  background-color:rgba(255,255,255,0.2);*/
}

.navigation a:hover {
    background-color: rgba(255,255,255,0.1);
}

.navbox a {
    display: block;
    color: gray;
    padding: 5px 20px 20px 50px;
    font-size: 14px;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    position: relative;
    transition: 0.5s all;
}

    .navbox a:hover {
        color: #0070e0;
        transition: 0.5s all;
        text-decoration: none;
    }

        .navbox a:hover i {
            color: #fff;
        }

    .navbox a.active {
        color: #0070e0;
    }

.plus:after {
    content: '+' !important;
    position: absolute;
    right: 30px;
    font-size: 18px;
}

.minus:after {
    content: '−';
    position: absolute;
    right: 30px;
    top: 11px;
    font-size: 20px;
}


.navbox i, .navbox img {
    position: absolute;
    left: 20px;
    height:20px;
    width:20px;
    transform: translateY(-50%);
    top: 36%;
}
.dropdown_ul {
    display:none;
   /* padding:10px 20px;*/
}


.navigation {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    transition: 0.5s all;
    position: relative;
}

}

.navigation a {
    position: relative;
}

.navbox .navigation:last-child {
    margin-bottom: 0px;
}

.navigation:hover h2 {
    background-color: rgba(255,255,255,0.2);
}

.navigation ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color: #0070e0;
    border-radius: 5px;
    overflow: hidden;
}

    .navigation ul li {
        display: block;
        padding: 0px;
        margin: 0px;
    }

.dropicon {
    position: relative;
}

    .dropicon::before {
        content: '\f107';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s all;
        padding-bottom: 14px;
    }

    .dropicon.rotate::before {
        content: '\f106';
        transition: 0.5s all;
    }

.navigation ul li a {
    display: block;
    padding: 15px;
    padding-left:45px;
    margin: 0px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    /*text-shadow:0px 1px 0px rgba(51,51,51,0.5);*/
    transition: 0.5s all;
    position: relative;
}

    .navigation ul li a:hover, .navigation ul li a.active {
        color: #fff;
        transition: 0.5s all;
        text-decoration: none;
        background: #003087;
    }

.navigation ul li form {
    display: block;
    padding: 0px;
    padding-left: 45px;
    margin: 0px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    /*text-shadow:0px 1px 0px rgba(51,51,51,0.5);*/
    transition: 0.5s all;
    position: relative;
}

    .navigation ul li form:hover, .navigation ul li form.active {
        color: grey;
        transition: 0.5s all;
        text-decoration: none;
        background: rgb(242, 245, 248);
    }
/*--bodysec--*/
.bodysec {
    width: auto;
    height: 100%;
    transition: 0.5s all;
    padding: 1.5em 0px;
    margin-top: 75px;
}

@media (min-width:992px) {
    .bodysec {
        margin-left: 233px;
        transition: 0.5s all;
    }
}

.bodywrap {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    margin: 0px;
}

    .bodywrap .row:first-child {
        margin-top: 0px;
    }

    .bodywrap .row {
         margin-top:20px; 
    }

@media (max-width:768px) {
    .resp_md {
        margin-top: 20px;
    }
}

.boxstyle {
    border-radius:5px;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(31,30,47,0.03);
    background-color: #fff;
    border: 1px solid #eceff5;
}


.headbox {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #eee;
   /* background-color: #0070e0;
    color: #fff;*/
}

    .headbox h1 {
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }

.leave_resquest_stss:after {
    content: '';
    clear: both;
    display: table;
}

.leave_resquest_stss h1 {
    float: left;
}

.leave_resquest_stss span {
    float: right;
}

.contbox {
    width: 100%;
    margin: 0px;
    padding: 15px;
}

.liveuserdata {
    background-color: #00a0e9 !important;
    color: #ffffff;
}

.cuntstyle {
    font-size: 10.5em;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}


/*--dashboard style--*/
.haedingpage {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.mt8 {
    margin-top: 8px !important;
}

.haedingpage:after {
    content: '';
    clear: both;
    display: table;
}

.leftheadcol {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .leftheadcol h6 {
        color: #b92974;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        position: relative;
        margin-bottom: 10px;
    }

    .leftheadcol h1 {
        color: #333;
        padding: 0px;
        margin: 0px;
        font-weight: 700;
        font-size: 22px;
        position: relative;
    }

.rightsidecol {
    float: right;
    margin-top: -5px;
}

.mbtn {
    padding: 10px 22px;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}

    .mbtn:active,
    .mbtn:focus {
        outline: none;
    }

.mgento {
    background-color: #0070e0;
    color: #fff;
    position: relative;
    transition: 0.5s all;
    z-index: 0;
    overflow: hidden;
}
    /*.mgento:after
 {
	 content:'';
	 background-color:#b02080;
	 transition:0.5s all;
	 position:absolute;
	 width:100%;
	 height:0%;
	 top:0px;
	 left:0px;
	 z-index:-1;
	 border-radius:40px;
 }*/
    .mgento:hover {
        background-color: transparent;
        transition: 0.5s all;
        background:#1357e9;
        text-decoration:none;
        color:#fff;
    }





.wid55 {
    width: 55px;
}
.stacktable.small-only {
    display: none;
}

.inerdatatable table tr:nth-child(even) {
    background-color: #f9f5f5;
}

.inerdatatable table tr th {
    border-collapse: collapse;
    text-align: left;
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    font-weight: bold;
    border-radius: 10px;
    /* padding-top: 10px !important; */
    /* font-size: 13px !important; */
    position: unset !important;
    margin-bottom: 5px !important;
    /* border-bottom: none;
    background-color: #fff;
    font-weight: 100;
    color: #333;
    vertical-align: top;*/
}

.inerdatatable table tr td {
    font-weight: 400;
    vertical-align: top;
    line-height: 25px;
    font-size: 13px;
    border-top: none;
    /* border-right:1px solid #eee;*/
}

    .inerdatatable table tr td a {
        color: #9323cd;
    }

        .inerdatatable table tr td a:hover {
            color: #c22b90;
            text-decoration: none;
        }

    .inerdatatable table tr td i:first-child {
       /* color: #c22b90;*/
        padding-right: 5px;
    }

    .inerdatatable table tr td i:last-child {
       /* color: #9323cd;*/
        padding-right: 5px;
    }

.inerdatatable table {
    border: none;
    border-bottom: 1px solid #eee;
}

   /* .inerdatatable table tr th {
        border-top: none;
    }*/

    .inerdatatable table tr:nth-child(even) {
        /*background-color:#f3f6f9;*/
    }

.linkbtn {
    display: block;
    text-align: center;
    color: #9323cd;
    transition: 0.5s all;
}

.linkbtnclick {
    display: block;
    text-align: center;
    color: #0891fb;
    transition: 0.5s all;
}

    .linkbtnclick:hover {
        color: #0e6db6;
        transition: 0.5s all;
        text-decoration: none;
    }

.linkbtn:hover {
    color: #d4640a;
    transition: 0.5s all;
}


/*--responsive table--*/


/* RESPONSIVE EXAMPLE */


.tablecol {
    padding: 0px !important;
}

.datatable {
    overflow-y: auto;
    overflow-x: auto;
}

@media (min-width:768px) {
    .datatable {
       /* min-height: 300px;
        max-height: 300px;*/
        overflow-y: auto;
        overflow-x: auto;
    }
}

.datatable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.datatable::-webkit-scrollbar-track {
}

.datatable::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: 1px solid slategrey;
    border-radius: 50px;
}

/*--search data--*/
.searchbox {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .searchbox:after,
    .Searchboxdata:after {
        content: '';
        clear: both;
        display: table;
    }

.Searchboxdata {
    float: right;
    width: 100%;
    margin-top: 26px;
    transition: 0.5s all;
}

@media (min-width:768px) {
    .Searchboxdata {
        float: right;
        width: 350px;
        margin-top: 6px;
        margin-right: 15px;
        transition: 0.5s all;
    }
}

@media (min-width:1100px) {
    .Searchboxdata {
        float: right;
        width: 500px;
        margin-top: 6px;
        margin-right: 15px;
        transition: 0.5s all;
    }
}




@media (min-width:768px) {
    .searchfeild {
        width: 100%;
        padding-right: 100px;
    }
}

@media (max-width:768px) {
    .searchfeild {
        width: 100%;
        padding-right: 100px;
    }
}

.searchfeild input[type=text] {
    width: 100%;
    padding: 10px 30px;
    transition: 0.3s all;
    border-radius: 40px 0px 0px 40px;
    border: 1px solid #c22b90;
    height: 40px;
    color: #333;
    background-color: #fff;
    border-right: 0px;
}

    .searchfeild input[type=text]::placeholder {
        color: #c22b90;
    }

    .searchfeild input[type=text]:focus,
    .searchfeild input[type=text]:active,
    .searchbtn button:active,
    .searchbtn button:focus {
        outline: none;
    }

.searchbtn {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    /*@media (min-width:600px)
{
.searchbtn
 {
	 width:100px;
 }
.searchfeild
 {
	 padding-right:100px;
 }
}*/
    .searchbtn button {
        width: 100%;
        height: 40px;
        padding: 10px 12px;
        border: none;
        font-size: 14px;
        border-radius: 0px 40px 40px 0px;
        text-align: center;
        cursor: pointer;
        background-color: #c22b90;
        border: 1px solid #c22b90;
        color: #fff;
        position: relative;
        transition: 0.3s all;
    }

@media (max-width:450px) {
    .rightsidecol span {
        display: none !important;
    }
}

.searchbtn button:hover {
    transition: 0.5s all;
    color: #fff;
    background-color: #b02080;
}

.bgmgento {
    background-color: #9323cd;
}

/*--login page--*/
.loginwrap {
   
    transition: 0.5s all;
    border-radius: 10px;
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    border-radius: 10px;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    width:100%;
    overflow:hidden;
}
@media (min-width: 480px) {
    .loginwrap {
        border: 1px solid #edeef7;
        padding: 0;
        max-width: 760px;
        min-width: 400px;
    }
}   

.login_fm_bx {
    background: #fff;
    border-radius: 10px;
}


@media (min-width:768px) {
    .loginwrap {
        transition: 0.5s all;
        background-color: #fff;
        display:flex;
    }

    .txt_blnk_pnl {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .login_fm_bx {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .txt_blnk_pnl_sign_in {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.txt_blnk_pnl {
    padding: 5rem;
    background: url(../images/login.jpg);
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 1;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .txt_blnk_pnl {
        height: auto !important;
    }
}
.txt_blnk_pnl:before {
    content: '';
    /* background: rgba(76, 132, 255, 0.92);*/
    /*background: #003087d9;*/
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.txt_blnk_pnl_sign_in {
    padding: 8rem;
    background: url(../images/sign-up.jpg);
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 1;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .txt_blnk_pnl_sign_in {
        height: auto !important;
    }
}
.txt_blnk_pnl_sign_in:before {
    content: '';
    /* background: rgba(76, 132, 255, 0.92);*/
    /*background: #003087d9;*/
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.txt_cont_in {
    /* width:100%;
	 height:120%;
	 padding:30px;
	 margin:0px;
	 top:-10%;
	 position:relative;
	 border-radius:10px;
	 background:url(../img/back_login_sec.svg);
	 background-size:cover; */
    /*	 background-image:-webkit-linear-gradient(#0070e0, #d5540f);*/
    /* box-shadow:0px 0px 5px rgba(51,51,51,0.5); */
}

.verison_status {
    text-align: center;
}

@media (min-width:768px) {
    .verison_status {
        position: absolute;
        bottom: 25px;
    }
}

.verison_status p {
    color: #fff;
    opacity: 0.8;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.cont_In_stl {
    width: 100%;
    padding: 0px;
    margin: -48px;
}

.logo_login_pnl {
    width: 100%;
    display: block;
    padding: 0px;
    height: auto;
    margin-bottom: 50px;
}

    .logo_login_pnl img {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }


.logo_signup_pnl {
    width: 60%;
    display: block;
    padding: 0px;
    height: auto;
    margin-bottom: 30px;
}

    .logo_signup_pnl img {
        width: 60%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

@media (max-width:768px) {

    /*.txt_blnk_pnl {
        padding: 0px;
    }
	*/

    .cont_In_stl p {
        display: none;
    }
   .login_bg{display: -webkit-box;}
   .copy{bottom:-23px! important; padding:9px;}
    .logo_login_pnl {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .txt_cont_in {
        /*box-shadow: 0px 0px 8px rgba(51,51,51,0.2);*/
        padding: 15px;
    }

    .cont_In_stl {
        transform: translate(0%, 0%);
        margin-bottom: 15px;
        text-align: center;
		margin:0px;
    }
}

.cont_In_stl h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.cont_In_stl p {
    color: #fff;
    opacity: 0.8;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

@media (max-width:768px) {

    .cont_In_stl h3 {
        margin: 0px;
        margin-bottom: 10px;
    }
}





.loginner {
    padding: 20px;
    margin: 0px;
}

.heading {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom:14px;
    text-align: center;
}

@media (max-width:768px) {
    .loginner {
        padding: 15px;
    }
}

.heading h3 {
    color: #333;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 22px;
}

.heading i {
    color: #0070e0;
}

.loginbox {
    width: 100%;
    padding: 0px;
    position: relative;
    margin: 0px;
}

.fm-group {
    margin-bottom: 10px;
}

.btn_sec_row {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.log-cont {
    width: 100%;
    padding: 10px;
    transition: 0.3s all;
    border: 1px solid #bfbfbf;
    line-height: 20px;
    color: #212121;
    font-weight: 600;
    background-color: #fff;
	font-size:14px;
}
    .log-cont::-webkit-input-placeholder {
        font-weight:400;
        font-size:14px;
    }

    .log-cont:active,
    .log-cont:focus,
    .btnlogin:active,
    .btnlogin:focus {
        outline: none;
    }

    .log-cont:active,
    .log-cont:focus {
        border-color: #66afe9;
    }

.btnlogin {
    width: 100%;
    line-height: 20px;
    padding: 10px 12px;
    border: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-color: #0070e0;
    color: #fff;
    position: relative;
    transition: 0.3s all;
    margin-top: 20px;
}

    .btnlogin:hover {
        transition: 0.3s all;
        background-color: #003087;
    }

.loginfoot {
    margin-top: 30px;
}

    .loginfoot h5 {
        text-align: center;
        transition: 0.5s all;
    }

        .loginfoot h5 a {
            display: block;
            font-size: 14px;
            font-weight: 600;
            margin: 0px;
            padding: 15px 0px;
            color: #333;
            transition: 0.5s all;
        }

            .loginfoot h5 a:hover {
                transition: 0.3s all;
                color: #1357e9;
                text-decoration: none;
            }

    .loginfoot p {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .loginfoot p a {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            margin: 0px;
            padding: 15px 0px;
            color: #9323cd;
            transition: 0.5s all;
        }

        .loginfoot p span {
            display: inline-block;
            font-size: 13px;
            margin: 0px;
            padding: 15px 0px;
            color: #666;
            margin-right: 10px;
        }

/*--employedetails 27-7-2018--*/
.twotablebox {
    padding: 0px !important;
    display: flex;
}

.employedetails {
    width: 49%;
    padding: 0px;
    margin: 0px;
    display: table;
    table-layout: fixed;
    position: relative;
}

.headrowdata {
    display: table-row;
}

.headtable,
.bodytable,
.foottable {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.tahead {
    display: table-cell;
    padding: 0.75rem;
    margin: 0px;
    font-weight: 600;
    color: #333;
    vertical-align: top;
    /*border-bottom:1px solid #eee;*/
    background-color: #e4e2e2;
    position: relative !important;
    /*border-right:1px solid #eee;*/
}

    .tahead:last-child,
    .tadata:last-child {
        border-right: none;
    }

.tadata {
    display: table-cell;
    padding: 0.75rem;
    margin: 0px;
    color: #333;
    vertical-align: top;
    position: relative !important;
    border-right: 1px solid #eee;
}

    .tadata a {
        color: #333 !important;
        text-decoration: none !important;
        transition: 0.5s all;
    }

.foottable {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f8f5f7;
}

    .foottable .tadata {
        font-weight: 600;
    }

/*--overdetails--*/
.overdetails {
    width: 49%;
    background-color: #FFF;
    margin-left: 2%;
    /*box-shadow:0px 5px 5px rgba(102,102,102,0.2);*/
    z-index: 9999;
    transition: 0.5s all;
}


/*--all_fixd_are_noti--*/
.all_fixd_are_noti {
    float: left;
    margin-right: 50px;
}

    .all_fixd_are_noti ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .all_fixd_are_noti ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .all_fixd_are_noti ul li {
            display: block;
            padding: 0px;
            margin: 0px;
            float: left;
            margin-left: 40px;
        }

@media (max-width:450px) {
    .all_fixd_are_noti {
        float: left;
        margin-right: 30px;
    }

        .all_fixd_are_noti ul li {
            margin-left: 20px;
        }
}

.all_fixd_are_noti ul li:first-child {
    margin-right: 0px;
}

.notif_data_present {
    position: relative;
    line-height: 45px;
    position: relative;
}

    .notif_data_present label {
        padding: 0px;
        margin: 0px;
        position: relative;
        cursor: pointer;
    }

        .notif_data_present label i {
            font-size: 16px;
        }

.not_bell_data {
    position: absolute;
    top: 0px;
    right: -15px;
    display: block;
    width: 18px;
    line-height: 18px;
    text-align: center;
    height: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    background-color: #0070e0;
}

.noytif_drop_dwn {
    display: none;
    width: 300px;
    right: -60px;
    position: absolute;
    background-color: #fff;
    top: 45px;
    box-shadow: 0px 5px 5px rgba(102,102,102,0.2);
    z-index: 999;
}

@media (max-width:450px) {
    .noytif_drop_dwn {
        width: 280px;
        right: -140px;
    }
}

.noytif_drop_dwn ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
    min-height: 150px;
   /* max-height: 300px;*/
    overflow: hidden;
    overflow-Y: auto;
}

    .noytif_drop_dwn ul::-webkit-scrollbar {
        width: 6px;
    }

    .noytif_drop_dwn ul::-webkit-scrollbar-thumb {
        background-color: #eee;
        border-radius: 15px;
    }
    /*.noytif_drop_dwn ul::-webkit-scrollbar-track
 {
	 box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
	 border-radius:15px;
 }*/



    .noytif_drop_dwn ul li {
        padding: 15px 15px;
        margin: 0px;
        float: none;
    }

        .noytif_drop_dwn ul li:hover {
            background-color: #f3f3f3;
        }

.notibox_styl_list {
    width: 100%;
    padding: 0px;
}

    .notibox_styl_list:after,
    .notibox_styl_list a:after {
        content: '';
        clear: both;
        display: table;
    }

    .notibox_styl_list a {
        display: block;
        text-decoration: none !important;
    }

    .notibox_styl_list figure {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 16px;
        color: #333;
        border: 1px solid #0070e0;
        position: relative;
        float: left;
        margin: 0px;
        overflow: hidden;
        float: left;
        line-height: 20px;
    }

        .notibox_styl_list figure img {
            width: 100%;
            height: 100%;
        }

.niti_data_desc {
    padding: 0px;
    margin: 0px;
    margin-left: 45px;
    text-align: left;
    position: relative;
}

.messag_data_drp .niti_data_desc {
    margin-left: 0px;
}

.niti_data_desc h5 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}

.niti_data_desc p {
    max-height: 55px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    color: #757575;
    font-size: 13px;
    margin-top: 5px;
}

.date_tym_frm {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #a4abc5;
    background: #f8f9fa;
    padding: 0px 6px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.view_all_data {
    border-top: 1px solid #eee;
    text-align: left;
    line-height: 20px;
    padding: 10px 15px;
}

    .view_all_data a {
        font-size: 14px;
        color: #1a50bd;
    }

        .view_all_data a:hover {
            text-decoration: none;
            color: #093eaa
        }


/*--chat-box--*/
.rightchatbaar {
    display: block;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 999999999;
    box-shadow: -1px 0px 2px rgba(51,51,51,0.2);
    transition: 0.3s ease-in;
    transform: translate(300px, 0px);
    /*background:-webkit-linear-gradient(rgba(147,35,205,1), rgba(194,43,114,1));*/
}

.right_side_nv {
    transform: translate(0px, 0px);
    transition: 0.3s ease-out;
}

.bacoverly_body {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

.chatbox_in_page {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.chat_header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 50px;
    border-bottom: 1px solid #eeee;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

    .chat_header:after {
        content: '';
        clear: both;
        display: table;
    }

    .chat_header h2 {
        color: #212121;
        padding: 15px 15px;
        font-size: 16px;
        margin-bottom: 0px;
        position: relative;
        position: relative;
        font-weight: 600;
        float: left;
    }

.chat_searcHbox {
    padding: 18px 15px;
    margin: 0px;
    height: auto;
    float: right;
    cursor: pointer;
}

    .chat_searcHbox span {
        display: inline-block;
    }

.chat_inbox_serc {
    display: none;
}

.chat_serc_bx_in {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0px;
}

    .chat_serc_bx_in span {
        display: none;
    }

    .chat_serc_bx_in .chat_inbox_serc {
        display: block;
    }

    .chat_serc_bx_in .chat_bx_s {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

.chat_bx_s:after {
    content: '';
    clear: both;
    display: table;
}

.chat_serc_bx_in .chat_bx_s input {
    padding: 16px 15px;
    float: left;
    width: 200px;
    border: none
}

    .chat_serc_bx_in .chat_bx_s input:active,
    .chat_serc_bx_in .chat_bx_s input:focus,
    .chat_serc_bx_in button:active,
    .chat_serc_bx_in button:focus {
        outline: none;
    }

.chat_serc_bx_in button {
    width: 50px;
    background-color: #0070e0;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 14.5px 15px;
    border: none
}

    .chat_serc_bx_in button:hover {
        transition: 0.3s all;
        background-color: #1357e9;
    }

.chat_serc_bx_in .chat_close {
    position: absolute;
    z-index: 999;
    display: block !important;
    top: 16px;
    right: 55px;
}

.chat_body_user {
    height: auto;
    padding: 0px;
    margin: 0px;
}

.chat_user_inner {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    padding-top: 60px;
    overflow: auto;
    position: absolute;
    top: 0px;
}

    .chat_user_inner::-webkit-scrollbar {
        width: 3px;
    }

    .chat_user_inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .chat_user_inner::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }


    .chat_user_inner ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .chat_user_inner ul li {
            padding: 15px 15px;
            margin: 0px;
            display: block;
        }

            .chat_user_inner ul li a {
                color: #212121;
                text-decoration: none !important;
            }

.user_chat_active {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .user_chat_active:after {
        content: '';
        clear: both;
        display: table;
    }

    .user_chat_active figure {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        color: #333;
        border: 1px solid #0070e0;
        position: relative;
        margin-right: 21px;
        float: left;
        margin: 0px;
        /* box-shadow:1px 5px 3px rgba(51,51,51,0.1);*/
    }

        .user_chat_active figure .active_chat {
            width: 15px;
            height: 15px;
            display: block;
            background-color: #0ea70a;
            border-radius: 50%;
            position: absolute;
            top: -5px;
            right: -5px;
            border: 2px solid #fff;
        }

        .user_chat_active figure img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

.user_nam_desg {
    width: auto;
    margin-left: 55px;
    padding-top: 5px;
}

    .user_nam_desg h4 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        color: #212121;
    }

    .user_nam_desg p {
        padding: 0px;
        margin: 0px;
        color: #9e9e9e;
        font-size: 13px;
    }


.chatboxuserly {
    width: auto;
    height: auto;
    right: 0px;
    bottom: 10px;
    margin: 0px 15px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(102,102,102,0.2);
    z-index: 999999999;
    display: none;
}

@media (min-width:580px) {
    .chatboxuserly {
        width: 320px;
        right: 250px;
        margin: 0px 0px;
    }
}


@media (min-width:768px) {
    .chatboxuserly {
        width: 500px;
        height: auto;
        right: 250px;
    }
}

.chatin_Box_type {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.chat_header_fild {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.chetr_data_fllid {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #eee;
    background-color: #0070e0;
    position: relative;
}

.close_chat_buton {
    position: absolute;
    right: 15px;
    top: 23px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.chetr_data_fllid:after {
    content: '';
    clear: both;
    display: table;
}

.chetr_data_fllid figure {
    border-color: #fff;
}

.chetr_data_fllid .user_nam_desg h4,
.chetr_data_fllid .user_nam_desg p {
    color: #fff;
}

.chat_body_feild {
    height: 400px;
    padding: 15px;
    background: url(../img/background-chat.png);
    background-attachment: fixed;
    overflow-Y: auto;
}

    .chat_body_feild::-webkit-scrollbar {
        width: 3px;
    }

    .chat_body_feild::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .chat_body_feild::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }


.chat_fild_user {
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .chat_fild_user:after,
    .first_party_data_send:after,
    .second_party_data_send:after {
        content: '';
        clear: both;
        display: table;
    }

.first_party_data_send,
.second_party_data_send {
    width: 100%;
}


    .first_party_data_send .size_quence_chat_box {
        float: left;
    }

.size_quence_chat_box {
    min-width: 100px;
    max-width: 80%;
    padding: 5px 15px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(51,51,51,0.2);
    border-radius: 0px 15px 15px 15px;
    position: relative;
}

.first_party_data_send,
.second_party_data_send {
    margin-bottom: 15px;
}

    .first_party_data_send p,
    .second_party_data_send p {
        padding: 0px;
        margin: 0px;
        height: auto;
        line-height: 20px;
    }

.first_party_date {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 11px;
    color: #9e9e9e;
}

.second_party_data_send {
    width: 100%;
}

    .second_party_data_send .size_quence_chat_box {
        float: right;
        background-color: #c5cef6;
        border-radius: 15px 0px 15px 15px;
    }

.first_party_date {
    color: #757575;
}

.img_upload_user {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .img_upload_user img {
        width: 30px;
        height: 30px;
        border: 1px solid #0070e0;
        margin-bottom: 5px;
    }

.chat_footer_feild {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    border-top: 1px solid #eee;
}

.chat_footer_inr {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .chat_footer_inr form:after {
        content: '';
        clear: both;
        display: table;
    }

.field_chat_user {
    width: 80%;
    float: left;
    position: relative;
}

    .field_chat_user input {
        width: 100%;
        height: 50px;
        padding: 15px 15px;
        background-color: #fff;
        border: none;
        padding-right: 50px;
    }

        .field_chat_user input:active,
        .field_chat_user input:focus,
        .button_chat_icon button:focus,
        .button_chat_icon button:active {
            outline: none;
        }

.button_chat_icon {
    width: 20%;
    float: right;
}

@media (min-width:768px) {
    .field_chat_user {
        width: 90%;
    }

    .button_chat_icon {
        width: 10%;
        float: right;
    }
}

.button_chat_icon button {
    padding: 15px 14px;
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: #0070e0;
    cursor: pointer;
}


.upload_document_cht {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
}

    .upload_document_cht span {
        display: block;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
        color: #9e9e9e;
    }

.box_emplye_details {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
}
.icon_dash {
    font-size: 28px;
    width: 64px;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
}
.box_emplye_details p {
    font-weight: 600;
    transition: .3s ease-in-out;
}
    .box_emplye_details h3 {
        color: #1d2c48;
        font-weight: 600;
        font-size: 20px;
        transition:.3s ease-in-out;
    }
.box_emplye_details a:hover p, .box_emplye_details a:hover h3, .box_emplye_details a:hover {
    text-decoration:none;
    color:#0070e0;
}

.progr_status {
    width: 100%;
    padding: 0px 15px 15px;
}

    .progr_status .progress {
        height: 4px;
    }

.total_emolyee {
}

.present_emolyee {
}

.absence_emolyee {
}

.table_design_baar {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}



    .table_design_baar .table {
        margin-bottom: 0px;
    }

        .table_design_baar .table tr td {
            border-top: none;
        }

      

        .table_design_baar .table tr {
            border-bottom: 1px solid #eee;
        }

            .table_design_baar .table tr:last-child {
                border-bottom: none;
            }

.Employe_img_leave {
    padding: 0px;
    margin: 0px;
    height: auto;
    width: auto;
}


    .Employe_img_leave .user_nam_desg {
        padding-top: 0px;
    }

.date_leave_em {
    width: auto;
}

.Employe_img_leave .user_nam_desg {
    display: block;
}

.Employe_img_leave h4 {
    margin-bottom: 8px;
}

.Employe_img_leave p {
    margin-bottom: 8px;
    color: #757575;
}


.date_leave_em h4 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 8px;
}

.date_leave_em p {
    padding: 0px;
    margin: 0px;
    color: #757575;
    font-size: 13px;
}

.leve_approved {
    display: block;
    padding: 1px 15px;
    border: none;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    color: #078c10;
    background-color: rgba(14,182,25,0.2);
}

    .leve_approved:hover {
        color: #078c10;
        background-color: rgba(14,182,25,0.3);
        text-decoration: none;
    }

.leve_canceld {
    display: block;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    color: #b01414;
    background-color: rgba(170,28,17,0.2);
}

    .leve_canceld:hover {
        color: #b01414;
        background-color: rgba(170,28,17,0.3);
        text-decoration: none;
    }

.leve_panding {
    display: block;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    color: #c44c0c;
    background-color: rgba(196,76,12,0.2);
}

    .leve_panding:hover {
        color: #c44c0c;
        background-color: rgba(196,76,12,0.3);
        text-decoration: none;
    }

.table_height_scr {
    min-height: 300px;
    max-height: 300px;
    overflow-Y: auto;
}

    .table-responsive::-webkit-scrollbar, .table_height_scr::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .table-responsive::-webkit-scrollbar-track, .table_height_scr::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #eee;
    }

    .table-responsive::-webkit-scrollbar-thumb, .table_height_scr::-webkit-scrollbar-thumb {
        background-color: #0070e0;
        outline: 1px solid slategrey;
    }

.notific_bx_right {
    width: auto;
    padding: 0px;
    height: auto;
}

    .notific_bx_right .noytif_drop_dwn {
        display: block !important;
        position: inherit;
        width: 100%;
        right: auto;
        top: auto;
        box-shadow: none;
    }

        .notific_bx_right .noytif_drop_dwn ul {
            min-height: auto;
            max-height: auto;
            overflow: inherit;
        }

            .notific_bx_right .noytif_drop_dwn ul li {
                padding: 0px;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 2px dashed #eee;
            }

                .notific_bx_right .noytif_drop_dwn ul li:first-child {
                    padding-top: 0px;
                }

                .notific_bx_right .noytif_drop_dwn ul li:last-child {
                    padding-bottom: 0px;
                    border-bottom: 1px solid transparent;
                }

                .notific_bx_right .noytif_drop_dwn ul li:hover {
                    background-color: transparent;
                }

                .notific_bx_right .noytif_drop_dwn ul li a h5 {
                    transition: 0.5s all;
                }

                .notific_bx_right .noytif_drop_dwn ul li:hover a h5 {
                    color: #0070e0;
                    transition: 0.5s all;
                }

.mrg_btom_resp {
    margin-top: 20px;
}

@media (max-width:768px) and (min-width:576px) {
    .mrg_btom_resp .col-md-3:nth-child(1),
    .mrg_btom_resp .col-md-3:nth-child(2) {
        margin-top: 0px;
    }

    .mrg_btom_resp .col-md-3 {
        margin-top: 20px;
    }
}

@media (max-width:576px) {
    .mrg_btom_resp .col-md-3:nth-child(1) {
        margin-top: 0px;
    }

    .mrg_btom_resp .col-md-3 {
        margin-top: 20px;
    }
}


/*--css dnCalender style--*/
.calender_holiday {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.dncalendar-inactive {
    opacity: 0.2;
}

.dncalendar-header {
    margin: 0px 0 20px 0;
    position: relative;
}

    .dncalendar-header h2 {
        color: #212121;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        font-weight: 600
    }

    .dncalendar-header .dncalendar-links {
        height: 19px;
        width: 100%;
        position: absolute;
        top: 2px;
    }

        .dncalendar-header .dncalendar-links div {
            cursor: pointer;
            width: 30px;
            height: 22px;
            -webkit-user-select: none;
            touch-action: pan-y;
            -webkit-user-drag: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        .dncalendar-header .dncalendar-links .dncalendar-next-month {
            position: absolute;
            right: 6px;
            background: url('../img/arrow.png') no-repeat -72px 0px;
            background-size: 100px 20px;
        }

        .dncalendar-header .dncalendar-links .dncalendar-prev-month {
            position: absolute;
            left: 10px;
            background: url('../img/arrow.png') no-repeat 0px 0px;
            background-size: 100px 20px;
        }

.dncalendar-body {
    margin: 0 0 10px;
}

    .dncalendar-body table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        font-size: 15px;
    }

        .dncalendar-body table th, td {
            display: table-cell;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
        }

    .dncalendar-body thead td {
        color: #212121;
        font-size: 11px;
        text-transform: uppercase;
        padding: 10px 0;
        font-weight: 600;
    }

    .dncalendar-body tbody tr td {
        width: 13%;
        border-top: 1px solid #eee;
        color: #bdbdbd;
        background: #f8f8f8;
        text-decoration: none;
        vertical-align: middle;
    }

    .dncalendar-body tbody td#calendarClick {
        cursor: pointer;
    }

    .dncalendar-body tbody td.calendarClick {
        color: #434343;
        background: #fff;
    }

    .dncalendar-body tbody td .entry {
        padding: 11px 0 13px;
        position: relative
    }

    .dncalendar-body tbody td.calendarClick:active {
        background: #ddd
    }

    .dncalendar-body tbody td .entry:after {
        content: attr(data-title);
        left: 0;
        position: absolute;
        font-size: 10px;
        bottom: 1px;
        text-align: center;
        width: 100%
    }

    /*.dncalendar-body table td.holiday {
	color: #c55 !important;
}

.dncalendar-body table td.calendarClick.holiday {
	color: #d00 !important;
}*/

    .dncalendar-body table td.default-date {
        border: 1px solid #96D4FD;
        color: #96D4FD !important;
        background: #e6f2fa;
    }

    .dncalendar-body table td.calendarClick.default-date {
        border: 1px solid #0d7fcc;
        color: #0d7fcc !important;
        background: #e6f2fa;
    }

    .dncalendar-body table td.today-date {
        border: 1px solid #7EE699;
        color: #7EE699 !important;
        background: #E9FDEE;
    }

    .dncalendar-body table td.calendarClick.today-date {
        border: 1px solid #078c10;
        color: #078c10 !important;
        background: rgba(14,182,25,0.2);
    }

    .dncalendar-body table td.note,
    .dncalendar-body table td.calendarClick.note {
        position: relative;
    }

        .dncalendar-body table td.note:before {
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            top: 0;
            right: 0;
            content: "";
            border-top: 5px solid #c55;
            border-right: 5px solid #c55;
            border-left: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .dncalendar-body table td.calendarClick.note:before {
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            top: 0;
            right: 0;
            content: "";
            border-top: 5px solid #b01414;
            border-right: 5px solid #b01414;
            border-left: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

.dncalendar-note-list {
    list-style: none;
    margin-left: 4.5%;
    margin-bottom: 20px;
    padding: 0;
    color: #999
}

    .dncalendar-note-list .date {
        color: #b01414
    }

/*--Holiday List--*/
.holiday_list_all {
    min-height: 300px;
    max-height: 300px;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

    .holiday_list_all::-webkit-scrollbar {
        width: 3px;
    }

    .holiday_list_all::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .holiday_list_all::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }


    .holiday_list_all ul {
        padding: 0;
        margin: 0px;
        list-style: none;
    }

        .holiday_list_all ul li {
            padding: 0px;
            margin: 0px;
            height: auto;
        }

.both_row_side {
    margin-left: -15px;
    margin-right: -15px;
}

    .both_row_side:after {
        content: '';
        clear: both;
        display: table;
    }



    .holiday_list_all ul li:first-child {
        padding-top: 0px;
    }

    .holiday_list_all ul li:last-child {
        padding-bottom: 0px;
    }

.holiday_list_all ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .holiday_list_all ul li:last-child {
        border-bottom: none;
    }

    .holiday_list_all ul li .holi_name,
    .holiday_list_all ul li .date_day_hold {
        padding-left: 15px;
        padding-right: 15px;
    }

    .holiday_list_all ul li .date_day_hold {
        width: 50%;
        float: left;
    }

        .holiday_list_all ul li .date_day_hold strong {
            display: block;
            margin-bottom: 5px;
        }

        .holiday_list_all ul li .date_day_hold span {
            display: block;
            font-size: 12px;
            color: #757575;
        }

.holi_active .date_day_hold span {
    color: #b01414 !important;
}

.holi_active .date_day_hold strong {
    color: #078c10 !important;
}

.holi_active .holi_name strong {
    color: #b01414 !important;
}

.holiday_list_all ul li .holi_name {
    width: 50%;
    float: left;
}



/*--innrer page list--*/
.page_list_deep {
    padding: 0px;
    margin: 0px;
}

    .page_list_deep ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .page_list_deep ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .page_list_deep ul li {
            float: left;
            padding: 0px 15px;
            position: relative;
        }

            .page_list_deep ul li:after {
                content: '/';
                position: absolute;
                top: 0px;
                left: -0px;
            }

            .page_list_deep ul li:first-child:after {
                content: none;
            }

            .page_list_deep ul li:last-child {
                padding-right: 0px;
            }

            .page_list_deep ul li:first-child {
                padding-left: 0px;
            }

            .page_list_deep ul li a {
                color: #1357e9;
            }

            .page_list_deep ul li:last-child a {
                color: #757575;
                pointer-events: none;
            }

.fields_container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.feild_wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .feild_wrapper label {
        font-weight: 600;

    }

    .feild_wrapper .form-control {
        width: 100%;
        min-height: 41px;
        transition: 0.3s all;
        border-radius: 0;
        border: 1px solid #eee;
        line-height: 20px;
        color: #212121 !important;
        font-size: 14px;
        background-color: #f9f5f5;
    }

        .feild_wrapper .form-control:active,
        .feild_wrapper .form-control:focus,
        .feild_wrapper .form-control:active,
        .feild_wrapper .form-control:focus {
            outline: none;
            border: 1px solid #0070e0;
            box-shadow: none;
        }

@media (min-width:768px) {
    .mt-md-seq {
        margin-top: 1.8rem;
    }
}

.form_feild_button {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.btn_orge_style {
    padding: 9.5px 12px !important;
    border: none;
    font-size: 14px !important;
    border-radius: 0px !important;
    text-align: center;

    cursor: pointer;
    background-color: #0070e0;
    border: 1px solid #1357e9;
    color: #fff;
    position: relative;
    transition: 0.3s all;
}

    .btn_orge_style:hover {
        transition: 0.3s all;
        background-color: #1357e9;
    }

.tabs_box_form {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .tabs_box_form .nav-tabs {
        border-bottom: none;
    }

        .tabs_box_form .nav-tabs .nav-item {
            margin-bottom: 0px;
        }

    .tabs_box_form .nav-link {
        padding: 12px 15px !important;
        color: #0070e0;
        border: none !important;
    }

        .tabs_box_form .nav-link.active {
            color: #fff !important;
            background-color: #212121 !important;
            border-radius: 0;
        }

    .tabs_box_form .tab-content {
        margin-top: 40px;
    }

.checkbx_style .form-check-input {
    margin-top: 2px;
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s all;
    outline: none !important;
    background-color: #9e9e9e;
    border-radius: 3px;
    cursor: pointer;
}

    .checkbx_style .form-check-input:checked {
        background-color: #212121;
        transition: 0.5s all;
        outline: none;
    }

        .checkbx_style .form-check-input:checked ~ :after {
            content: '\2714';
            position: absolute;
            left: 4px;
            font-size: 16px;
            top: 3px;
            width: 20px;
            height: 20px;
            color: #fff;
            background-color: transparent;
        }

.checkbx_style label {
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 500;
}



.action_ul {
    margin: 0;
}

    .action_ul li {
        display: inline-block;
    }

        .action_ul li a {
            border: 1px solid #000;
            color: #000;
            display: block;
            width: 30px;
            text-align: center;
            border-radius: 5px;
            padding: 5px;
            transition: .3s all;
        }

            .action_ul li a.edit {
                border-color: #093eaa;
                color: #093eaa;
            }

            .action_ul li a.delete {
                border-color: #0070e0;
                color: #0070e0;
            }

.bluebox {
    background-color: #3936a9;
    display: inline-block;
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
}
.table_filter {
    display:flex;
    position:relative;
    margin-left:auto;
    cursor:pointer;
    border:1px solid #eee;
    padding:8px 10px;
}
.table_filter h4 {
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    margin-left:auto;
    margin-bottom:0;
    position:relative;
    padding-right:20px;
}
    .table_filter h4::after {
        content: '\f0d7';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 0px;
        transform:translateY(-50%);
        top:50%;
        transition: .3s ease-in-out;
    }
    .table_filter h4.show::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
.table_filter ul {
    margin-bottom: 0;
    background:#fff;
    position:absolute;
    z-index:99;
    height:250px;
    overflow:auto;
   top:35px;
   display:none;
    right:0;
    width:200px;
    box-shadow:0 0 20px 0 #eee;
    border-radius:5px;
}
.table_filter ul li{
    list-style:none;
    cursor:pointer;
    padding:10px;
}
    .table_filter ul li label {
        margin-bottom: 0;
        display: flex;
        cursor: pointer;
        align-items: center;
    }
    .table_filter ul li:hover {
        background:#eee;
    }
    .table_filter ul li input[type=checkbox] {
        margin-right: 10px;
    }
.h_filter {
    display: flex;
    align-items: center
}
/* width */
.table_filter ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.table_filter ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table_filter ul::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .table_filter ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.dash_headbtn {
    display: flex;
    align-items: center;
    float: none;
}

    .dash_headbtn a {
        margin-left: auto;
    }
.table thead tr {
    background: #fff;
}
    .table thead tr th {
        color: #333;
        border-bottom: 1px solid #d1d7dd;
        /*border: 1px solid #2e3e50;*/
    }
.table {
    /*  border:1px solid #eee;
    margin-bottom:0;*/
    
    max-width: 100%;    
    background-color: transparent;
}
    .table .table_srno {
        height: 35px;
        width: 35px;
        display: block;
        line-height: 35px;
        font-weight: 600;
        background: rgba(76, 132, 255, 0.10);
        color: #0070e0;
        border-radius: 100px;
        text-align: center;
        padding: 0px 0px 0px 4px
    }
    .table tr td, .table tr th {
        vertical-align:middle;
    }
    .table tr a {
        color:#1357e9;
        font-weight:600;
        transition:.3s ease-in-out;
    }
        .table tr a:hover {
            color:#0070e0;
            text-decoration:none;
        }
.form_checkbox_list {
    margin:0;
    display:flex;
    flex-wrap:wrap;
}
.form_checkbox_list li{
    flex:0 0 33.3%;
    max-width:33.3%;
    list-style:none;
}

.table_side tr th:first-child {
    background: #2e3e50;
    width:150px;
    color: #fff;
    border: 1px solid #49515a;
}
.table tr td p, .table tr th p {
    margin-bottom:0;
}
.td_userimg img{
    height:45px;
    object-fit:cover;
    object-position:top;
    border:1px solid #eee;
    width:45px;
    border-radius:100px;
}


@media(max-width:575px) {
    .form_checkbox_list li {
        flex: 0 0 50%;
        max-width: 50%;
     
    }

    .dash_headbtn {
        display:block;
    }
        .dash_headbtn a {
            display:inline-block;
            margin-top:20px;
        }
}
.subsc_box {
    padding:15px;
}
    .subsc_box .headbox {
        padding:0;
        padding-bottom:25px;
        padding-top:10px;
        margin-bottom:25px;
        border-bottom:2px dashed #eee;
        text-align:center
    }
    .subsc_box .headbox h1{
        margin-bottom:15px;
    }
.subsc_box .headbox h4, .subsc_box .headbox h5 {
    font-weight:900;
}
    .subsc_box .headbox h4 i {
        font-size:22px;
    }
    .subsc_box .headbox h5 i {
        font-size: 20px
    }
.pricing_row .col-lg-3:first-child .subsc_box .headbox h4, .pricing_row .col-lg-3:first-child .subsc_box .headbox h5 {
    color : #9e9e9e;
}
.pricing_row .col-lg-3:nth-child(2) .subsc_box .headbox h4, .pricing_row .col-lg-3:nth-child(2) .subsc_box .headbox h5 {
    color: #0070e0;
}
.pricing_row .col-lg-3:nth-child(3) .subsc_box .headbox h4, .pricing_row .col-lg-3:nth-child(3) .subsc_box .headbox h5 {
    color: #ffc107;
}
.pricing_row .col-lg-3:nth-child(4) .subsc_box .headbox h4, .pricing_row .col-lg-3:nth-child(4) .subsc_box .headbox h5 {
    color: #0070e0;
}
.pricing_row .col-lg-3:first-child .subsc_box .mbtn {
    display: block;
    margin-top: 20px;
    background: #9e9e9e;
}
.pricing_row .col-lg-3:nth-child(2) .subsc_box .mbtn {
    display: block;
    margin-top: 20px;
    background: #0070e0;
}
.pricing_row .col-lg-3:nth-child(3) .subsc_box .mbtn {
    display: block;
    margin-top: 20px;
    background: #ffc107;
}
.pricing_row .col-lg-3:nth-child(4) .subsc_box .mbtn {
    display: block;
    margin-top: 20px;
    background: #0070e0;
}
.subsc_box .contbox {
    padding: 0;
}
    .subsc_box ul {
        margin-bottom:0;
    }
        .subsc_box ul li {
            color: #303e67;
            line-height: 35px;
            list-style:none;
            position:relative;
           
            padding-left:30px;
        }
            .subsc_box ul li::before {
                content: "\f00c" !important;
                font-family: 'Font Awesome 5 Free' !important;
                font-weight: 600;
                left:0;
                top:8px;
                font-size: 9px;
                text-align: center;
                background-color: rgba(76, 132, 255, 0.20);
                color: #1357e9;
                width: 20px;
                height: 20px;
                line-height: 20px;
                display: inline-block;
                border-radius: 50%;
                position:absolute;
            }
.login_bg {
    position: relative;
    background-size: cover;
    background: url(../Content/img/pattern2.png);
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
    .login_bg:before {
        content: '';
        background: url(../images/banner-bg.jpg) repeat-x center top;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
    }
.main-signin-footer {
    font-size:14px;
}
.main-signin-footer a {
    color: #14112d;
    font-weight: 600;
    transition:.3s ease-in-out;
}
    .main-signin-footer a:hover {
        color:#0070e0;
        text-decoration:none;
    }
.fm-group label {
    font-weight:600;
    font-size:14px;
}
.register_frm {
    display:block;
}
    .register_frm .txt_blnk_pnl, .register_frm .login_fm_bx {
        flex: 0 0 100%;
        max-width: 100%;
    }
/* kamlesh*/
.leadstats {
    min-height: 300px;
    max-height: 300px;
    overflow-Y: auto;
}
.leadstats .list-group {
    border-radius: 0!important;
}
    .leadstats .list-group-item {
        padding: 0.6rem 0.5rem 0.6rem 15px !important;
        background-color: #fff !important;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    }
.info {
    margin-bottom: 15px;
    padding: 10px 12px;
    background-color: #ddffdd;
    border-left: 6px solid #04AA6D;
}
.warning {
    margin-bottom: 15px;
    padding: 10px 12px;
    background-color: #e7fa9b;
    border-left: 6px solid #fbe006;
}

.danger {
    margin-bottom: 15px;
    padding: 10px 12px;
    background-color: #f3b1b1;
    border-left: 6px solid #b01414;
}

.dark {
    margin-bottom: 15px;
    padding: 10px 12px;
    background-color: #857f7f;
    border-left: 6px solid #212121;
}

.profile-edit  {
    height: 120px;
    border: 1px solid #1357e9;
    width: 120px;
    border-radius: 50%;
    box-shadow: 0px 3px 20px #80808052;
    background-position: center;
    background-size: cover;
    margin:auto;
}

.pagination li {
    padding: 4px;
}


.dash_boxcont {
    padding: 0;
}

    .dash_boxcont h3 {
        padding: 15px 20px;
        border-bottom: 2px solid #f4f5fa;
    }

.sec_headsmall {
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 1rem;
    color: #6b6f82;
    padding: 15px 20px;
    border-bottom: 2px solid #f4f5fa;
    margin-bottom: 0;
}

.dash_box {
    display: flex;
    padding: 20px;
    align-items: center;
}

    .dash_box .cliks {
        font-size: 1.51rem;
        font-weight: 400;
        line-height: 1.2;
        color: #464855;
    }

    .dash_box img {
        margin-left: auto;
        width: 60px;
        height: 60px;
    }

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

sec_data .cliks {
    font-size: 1.51rem;
    font-weight: 400;
    line-height: 1.2;
    color: #464855;
}

.btnsubmit {
    line-height: 20px;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-color: #0070e0;
    color: #fff;
    position: relative;
    transition: 0.3s all;
    margin-top: 20px;
}

    .btnsubmit:hover {
        transition: 0.3s all;
        background-color: #1357e9;
    }


/*    kamlesh 04-6-22*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #ffffff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #f8f8f8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.table_ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

    .table_ul li:not(:first-child) {
        margin-left: 7px;
    }

.lead-tabs .active {
    background-color: #0070e0;
    color: #fff;
}

.lead-tabs a {
    padding: 6px 10px;
    color: #212121;
}

.settingconfig {
    display: block;
    padding: 12px 10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    background-color: #f5f5f5;
    margin-top: 10px;
}

    .settingconfig a {
        color: #000;
        text-decoration: none;
    }

    .settingconfig:hover {
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
    }

    .settingconfig a:hover {
        color: #fff;
        text-decoration: none;
    }

.profile_sec {
    box-shadow: 0 0 20px 0 #eee;
    /*padding: 20px 20px 20px 0px;*/
    border-radius: 5px;
}

.profiel_edit {
    border-bottom: 1px solid #eee;
    margin: -20px;
    padding: 20px;
    margin-bottom: 20px;
}

.dah_box {
    /* background: #29c3d2;*/
    background: #f3695c;
    border-color: #f3695c;
    border-radius: 5px;
    padding: 15px;
    /* border: 2px solid #29c3d2;*/
    transition: .3s ease-in-out;
    position: relative;
}

    .dah_box h4 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }

.profile_sec h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.dah_box p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.dah_box::after {
    content: '\f009';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 15px;
    color: rgba(255,255,255,.301);
    font-size: 40px;
    pointer-events: none;
}

.dah_box2 {
    background: #f3940694;
    border-color: #f3940694;
}

    .dah_box2::after {
        content: '\f3ff';
    }

.dah_box3 {
    background: #ffc107a3;
    border-color: #ffc107a3;
}

    .dah_box3::after {
        content: '\f543';
    }

.dah_box4 {
    background: #28c383b5;
    border-color: #28c383b5;
}

    .dah_box4::after {
        content: '\f555';
    }

.dah_box5 {
    background: #23ad8b;
    border-color: #23ad8b;
}

    .dah_box5::after {
        content: '\f555';
    }

.dah_box6 {
    background: #0070e0;
    border-color: #0070e0;
}

    .dah_box6::after {
        content: '\f555';
    }

.dah_box7 {
    background: #28a745;
    border-color: #28a745;
}

    .dah_box7::after {
        content: '\f555';
    }

.dah_box8 {
    background: #ff1600;
    border-color: #ff1600;
}

    .dah_box8::after {
        content: '\f555';
    }

.Box_empl_row {
    display: flex;
    flex-wrap: wrap;
}
.box_emp_col_fst {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    padding: 15px;
}

.box_emp_col_two {
    flex: 0 0 65%;
    max-width: 65%;
    text-align: right;
    padding: 15px;
}

.box_emp_col_fst img {
    width: 60px;
}
.box_emp_col_two h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0px;
    padding: 0px;
    color: #757575;
}
.box_emp_col_two h3 {
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #212121;
}
/*.lableBtGreenMain {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #4caf50;
    border: hidden;
    background: rgb(76 175 80 / 0.2);
}*/

.iconsize {
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    font-weight: 600;
    /*background: rgba(76, 132, 255, 0.10);*/
    
    border-radius: 100px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}

.copy{clear:both; margin:0px! important; padding:0px; text-align:center; font-size:11px;}


