@charset "utf-8";

/* CSS Document */

body {
    color: #585858;
    font-size: 13px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0px;
    line-height: 18px;
}

a {
    color: #585858;
    font-size: 13px;
    text-decoration: none;
}

a:hover {
    color: #1c9ee4;
    font-size: 13px;
    text-decoration: none;
}

.main-outer {
    width: 100%;
    display: table;
    background-color: #fff;
}

img {
    border: none;
}

p {
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
    color: #686868;
    margin: 0px;
    padding: 0px;
    margin: 20px 0px 20px 0px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #87012b;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}

.cr {
    clear: both;
}

.mainbox {
    margin: 0 auto;
    width: calc(100% - 60px);
    padding: 30px;
    min-height: calc(100vh - 155px);
}


/*--------------------------LOGIN PAGE--------------------------*/

 :focus {
    outline: none;
}

.login-sec {
    width: 380px;
    height: 411px;
    margin: 0 auto;
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
}

.login-uppersec {
    width: 360px;
    height: 95px;
    border-bottom: 1px #dbdbdb solid;
    float: left;
    margin-left: 11px;
}

.logo-login {
    width: 170px;
    height: 50px;
    margin: 25px auto;
}

.formsec-2 {
    width: 330px;
    float: left;
    margin: 20px 0px 0px 25px;
}

.gray-big {
    font-size: 17px;
    color: #5b5b5b;
}

.blank-box {
    width: 100%;
    height: 5px;
    float: left;
}

.remember-sec55 {
    width: 250px;
    float: left;
    margin-top: 5px;
}

.chk {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 3px;
}

.orabge5 {
    color: #b85101;
}

.orabge5 a {
    color: #b85101;
    font-size: 12px;
    text-decoration: none;
}

.orabge5 a:hover {
    color: #b85101;
    font-size: 12px;
    text-decoration: underline;
}

.sign-btn {
    background: url(../images/sign-btn.png) no-repeat;
    width: 93px;
    height: 40px;
    float: right;
    border: none;
    cursor: pointer;
}

label {
    display: block;
    margin-top: 10px;
}

#login {
    background: url(../images/login-bg.png) no-repeat;
    width: 380px;
    height: 411px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#errormsg,
.error,
.errormsg,
.delete-button .error {
    color: #ff2424;
    font-weight: bold;
}


/*-----------------------------LOGIN PAGE--------------------------*/


/*-----------------------------UPPER SECTION--------------------------*/

.upper-box6 {
    width: 100%;
    height: 121px;
    float: left;
}

.logo {
    width: 211px;
    height: 56px;
    margin: 20px 0px 0px 0px;
}

.setting-box {
    background: url(../images/setting-box.png) no-repeat;
    width: 98px;
    height: 37px;
    float: right;
    padding-top: 10px;
}

.setting-text {
    float: left;
    margin-left: 25px;
    text-align: left;
    width: 70px;
}

.wel-note {
    width: 183px;
    float: right;
    clear: both;
    color: #1c9ee4;
}


/*-----------------------------UPPER SECTION--------------------------*/


/*-----------------------------MENUBAR----------------------------*/

.menu-outer {
    width: 100%;
    height: 55px;
    float: left;
    clear: both;
}

.menubar {
    /*width: 100%; float: left; z-index: 10; position: relative;*/
}

.menu-content {
    /*margin: 0 auto; padding: 0; position: relative;*/
    display: flex;
    background: #0784c7;
    vertical-align: top;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.menu-content>ul {
    color: #FFF;
    margin: 0;
    padding: 0px;
    float: left;
    z-index: 2;
}

.menu-content li {
    display: inline-block;
    vertical-align: top;
    z-index: 9;
}

.menu-content li a {
    font: 14px Arial, Verdana, Helvetica, sans-serif;
    line-height: 45px;
    margin: 0;
    text-align: center;
    color: #d5ecf8;
    text-decoration: none;
    padding: 0 18px;
    display: block;
}

.menu-content li a:hover {
    background: #1c9ee4;
    color: #ffffff;
}

.sub_menu {
    visibility: hidden;
    position: absolute;
    clear: both;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    min-width: 180px;
}

.menu-content ul li ul li {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #0784c7;
    font-size: 14px;
    text-align: left;
    display: block
}

.menu-content ul li ul li+li {
    border-top: 1px solid #0b99e6
}

.menu-content ul li ul li a {
    font-size: 12.5px;
    color: #fff;
    padding: 0 15px;
    margin: auto;
    text-align: left;
    border: 0;
    line-height: 38px;
}

.menu-content ul li ul li:hover {
    position: relative;
    top: 0px;
    text-align: left;
}

.menu-content ul li ul li:hover a {
    background: #1c9ee4;
}

.menu-content ul li:hover .sub_menu {
    visibility: visible;
}

.menu-content li a.current {
    background: #1c9ee4;
    color: #ffffff;
}

.menu-content .userUL {
    margin-left: auto;
}

.menu-content .userUL li .userPic {
    width: 100px;
}

.menu-content .userUL span.head_user_span {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.menu-content .userUL li .userPic {
    width: 90%;
    height: 90%;
    object-fit: cover;
    margin-top: 2px;
    object-position: center;
    border-radius: 100px;
}

.menu-content .userUL .mailOff {
    padding: 11px;
    color: #fff;
    background: #f31b1b;
    font-weight: 700;
}

.greenline {
    background: #838383;
    width: 1px;
    height: 48px;
    float: left;
}

.new-invoice {
    width: 129px;
    height: 55px;
    float: right;
}

.new-invoice1 {
    background: url("../images/new-invoice1.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    float: right;
    height: 60px;
    position: absolute;
    right: 32px;
    text-align: center;
    top: 120px;
    width: 129px;
}

.new-invoice1:hover {
    background-position: 0 -65px;
    cursor: pointer;
}


/*-----------------------------MENUBAR----------------------------*/


/*--------------------------INVOICE SECTION------------------------*/

.dash-outer {
    width: 100%;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100vh;
}

.dash-outer.page-height {
    /*min-height: 450px; */
}

.profilebox-outer {
    /* width: 100px; */
    float: none;
    margin: 7.4px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
}

.profile-box1 {
    background-color: #fff;
    width: auto;
    height: auto;
    float: none;
    border: 0;
    text-align: center;
    padding: 10px;
}

.profile-box2 {
    background-color: #f0f0f0;
    width: 120px;
    height: 150px;
    float: left;
    margin: 15px 0px 0px 20px;
    padding: 30px;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(../js/border-radius.htc);
}

.name-tab {
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    border: 0;
    background: #f0f0f0;
}

.profile-photo {
    background: #FFF;
    width: 80px;
    margin: 0 auto;
    border: 1px #d6d6d6 solid;
}

.invoicebox-top {
    background: url(../images/invoice-top.jpg) no-repeat;
    width: 960px;
    height: 9px;
    float: left;
}

.invoicebox-mid {
    background: url(../images/invoice-mid.jpg) repeat-y;
    width: 960px;
    height: 200px;
    float: left;
    padding: 15px 0px 0px 0px;
}

.invoicebox-bottom {
    background: url(../images/invoice-bottom.jpg) no-repeat;
    width: 960px;
    height: 9px;
    float: left;
}

.invoicerecieptsbox-outer {
    width: 280px;
    float: left;
    margin-left: 30px;
}

.reciepts-tabs {
    background: url(../images/reciepts-tab.jpg) no-repeat;
    width: 74px;
    height: 25px;
    float: left;
    margin-left: 20px;
    text-align: center;
    line-height: 25px;
    color: #333;
}

.recieptmain-box {
    width: 278px;
    background: #fff;
    border: 1px #d5d5d3 solid;
    float: left;
    font-size: 16px;
}

.reciept-block {
    width: 84px;
    height: 45px;
    float: left;
    border-right: 1px #d5d5d3 solid;
    padding-left: 15px;
    line-height: 45px;
}

.reciept-blockright {
    width: 160px;
    height: 45px;
    float: left;
    padding-left: 15px;
    line-height: 45px;
}


/*---------------------END INVOICE SECTION-------------------------*/


/*---------------------------RECENT INVOICE------------------------*/

.recentinvoice-outer {
    background: #fff;
    width: 958px;
    float: left;
    border: 1px #d8d8d8 solid;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.recentinvoice-outer1 {
    background: #fff;
    width: 920px;
    float: left;
    border: 1px #d8d8d8 solid;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.recentinvoice-headingstrip {
    background: url(../images/invoiceheading-strip.jpg) repeat-x;
    height: 43px;
    float: left;
    color: #000;
}

.recentinvoice-headingstrip5 {
    background: url(../images/invoiceheading-strip.jpg) repeat-x;
    height: 43px;
    width: 100%;
    float: left;
    color: #000;
}

.recentinvoice-headingtext {
    width: 950px;
    float: left;
    padding: 15px;
}

.receinvoicebox-109 {
    width: 115px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 12px;
    border-right: 1px #CCC solid;
}

.receinvoicebox-110 {
    width: 96px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 12px;
    border-right: 1px #CCC solid;
}

.receinvoicebox-111 {
    width: 65px;
    height: 43px;
    float: right;
    line-height: 43px;
    padding-left: 12px;
}

.receinvoicebox-112 {
    width: 98px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 12px;
}

.receinvoicebox-113 {
    width: 69px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 7px;
    border-right: 1px #CCC solid;
}

.receinvoicebox-114 {
    width: 26px;
    height: 28px;
    float: left;
    padding-left: 7px;
    padding-top: 15px;
    border-right: 1px solid #CCCCCC;
}

.receinvoicebox-115 {
    width: 110px;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

.receinvoicebox-116 {
    width: 180px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-bottom: 5px;
}

.receinvoicebox-180 {
    width: 179px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 12px;
    border-right: 1px #CCC solid;
}

.receinvoicebox-181 {
    width: 290px;
    height: 43px;
    float: left;
    line-height: 43px;
    padding-left: 12px;
    border-right: 1px #CCC solid;
}

.icon-strip {
    width: 928px;
    float: left;
    padding: 15px;
    margin: 0px 0px 10px 0px;
    color: #000;
    font-size: 12px;
}

.delete-icon58 {
    background: url(../images/delete.png) top left no-repeat;
    width: 50px;
    float: left;
    height: 17px;
    line-height: 16px;
    padding: 0 0 0 19px;
}

.print-icon58 {
    background: url(../images/printer.png) top left no-repeat;
    width: 50px;
    float: left;
    height: 17px;
    line-height: 16px;
    padding: 0 0 0 19px;
}

.pdf-icon58 {
    background: url(../images/pdf.png) top left no-repeat;
    width: 50px;
    float: left;
    height: 17px;
    line-height: 16px;
    padding: 0 0 0 19px;
}

.send-icon58 {
    background: url(../images/mail.jpg) top left no-repeat;
    width: 50px;
    float: left;
    height: 17px;
    line-height: 14px;
    padding: 0 0 0 19px;
}

.total-rightcolm {
    width: 350px;
    float: right;
    font-size: 14px;
    margin-right: 80px;
}

.total-rightcolm-small {
    width: 80px;
    float: left;
    padding: 0 15px;
}

.paging-box {
    width: 960px;
    float: left;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    color: #333;
}

.paging-box a {
    color: #1c9ee4;
    font-size: 13px;
    text-decoration: none;
}

.paging-box a:hover {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.payment-img58 {
    background: url("../images/payment.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 28px;
    margin: 5px 0 0 5px;
    padding: 0 0 0 15px;
    text-align: right;
    width: 60px;
    font-size: 12px;
}

.view-text {
    width: 300px;
    float: left;
    margin: 20px 0px 0px 20px;
}

.view-text a {
    color: #1c9ee4;
    font-size: 13px;
    text-decoration: none;
}

.view-text a:hover {
    color: #585858;
    font-size: 13px;
    text-decoration: none;
}


/*----------------------END RECENT INVOICE-------------------------*/


/*--------------------------NEW INVOICE----------------------------*/

.newinvoicebox-outer {
    width: 960px;
    float: left;
    background: #FFF;
    border: 1px #CCC solid;
    margin-top: 20px;
}

.clientinfo-box1 {
    width: 550px;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.clientstatus-box1 {
    width: 200px;
    float: right;
    margin-top: 20px;
}


/*.clientstatus-box1 label { float:left; width: 70px;}
.clientstatus-box1 input { float:left; width: 290px; margin-bottom: 10px }
.clientstatus-box1 textarea { float:left; width: 290px; margin-bottom: 10px }*/

.clientstatus-innerstrip {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.clientstatus-innerstrip55 {
    width: 80px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.paydetailc-box {
    width: 920px;
    float: left;
    padding: 20px;
    margin-top: 20px;
}


/*----------------------END NEW INVOICE----------------------------*/


/*------------------------------FOOTER------------------------------*/

.footer-outer {
    width: calc(100% - 30px);
    height: auto;
    color: #777777;
    background: #f5f5f5;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}

.footer-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer-outer a {
    font-size: 12px;
    color: #c9efff;
    text-decoration: none;
}

.footer-outer a:hover {
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
    text-align: right;
}

.footer-right img {
    margin-left: 5px;
    float: right;
    height: auto;
    width: 76px;
}

.img2 img {
    margin: 2px 0px;
    padding: 0px;
}


/*------------------------------FOOTER------------------------------*/

.draft-bg {
    float: left;
    text-align: center;
    background: #CCC;
    border: 1px #999 solid;
    line-height: 15px;
    font-size: 12px;
    color: #333;
    padding: 5px 15px 5px 15px;
}

.additem-btn {
    width: 69px;
    height: 22px;
    float: left;
}

.savebottom-buttons {
    width: 370px;
    float: right;
    margin: 30px 20px 0px 0px;
}


/*------------------------------ADD NEW CUSTOMER------------------------------*/

.add-customerouter {
    background: #fff;
    width: 958px;
    float: left;
    border: 1px #d8d8d8 solid;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.add-customerfomesec {
    width: 430px;
    float: left;
    margin-left: 20px;
}

.add-customerfomesec label {
    float: left;
    width: 120px;
}

.add-customerfomesec input {
    float: left;
    width: 290px;
    margin-bottom: 10px
}

.add-customerfomesec textarea {
    float: left;
    width: 290px;
    margin-bottom: 10px
}

input.button1 {
    background: url(../images/blank-btn.jpg)no-repeat;
    width: 67px;
    height: 29px;
    color: #333;
    border: 0px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.addinput-text {
    width: 110px;
    float: left;
    vertical-align: middle;
    line-height: 14px;
    margin-bottom: 8px;
}

.addinput-text1 {
    width: 300px;
    float: left;
    vertical-align: middle;
    line-height: 14px;
    margin-bottom: 5px;
    margin-bottom: 8px;
}


/*------------------------------ADD NEW CUSTOMER------------------------------*/

.discountbox-2 {
    width: 300px;
    float: right;
}

.savebtn-89 {
    width: 61px;
    height: 29px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}


/*------------------------------FORGET PASSWORD----------------------------------*/

.forget-password {
    background: url(../images/password-bg.png) no-repeat;
    width: 610px;
    height: 409px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.forget-passwordinner {
    width: 450px;
    float: left;
    margin: 80px 20px 0px 80px;
}

.linkbtn-login {
    width: 80px;
    float: right;
    font-size: 18px;
}

.orabge6 {
    color: #b85101;
}

.orabge6 a {
    color: #b85101;
    font-size: 18px;
    text-decoration: none;
}

.orabge6 a:hover {
    color: #b85101;
    font-size: 18px;
    text-decoration: underline;
}

.forget-text88 {
    width: 300px;
    float: left;
}

.formsec-5 {
    width: 330px;
    float: left;
    margin: 50px 0px 0px 0px;
}

.forget-btn {
    background: url(../images/forget-btn.png) no-repeat;
    width: 143px;
    height: 40px;
    float: left;
    border: none;
    cursor: pointer;
}


/*------------------------------FORGET PASSWORD----------------------------------*/

.newuser-btn99 {
    background: url(../images/new-costumer.png) no-repeat;
    width: 154px;
    height: 31px;
    float: left;
}

.newbutton1 {
    background: url(../images/button1.png) no-repeat;
    width: 200px;
    height: 31px;
    border: 0px;
    color: White;
    text-align: center;
}


/*----------------------------CALANDER PAGE-----------------------------*/

.calender-outer {
    width: 100%;
    /*margin-top:20px;*/
    background: #FFF;
    border-left: 1px #c0c0c0 solid;
    border-right: 1px #c0c0c0 solid;
    border-bottom: 1px #c0c0c0 solid;
}

.monthchange-box {
    background: #575757;
    width: 100%;
    height: 150px;
    float: left;
}

.profile-sec12 {
    width: 400px;
    float: left;
    margin: 10px 0px 0px 15px;
    color: #d2d2d2;
    font-size: 14px;
}

.img-left {
    float: left;
    margin: 0px 10px 10px 0px;
}

.ring-bg {
    background: url(../images/ring-bg.jpg) repeat-x;
    width: 100%;
    height: 91px;
    float: left;
}

.ringstrip {
    background: url(../images/ringstrip.jpg) repeat-x;
    width: 92%;
    height: 61px;
    float: left;
    margin-left: 43px;
}

.monthchange-inner {
    width: 550px;
    float: right;
    margin: 20px 10px 0px 0px;
}

.monthchange-leftarrow {
    width: 96px;
    height: 116px;
    float: left;
}

.monthchange-rightarrow {
    width: 96px;
    height: 116px;
    float: right;
}

.monthtext-box a {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    text-shadow: #000 0px 2px 2px;
}

.monthtext-box a :HOVER {
    font-size: 40px;
    color: #b85101;
    font-weight: bold;
    text-shadow: #000 0px 2px 2px;
}

.monthtext-box {
    width: 350px;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    padding-top: 50px;
    height: 66px;
    font-weight: bold;
    text-shadow: #000 0px 2px 2px;
}

.week-strip {
    background: url(../images/week-stripbg.jpg) repeat-x;
    width: 100%;
    height: 51px;
    float: left;
}

.week-strip ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.week-strip ul li {
    width: 14%;
    height: 51px;
    line-height: 51px;
    float: left;
    padding: 0px 2px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    list-style: none;
    text-shadow: #a23801 0px 4px 2px;
}

.week-strip1 ul li {
    width: 171.4px;
    height: 51px;
    line-height: 51px;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    list-style: none;
}

.devideline {
    background: url(../images/devideline.jpg) repeat-y top right;
    width: 2px;
    height: 51px;
    float: left;
}

.datestrip-outer {
    width: 958px;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
}

.datebox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    float: left;
    height: 119px;
    margin-right: 18px;
    width: 119px;
}

.datebox-sunday {
    background: none repeat scroll 0 0 #FEA9A9;
    border: 1px solid #D2D2D2;
    height: 119px;
    margin-right: 18px;
    width: 119px;
    float: left;
}

.datebox1 {
    background: #fff;
    ;
    border: 1px solid #D2D2D2;
    height: 119px;
    width: 119px;
    float: left;
}

.leave-strip {
    background: #d6d6d6;
    width: 22px;
    height: 119px;
    float: left;
    float: left;
}

.leave-img {
    width: 15px;
    height: 16px;
    float: left;
    margin: 3px 0px 0px 3px;
}

.date-text {
    color: #727272;
    font-size: 46px;
    font-weight: bold;
    height: 40px;
    margin-right: 5px;
    margin-top: 90px;
    text-align: right;
    width: 50px;
    float: right;
}

.leave-pic-outer {
    width: 70px;
    float: left;
    margin: 5px 0px 5px 5px;
}

.leave-pic-img {
    width: 33px;
    height: 33px;
    float: left;
    margin: 5px 0px 0px 2px;
}


/*----------------------------CALANDER PAGE-----------------------------*/

.datebox-other {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    height: 100%;
    margin-right: 18px;
    float: left;
    width: 119px;
}

.datebox-other-sunday {
    background: #FCC;
    border: 1px solid #D2D2D2;
    height: 100%;
    margin-right: 18px;
    float: left;
    width: 119px;
}

.datebox-other1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    height: 100%;
    float: left;
    width: 119px;
}

.employeedetal-heading {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px #e0dfdf solid;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #0784c7;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.head-right {
    float: right;
}

.detailform-outer {
    /*width:600px; float:left; margin:20px 0px 20px 20px;*/
    padding: 10px 10px 50px 10px;
    box-sizing: border-box;
}

.detailform-outer label {
    float: left;
    width: 180px;
}

.input1 {
    /*background:url(../images/input.jpg) no-repeat;*/
    font-size: 14px;
    color: #6f6f6f !important;
    font-weight: normal;
    width: 295px;
    height: 28px;
    padding: 1px 0px 0px 5px;
    float: left;
    /*border:none;*/
    margin-top: 10px;
}

.checkbox1 {
    margin: 10px;
}

.update-icon {
    background: url(../images/update-arrow.jpg) no-repeat;
    width: 50px;
    height: 20px;
    float: left;
    padding: 0px 0px 0px 20px;
    margin: 15px 0px 0px 10px;
}

.select1 {
    font: 14px Arial, Verdana, Helvetica, sans-serif;
    border: none;
    color: #6f6f6f;
    width: 305px;
    float: left;
    margin: 0px;
    height: 31px;
    padding: 7px 3px 3px 3px;
    background: #fff;
    border: 1px solid #999;
}

.textarea1 {
    /*background: url(../images/textarea-bg.jpg) no-repeat;*/
    font-size: 14px;
    color: #6d6d6d;
    font-weight: normal;
    width: 295px;
    height: 127px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 14px;
    padding: 5px 0px 10px 10px;
    float: left;
    margin-top: 10px;
    /*border:none;*/
}

.photo-bg {
    background: url(../images/photo-bg.jpg) no-repeat;
    width: 99px;
    height: 99px;
    float: left;
    margin-left: 180px;
    margin-top: 10px;
}

.btn-outer-box {
    width: 350px;
    float: left;
    margin: 20px 0px 20px 180px;
}

.submit-btn {
    color: #FFF;
    cursor: pointer;
    border: 0.5px solid #064263 !important;
    padding: 10px 20px;
    border: none;
    line-height: 1;
    margin-right: 5px;
    background: #064263;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.submit-btn:hover {
    opacity: 0.7;
}

.list-uppersec {
    width: 100%;
    height: 80px;
    float: left;
    border-bottom: 1px #CCC solid;
}

.list-uppersec-inner {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.chk-outer {
    width: 150px;
    float: left;
    font-size: 14px;
    margin: 15px 0px 0px 10px;
}

.employeelist-outer {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.employeelist-outer>div {
    width: auto;
    margin-bottom: 20px !important;
}

.employeelist-outer>div>input {
    width: 100%;
    border: 0;
    background: #076496;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 25%;
    color: #fff;
}

.employeelist-outer>div>input:hover {
    background: #1c9ee4;
    color: #fff;
}

.employeelist-outer>div>div {
    border: 10px solid #fff;
    box-shadow: 0 0 0 1px #eee;
}

.employeelist-outer>div>canvas {
    width: 100%;
}

.employeelist-outer>.outer-notes>.inner-notes {
    border: 0;
    box-shadow: none;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.employeelist-outer>.outer-notes {
    width: auto;
    margin-bottom: 20px !important;
    background: #f5f5f5;
    padding: 10px 20px 15px;
}

.employee-heading {
    background: url(../images/list-titlebg.jpg) repeat-x;
    width: 100%;
    height: 51px;
    float: left;
    color: #FFF;
    font-size: 14px;
}

.employee-namebox {
    width: 195px;
    height: 31px;
    float: left;
    border-right: 1px #b4b4b4 solid;
    padding: 20px 0px 0px 15px;
}

.employee-photobox {
    width: 85px;
    height: 31px;
    float: left;
    border-right: 1px #b4b4b4 solid;
    padding: 20px 0px 0px 15px;
}

.employee-editbox {
    width: 85px;
    height: 31px;
    float: left;
    padding: 20px 0px 0px 15px;
}

.employeelist-matter-outer {
    background: #FFF;
    width: 938px;
    height: 79px;
    float: left;
    border-left: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.employeelist-matter-outer-gray {
    background: #f1f1f1;
    width: 938px;
    height: 79px;
    float: left;
    border-left: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.employee-namebox1 {
    width: 195px;
    height: 49px;
    float: left;
    border-right: 1px #b4b4b4 solid;
    padding: 30px 0px 0px 15px;
}

.employee-photobox1 {
    width: 85px;
    height: 49px;
    float: left;
    border-right: 1px #b4b4b4 solid;
    padding: 30px 0px 0px 15px;
}

.employee-photobox2 {
    width: 85px;
    height: 72px;
    float: left;
    border-right: 1px #b4b4b4 solid;
    padding: 7px 0px 0px 15px;
}

.employee-editbox1 {
    width: 85px;
    height: 49px;
    float: left;
    padding: 30px 0px 0px 15px;
}

.report-bg {
    background: url(../images/report-bg.jpg) repeat-x;
    width: 119px;
    height: 28px;
    position: absolute;
}

.leavereport-box {
    width: 35px;
    height: 24px;
    float: left;
    padding: 4px 0px 0px 3px;
    font-size: 11px;
    color: #000;
}

.leavereport-box1 {
    width: 34px;
    height: 24px;
    float: left;
    border-left: 1px #666 solid;
    border-right: 1px #666 solid;
    padding: 4px 0px 0px 3px;
    font-size: 11px;
    color: #000;
}

.yellowdot {
    background: #ffe400;
    width: 7px;
    height: 7px;
    float: left;
    border: 1px #ead100 solid;
    margin: 5px 2px 0px 0px;
}

.greendot {
    background: #7edf43;
    width: 7px;
    height: 7px;
    float: left;
    border: 1px #4eaa15 solid;
    margin: 5px 2px 0px 0px;
}

.reddot {
    background: #ff0c00;
    width: 7px;
    height: 7px;
    float: left;
    border: 1px #db0d03 solid;
    margin: 5px 2px 0px 0px;
}

.date-text2 {
    color: #727272;
    font-size: 46px;
    font-weight: bold;
    text-align: right;
    width: 14%;
    float: left;
    height: 137px;
    padding: 10px 0 0px 3px;
    line-height: 30px;
    overflow: auto;
    margin: 0;
    border: 0.5px solid #ccc;
}

.box-out {
    width: 119px;
    min-height: 119px;
    border: 1px solid #D2D2D2;
    display: table-cell;
    position: relative;
}

.box-specer {
    width: 18px;
    min-height: 150px;
    display: table-cell;
}

.box-specer2 {
    width: 11px;
    min-height: 150px;
    display: table-cell;
}

.leave-pic {
    margin: 5px;
    min-height: 80px;
    float: left;
    width: 80px;
    position: relative;
}

.list-table {
    width: 100%;
    border: 1px solid #064263;
}

.list-table tr+tr {
    border-top: 1px solid #064263;
}

.list-table th {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    background: #064263;
    border: 0;
}

.list-table th+th {
    border-left: 1px solid #064263;
}

.list-table td {
    font-size: 14px;
    border: 0;
    border: 0.5px solid #064263;
    padding: 5px;
}

.list-table td+td {
    /*border-left:1px solid #909090;*/
}

table {
    display: table;
    border-spacing: 0px;
    border: 0px;
}

.pic {
    width: 400px !important;
    float: left !important;
    margin-top: 15px !important;
    margin-left: 15px !important;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden
}

.clone td,
.clone th {
    border-color: transparent
}

.clone tbody th {
    visibility: visible;
}

.clone .fixed-side {
    visibility: visible;
}

.clone thead,
.clone tfoot {
    background: transparent;
}

.main-table .headRow th {
    background: #ddd;
}

.table-scroll .list-table.nm_table tr {
    position: relative;
    height: 100%;
}

.table-scroll .list-table.nm_table th.fixed-cell {
    position: absolute;
    width: 100px;
    height: 115px;
    left: 0;
}

.table-wrap {
    width: calc(100% - 120px);
    overflow: auto;
    padding-left: 120px;
}

.table-scroll .list-table.nm_table tr td {
    height: 115px;
}

.teamCountSection .team_btn {
    background: transparent;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px 5px;
    font-size: 12.3px;
}

.teamCountSection .teamSection {
    width: 235px;
    display: inline-block;
}

.roleDetails {
    margin-left: 15px;
}


/* Pagination Start*/

div.pagination {
    padding: 3px;
    margin: 15px;
}

div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid rgba(28, 158, 228, 0.18);
    background-color: rgba(28, 158, 228, 0.18);
    text-decoration: none;
    /* no underline */
    color: #000;
}

div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #064263;
    color: #064263;
    background-color: #0784c770;
}

div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #064263;
    font-weight: bold;
    background-color: #0784c770;
    color: #064263;
}

div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #064263;
    color: #064263;
}


/* Pagination End*/

.steps {
    background: #A4D266;
    padding: 1px 0;
}

.steps:after {
    content: "";
    display: table;
    clear: both;
}

.steps ul,
.steps li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steps li {
    width: 100%;
    float: unset;
    /* float: left; */
    /* width: 165px; */
}

.steps li a {
    display: block;
    padding: 15px 20px;
    background: #d0d0d0;
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
}

.steps li a strong {
    font-size: 2em;
}

.steps li a:hover {
    background: #666;
}

.steps li.step,
.steps li.step a {
    position: relative;
    z-index: 7;
}

.steps li.step-7,
.steps li.step-7 a {
    z-index: 1;
}

.steps li.step-6,
.steps li.step-6 a {
    z-index: 2;
}

.steps li.step-5,
.steps li.step-5 a {
    z-index: 3;
}

.steps li.step-4,
.steps li.step-4 a {
    z-index: 4;
}

.steps li.step-3,
.steps li.step-3 a {
    z-index: 5;
}

.steps li.step-2,
.steps li.step-2 a {
    z-index: 6;
}

.steps li.step-1 a,
.steps li.step-2 a,
.steps li.step-3 a,
.steps li.step-4 a,
.steps li.step-5 a,
.steps li.step-6 a,
.steps li.step-7 a {
    background: transparent url(../images/step.png) center right no-repeat;
    padding-right: 25px;
    height: 60px;
}

.steps li.step-2,
.steps li.step-3,
.steps li.step-4,
.steps li.step-5,
.steps li.step-6,
.steps li.step-7 {
    margin-left: -30px;
}

.steps li.step-2 a {
    padding-left: 45px;
}

.steps li.step-3 a {
    padding-left: 45px;
}

.steps li.step-4 a {
    padding-left: 45px;
}

.steps li.step-5 a {
    padding-left: 45px;
}

.steps li.step-6 a {
    padding-left: 45px;
}

.steps li.step-7 a {
    padding-left: 45px;
    padding-right: 10px;
    background-position: center left;
}

.steps li.step a:hover,
.steps li.step a.selected {
    background: transparent url(../images/step_over.png) center right no-repeat;
}

.steps li.step-7 a:hover {
    background-position: center left;
}

.GrpDiv {
    display: flex;
}

.detailform-outer .GrpDiv label {
    float: none;
    width: 100%;
}

.grpBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

.btn-outer-box {
    margin: 0px 0px 20px 190px;
}

.grpBox .input1 {
    margin: 0;
}

.grpBox .minItem .minfield {
    float: none;
    width: 100px;
    background: #fff;
    border: 1px solid #ccc;
}

.grpBox label {
    margin-top: 7px;
}

.grpBox .chosen-container-single {
    margin-top: 3px !important;
}

.grpBox .update-icon {
    margin: 7px 15px;
}

.grpBox .chosen-container {
    float: left;
    width: 304px !important;
}

.grpBox label .star {
    color: #ff0000;
    font-size: 16px;
}

.grpBox .item {
    padding: 10px 0px;
    margin: 10px 0;
}

.chosen-choices input[type="text"] {
    height: 20px !important;
}

.grpBlock .chosen-choices {
    margin-top: 10px !important;
}

.grpBlock .chosen-container-single {
    margin-top: 12px !important;
}

.detailform-outer.notificationDiv {
    width: 90%;
    padding: 5px 25px;
}

.notificationDiv .teamBlock,
.notificationDiv .typeBlock {
    display: inline-block;
    width: 75%;
}

.notificationDiv .teamBlock .all_item {
    width: 100%;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
}

.notificationDiv .teamBlock .team_item {
    display: inline-block;
    margin: 5px 0;
    width: 320px;
    float: left;
}

.notificationDiv .typeBlock .type_item {
    display: inline-block;
    margin: 5px 0;
    width: 320px;
    float: left;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

a.downloanBtnNm:hover,
.newbutton:hover {
    opacity: 0.7;
    font-size: 12px;
    color: #fff;
}

.downloanBtnNm,
a.downloanBtnNm,
.newbutton {
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: 0.5px solid #064263;
    background: #064263;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

div#teamBox input.downloanBtnNm,
div#empBox input.downloanBtnNm {
    vertical-align: bottom;
    padding: 8px 10px;
}

a.iconBtn .fa {
    font-size: 20px;
    margin: 7px 5px;
}

.table-full-outer {
    /*margin-top: 20px; position: absolute; left: 0; padding: 15px; background: #fff; border: 1px solid #ccc;*/
}

.list-table.nm_table th {
    line-height: 15px;
    font-size: 12px;
}

.list-table.nm_table td {
    font-size: 12px;
}

.nm_table td i.fa {
    font-size: 20px;
}

.list-table.nm_table tr.footRow td {
    font-size: 14px !important;
    font-weight: 600;
}

.tableCenter {
    vertical-align: middle;
    text-align: center;
}

.centerTxt {
    text-align: center;
}

.common_highlight {
    color: #0784c7;
    font-size: 15px;
    margin: 0 20px;
}

.big-area-outer {
    width: 100% !important;
}

.mainPage .dash-outer {
    min-height: unset;
    padding: 15px;
    width: calc(100% - 30px) !important;
    float: none !important;
    border: 1px solid #f5f5f5;
    margin: 0 0 20px;
}

.home-outer .employeedetal-heading {
    font-size: 18px;
    border: 0;
    margin: 0 0 15px;
    background: #f5f5f5;
    padding: 12px 10px 10px;
}

.outerGrp .btn-outer-box {
    margin: 20px 10px;
}

.employeedetal-heading .headerRight {
    float: right;
}

.myNarolatable {
    border: 1px solid #064263;
    width: 100%;
}

.myNarolatable tr th {
    background: #064263;
    border: 1px solid #064263;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
}

.myNarolatable tr td {
    border: 1px solid #064263;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}

.fixed-table-main .fixed-table .ckBullet {
    cursor: pointer;
}

.fixed-table-main {
    position: relative;
}

.fixed-table {
    width: calc(100% - 170px);
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
    margin: 0 0 0 170px;
    box-sizing: border-box;
}

.fixed-table .list-table th.headcol,
.fixed-table .list-table td.headcol {
    background: none;
    color: #000;
    height: auto;
    width: 148px !important;
    border: 1px solid #808080;
    position: absolute;
    top: auto;
    left: 0;
    border-top-width: 1px;
    margin-top: -1px;
    padding: 5px 10px;
}

.table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #000;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    color: #000;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
    border: 1px;
    border-style: solid;
    border-color: gray;
}

.role_page .roleDetails {
    margin-left: 15px;
    letter-spacing: 0.5px;
    color: #888;
}

.role_page .treeview li a {
    letter-spacing: 0.5px;
    color: #555;
}


/*  ===== Popup Modal ====== */

.popup_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.popup_modal_cont {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 55%;
    margin-bottom: 100px;
    border-radius: 4px;
    position: relative;
}

.popup_head {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.popup_title {
    font-weight: 600;
    font-size: 15px;
}

.popup_body {
    padding: 10px;
}

.popup_body img {
    width: 98% !important;
}

.popup_close {
    margin: 0;
    position: absolute;
    border-radius: 50%;
    background: #000;
    border: 4px solid #fff;
    top: -15px;
    right: -15px;
    color: #fff;
    transition: background .1s linear;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1;
    padding: 0;
    opacity: 1;
    font-size: 18px;
}

.popup_close i {
    margin-top: 5px;
}

.popup_close:hover,
.popup_close:focus {
    color: #000;
    font-size: 28px;
    text-decoration: none;
    cursor: pointer;
}

.comments_wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}

.comments_list_top {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #000;
}

.comments_list_middle p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.popup_close:hover,
.popup_close:focus {
    color: #fff;
    font-size: 18px;
}


/*  ===== End Popup Modal ====== */


/*  ===== Loader ====== */

#res_loader {
    display: none;
}

.res_loader {
    background: #fff none repeat scroll 0 0;
    border-radius: 11px;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    z-index: 10;
}

.res_loader>img {
    margin-top: 10px;
}

.res_loader>p {
    font-size: 20px;
}

.loader_mash {
    background: #555 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
}


/*  ===== End Loader ====== */

.list-uppersec-innerNM {
    display: block;
    width: auto;
    padding: 15px 0;
}

.commentarea-wrapper h2 {
    color: #666;
}

.commentarea-wrapper .commentInn {
    padding: 15px 15px 15px 65px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    position: relative;
    min-height: 50px;
}

.commentarea-wrapper .comment-thumb {
    position: absolute;
    height: 40px;
    width: 40px !important;
    display: inline-block;
    left: 12px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    top: 10px;
    color: #06889c;
    font-weight: 600;
}

.commentarea-wrapper .commentInn p {
    margin: 0;
}

.commentarea-wrapper .commentInn-date {
    float: right;
    font-weight: 600;
    font-size: 12px;
}

.user-comment>p:first-child {
    color: #06889c;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.commentHistoryTable {
    max-width: 550px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.commentHistoryTable th {
    background: #ededed;
    border: none;
    border-bottom: 2px solid #ddd;
    line-height: 30px;
    height: 30px;
    width: 300px;
}

.commentHistoryTable td {
    background: #f7f5f5;
    border: none;
    padding: 3px 16px;
    border-bottom: 1px solid #ddd;
    line-height: 16px;
    word-break: break-word;
}

.page-left-area {
    width: 50%;
    float: left;
}

.page-right-area {
    width: 50%;
    float: left;
}

.EmpHis.subTitle {
    padding: 0;
    margin: 0 20px;
    color: blue;
    font-size: 14px;
}

.noticeMsg {
    color: #0784c7;
}

.commentDiv .commentlabel {
    font-weight: 600;
}

.commentDiv .commenttxt {
    width: 90%;
    height: 100px;
}

a.linkCustom,
.linkCustom {
    color: #0784c7;
}

a.linkCustom:hover,
.linkCustom:hover {
    color: #064263;
}

.purpleTxt {
    color: #AF37FF;
}

.greenTxt {
    color: #77AF5E;
}

.yellowTxt {
    color: #FFB03B;
}

.redTxt {
    color: #FF3636;
}

.blueTxt {
    color: #5A90EA;
}

.noticeDesc {
    margin-top: 50px;
}

.noticeDesc p {
    margin: 0;
}

.category-name {
    display: block;
    vertical-align: top;
    padding: 5px;
}

.category-name ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-name ul li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin: 0;
    background: #fff;
}

.category-name ul li label {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    line-height: 18px;
    display: flex;
}

.category-name ul li label input {
    margin: 0 8px 0 0;
    padding: 0;
    width: 16px;
    height: 18px;
    vertical-align: top;
}

.category-name-wrap {
    width: 48%;
    margin: 0 1% 20px;
    padding: 0;
    border: 1px solid #eee;
    background: #fdfdfd;
    display: block;
}

.category-name-wrap .question-div label {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: left;
    width: auto;
    float: none;
}

.category-name-wrap .anserArea_inner {
    display: inline-block;
    width: 49%;
    margin-top: 5px;
}

.question-div {
    background-color: #eeeeee;
    padding: 13px;
}

.meeting_inner {
    margin-bottom: 70px;
}

.comment-div {
    margin-bottom: 15px;
}

.comment-div .chosen-container .chosen-results {
    max-height: 190px;
}

.comment-div .textarea1 {
    height: 50px;
}

.comment-div .GrpDiv .grpBox:first-child {
    padding: 0;
    width: 98%;
    padding: 0;
    margin: 0 7px;
}

.em-meet-div .grpBox>label {
    background-color: #eeeeee;
    padding: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: left;
    width: auto;
    float: none;
}

.category-name-wrap .show_question {
    color: #064263;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0;
}

.category-name-outer {
    display: flex;
    flex-wrap: wrap;
}

.emplloyee-name {
    width: 100%;
    margin: 0 1% 20px;
}

.emplloyee-name .chosen-container-single {
    padding: 13px 15px 15px;
}

.category-name-btn {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.category-name-btn input {
    display: inline-block;
    float: none;
}

.userPhoto_100 {
    width: 100px;
}

.outer-notes>h5 {
    padding: 0;
    margin: 0 0 8px;
    color: #1c9ee4;
    font-size: 13px;
}

.outer-notes>h5 small {
    padding: 0;
    color: #666;
    font-size: 11px;
}

.inner-notes p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
}

.inner-notes p.comment-date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
}

.upper-box6 {
    display: none;
}

.logo-li {
    margin: 5px 10px;
    margin: 5px 10px;
}


/* .logo-li span {
background: rgba(255, 255, 255, .4);
padding: 5px 10px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
} */

.without_box {
    border: 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding: 0 0 25px !important;
}

.name-tab a {
    display: block;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.mainbox .bg-wrap {
    background: #0784c7 !important;
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 4px 4px #0000000d;
    height: auto !important;
}

.mainbox .bg-wrap .login-uppersec {
    width: 100%;
    margin: 0;
    border-bottom: 4px solid #6ab5de;
    height: auto !important;
}

.mainbox .bg-wrap .login-form-wrap {
    clear: both;
    padding: 25px;
    display: inline-block;
}

.mainbox .bg-wrap .login-form-wrap .grpBox {
    padding: 0;
    width: 100%;
}

.mainbox .bg-wrap .login-form-wrap .grpBox input,
.mainbox .bg-wrap .login-form-wrap .grpBox select {
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    border-radius: 5px;
    border: 0;
    padding: 10px 10px;
}

.mainbox .bg-wrap .login-form-wrap .grpBox label {
    font-size: 14px;
    color: #fff;
    margin: 0 0 4px 0;
    font-weight: bold;
}

.mainbox .bg-wrap .login-form-wrap .grpBox input[type="checkbox"] {
    width: auto;
    min-height: auto;
    vertical-align: middle;
    margin-top: 0;
    height: 20px;
    width: 20px;
}

.mainbox .bg-wrap .login-form-wrap .btn-outer-box {
    margin: 0;
}

.mainbox .bg-wrap .login-form-wrap .btn-outer-box .submit-btn {
    width: 100%;
    border-radius: 5px;
    min-height: 44px;
    background: #6ab5de;
    border: 1px solid #6ab5de !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.mainbox .bg-wrap .login-form-wrap .btn-outer-box a {
    width: 100%;
    background: transparent;
    height: auto;
    padding: 0;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

.mainbox .bg-wrap .login-form-wrap h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.staffEvaClass {
    max-width: 1500px;
    margin: 0 auto;
}

.staffEva_complete_msg {
    margin-left: 0;
    color: #ff2424;
    font-size: 15px;
    margin-bottom: 15px;
}

.teamDisDiv span {
    display: inline-block;
    margin: 0 1px;
    padding: 1px 0;
}

.teamDisDiv span a {
    text-transform: none;
    font-weight: 300;
}

.tableDataDiv {
    margin-top: 20px;
    display: block;
    border-top: 1px solid #e0dfdf;
    padding-top: 20px;
}

.tableDataDiv .titleTeam {
    color: #555;
}

.innerHeadTitle {
    margin-top: 15px;
}

.innerHeadTitle a {
    font-size: 16px;
    text-decoration: underline;
}

.nm_tb_class {
    border: 1px solid #999;
    width: 50%;
}

.nm_tb_class th {
    color: #fff;
    background: #999;
    padding: 5px;
    border: 1px solid #ccc;
}

.nm_tb_class td {
    padding: 5px;
    border: 1px solid #ccc;
}

.linkDisplay {
    color: #0784C7;
}

.linkDisplay:hover {
    color: #064263;
}

.readsimpletxt {
    display: block;
    margin-top: 8px;
}

.detailform-outer .part1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.detailform-outer .part2 {
    width: 50%;
    float: left;
}

.textarea_smallheight {
    height: 50px;
}

.actionIcons i {
    font-size: 20px !important;
    padding: 0 2px;
}

.actionIcons a {
    position: relative;
}

.actionIcons a span {
    position: absolute;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 0.81rem;
    white-space: nowrap;
    top: -40px;
    left: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.actionIcons a:hover span {
    display: block;
}

table tbody {
    text-align: center;
}

#form-with-side #open-subject-target {
    max-height: 95%;
    overflow-y: scroll;
    top: 0;
}

#form-with-side .detailform-outer {
    position: relative;
}

.time_dropbox {
    padding: 7px;
    margin-top: 2px;
}


/*class for leave dashboard*/

.e-space {
    margin-top: 20px;
}


/*-- New CSS --*/

.add-employee-menu .menu-content {
    background: #064263;
}

.add-employee-menu {
    padding: 0 15px;
}

.sub-form-new .mainbox {
    padding: 20px 0px;
    width: 100%;
}

.add-employee-menu .menu-content li a.current {
    background: #0080c5;
    color: #ffffff;
}

.add-employee-menu .menu-content li a:hover {
    background: #0080c5;
    cursor: pointer;
}

.title-cust {
    font-size: 20px;
    padding: 15px 15px;
    margin: 0;
}

.sub-form-new .grpBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
}

.sub-form-new .detailform-outer .grpBox label {
    width: 200px;
}

.sub-form-new .cust-tab .grpBox .input1 {
    width: 98%;
}

.sub-form-new .cust-tab .grpBox .input1.w-cust {
    width: 295px;
}

.sub-form-new .cust-tab .grpBox .textarea1 {
    width: 98.5%;
    margin-top: 0;
}

.sub-form-new .cust-tab .grpBox .textarea1.w-cust {
    width: 295px;
}

.sub-form-new .detailform-outer .btn-outer-box .submit-btn {
    margin-left: 25px;
}

.sub-form-new .grpBox.category-name-wrap {
    width: 98%;
    padding: 0;
}

.custom-btn {
    width: 100px;
    border-radius: 5px;
    background-color: #0784c7;
}

.btn-border {
    padding-top: 20px;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #ddd;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.w-auto {
    width: auto !important;
}

.justify-center {
    justify-content: center !important;
}

.sub-form-new .detailform-outer {
    padding: 0;
}

.ml-15 {
    margin-left: 15px;
}

.menu-content>ul {
    z-index: 999;
}

.sub-form-new .menu-content>ul {
    z-index: 0;
}

.sub-form-new .employeelist-outer {
    padding: 0 15px;
}


/* word-break-all */

.word-break-all {
    word-break: break-all;
}

.d-flex {
    display: flex !important;
}

.wrap-all {
    flex-wrap: wrap;
}

.d-block {
    display: block !important;
}

.pull-right {
    float: right;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.w-50 {
    width: 50% !important;
}

.w-80 {
    width: 80% !important;
}

.w-100 {
    width: 100% !important;
}

.mail-queue-sec .grpBox {
    display: flex;
}

.mail-queue-sec .readsimpletxt {
    width: 100%;
}


/* Role page */

.role_page .grpBoxRole {
    float: left;
    width: 100%;
}

.role_page .grpBoxRole label {
    float: none;
    margin-top: 0;
}

.m-0 {
    margin: 0 !important;
}

.treeview .expandable-hitarea {
    background: url(../images/arrow.png) no-repeat 0 6px;
}

.role_page .expandable label,
.role_page .collapsable label {
    display: flex;
    align-items: center;
    width: 100%;
}


/* .role_page .expandable label span {
margin-left: 5px;
} */

.steps {
    background: transparent;
    padding: 0;
}

.steps:after {
    content: "";
    display: table;
    clear: both;
}

.steps ul,
.steps li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps li {
    width: 100%;
    float: unset;
}

.steps li a {
    display: block;
    padding: 15px 20px;
    background: #d0d0d0;
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
}

.steps li a strong {
    font-size: 22px;
}

.steps li a:hover {
    background: #666;
}

.steps li.step,
.steps li.step a {
    position: relative;
    z-index: 7;
}

.steps li.step-7,
.steps li.step-7 a {
    z-index: 1;
}

.steps li.step-6,
.steps li.step-6 a {
    z-index: 2;
}

.steps li.step-5,
.steps li.step-5 a {
    z-index: 3;
}

.steps li.step-4,
.steps li.step-4 a {
    z-index: 4;
}

.steps li.step-3,
.steps li.step-3 a {
    z-index: 5;
}

.steps li.step-2,
.steps li.step-2 a {
    z-index: 6;
}

.steps li.step-1 a,
.steps li.step-2 a,
.steps li.step-3 a,
.steps li.step-4 a,
.steps li.step-5 a,
.steps li.step-6 a,
.steps li.step-7 a {
    background: transparent url(../images/step.png) center right no-repeat;
    padding-right: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps li.step-2,
.steps li.step-3,
.steps li.step-4,
.steps li.step-5,
.steps li.step-6,
.steps li.step-7 {
    margin-left: -30px;
}

.steps li.step-2 a {
    padding-left: 45px;
}

.steps li.step-3 a {
    padding-left: 45px;
}

.steps li.step-4 a {
    padding-left: 45px;
}

.steps li.step-5 a {
    padding-left: 45px;
}

.steps li.step-6 a {
    padding-left: 45px;
}

.steps li.step-7 a {
    padding-left: 45px;
    padding-right: 10px;
    background-position: center left;
}

.steps li.step a:hover,
.steps li.step a.selected {
    background: transparent url(../images/step_over.png) center right no-repeat;
}

.steps li.step-7 a:hover {
    background-position: center left;
}


/* checkbox */

.grpBoxRole .custom-check,
.custom-checkbox .custom-check {
    display: inli;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grpBoxRole .custom-check input,
.custom-checkbox .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.grpBoxRole .custom-check .checkmark,
.custom-checkbox .custom-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.grpBoxRole .custom-check:hover input~.checkmark,
.custom-checkbox .custom-check:hover input~.checkmark {
    background-color: #ccc;
}

.grpBoxRole .custom-check input:checked~.checkmark,
.custom-checkbox .custom-check input:checked~.checkmark {
    background-color: #0784c7;
}

.grpBoxRole .custom-check .checkmark:after,
.custom-checkbox .custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.grpBoxRole .custom-check input:checked~.checkmark:after,
.custom-checkbox .custom-check input:checked~.checkmark:after {
    display: block;
}

.grpBoxRole .custom-check .checkmark:after,
.custom-checkbox .custom-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* checkbox */

.grpBoxRole .treeview li {
    margin: 0;
    padding: 5px 5pt 6px 25px;
    margin: 5px 0px 0px 0px;
    border: 1px solid #ddd;
}

.border-0 {
    border: 0 !important;
}

.grpBoxRole .treeview li.collapsable,
.treeview li.expandable {
    background-position: 0 -176px;
    min-width: 570px;
}

.grpBoxRole .treeview .hitarea {
    height: 16px;
    position: relative;
    background: none;
}

.grpBoxRole .hitarea.collapsable-hitarea:before {
    content: "\f0d7";
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 1px;
    font-family: FontAwesome;
}

.grpBoxRole .hitarea.expandable-hitarea:before {
    content: "\f0da";
    font-size: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
    font-family: FontAwesome;
}

.emp_div .error {
    color: #ff2424;
    display: inline-block;
    /* margin-top: 5px; */
}

.drop-error .error {
    position: absolute;
    bottom: 0;
}

.drop-error {
    height: 78px;
}

.m-lr-5 a {
    margin: 0 2px;
}

.grpBox .nmBtn {
    margin-top: 26px;
}

.grpBox form.statusForm {
    float: left;
}

.bdr-bottom {
    border-bottom: 1px solid #ddd;
}

.user_head {
    line-height: 40px;
    padding: 0 10px;
}

.user_mainli {
    position: relative;
}

.user_mainli i {
    line-height: 40px;
    font-size: 24px;
}

.user_sub_menu {
    position: absolute;
    left: -123px;
    top: 40px;
}

.sectionClub h3 {
    margin: 0 15px 10px;
}

.grpBox .grp-inner {
    display: flex;
    margin-bottom: 8px;
}

.grpBox .input-group {
    display: inline-block;
}

.input-group label.error {
    float: unset;
    width: 100% !important;
}

.select-error {
    position: relative;
    height: 47px;
}

.select-error .error {
    position: absolute;
    bottom: 0;
}

.border-none {
    border-top: none;
}

label.valueLabel {
    width: 300px;
}

.innerHeadTitle.subTitle a {
    text-transform: none;
    color: #0784c7;
}

.section_edit_outer {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.missing_attendance_div ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.missing_attendance_div ul li {
    width: 19.2222%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
}

.missing_attendance_div ul li .profile-box1 {
    width: 15%;
    height: 50px;
    border: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.missing_attendance_div ul li .profile-box1 .profile-photo {
    background: #FFF;
    max-width: 100%;
    margin: 0 auto;
    border: 1px #d6d6d6 solid;
}

.missing_attendance_div ul li .name-tab {
    text-align: left;
    padding: 10px 0;
    width: 85%;
}

.missing_attendance_div ul li .profile-box1 .profile-photo img {
    max-width: 100%;
    border: none;
    height: 50px;
}

missing_attendance_div ul li .name-tab {
    text-align: left;
    padding: 10px 0;
    width: 85%;
}

.missing_attendance_div ul li .profile-box1 .profile-photo img {
    max-width: 100%;
    border: none;
    height: 50px;
}


/*21-12*/

.mainMenuRole li {
    list-style-type: none;
}

.mainMenuRole {
    width: 100%;
}

.mainMenuRole label {
    margin-top: 0;
    width: 90%;
    float: unset;
    display: inline-block;
    font-size: 14px;
}

.mainMenuRole li {
    margin: 0;
    padding: 5px 5pt 6px 15px;
    margin: 5px 0px 0px 0px;
    border: 1px solid #ddd;
}

.custom-checkbox .custom-check {
    display: inline-block;
}

.custom-checkbox .custom-check .checkmark {
    left: 5px;
}

.view-form label {
    font-weight: bold;
}

.data-row {
    display: flex;
    flex-wrap: wrap;
}

.data-row>div {
    margin-bottom: 30px;
}

.column-3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
    width: 31%;
}


/* .column-5 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
    width: 48%;
} */

.column-1,
{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
}

.column-1,
.column-5,
.column-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
  }
  .col-1 {width: 8.33%; margin-right: 15px;margin-left: 15px;}
/* .col-2 {width: 16.66%; margin-right: 15px;margin-left: 15px;}
.col-3 {width: 25%; margin-right: 15px;margin-left: 15px;}
.col-4 {width: 33.33%; margin-right: 15px;margin-left: 15px;}
.col-5 {width: 41.66%; margin-right: 15px;margin-left: 15px;} */
.col-6 {width: 50%; margin-right: 15px;margin-left: 15px;}
/* .col-7 {width: 58.33%; margin-right: 15px;margin-left: 15px;}
.col-8 {width: 66.66%; margin-right: 15px;margin-left: 15px;}
.col-9 {width: 75%; margin-right: 15px;margin-left: 15px;}
.col-10 {width: 83.33%; margin-right: 15px;margin-left: 15px;}
.col-11 {width: 91.66%; margin-right: 15px;margin-left: 15px;} */
.col-12 {width: 100%;  margin-right: 15px;margin-left: 15px;}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.emp-card {
    box-shadow: 0px 0px 25px 10px #f2f2f2;
    padding: 15px;
}

.emp-card label {
    margin-top: 0;
    margin-bottom: 5px;
}

.media {
    display: flex;
}

.media img {
    margin-right: 30px;
}

.emp-card p,
.s-value {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: #064263;
    font-weight: 600;
}

.view-form label {
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.view-info {
    margin-left: 15px;
    margin-right: 15px;
    width: 42%;
    word-break: break-word;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.media-body {
    flex: 1;
}

.empnewHead {
    display: inline-block;
}

.right-15 {
    float: right;
    margin-right: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.st-border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

.st-border+label {
    padding-top: 10px !important;
}

.view-info .st-border:last-child {
    padding-bottom: 0 !important;
    border-bottom: none;
}

.padding-space {
    padding: 0 15px
}

.view-bank {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.delete-card {
    width: 50%;
    margin: 0 auto;
}

.delete-button .error {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.mt-space {
    margin-top: 0px;
}
.p-0{
    padding: 0;
}
.dist-table td{
    padding: 15px;
}
.record_error {
    color: red;
    font-size: 14px;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0px 0px 0px 3px;
}

a.linkfordate i {
    font-size: 20px;
    margin: 7px 10px 7px 10px !important;
}

.export_tbl_btn{
    margin: 0px !important; 
    padding: 0px !important; 
    border: 0px !important; 
    box-shadow: none !important;
}