.chart {
    width: 100%;
    border: 1px solid #c0c0c0;
    text-align: center;
    height: 312px;
}

.il {
    border: 1px solid #c0c0c0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding-top: 5px;
    width: 100%;
    float: left;
}

.il1 {
    background-color: #666666;
    border: 1px solid #c0c0c0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    width: 100%;
}

h3 {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    padding: 10px;
    color: #333333;
}

.quick {
    border: 1px solid #c0c0c0;
    background-color: #F2F2F2;
    width: 100%;
    float: left;
}


.txt_input1 {
    width: 100%;
    height: 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.divCell {
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    border: 1px solid #E4E4E4;
    padding: 1px;
    margin-top: -5px;
    vertical-align: middle;
}

.sp {
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 35px;
}

.divCellT {
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    padding: 5px;
    margin-top: -5px;
    vertical-align: middle;
    float: left;
}

.divCellTGC {
    display: table-cell;
    text-align: left;
    line-height: normal;
    padding-top: 10px;
    vertical-align: middle;
}

.divCellTG {
    display: table-cell;
    text-align: left;
    line-height: normal;
    padding: 10px;
    vertical-align: middle;
    width: 20% !important;
}

.divCellTG_header {
    display: table-cell;
    text-align: left;
    line-height: normal;
    padding: 10px;
    vertical-align: middle;
    width: 33.3% !important;
}

.divCellTG P {
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    float: left;
}

.divCellTMerge {
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    padding: 5px;
    margin-top: -5px;
    vertical-align: middle;
    float: left;
}

@media only screen and (min-width : 1260px) {
    .divCellT {
        width: 50%;
    }
}

.divCellLayout {
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    padding: 5px;
    margin-top: -5px;
    vertical-align: middle;
    float: left;
}

@media only screen and (min-width : 1262px) {
    .divCellLayout {
        width: 50%;
    }
}

.txt_input {
    width: 100%;
    height: 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: left;
    border: 1px solid #ccc;
   resize:none;
}

.txta_input {
    width: 100%;
    height: 70px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: left;
     resize: none;
}

#day_input {
    width: 18%;
    height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

#month_input {
    width: 45%;
    height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

#year_input {
    width: 33%;
    height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

.drop_input {
    width: 100%;
    height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

.btnY {
    background-color: #ffe600;
    border: none;
    width: 110px;
    height: 40px;
    margin-right: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.btnG {
    background-color: #646464;
    color: #FFFFFF;
    margin-right: 5px;
    border: none;
    width: 110px;
    height: 40px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.ico {
    margin-bottom: -10px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
        list-style-type: none;
        background: none !important;
    }

        ul.pagination li a {
            color: black;
            padding: 2px 5px;
            text-decoration: none;
            list-style: none !important;
            background-color: #F2F2F2;
            border: 1px solid #F2F2F2;
        }

            ul.pagination li a.active {
                border: 1px solid #646464;
            }

            ul.pagination li a:hover:not(.active) {
                border: 1px solid #646464;
            }


.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    background-clip: padding-box;
    text-align: center;
}

.current {
    position: relative;
    color: black !important;
    border-image: none;
    background-color: rgba(241, 241, 241, 1);
    padding: 2px 5px;
    border: 1px solid #646464;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: 4px;
    /*padding: 2px 5px !important;
	text-decoration: none !important;
	list-style: none !important ;
	background-color: #F2F2F2!important;
	border: 1px solid #646464!important;*/
    /*position:relative!important;*/
    /*float:none!important;*/
}

.pagination {
    display: table-row;
    padding: 0;
    margin: 0;
}

    .pagination td {
        text-align: right;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid white !important;
        border-left: 1px solid white !important;
        border-right: 1px solid white !important;
    }
    /*.pagination a {
	display: inline;
	list-style-type: none;
	background: none !important
}*/
    .pagination a {
        color: black;
        padding: 2px 5px;
        text-decoration: none;
        list-style: none !important;
        background-color: #F2F2F2;
        border: 1px solid #F2F2F2;
    }

        .pagination a.active {
            border: 1px solid #646464;
        }

        .pagination a:hover:not(.active) {
            border: 1px solid #646464;
        }

tfoot tr td {
    text-align: right;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 300;
    }

.popup {
    margin: 430px auto;
    background: #fff;
    width: 360px;
    position: relative;
    transition: all 5s ease-in-out;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

    .popup h2 {
        margin-top: 0;
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        text-align: left;
        font-size: 13px;
        padding: 10px;
        background-color: #CCCCCC;
    }

    .popup .close {
        position: absolute;
        top: 5px;
        right: 10px;
        transition: all 200ms;
    }

    .popup .content {
        max-height: 30%;
        overflow: auto;
        padding: 30px;
        text-align: center;
    }

    .popup .hed {
        background-color: #CCCCCC;
        width: 100%;
        height: 30px;
    }

.popupBg {
    margin: 110px auto;
    background: #fff;
    width: 90%;
    max-width: 1179px;
    position: relative;
    transition: all 5s ease-in-out;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

    .popupBg .brdr td {
        border: 1px solid #c0c0c0;
        min-height: 30px;
    }

    .popupBg h2 {
        margin-top: 0;
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        text-align: left;
        font-size: 13px;
        padding: 10px;
        background-color: #CCCCCC;
    }

    .popupBg .close {
        position: absolute;
        top: 5px;
        right: 10px;
        transition: all 200ms;
    }

    .popupBg .content {
        max-height: 30%;
        overflow: auto;
        padding: 30px;
        text-align: center;
    }

    .popupBg .hed {
        background-color: #CCCCCC;
        width: 100%;
        height: 30px;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.lftMnu {
    width: 22.5%;
    height: 500px;
    margin-left: -10px;
    float: left;
}

.lftMnuN {
    height: 12%;
    border: 1px solid #FFFFFF;
    position: relative;
    border-bottom: none;
}

.lftMnuRed {
    height: 12%;
    border: 1px solid #FFFFFF;
    position: relative;
    border-bottom: none;
    background-color: #fbb5b0;
}

    .lftMnuRed .active {
        position: absolute;
        background-color: #fbb5b0;;
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        padding: 15px 25px;
        position: absolute;
        height: 100%;
    }

    .lftMnuRed a {
        background-color: #fbb5b0;;
        font-size: 13px;
        color: #333333;
        text-decoration: none;
        width: 100%;
        padding: 15px 25px;
        position: absolute;
        height: 100%;
        position: absolute;
    }

.lftMnuRed {
    height: 50px !important;
}

.lftMnuS {
    height: 12%;
    /*border: 1px solid #FFFFFF;*/
    position: relative;
    border-bottom: none;
}

.lftMnuN a {
    background-color: #f0f0f0;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    height: 100%;
    position: absolute;
}

.lftMnu {
    width: 265px;
    height: 500px;
    margin-left: -10px;
    float: left;
}

.lftMnuN {
    height: 50px !important;
    /*border: 1px solid #FFFFFF;*/
    position: relative;
    border-bottom: none;
}

.lftMnuS {
    height: 50px;
    border: 1px solid #FFFFFF;
    position: relative;
    border-bottom: none;
}

    .lftMnuS a {
        position: absolute;
        background-color: #FFE600;
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        padding: 15px 25px;
        position: absolute;
        height: 100%;
    }

.lftMnuN .active {
    position: absolute;
    background-color: #FFE600;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    height: 100%;
}

.rhtClm {
    display: table;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    /*width:78%;*/
}

    .rhtClm h1 {
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        color: #333333;
        line-height: normal;
        text-align: left;
        padding-bottom: 10px;
    }

    .rhtClm p {
        font-family: "Arial Regular", "Arial";
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #333333;
        /*text-align: left;*/
        line-height: 1.2em;
        word-wrap: break-word;
    }

.footer_link {
    font-size: 12px;
    color: #336699 !important;
    font-family: "Arial Regular", "Arial";
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
    float: right;
}

.sel {
    background-color: #F2F2F2;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 720px) {
    .lftMnu {
        display: none;
    }
}

table td.scrl {
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    height: 40px;
}

table td.act {
    height: 40px;
}

.tblScrol {
    overflow-x: auto;
    float: left;
}

.tblScrolt {
    /*border-right: 1px solid #f0f0f0;*/
    display: block !important;
    /*width:2000px !important;*/
}
    /*.tblScrolt  th,.tblScrolt  td {
    width:200px !important;
}*/
    .tblScrolt th[innerText='Candidate information'] {
        width: 100px !important;
        text-align: center !important;
    }

#scheduled_candidate .tblScrolt thead tr th[innerText='Candidate information'] {
    width: 100px;
    text-align: center;
}

/*#scheduled_candidate .tblScrolt tbody tr td:nth-child(9) {
    width: 100px !important;
    text-align: center !important;
}*/

/*tabbed*/
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: #CCCCCC;
        color: #222;
        display: inline-block;
        padding: 12px 50px;
        cursor: pointer;
        margin: 0;
        font-size: 13px;
    }

        ul.tabs li.currenttab {
            background: #FFFFFF;
            color: #222;
        }

.tab-content {
    display: none;
    background: #FFFFFF;
    /*padding-left:10px;*/
    padding-top: 5px;
    font-size: 13px;
    /*border:1px solid #f0f0f0;*/
}

.tab-mainborder {
    border: 1px solid #f0f0f0;
}

.tab-content.currenttab {
    display: inherit;
}
/*.currenttab{
          background: #FFFFFF!important;
            color: #222!important;
    }*/

/*Search*/
.new-search {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 150px;
    height: 54px;
    max-width: 350px;
    border: none;
    float: right;
    background: #999999;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

    .new-search p {
        color: #FFFFFF;
        padding: 10px;
    }

#txt_Search {
    width: 271px;
    height: 46px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    float: left;
    margin-left: 10px;
}

.btnSearch {
    /*width:50px;
  height:46px;*/
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    background-color: #FFE600;
    margin-left: 2px;
    border: none;
}

.newSearch {
    min-width: 65px;
    border-right: 1px solid #FFFFFF;
    height: 100%;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.breadcrumbs {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    color: #999999;
    text-align: left;
}

    .breadcrumbs a {
        color: #999999;
    }

        .breadcrumbs a:hover {
            color: #336699;
        }

.bulk {
    width: 98%;
    background-color: #F2F2F2;
    padding: 10px;
    margin: 12px;
    margin-top: 0;
}

    .bulk p {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #333333;
        text-align: left;
        line-height: normal;
    }

.Arrangeline {
    display: inline-block;
    padding: 10px;
}

.cont {
    width: 74%;
    /*padding-left:10px;*/
    float: left;
}

.cont_all {
    margin-left: 10px;
    width: 72% !important;
    float: left;
}

.contRight {
    width: 25% !important;
    padding: 15px;
    /*margin-right:10px;*/
    background-color: #F2F2F2;
    height: 530px;
    float: right;
}

.contRight_all {
    margin-top: 10px;
    margin-right: 10px;
    height: 570px;
}

.contRight p {
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    color: #333333;
    font-size: 13px;
    margin-top: 10px;
}

.contRight a {
    font-family: "Arial Regular", "Arial";
    font-weight: 400;
    color: #336699;
    line-height: 28px;
    font-style: normal;
    font-size: 13px;
}

.cont .innerTbl {
    line-height: 50px;
}

    .cont .innerTbl h3 {
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        font-size: 13px;
    }

    .cont .innerTbl td {
        text-align: left;
    }

    .cont .innerTbl p {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #333333;
        text-align: left;
    }

@media only screen and (max-width: 1261px) {
    .divCellLayout {
        width: 50%;
    }
}

@media only screen and (max-width: 982px) {
    .divCellLayout {
        width: 45%;
    }
}

@media only screen and (max-width: 875px) {
    .divCellLayout {
        width: 40%;
    }
}

@media only screen and (max-width: 765px) {
    .divCellLayout {
        width: 50%;
    }
}

@media only screen and (max-width: 720px) {
    .divCellLayout {
        width: 100%;
    }

    .txt_input1 {
        width: 100% !important;
    }

    .new-search {
        display: none;
    }

    .tblRsp {
        width: 200% !important;
    }

    .scrlRsp {
        width: 98%;
        overflow: scroll;
    }
}

.footer_log {
    text-align: center;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #cccccc;
    text-align: center;
    line-height: normal;
}

.logMain {
    min-height: 540px;
    text-align: center;
}

.logVerify {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 50px;
    display: inline-block;
    background: rgba(250, 250, 250, 0.7);
    text-align: left;
}

    .logVerify h2 {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: normal;
    }

    .logVerify a {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        text-decoration: none;
        color: #336699;
        cursor: pointer;
    }

        .logVerify a:hover {
            text-decoration: underline;
        }

.textlog {
    width: 100%;
    margin: 10px 0px;
    height: 30px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #333333;
    background: url(/Content/img/u42.png);
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 25px;
}

.tip {
    position: relative;
}

    .tip .tl {
        position: absolute;
        color: #000000;
        background: #FFFFFF;
        border: 2px solid #E5E5E5;
        padding: 10px;
        width: 510px;
        visibility: hidden;
        opacity: 1;
        right: 65%;
        top: -65px;
        margin-right: 15px;
    }
    .tip .tl1 {
        position: absolute;
        color: #000000;
        background: #FFFFFF;
        border: 2px solid #E5E5E5;
        padding: 10px;
        width: 510px;
        visibility: hidden;
        opacity: 1;
        right: 65%;
        top: -37px;
        margin-right: 15px;
    }

    .tip img {
        padding: 10px;
        cursor: pointer;
    }

    .tip .chs {
        display: block;
        float: left;
        text-align: center;
    }

    .tip .tl:before {
        content: '';
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -18px;
        width: 0;
        height: 0;
        border-left: 18px solid #E5E5E5;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .tip .tl:after {
        content: '';
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid #FFFFFF;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .tip .tl1:before {
        content: '';
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -18px;
        width: 0;
        height: 0;
        border-left: 18px solid #E5E5E5;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .tip .tl1:after {
        content: '';
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid #FFFFFF;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.Filter {
    width: 98%;
    margin: 12px;
}

    .Filter p {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #333333;
        text-align: left;
        line-height: normal;
    }

    .Filter select {
        margin-left: 10px;
    }

.vr {
    background-color: #F2F2F2;
    padding: 10px;
    margin-left: -10px;
}

    .vr h3 {
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        color: #1E1E1E;
        font-size: 13px;
        padding: 5px 0;
    }

    .vr a {
        color: #336699;
        font-family: "Arial Regular", "Arial";
        font-weight: 400;
        font-size: 13px;
    }


.loginUserName {
    background: url(/Content/img/u41.png) !important;
    background-repeat: no-repeat !important;
    background-position: 2px !important;
    background-color: #f0f0f0 !important;
}

.loginbackground {
    background: url(/Content/images/login/bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    height: 100%;
    margin-bottom: -20px;
}

.maincontentLogin {
    background: transparent;
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}



.htmlbgcolor {
    background: none;
}


.recrutDashheight {
    height: 518px;
}

.company {
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    margin-left: 210px;
    vertical-align: bottom;
    padding-top: 5px;
}

/*submenu*/
ul ul {
    display: none;
}

    ul ul a {
        font-family: 'Arial Regular', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #333333;
        line-height: normal;
        padding: 10px;
        padding-left: 0px;
    }

    ul ul li {
        padding: 12px 10px;
        padding-left: 5px;
        cursor: pointer;
        background-color: #FFFFFF;
        min-width: 169.5px;
        border: 1px solid #cccccc;
        margin: 0px;
        /*border-bottom-color:#FFFFFF;*/
    }

        ul ul li:not(:first-child) {
            border-top-color: #FFFFFF;
        }

        ul ul li:hover {
            background-color: #c0c0c0;
            border: 1px solid #c0c0c0;
        }

li:hover > ul {
    display: block;
    position: absolute;
}

.subMnu {
    background-color: #808080 !important;
    display: block;
    color: #FFFFFF;
}

    .subMnu a {
        padding-left: 30px;
    }

.tblRsp {
    width: 98%;
    margin: 12px;
    border: 1px solid #f0f0f0;
}
