﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #222222;
}




a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1150px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.page-body-wrap {
    width: 1135px !important;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #235156;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px;
    margin: 5px 8px 0 8px;
    min-height: 550px;
}

.removedFrom-main {
    min-height: 978px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    margin: 0 auto;
    background: #000;
    width: 1150px;
    height: 43px;
    float: left;
    color: #fff;
}


/* TAB MENU   
----------------------------------------------------------*/

.sf-menu li {
    width: 191px !important;
    margin-right: 0 !important;
}

div.hideSkiplink {
    width: auto;
    height: 32px;
    padding-left: 2px;
    background: #333;
    box-shadow: 0 4px 2px -2px gray;
    margin-bottom: 8px;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.Logo {
    float: left;
    background: url(../../Images/NewImgs/Orfium_Logo_White.png) no-repeat scroll center center / 76px auto;
    width: 162px;
    height: 76px;
    margin-top: 7px;
}

logo-wraper {
    float: left;
    width: 162px;
    height: 76px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 19px 10px;
    color: White;
    width: 878px;
    float: left;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.User-Image {
    width: 90px;
    height: 90px;
    float: left;
    padding: 0px;
    background: #fff;
}

.Login-wraper {
    width: 460px;
    height: 290px;
    margin-left: 135px;
    margin-top: 45px;
    float: left;
}

.BM-Widget {
    float: left;
    margin-left: 100px;
    margin-top: 27px;
}

.Login-wraper .heder {
    background: url(../../Images/NewHome/AdelankaLogin.jpg) no-repeat;
    width: 100%;
    height: 56px;
}

.Login-wraper .login-box {
    background: url('../../Images/NewHome/Login-box-repeater.png') repeat #3f3f3f;
    width: 100%;
    height: 240px;
    border: solid 1px #c8c8c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

    .Login-wraper .login-box .dv-userName {
        height: 25px;
        width: 100%;
        padding-top: 40px;
    }

    .Login-wraper .login-box .lable {
        float: left;
        height: 33px;
        line-height: 33px;
        padding-left: 20px;
        width: 65px;
    }

    .Login-wraper .login-box input[type="text"] {
        width: 340px;
        float: left;
        height: 33px;
        border: solid 1px #c8c8c8;
        padding-left: 5px;
    }

    .Login-wraper .login-box input[type="password"] {
        width: 340px;
        float: left;
        height: 33px;
        border: solid 1px #c8c8c8;
        padding-left: 5px;
    }

    .Login-wraper .login-box .dv-password {
        height: 35px;
        width: 100%;
        padding-top: 20px;
    }

    .Login-wraper .login-box .dv-msg {
        color: red;
        float: left;
        font-size: 12px;
        height: 9px;
        padding-left: 84px;
        padding-top: 8px;
        width: 100%;
    }

    .Login-wraper .login-box .dv-remMe {
        float: left;
        height: 35px;
        width: 100%;
        padding-left: 81px;
        padding-top: 10px;
    }

    .Login-wraper .login-box .dv-btn-login {
        height: 35px;
        /*width: 100%;*/
        float: right;
    }

    .Login-wraper .login-box .button {
        padding: 6px 25px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
        background: #FF8000;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bf3e23), to(#df5721));
        background: -webkit-linear-gradient(#bf3e23, #df5721);
        background: -moz-linear-gradient(#bf3e23, #df5721);
        background: -ms-linear-gradient(#bf3e23, #df5721);
        background: -o-linear-gradient(#bf3e23, #df5721);
        background: linear-gradient(#bf3e23, #df5721);
        -pie-background: linear-gradient(#FF8000, #df5721);
        font-size: 14px;
        color: #FFFFFF;
        float: left;
    }

        .Login-wraper .login-box .button:hover {
            color: #fff;
            background: #007799;
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#df5721), to(#bf3e23));
            background: -webkit-linear-gradient(#df5721, #bf3e23);
            background: -moz-linear-gradient(#df5721, #bf3e23);
            background: -ms-linear-gradient(#df5721, #bf3e23);
            background: -o-linear-gradient(#df5721, #bf3e23);
            background: linear-gradient(#df5721, #bf3e23);
            -pie-background: linear-gradient(#df5721, #bf3e23);
        }


#wrapper {
    width: 1125px;
    margin: 0 auto;
    overflow: hidden;
}

.Permission-header {
    background: #333333;
    height: 22px;
    padding: 10px;
}

    .Permission-header input {
        border: 1px solid #CCCCCC;
        float: left;
        height: 20px;
        width: 200px;
    }


.content {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    min-height: 450px;
    overflow: hidden;
}

.My-page-wraper {
    width: 1125px;
    margin: 0 auto;
    font-family: Tahoma,helvetica;
    min-height: 996px;
}

    .My-page-wraper .Img-wraper {
        width: 142px;
        height: 142px;
        padding: 0px;
        float: left;
        box-shadow: 0px 0px 4px #B0B0B0;
    }

    .My-page-wraper .Dv-welcome {
        clear: both;
        float: left;
        font-size: 24px;
        height: 30px;
        width: 100%;
        margin: 6px 0;
    }

    .My-page-wraper .MyPage-Header-BD {
        background-image: url("../../Images/myPageHeder_BD.png?V=2");
        background-position: -166px center;
        background-repeat: no-repeat;
        float: right;
        height: 39px;
        width: 100%;
    }

    .My-page-wraper .MyPage-Header-Doc {
        background-image: url("../../Images/docname.png?V=2");
        background-repeat: no-repeat;
        float: right;
        height: 39px;
        width: 100%;
    }

    .My-page-wraper .MyPage-Header-Note {
        background-image: url(../../Images/myPageHeder_Note.png?V=2);
        background-position: -7px center;
        width: 98%;
        height: 39px;
        float: right;
        background-repeat: no-repeat;
    }

    .My-page-wraper .Dv-Pro-Img {
        float: left;
        width: 13%;
        margin-top: 8px;
    }

    .My-page-wraper .Dv-NoticeBord {
        float: left;
        width: 97%;
        box-shadow: 1px 0px 6px #B0B0B0;
        padding: 15px 20px 5px 13px;
        margin-left: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .My-page-wraper .Dv-RecentBD {
        box-shadow: 1px 0 6px #b0b0b0;
        float: right;
        margin-bottom: 10px;
        margin-left: 14px;
        margin-top: 10px;
        width: 100%;
    }

    .My-page-wraper .MyPage-Header-Release {
        background-image: url("../../Images/releasenotes.png");
        background-repeat: no-repeat;
        float: right;
        height: 39px;
        width: 100%;
    }

    .My-page-wraper .Dv-ReleaseNote-New {
        background-color: red;
        color: #fff;
        padding: 3px;
        float: left;
        border-radius: 4px;
        font-size: 10px;
        font-weight: bold;
        margin-left: 4px;
    }

.Dv-HRNotice {
    clear: both;
    float: left;
    margin-left: 8px;
    width: 103%;
}

.My-page-wraper .Dv-NoticeBord .title {
    width: 100%;
    color: #003549;
    font-size: 18px;
    padding-bottom: 2px;
}

.My-page-wraper .Dv-NoticeBord .dateCreate {
    border-bottom: 1px dashed #ccc;
    color: #bdbdbd;
    font-size: 8px;
    margin-top: -10px;
    padding-bottom: 3px;
    text-align: right;
    width: 100%;
}

.My-page-wraper .Dv-NoticeBord .descripton {
    color: #3c3c3c;
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
    /*width: 84%;*/
}

.My-page-wraper .Dv-NoticeBord .descripton2 {
    color: #3c3c3c;
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
    width: 100%;
}

.My-page-wraper .Dv-NoticeBord .image {
    color: #3c3c3c;
    float: left;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 65px;
    margin-left: 9px;
}

.My-page-wraper .Dv-RecentBD .dv-BD {
    border-bottom-color: #adadad;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    width: auto;
}

    .My-page-wraper .Dv-RecentBD .dv-BD .dv-comments {
        padding: 5px;
        visibility: hidden;
    }

.My-page-wraper .Img-wraper .camIcon {
    position: absolute;
    cursor: pointer;
    margin-left: 110px;
    height: 26px;
}

    .My-page-wraper .Img-wraper .camIcon:hover {
        margin-left: 0px;
        width: 142px;
    }

.My-page-wraper .Dv-RecentBD .dv-BD .name {
    font-size: 18px;
    color: #003549;
}

.My-page-wraper .Dv-RecentBD .dv-BD .day {
    font-size: 14px;
    color: #d77501;
}

.My-page-wraper .Dv-RecentBD .dv-BD .btn-wish {
    padding-top: 5px;
}

.My-page-wraper .Dv-RecentBD .dv-BD .user-img {
    width: 85px;
    height: 85px;
    float: left;
    box-shadow: 0px 0px 4px #B0B0B0;
    margin-right: 5px;
}

    .My-page-wraper .Dv-RecentBD .dv-BD .user-img img {
        width: 85px;
        height: 85px;
    }

.My-page-wraper .Dv-RecentBD .dv-BD .dv-Section-comment {
    width: 104%;
    min-height: 65px;
    border: solid 1px #e7e6e6;
    margin-bottom: 5px;
}

    .My-page-wraper .Dv-RecentBD .dv-BD .dv-Section-comment .dv-img {
        width: 65px;
        height: 65px;
        box-shadow: 0px 0px 2px #B0B0B0;
        /*margin-left: 8px;
        margin-top: 5px;
        padding: 2px;*/
    }

    .My-page-wraper .Dv-RecentBD .dv-BD .dv-Section-comment .title {
        width: 95%;
        color: #191919;
        font-weight: bold;
        font-size: 13px;
        padding-left: 10px;
        /*padding-top: 5px;*/
    }

    .My-page-wraper .Dv-RecentBD .dv-BD .dv-Section-comment .comment {
        width: 90%;
        padding-left: 10px;
        color: #3c3c3c;
        /*padding-bottom: 5px;*/
    }

    .My-page-wraper .Dv-RecentBD .dv-BD .dv-Section-comment .comment_Time {
        color: #bdbdbd;
        font-size: 9px;
        margin-top: 5px;
        text-align: right;
        width: 100%;
    }

.ColumnContainerLeft {
    /*float:left;*/
    width: 51%;
    display: inline-table;
}

.ColumnContainerRight {
    float: right;
    width: 33%;
}

.Permission-wraper {
    padding: 10px;
}

    .Permission-wraper .user-list {
        float: left;
        margin-top: 15px;
    }

    .Permission-wraper .permission-types {
        float: right;
        margin-top: 20px;
    }

    .Permission-wraper .tbl-types {
        border-collapse: collapse;
        font-size: 12px;
        width: 300px;
    }

        .Permission-wraper .tbl-types td {
            border: solid 1px #2a2a2a;
            padding: 2px;
        }

        .Permission-wraper .tbl-types th {
            border: solid 1px #2a2a2a;
            padding: 5px;
            background: #e7e6e6;
            color: #000;
            height: 40px;
        }

    .Permission-wraper .tbl-user-list tr:hover {
        background: #fcf5c4;
    }

    .Permission-wraper .tbl-user-list td {
        padding: 3px;
    }

.MainDetail_top {
    border: 1px dotted #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 5px 0 15px 0;
    padding: 10px 0 20px;
    width: 1130px;
}

    .MainDetail_top .dataRow {
        width: 100%;
        float: left;
        margin: 10px 0 0 20px;
    }

        .MainDetail_top .dataRow label {
            width: 20%;
            float: left;
        }

        .MainDetail_top .dataRow input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
            width: 25%;
        }

        .MainDetail_top .dataRow textarea {
            border: 1px solid #CCCCCC;
            float: left;
            width: 25%;
        }

        .MainDetail_top .dataRow select {
            border: 1px solid #CCCCCC;
            float: left;
            height: 24px;
            width: 25%;
        }

        .MainDetail_top .dataRow span {
            float: left;
            border: 1px dashed #ddd;
            height: 50px;
            width: 50px;
            padding: 2px;
        }

.Register_MainDetail_top {
    border: 1px dotted #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 5px 0 15px 3px;
    padding: 10px 0 20px;
    width: 1125px;
}

    .Register_MainDetail_top .dataRow {
        width: 95%;
        float: left;
        margin: 10px 0 0 20px;
    }

        .Register_MainDetail_top .dataRow label {
            width: 32%;
            float: left;
            color: #123846;
        }

        .Register_MainDetail_top .dataRow input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
            width: 25%;
        }

        .Register_MainDetail_top .dataRow textarea {
            border: 1px solid #CCCCCC;
            float: left;
            width: 25%;
        }

        .Register_MainDetail_top .dataRow select {
            border: 1px solid #CCCCCC;
            float: left;
            height: 24px;
            width: 25%;
        }

        .Register_MainDetail_top .dataRow .dv-data {
            float: left;
            width: 300px;
            color: #3d565f;
        }

.MainDetail_Form_Leave {
    width: 545px;
    border: 1px dotted #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 20px 0 15px 12px;
    padding: 10px 0 20px;
}

    .MainDetail_Form_Leave .dataRow {
        width: 100%;
        float: left;
        margin: 10px 0 0 20px;
    }

        .MainDetail_Form_Leave .dataRow label {
            width: 25%;
            float: left;
        }

        .MainDetail_Form_Leave .dataRow input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
            width: 24%;
        }

        .MainDetail_Form_Leave .dataRow textarea {
            border: 1px solid #CCCCCC;
            float: left;
            width: 63%;
        }

        .MainDetail_Form_Leave .dataRow span {
            float: left;
            border: 1px dashed #ddd;
            height: 50px;
            width: 50px;
            padding: 2px;
        }

    .MainDetail_Form_Leave .buttons {
        float: right;
        margin-right: 36px;
        margin-top: 17px;
    }

.Form_Hedaer {
    background: none repeat scroll 0 0 #003549;
    color: #fff;
    font-size: 15px;
    height: auto;
    padding: 5px;
    text-align: left;
}

.MainDetail_Form_Leave .dataRow .sub_header {
    color: #003549;
    margin-bottom: 10px;
}

.MainDetail_bottom {
    float: left;
    font-size: 14px;
    margin: 0px 0 15px 0px;
    padding: 0px 0 20px;
    width: 1132px;
    color: #404040;
}

    .MainDetail_bottom .tbl-grid {
        border-collapse: collapse;
        font-size: 12px;
        width: 100%;
        float: left;
    }

        .MainDetail_bottom .tbl-grid td {
            border: solid 1px #9b9b9b;
            padding: 5px;
        }

        .MainDetail_bottom .tbl-grid th {
            border: solid 1px #9b9b9b;
            padding: 5px;
            color: #fff;
            background: #333333;
            height: 25px;
        }

        .MainDetail_bottom .tbl-grid tr:hover {
            background: #B0B0B0 !important;
        }
        /*ffc075*/

        .MainDetail_bottom .tbl-grid .tbl-grid-sub {
            border-collapse: collapse;
            font-size: 12px;
            width: 100%;
        }

            .MainDetail_bottom .tbl-grid .tbl-grid-sub td {
                border: solid 0.1pt #9b9b9b;
                padding: 5px;
            }

            .MainDetail_bottom .tbl-grid .tbl-grid-sub th {
                border: solid 0.1pt #9b9b9b;
                padding: 5px;
                color: #fff;
                background: #333333;
                height: 25px;
            }

            .MainDetail_bottom .tbl-grid .tbl-grid-sub tr:hover {
                background: #ffc075 !important;
            }

    .MainDetail_bottom .tbl-ot-grid {
        border-collapse: collapse;
        font-size: 12px;
        width: 100%;
        float: left;
    }

        .MainDetail_bottom .tbl-ot-grid td {
            border: solid 1px #9b9b9b;
            padding: 5px;
        }

        .MainDetail_bottom .tbl-ot-grid tr td div {
            max-height: 0;
            padding: 0;
            box-sizing: border-box;
            overflow: hidden;
            transition: max-height 0.3s, padding 0.3s;
        }

        .MainDetail_bottom .tbl-ot-grid tr.active td div {
            overflow-y: auto;
            max-height: 1000px;
            padding: 4px;
            transition: max-height 0.6s, padding 0.6s;
        }

        .MainDetail_bottom .tbl-ot-grid th {
            border: solid 1px #9b9b9b;
            padding: 5px;
            color: #fff;
            background: #333333;
            height: 25px;
        }

        .MainDetail_bottom .tbl-ot-grid tr:hover {
            background: #B0B0B0 !important;
        }


    .MainDetail_bottom .tbl-att-grid {
        border-collapse: collapse;
        font-size: 11px;
        width: 100%;
        float: left;
    }

        .MainDetail_bottom .tbl-att-grid td {
            border: solid 1px #9b9b9b;
            padding: 5px;
        }

        .MainDetail_bottom .tbl-att-grid th {
            border: solid 1px #9b9b9b;
            padding: 5px;
            color: #fff;
            background: #5b87ae;
            height: 25px;
        }

        .MainDetail_bottom .tbl-att-grid tr {
            background: #fff;
        }

        .MainDetail_bottom .tbl-att-grid tr:hover {
            background: #c1dbf2 !important;
        }

.dtRow {
    float: left;
    margin: 10px;
    width: 45%;
}

.detail-main {
    float: left;
    font-size: 14px;
    margin: 0px 0 15px 0px;
    padding: 0px 0 20px;
    width: 100%;
    color: #404040;
}

    .detail-main .tbl-grid {
        border-collapse: collapse;
        font-size: 12px;
        width: 100%;
        float: left;
    }

        .detail-main .tbl-grid td {
            border: solid 1px #9b9b9b;
            padding: 5px;
        }

        .detail-main .tbl-grid th {
            border: solid 1px #9b9b9b;
            padding: 5px;
            color: #fff;
            background: #333333;
            height: 25px;
        }

        .detail-main .tbl-grid tr:hover {
            background: #B0B0B0 !important;
        }
        /*ffc075*/

        .detail-main .tbl-grid .tbl-grid-sub {
            border-collapse: collapse;
            font-size: 12px;
            width: 100%;
        }

            .detail-main .tbl-grid .tbl-grid-sub td {
                border: solid 0.1pt #9b9b9b;
                padding: 5px;
            }

            .detail-main .tbl-grid .tbl-grid-sub th {
                border: solid 0.1pt #9b9b9b;
                padding: 5px;
                color: #fff;
                background: #333333;
                height: 25px;
            }

            .detail-main .tbl-grid .tbl-grid-sub tr:hover {
                background: #ffc075 !important;
            }


.dv-Target-Ticker {
    z-index: 10;
    position: absolute;
    color: #fff;
    top: 70px;
}

.MainDetail_Header {
    float: left;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
}

.MainDetail_top2 {
    border: 1px dotted #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 0 0 15px 3px;
    padding: 10px 0 20px;
    width: 1125px;
    font-family: arial,sans-serif;
}

    .MainDetail_top2 .dataRow {
        width: 99%;
        float: left;
        margin: 10px 0 0 8px;
    }

        .MainDetail_top2 .dataRow label {
            width: 20%;
            float: left;
        }

        .MainDetail_top2 .dataRow input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
        }

        .MainDetail_top2 .dataRow textarea {
            border: 1px solid #CCCCCC;
            float: left;
        }

        .MainDetail_top2 .dataRow select {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
        }

        .MainDetail_top2 .dataRow span {
            float: left;
            border: 1px dashed #ddd;
            height: 50px;
            width: 50px;
            padding: 2px;
        }

.Summary_wraper {
    width: 98%;
    background-color: #F7F6F6;
    padding: 10px;
    margin-top: 15px;
    border: solid 1px #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dv_usr_menu {
    margin-top: 150px;
}

    .dv_usr_menu ul {
        list-style: none;
        padding-left: 0;
    }

    .dv_usr_menu li {
        padding: 5px 0 2px 0;
    }

        .dv_usr_menu li a {
            background: #707070;
            padding: 5px;
            text-decoration: none;
            color: #fff;
            width: 133px;
            display: block;
            text-align: center
        }

            .dv_usr_menu li a:hover {
                background: #1E73BE;
            }

        .dv_usr_menu li span {
            background: #ff4d4d;
            padding: 0 5px 0 5px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin-left: 5px;
            display: inline-block;
        }

.dv_dashboard_span {
    background: #e4e4e4 !important;
    width: 133px;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    padding: 4px 5px !important;
    font-weight: bold;
    font-size: 11px;
    margin-top: 8px;
}

.site-map {
    font-family: Arial,Helvetica;
    color: #4c4c4c;
    font-size: 22px;
    text-align: left;
    width: 100%;
    height: 32px;
}

    .site-map span {
        padding-left: 5px;
    }

        .site-map span a {
            text-decoration: none;
            color: #1e1e1e;
        }

            .site-map span a:hover {
                text-decoration: none;
                color: #d25900;
            }

.Leave_App_Coment {
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    float: right;
}

    .Leave_App_Coment textarea {
        border: 1px solid #CCCCCC;
        float: left;
        width: 99%;
    }

    .Leave_App_Coment .button_Aria {
        margin-top: 14px;
        float: right;
    }

.MainDetail_Form_Conf {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 15px 15px 15px 8px;
}

.dv-msg {
    font-size: 14px;
}

.MainDetail_Form_Conf .buttons {
    float: right;
    margin-right: 36px;
    margin-top: 17px;
}

#dvEmpDetails {
    width: 490px;
    z-index: 5;
    position: relative;
    border: solid 1px #ccc;
    padding: 10px;
}

    #dvEmpDetails select {
        border: 1px solid #CCCCCC;
        height: 24px;
        float: left;
    }

    #dvEmpDetails .row {
        width: 100%;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #dvEmpDetails .dv-Dep-Head-Element {
        margin-bottom: 2px;
        border: solid 1px #d2dbd0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: auto;
        padding: 3px;
        background: #dcfad5;
        float: left;
        margin-left: 10px;
    }

        #dvEmpDetails .dv-Dep-Head-Element img {
            margin-left: 10px;
            margin-bottom: -1px;
            cursor: pointer;
        }

.dv2-emp-detils {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 15px;
    border-top: solid 1px #ccc;
}

    .dv2-emp-detils .dataRow1 {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
    }

        .dv2-emp-detils .dataRow1 label {
            width: 40%;
            float: left;
            color: #123846;
        }

        .dv2-emp-detils .dataRow1 input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
            width: 24%;
        }

        .dv2-emp-detils .dataRow1 textarea {
            border: 1px solid #CCCCCC;
            float: left;
            width: 63%;
        }

        .dv2-emp-detils .dataRow1 select {
            border: 1px solid #CCCCCC;
            height: 24px;
            width: 40%;
            float: left;
        }

        .dv2-emp-detils .dataRow1 span {
            border: 1px dashed #ddd;
            height: 50px;
            width: 50px;
            padding: 2px;
        }

    .dv2-emp-detils .buttons {
        float: right;
        margin-right: 36px;
        margin-top: 17px;
    }

.Leave-grid-popup {
    border: 2px solid #ccc;
    height: auto;
    font-size: 11px;
}

    .Leave-grid-popup .header {
        height: 20px;
    }

    .Leave-grid-popup .body {
        height: auto;
        padding: 4px;
    }

    .Leave-grid-popup .tbl-grid th {
        width: 85px;
        color: #123846;
        vertical-align: top;
        text-align: left;
        font-weight: normal;
        font-size: 11.5px;
    }

    .Leave-grid-popup .tbl-grid td {
        color: #4c7787;
    }

.MainDetail_F2 {
    border: 1px dotted #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 5px 0 15px 3px;
    padding: 10px 0 20px;
    width: 993px;
}

    .MainDetail_F2 .dataRow {
        width: 100%;
        margin: 10px 0 0 20px;
    }

        .MainDetail_F2 .dataRow label {
            width: 15%;
            float: left;
            color: #123846;
        }

        .MainDetail_F2 .dataRow input {
            border: 1px solid #CCCCCC;
            float: left;
            height: 20px;
            width: 25%;
        }

        .MainDetail_F2 .dataRow textarea {
            border: 1px solid #CCCCCC;
            float: left;
            width: 25%;
        }

        .MainDetail_F2 .dataRow select {
            border: 1px solid #CCCCCC;
            float: left;
            height: 24px;
            width: 25%;
        }

        .MainDetail_F2 .dataRow .dv-data {
            color: #3d565f;
            clear: both;
        }

        .MainDetail_F2 .dataRow .dv-lable {
            color: #3d565f;
            clear: both;
            padding-top: 10px;
        }

.MainDetail_SP {
    float: left;
}

    .MainDetail_SP .dataRow {
        width: 96%;
        margin: 10px 0 0 20px;
        float: left;
    }

        .MainDetail_SP .dataRow .dv-data {
            color: #3d565f;
            float: left;
        }

        .MainDetail_SP .dataRow .dv-lable {
            color: #3d565f;
            float: left;
            padding-top: 2px;
            width: 260px;
        }

        .MainDetail_SP .dataRow input {
            border: 1px solid #cccccc;
            float: left;
            height: 20px;
            width: 155px;
            text-align: right;
            background: none;
        }

.RTL-tbl-header {
    float: left;
    width: 222px;
    border: 1px solid #ccc;
    position: relative;
    height: 50px;
    background: #E8E8E8;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.RTL-tbl-data {
    float: left;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    height: 34px;
    width: 218px;
    padding: 2px;
}

.RTL-tbl-data-bottom {
    float: left;
    width: 948px;
    border: 1px solid #fff;
    position: relative;
    height: auto;
    margin: 10px;
    display: none;
}

.dv-new-colums {
    float: left;
    width: 165px;
}

.tbl-RTL-Form {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

    .tbl-RTL-Form td {
        border: solid 1px #E5E5E5;
        padding: 2px;
        width: 90%;
    }

        .tbl-RTL-Form td input {
            width: 500px;
            padding: 5px;
        }

    .tbl-RTL-Form th {
        border: solid 1px #E5E5E5;
        padding: 2px;
        background: #f3f9ff;
        height: 25px;
        width: 10%;
        text-align: left;
    }

    .tbl-RTL-Form tr:hover {
        background: #fffdde !important;
    }

.RTL-pagin {
    width: 1120px;
    text-align: right;
    margin-bottom: 10px;
    float: left;
}

    .RTL-pagin .pagin-inner {
        float: right;
        padding-left: 6px;
    }

    .RTL-pagin img {
        width: 23px;
    }

.tbl-common-grid {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

    .tbl-common-grid td {
        border: solid 1px #9b9b9b;
        padding: 5px;
    }

    .tbl-common-grid th {
        border: solid 1px #9b9b9b;
        padding: 5px;
        color: #fff;
        background: #333333;
        height: 25px;
    }

    .tbl-common-grid tr:hover {
    }

.dv-QA-Error-popup {
    padding: 10px;
}

    .dv-QA-Error-popup .Add-control {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        .dv-QA-Error-popup .Add-control .item {
            float: left;
            width: 260px;
        }

.Dv-Vacancy {
    margin: 0 100px;
    font-family: Tahoma,helvetica;
    min-height: 400px;
    padding-bottom: 15px;
    padding-top: 8px;
}

    .Dv-Vacancy .Dv-Header {
        font-family: verdana,arial;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 40px;
        margin-top: 100px;
        text-align: center;
        color: #695723;
    }

    .Dv-Vacancy .Dv-Header_1 {
        font-family: verdana,arial;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
        color: #695723;
    }

.Orangetxt {
    color: #FB852B;
    font-size: 30px;
}

.Dv-Vacancy .Dv-VacancyTitle {
    color: #003549;
    font-size: 18px;
    padding-bottom: 5px;
}

.Dv-Vacancy .Dv-VacancyImg {
    padding-bottom: 5px;
    padding-left: 60px;
}

.Dv-Vacancy .VacancyImg {
    width: 700px;
}

.vacLink {
    color: #003549;
}

    .vacLink:hover {
        color: #057ba6;
    }

.Dv-NoVacDesc {
    font-size: 13px;
    margin-top: 45px;
}

.scrollup {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../Images/PageUp.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    bottom: 66px;
    display: none;
    height: 65px;
    position: fixed;
    right: 0px;
    text-indent: -9999px;
    width: 65px;
}


.MainDetail_bottom li span {
    background: #ff4d4d;
    padding: 0 5px 0 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    color: white;
}

.Notification-Header {
    background-image: url(../../Images/myPageHeder_Noti.png?V=4);
    background-position: 0px center;
    width: 253px;
    height: 39px;
    float: right;
}

.Updates-Header {
    background-image: url(../../Images/myPageHeder_msg.png?V=4);
    background-position: 0px center;
    width: 253px;
    height: 39px;
    float: right;
}

.Dv-welcome {
    font-size: 24px;
    width: 417px;
    height: 30px;
    float: left;
}

.tbl-appilReq {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    float: left;
}

    .tbl-appilReq th {
        border-bottom: solid 5px #ffffff;
        padding: 5px;
        color: #3F608B;
        background: #F2F2F2;
        height: 25px;
        text-align: left;
        font-weight: normal;
    }

    .tbl-appilReq td {
        border-bottom: solid 2px #ffffff;
        padding: 5px;
        color: #6E6E6E;
    }

    .tbl-appilReq tr {
        background: #F2F2F2;
    }

        .tbl-appilReq tr:hover {
            background: #b7d5e0 !important;
        }

.tbl-appilReq-red {
    background: #ffd3d3 !important;
}

.tbl-appilReq-orange {
    background: #ffd8b3 !important;
}

.tbl-appilReq-green {
    background: #caffdd !important;
}

.tbl-appilReq-bold td {
    color: #000000 !important;
    font-weight: bold;
}

.tbl-appilReq2 {
    font-size: 12px;
    width: 100%;
    float: left;
}

    .tbl-appilReq2 td {
        padding: 5px;
        background: #F2F2F2;
        color: #6E6E6E;
        border-bottom: 0;
    }



.ButtonSwitcherGrn {
    background-color: #5f9d2a;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: auto;
    padding: 7px 15px;
    text-decoration: none;
}

    .ButtonSwitcherGrn:hover {
        color: #FFF;
        background-color: #6db62c;
    }

.ButtonSwitcherWrap {
    float: right;
    margin-right: 5px;
}

.frgtPassword {
    float: right;
    margin-right: 18px;
    margin-top: 8px;
}

.current_location {
    color: #5f9d2a;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -17px;
    margin-left: 20px;
    margin-top: 12px;
    text-align: left;
}

.Wrapword {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.POPWindow {
    border: 1px solid #00586c;
    float: left;
    width: 400px;
}

    .POPWindow .POPTitleMain {
        background-color: #00586c;
        float: left;
        height: 25px;
        width: 100%;
    }

        .POPWindow .POPTitleMain .POPWinIcon {
            float: left;
        }

        .POPWindow .POPTitleMain .POPTitle {
            color: #fff;
            float: left;
            font-size: 13px;
            font-weight: bold;
            margin-left: 10px;
            margin-top: 3px;
        }

        .POPWindow .POPTitleMain .POPWinClose {
            cursor: pointer;
            float: right;
            margin: 5px 5px 0 0;
        }

    .POPWindow .POPMessage {
        color: #053540;
        float: left;
        min-height: 40px;
        padding: 15px 10px;
        width: 95%;
    }

    .POPWindow .POPInput {
        float: left;
        margin: 5px 0 20px 10%;
        width: 80%;
    }

    .POPWindow .POPBtnMain {
        float: left;
        margin: 20px 0;
        width: 97%;
    }

        .POPWindow .POPBtnMain .POPWinBtn {
            background: #00586c; /* Old browsers */
            background: -moz-linear-gradient(top, #00586c 0%, #0094b6 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00586c), color-stop(100%,#0094b6)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #00586c 0%,#0094b6 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #00586c 0%,#0094b6 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #00586c 0%,#0094b6 100%); /* IE10+ */
            background: linear-gradient(to bottom, #00586c 0%,#0094b6 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00586c', endColorstr='#0094b6',GradientType=0 ); /* IE6-9 */
            /*background: -moz-linear-gradient(center top, #00586c 0%, #0094b6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
            border: 1px solid #1a87b9;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            float: right;
            font-family: "Helvetica Neue",sans-serif;
            font-size: 12px;
            margin: 0 10px;
            padding: 2px 13px;
        }

.jqmOverlay {
    background-color: #000000;
}



/*
    Style for QAPopup
    Added by Sajeewa Wilathgamuwa
    Date: 04-03-2015
*/
.A1item {
    float: left;
    width: auto;
}

    .A1item > select {
        float: left;
        margin-right: 5px;
        width: 195px;
    }

    .A1item > textarea {
        width: 220px;
        padding: 3px;
        margin-right: 5px;
    }

.noerrorType {
    float: right;
    width: auto;
    margin-top: 2%;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding-top: 6px;
    float: left;
    list-style: none;
    float: right;
}

    .my-legend .legend-scale ul li {
        font-size: 12px;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

.prd {
    margin-right: 5px;
    width: 90px;
}

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 350px;
        color: #FFFFFF;
        background: #000000;
        border: 2px solid #6D6D6D;
        height: 93px;
        line-height: 20px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        display: block;
    }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.9;
    right: 100%;
    top: 50%;
    margin-top: -27.5px;
    margin-right: 15px;
    z-index: 999;
}

.padd {
    display: block;
    float: right;
    margin-right: 10em;
}

.dataColumn {
    float: left;
    margin-right: 5px;
}

.dataColumn-Button {
    background: linear-gradient(#4aa514, #038d01) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-family: Tahoma,helvetica;
    font-size: 12px;
    padding: 4px 20px;
    text-decoration: none;
}

.btn-serach-holiday {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
}

    .btn-serach-holiday:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.txt-v {
    border: 1px solid #c4c4c4;
    width: 275px;
    font-size: 14px;
    padding: 1px 1px 1px 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .txt-v:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.form-group {
    margin-bottom: 15px;
    margin-left: 60px;
}

.form-control {
    display: block;
    width: 42%;
    height: 20px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-success {
    margin-left: 39%;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    height: 25px;
    width: 85px;
}

.alert {
    width: 61%;
    margin-left: 56px;
    font-size: 15px;
    margin-top: 7px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.headline {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 78%;
    margin-top: -48px;
}

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
        text-align: center;
        font-size: 16px;
    }

.panel-body {
    padding: 15px;
}

.line {
    float: left;
    width: 20%;
    text-align: center;
}

.line_sub {
    float: left;
    width: 20%;
    text-align: center;
}

.line_row {
    width: 100%;
    float: left;
}

.row_date {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.weeek1 {
    border-top: 2px solid;
}

.hr {
    border-bottom-color: #bce8f1;
    border-left-color: #bce8f1;
    border-right-color: #bce8f1;
    border-top-color: #bce8f1;
    color: #000;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.hr-contract {
    background-color: lightyellow;
}

    .hr-contract p {
        margin-bottom: 2px;
        font-size: 11px;
    }

        .hr-contract p:first-child {
            margin-bottom: 2px;
            font-size: 13px;
        }

.hr-probation {
    background-color: lightgreen;
}

    .hr-probation p {
        margin-bottom: 2px;
        font-size: 11px;
    }

        .hr-probation p:first-child {
            margin-bottom: 2px;
            font-size: 13px;
        }

/*Letter Stuff*/

.LetterWrapper {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 12px;
    width: 100%;
}

.LetterTxt {
    float: left;
    margin-right: 5px;
    width: 100%;
}

.LetterControls {
    float: left;
    height: auto;
    width: 30%;
}

.Letterbtngenerate {
    background-color: #5cb85c;
    border-bottom-color: #4cae4c;
    border-left-color: #4cae4c;
    border-right-color: #4cae4c;
    border-top-color: #4cae4c;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 9px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 147px;
    margin-left: 1%;
}

.LetterMsg {
    clear: both;
    float: left;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    width: 96%;
}

.row {
    float: left;
    width: 100%;
}

/*QueriesTble*/

.QueriesTableWrap {
    margin-bottom: 20px;
    min-width: 900px;
    clear: both;
    float: left;
    width: 100%;
}

.QueriesTable {
    background-color: #FFF;
    border: 1px solid #CCC;
    text-align: left;
    width: 100%;
}

    .QueriesTable th[scope="col"] {
        background-color: #1377b6;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        color: #FFF;
        font-weight: normal;
        border: 1px solid #1377b6;
        width: 12%;
        font-family: Roboto Condensed, Roboto;
        cursor: pointer;
    }

        .QueriesTable th[scope="col"]:hover {
            cursor: pointer;
        }

        .QueriesTable th[scope="col"]:nth-child(1) {
            padding-left: 20px;
        }

        .QueriesTable th[scope="col"]:nth-child(9) {
            padding-right: 20px;
        }

    .QueriesTable tr {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 8px;
        padding-top: 8px;
    }

        .QueriesTable tr:hover {
            background-color: #d0e0f3;
        }

    .QueriesTable td {
        padding: 10px 10px;
    }


.tab-container {
    width: 100%;
}

.additional-wrapper {
    width: 50%;
}

.adminGroup {
    margin-bottom: 15px;
}

.admiCtrl {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 20%;
    cursor: pointer;
}

.btn-add {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.pullRight {
    float: right;
}

.btn:hover {
    opacity: 0.74;
}

.btn-chasing {
    background: #083E75 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    height: 17px;
    margin: 1%;
    padding: 10px;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

    .btn-chasing:hover {
        opacity: 0.8;
    }

    .btn-chasing a {
        color: #fff;
        text-decoration: none;
    }

        .btn-chasing a:hover {
            color: #fff;
        }

.CHDashObjWrap {
    border-bottom: 3px solid transparent;
    clear: both;
    cursor: pointer;
    display: inline-table;
    margin: 15px 25px 10px 10em;
    padding-bottom: 18px;
}

.CHDashCircleIn {
    background-color: #09658c;
    box-shadow: -1px 1px 5px #8a8a8a;
    display: block;
    float: left;
    height: 100px;
    width: 100px;
}

.CHDashCircleIco {
    color: #ffffff;
    float: left;
    font-size: 32px;
    font-weight: 700;
    margin-top: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.CHDashTxtWrap {
    display: table-cell;
    padding-left: 12px;
    padding-top: 25px;
    vertical-align: middle;
}

.CHDashTxt1 {
    color: #09658c;
    font-size: 18px;
    font-weight: 700;
}

.CHDashTxt2 {
    color: #24242c;
    font-size: 14px;
    font-weight: bold;
    margin-left: 1px;
    margin-top: -4px;
}

.CLHeaderSearch {
    color: #09658c;
    font-family: arial;
    font-size: 21px;
    font-weight: bold;
    margin-left: 135px;
    text-transform: uppercase;
}

.CommonRound {
    border-radius: 50%;
    margin: 0 auto;
}

.CHDashMainWrap {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.HMV2LoadingWrap {
    float: left;
    height: 55px;
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.HMV2LoadingIco {
    background-image: url("../Images/loading_big_circle.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px auto;
    float: left;
    height: 48px;
    width: 100%;
    border-radius: 40px;
}

.HMSystemIssueBtn {
    padding: 8px 5px !important;
    background: #ce5c5c !important;
}

    .HMSystemIssueBtn:hover {
        background: #d12f2f !important;
    }
