div.dataTables_paginate ul.pagination {
    margin: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(0,0,0,0.2);
    margin-bottom: -1px;
    margin-right: 0;
    font-size: 15px;
    color: #828282;
    font-weight: 600;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #252525;
        border-top: 1px solid #b9b9b9;
        border-left: 1px solid #b9b9b9;
        border-right: 1px solid #b9b9b9;
    }

.nav-tabs > li.active > a {
    border: 1px solid #b9b9b9;
    border-bottom: 0px solid #fff;
}

.nav-tabs-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs > li {
    margin-left: 2px;
    margin-right: 2px;
}

    .nav-tabs > li:first-of-type {
        margin-left: 0;
    }

    .nav-tabs > li:last-of-type {
        margin-right: 0;
    }

.input-group {
    display: table-row;
}

.btn {
    font-family: 'Ubuntu', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btnNoPad {
    padding: 0;
}

.bR0 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*table .btn {
    width: 23px;
    height: 23px;
}*/

.bgDanger {
    float: right !Important;
    margin: 0 0 0 10px !Important;
}

.btn.bgSuccess, .btn.bgDanger, .btn.bgInfo, .btn.bgWarning {
    color: #fff;
}

    .btn.bgSuccess.bgSuccessAlt, .btn.bgDanger.bgDangerAlt, .btn.bgInfo.bgInfoAlt, .btn.bgWarning.bgWarningAlt {
        background-color: rgba(0,0,0,0);
    }

        .btn.bgSuccess.bgSuccessAlt > .fa, .btn.bgDanger.bgDangerAlt > .fa, .btn.bgInfo.bgInfoAlt > .fa, .btn.bgWarning.bgWarningAlt > .fa {
            font-size: 23px;
        }

    .btn.bgSuccess.bgSuccessAlt {
        color: #239F86;
    }

    .btn.bgDanger.bgDangerAlt {
        color: #E54A3E;
    }

    .btn.bgInfo.bgInfoAlt {
        color: #337ab7;
    }

    .btn.bgWarning.bgWarningAlt {
        color: #e5b03e;
    }

    .btn.bgSuccess:hover {
        background-color: #4FB29E;
    }

    .btn.bgSuccess:focus {
        background-color: #1A7765;
    }

    .btn.bgDanger:hover {
        background-color: #EA6E65;
    }

    .btn.bgDanger:focus {
        background-color: #AC382F;
    }

    .btn.bgInfo:hover {
        background-color: #5c95c5;
    }

    .btn.bgInfo:focus {
        background-color: #265c89;
    }

.btn-group-vertical > .btn, .btn-group > .btn {
    margin-right: 10px;
}

    .btn-group-vertical > .btn, .btn-group > .btn:last-of-type {
        margin-right: 0;
    }

.user-body {
    color: #fff;
}
/* Changed For Payroll */
Select.input-xsm {
    height: 27px;
    line-height: 28px;
    padding: 3px 10px;
    font-size: 12px;
}

.cssbtnVerticalCenter {
    float: left !important;
    margin-top: 15vh !important;
    margin-left: 5vw !important;
}

.cssbtn2VerticalCenter {
    float: left !important;
    margin-top: 2vh !important;
    margin-left: 5vw !important;
}

.cssPayGroup {
    border: solid 1px #999 !important;
    padding: 8.5px 4px 9px 4px !important;
    display: Inline !important;
}

.cssRemoveBlock {
    display: inherit !important;
    width: auto !important;
}

#form1 > div.wrapper > header > nav > div > ul > li:nth-child(1) {
    line-height: 40px;
    padding-right: 8px;
}

#form1 > div.wrapper > header > nav > div > ul > li:nth-child(2) {
    line-height: 40px;
}

    #form1 > div.wrapper > header > nav > div > ul > li:nth-child(2) span {
        color: #216660;
        font-size: 12px;    /* changed 14px to 12 px for tts 10575 -------- */
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
/* -------- */

.navbar-nav .dropdown .dropdown-menu {
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgba(3, 50, 108, 1);
}

.navbar-nav > .dropdown .dropdown-menu li.header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .navbar-nav > .dropdown .dropdown-menu li.header:hover {
        background-color: #337ab7;
    }

        .navbar-nav > .dropdown .dropdown-menu li.header:hover > a {
            color: #fff;
        }

    .navbar-nav > .dropdown .dropdown-menu li.header:last-of-type {
        margin-bottom: 0;
    }

    .navbar-nav > .dropdown .dropdown-menu li.header a {
        display: block;
        padding: 3px 20px;
        white-space: nowrap;
        color: #333;
    }

.navbar-nav > .dropdown > .dropdown-menu > li.header:hover, .navbar-nav > .dropdown > .dropdown-menu > li.header:focus, .navbar-nav > .dropdown > .dropdown-menu > li.header:active {
    background-color: rgb(51, 122, 183);
}

.navbar-nav > .dropdown > .dropdown-menu > li.header:last-of-type {
    margin-bottom: 0;
}

.lnkPagemainLi > ul {
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgb(121, 118, 111);
}

.navbar.bottom li.header {
    background-color: rgba(24, 92, 117, 0.9);
    border-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar.bottom .dropdown-menu li li.header > a {
    color: #fff;
}

.navbar.bottom li.header:hover a, .navbar.bottom li.header:focus a, .navbar.bottom li.header a:active {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 5px solid #fbb900;
    padding-left: 10px;
    color: #fff;
}

.lnkPagemainLi > ul li.header:last-of-type {
    margin-bottom: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: rgba(0,0,0,0);
}

input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
    opacity: 1;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b9b9b9 !important;
    opacity: 1;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #b9b9b9 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #b9b9b9 !important;
    opacity: 1;
}

.input-group .input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.content-header > .breadcrumb > li + li:before {
    content: '>';
    font-size: 15px;
    font-family: monospace;
}

.fa-angle-double-right {
    display: none;
}

.labelAdj {
    height: 60px;
    line-height: 76px;
    text-align: center;
}

.lh34 {
    line-height: 34px;
}

.ajax__tab_default .ajax__tab_header {
    margin-bottom: -6px;
}

.ajax__tab_outer {
    height: 36px;
    background-color: #337ab7;
    padding: 0 5px;
}

.ajax__tab_inner {
    height: 0;
}

.ajax__tab_tab {
    line-height: 36px;
}

.ajax__tab_body {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    border: 1px solid #b9b9b9;
    padding-top: 10px;
}

    .ajax__tab_body ajax__scroll_none {
        overflow-y: auto !important;
    }

.ajax__tab_tab > span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.ajax__tab_active .ajax__tab_outer {
    position: relative;
    z-index: 1;
    height: 44px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    border-bottom: 1px solid #fff;
}

.content .content {
    padding-top: 0;
    padding-bottom: 0;
}

.cssRadioList tbody {
    display: table-caption;
}

    .cssRadioList tbody tr td {
        padding-right: 20px;
    }

        .cssRadioList tbody tr td input, .cssRadioList tbody tr td label {
            margin: 0;
            line-height: 34px;
            margin-top: 25px;
        }

        .cssRadioList.cssRadioListAlt tbody tr td input, .cssRadioList tbody tr td label {
            margin: 0;
            line-height: 34px;
            margin-top: 0;
        }

#ContentPlaceHolder1_payContainer_tabPay_UCPayGroupSetting_divPayGroup > div.row.adj-5 > div:nth-child(3) > div > div > label:nth-child(2) {
    margin: 0;
    line-height: 34px;
}

.lblAppStyle:hover {
    color: rgba(24, 105, 135, 0.8);
}

.splBorder {
    border-bottom: 1px solid #e4e4e4;
}

.box-body .detailList li {
    list-style: none;
}

    .box-body .detailList li ul {
        padding-left: 0;
    }

        .box-body .detailList li ul li:first-of-type {
            font-size: 12px;
            /*color: #498ee4;*/
            font-weight: 700;
            /*text-transform: uppercase;*/
        }

        .box-body .detailList li ul li {
            font-weight: 100;
        }

.box-body .detailList > li > ul > li:last-of-type {
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#ContentPlaceHolder1_dlDept_DropDown > table > tbody > tr:nth-child(1) > td > table {
    width: 100%;
}

    #ContentPlaceHolder1_dlDept_DropDown > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td {
        background-color: #1E90FF;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

.pagerBtn {
    border-color: #fff;
    padding: 10px 0 0 10px;
    /*background-color: red;*/
}

    .pagerBtn > tbody > tr > td > table {
        height: 35px;
        border-right: 0;
        border-left: 1px solid #ccc;
        float: right;
    }

        .pagerBtn > tbody > tr > td > table > tbody > tr > td {
            padding: 0;
        }

            .pagerBtn > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type {
                background-color: #fff;
                border-top: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                color: #337ab7;
                font-size: 14px;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 2px;
                height: 34px;
            }

                .pagerBtn > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type:hover {
                    background-color: #337ab7;
                    color: #fff;
                    border-color: #337ab7;
                }

.userProfileImage img {
    max-width: 115px;
    height: 115px;
}

.userProfileImage .btn {
    margin: 40px 0 0 20px;
}

.clearfixALt {
    height: 0;
}

.table-hover > tbody > tr:hover {
    background-color: #f3f3f3;
}

.rcornersblue table {
    margin-bottom: 0;
}

.mrz0Last > .mrzB10:last-of-type {
    margin-bottom: 0;
}

/*.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}*/

.skin-vsl .main-header li.user-header {
    background-color: #efefef;
    padding: 10px;
    width: 250px;
    text-align: center;
}

.img-circle {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}



.ajax__tab_default .ajax__tab_header > span {
    margin-left: 2px;
    margin-right: 2px;
}

    .ajax__tab_default .ajax__tab_header > span:first-of-type {
        margin-left: 0;
    }

    .ajax__tab_default .ajax__tab_header > span:last-of-type {
        margin-right: 0;
    }

.ajax__tab_active a > span {
    color: #333;
}

table.radio input[type=radio] {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li > a {
    height: 43px;
    line-height: 43px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #337ab7;
    color: #fff;
    padding: 0 10px;
    border: 0;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    border-bottom: 1px solid #fff;
    color: #333;
}

.nopadInside td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.showInfoBlock {
    display: flex;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: #0E9E95;
    color: #fff;
    font-size: 15px;
    font-family: monospace;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: -2px;
    border-radius: 10px;
}

    .showInfoBlock label {
        position: absolute;
        margin-left: 20px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .showInfoBlock:before {
        content: "i";
        position: absolute;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        color: #fff;
    }

    .showInfoBlock img {
        display: none;
    }

.showInfoBlock {
    color: #333;
}

    .showInfoBlock .showInfo {
        z-index: 1000;
        position: absolute;
        width: 400px;
        height: auto;
        display: none;
        background-color: #0E9E95;
        color: #fff;
        opacity: 1;
        border-bottom: 1px solid #a5a5a5;
        font-family: 'Open Sans', sans-serif !important;
        padding: 10px;
        -webkit-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
        -moz-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
        box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
        line-height: 20px !important;
        top: 35px;
        left: 5px;
    }

    .showInfoBlock:hover .showInfo {
        display: block;
    }

/*.showInfo:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0px;
    left: -8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#186987+0,737373+100&0+49,1+50 */
/*background: -moz-linear-gradient(45deg, rgba(24,105,135,0) 0%, rgba(24,105,135,0) 49%, rgba(24,105,135,1) 50%, rgba(24,105,135,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg, rgba(24,105,135,0) 0%,rgba(24,105,135,0) 49%,rgba(24,105,135,1) 50%,rgba(24,105,135,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg, rgba(24,105,135,0) 0%,rgba(24,105,135,0) 49%,rgba(24,105,135,1) 50%,rgba(24,105,135,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#737373',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
/*}*/

.showInfo:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-color: #0E9E95;
}

.showInfo .header, .showInfo div:first-of-type {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.showInfo .body, .showInfo:last-of-type {
    font-size: 12px;
    text-align: justify;
    letter-spacing: 1px;
}

/*right pop up */

.showInfoBlock .showInfoBottom {
    z-index: 1000;
    position: absolute;
    width: 400px;
    height: auto;
    display: none;
    background-color: #0E9E95;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #a5a5a5;
    font-family: 'Open Sans', sans-serif !important;
    padding: 10px;
    -webkit-box-shadow: 0 20px 7px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 20px 7px -10px rgba(0,0,0,0.7);
    box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    line-height: 20px !important;
    top: -177px;
    left: -110px;
    font-size: 12px;
    font-size: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

.showInfoBlock:hover .showInfoBottom {
    display: block;
}

.showInfoBottom:before {
    content: '';
    display: block;
    position: absolute;
    right: 1px;
    top: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-color: #0E9E95;
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.showInfoBlock .showInfoRight {
    z-index: 1000;
    position: absolute;
    width: 400px;
    height: auto;
    display: none;
    background-color: #0E9E95;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #a5a5a5;
    font-family: 'Open Sans', sans-serif !important;
    padding: 10px;
    -webkit-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    line-height: 20px !important;
    top: 35px;
    left: 5px;
}

.showInfoBlock:hover .showInfoRight {
    display: block;
}

.showInfoRight:before {
    content: '';
    display: block;
    position: absolute;
    right: 1px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-color: #0E9E95;
}

.showInfoRight .textMedium {
    color: #ffd800;
    font: bold;
}

.showInfoRight .header, .showInfoRight, .showInfoBottom div:first-of-type {
    font-size: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

    .showInfoRight .body, .showInfoRight:last-of-type {
        font-size: 12px;
        text-align: justify;
        letter-spacing: 1px;
    }



/*right pop up*/

/*Left pop up*/
.showInfoBlock .showInfoLeft {
    z-index: 1000;
    position: absolute;
    width: 400px;
    height: auto;
    display: none;
    background-color: #0E9E95;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #a5a5a5;
    font-family: 'Open Sans', sans-serif !important;
    padding: 10px;
    -webkit-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    line-height: 20px !important;
    top: 35px;
    right: 5px;
}

.showInfoBlock:hover .showInfoLeft {
    display: block;
}

.showInfoLeft:before {
    content: '';
    display: block;
    position: absolute;
    right: 1px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-color: #0E9E95;
}

.showInfoLeft .textMedium {
    color: #ffd800;
    font: bold;
}

.showInfoLeft .header, .showInfoLeft, .showInfoBottom div:first-of-type {
    font-size: 12px;
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #fff;
}

    .showInfoLeft .body, .showInfoLeft:last-of-type {
        font-size: 12px;
        text-align: justify;
        letter-spacing: 1px;
    }


.showInfoBlock .showInfoTopRight {
    z-index: 1000;
    position: absolute;
    width: 400px;
    height: auto;
    display: none;
    background-color: #0E9E95;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #a5a5a5;
    font-family: 'Open Sans', sans-serif !important;
    padding: 10px;
    -webkit-box-shadow: 0 20px 7px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 20px 7px -10px rgba(0,0,0,0.7);
    box-shadow: 0 20px 7px -19px rgba(0,0,0,0.7);
    line-height: 20px !important;
    top: -230px;
    left: -0px;
    font-size: 12px;
    font-size: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

.showInfoBlock:hover .showInfoTopRight {
    display: block;
}

.showInfoTopRight:before {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    right:1px;
    top: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-color: #0E9E95;
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    /*End*/


.comboHead {
    margin-bottom: 20px !Important;
}

    .comboHead th {
        background-color: #1E90FF !important;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

.table.border0 td {
    border: 0;
}

.table.padding0 td {
    padding-left: 0;
    padding-right: 0;
}

.table.padding5 td {
    padding: 0 5px;
}

.showInfoBlock1.showInfoBlockWOheading {
    padding: 0;
}

.showInfoBlock1 .showInfo1 {
    height: auto;
    display: block;
    background-color: #337ab7;
    color: #ffffff;
    padding: 10px;
}

.showInfoBlock1.showInfoBlockWOheading .showInfo1 {
    min-height: 54px;
}

.showInfoBlock1.showInfoBlockWOheading .headingSpl {
    padding-top: 0;
    margin-bottom: 0;
}

.showInfoBlock1 .description {
    padding-left: 45px;
    text-align: justify;
}

.wizard.btn {
    height: 34px;
    width: auto;
}

#wizHeader li .prevStep {
    background-color: #337ab7;
    color: #fff;
}

    #wizHeader li .prevStep:after {
        border-left-color: #337ab7;
    }

#wizHeader li .currentStep {
    background-color: #239F86;
    color: #fff;
}

    #wizHeader li .currentStep:after {
        border-left-color: #239F86;
    }

#wizHeader li .nextStep {
    background-color: #d6d6d6;
}

    #wizHeader li .nextStep:after {
        border-left-color: #d6d6d6;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: #828282;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #e5b03e;
            color: #fff;
        }

            #wizHeader li a:hover:after {
                border-left-color: #e5b03e;
            }

.titleHeader {
    color: #216660;
    font-size: 26px;
    font-weight: bold;
    font-weight: 600;
    line-height: 40px;
}


.lnkStyle {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
    text-decoration: underline;
    color: #337ab7;
}

    .lnkStyle:hover {
        width: 45px;
        height: 45px;
        padding: 5px;
        margin: 0px;
        font-weight: bold;
        text-decoration: underline;
        color: #337ab7;
    }

.input-group-addon {
    background-color: #337AB7 !Important;
    color: #fff !Important;
}

/*Payroll Accordion Style*/
.accordionHeader {
    background-color: #5cbaa9 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
}

.accordionBorder {
    border: none !important;
}

    .accordionBorder > div:nth-child(2n+3) {
        border: 1px solid #aabba9;
        box-shadow: rgba(0, 0, 0, 0.701961) 0px 20px 7px -19px;
        background-color: rgb(255, 255, 255);
        margin-top: -5px !important;
        margin-bottom: 5px !important;
    }

.rbtList label {
    padding-right: 20px !important;
}

.imgPhoto {
    height: 20vh;
    border: 1px solid #CeCeCe;
    width: 11.1vw;
    margin-top: -20vh;
}

@media (max-width: 991px) {
    .imgPhoto {
        margin-top: 0 !important;
    }
}

#activity2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f39c12),to(#03326c));
    background-image: -webkit-linear-gradient(top,#dbab57,#dbab57);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative;
}
#logo-group2 > span {
    display: inline-block;
    float: right;
}

#logo2 {
    display: inline-block;
    width: 25px;
    margin-top: 13px;
    /* margin-right: 5px; */
}

#logo-group2 *, .login-info, .login-info *, .minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}