﻿
.list_imgaes {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .list_imgaes li {
        float: left;
        overflow: hidden;
        margin-right: 20px;
        width: 165px;
        margin-top: 1px;
    }


        .list_imgaes li span {
            width: 100%;
            float: left;
            margin-top: -20px;
            font-size: small;
            color: white;
        }

.round_div {
    height: 80px;
    width: 100%;
    background-color: rgba(152, 152, 152, 1);
    border: 4px solid rgba(152, 152, 152, 1);
    text-align: center;
}

    .round_div strong {
        padding-left: 5px;
        padding-top: 40px !important;
        color: rgba(254, 229, 0, 1);
        font-size: 34px !important;
    }

#stacked_chart {
    position: absolute;
    left: 10px;
    top: 208px;
    width: 534px;
    height: 331px;
    border: 1px solid #D4D9D9;
}

/*#stacked_chart_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 532px;
    height: 318px;
}*/

#pie_chart {
    position: absolute;
    left: 555px;
    top: 208px;
    width: 341px;
    height: 331px;
    border: 1px solid #D4D9D9;
}

#pie_chart_img {
    width: 87.5%;
}
/*#pie_chart_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 339px;
    height: 329px;
}*/

#index-recruiter-dashboard {
    position: relative;
    top: 550px;
}

.select_List_dashboard {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 105px;
    height: 22px;
    background-color: #FFE600;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

#base {
    top: -113px !important;
}

/*#index-administrator-dashboard {
    position: relative;
    top: 550px;
}*/

#admin_dashboard_box_one {
    position: absolute;
    left: 911px;
    top: 208px;
    width: 257px;
    height: 80px;
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    font-style: normal;
    background-color: #D4D9D9;
}

#admin_dashboard_box_two {
    position: absolute;
    left: 911px;
    top: 291px;
    width: 257px;
    height: 80px;
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    font-style: normal;
    background-color: #D4D9D9;
}

#admin_dashboard_box_three {
    position: absolute;
    left: 911px;
    top: 374px;
    width: 259px;
    height: 80px;
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    font-style: normal;
    background-color: #D4D9D9;
}

#admin_dashboard_box_four {
    position: absolute;
    left: 911px;
    top: 458px;
    width: 257px;
    height: 80px;
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    font-style: normal;
    background-color: #D4D9D9;
}

#dashboard_box_text {
    position: absolute;
    left: 2px;
    top: 9px;
    width: 253px;
    word-wrap: break-word;
}

/*Grid Styles*/

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px !important;
}

.table > thead > tr > th {
    background-color: rgba(241, 241, 241, 1) !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    text-align: left !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-left-style: none;
    border-right-style: none;
}

.width_157 {
    width: 157px !important;
}

.width_120 {
    width: 120px !important;
}

.width_50 {
    width: 50px !important;
}

.width_202 {
    width: 202px !important;
}

.width_260 {
    width: 260px !important;
}

.align_text_center {
    text-align: center !important;
}

.align_text_left {
    text-align: left !important;
}

/*Grid Styles*/

/*paging styles*/
.pagination_dashboard {
    float: right;
    margin: -30px 5px 0 0;
    width: 150px;
}

    .pagination_dashboard a {
        border-radius: 0px;
        color: #000 !important;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ddd !important;
    border-color: #808080 !important;
    cursor: default;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/*paging styles*/
.visible_searchbox {
    visibility: visible !important;
    display: block !important;
}

.invisible_searchbox {
    visibility: hidden !important;
    display: none !important;
}

/*#search_button_dashboard {
    position: absolute;
    left: 342px;
    top: 8px;
    width: 50px;
    height: 46px;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #1E1E1E;
    cursor: pointer;
}

#search_button_dashboard_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 46px;
}

#search_button_dashboard_text {
    position: absolute;
    left: 2px;
    top: 15px;
    width: 46px;
    word-wrap: break-word;
}*/

#u79 {
    cursor: pointer !important;
}

#u64_state0 {
    cursor: pointer !important;
}

/*#search_dashboard_input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 271px;
    height: 46px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: left;
}*/

.width_290 {
    width: 290px !important;
}

.width_242 {
    width: 242px !important;
}

.width_132 {
    width: 132px !important;
}

.margin_left_10 {
    margin-left: 10px !important;
}

#drp_home_first {
    position: absolute;
    left: 195px;
    top: 156px;
    /*width:123px;*/
    height: 22px;
}

#drp_home_third {
    position: absolute;
    left: 448px;
    top: 156px;
    height: 22px;
}

#drp_home_fourth {
    position: absolute;
    left: 572px;
    top: 156px;
    height: 22px;
}

#drp_home_fifth {
    position: absolute;
    left: 694px;
    top: 156px;
    height: 22px;
}

.alert-info {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.header_band {
    background-color: #FFFFFF;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #ccc;
}

.header_band_text {
    font-family: Arial Bold,Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: left;
    position: absolute;
    left: 15px;
    /*top: 15px;*/
    padding-top: 15px;
}

.header_band_buttons {
    background-color: rgba(152, 152, 152, 1);
    width: 60px;
    height: 62px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    font-family: Arial Regular,Arial;
    font-style: normal;
    color: #fff;
    float: right;
    margin-top: -1px;
    cursor: pointer;
}

.header_band_create_link {
    background: url(/Content/Images/add.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}


.header_band_edit_link {
    background: url(/Content/Images/edit.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_edit_link_grid {
    background: url(/Content/Images/edit1.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_delete_link {
    background: url(/Content/Images/delete.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_report_link {
    background: url(/Content/img/u542.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_delete_link_grid {
    background: url(/Content/Images/delete1.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_inactivate_link {
    background: url(/Content/Images/deactivate-25.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_activate_link {
    background: url(/Content/Images/activate-25.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_upload_link {
    background: url(/Content/Images/UploadHeadIcon.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_download_link {
    background: url(/Content/Images/download_01.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_download_link1 {
    background: url(/Content/Images/u741.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_search_link {
    background: url(/Content/Images/search.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_search_init {
    background: url(/Content/Images/recruiter_dashboard/searchini.png) no-repeat top;
    /*display: block;*/
    text-indent: -9999px;
    height: 32px;
    width: 40px;
    border: none;
}

.header_band_add_init {
    background: url(/Content/Images/recruiter_dashboard/Adding.png) no-repeat top;
    /*display: block;*/
    text-indent: -9999px;
    height: 32px;
    width: 40px;
    border: none;
}

.header_band_delete_init {
    background: url(/Content/Images/recruiter_dashboard/deleting.png) no-repeat top;
    /*display: block;*/
    text-indent: -9999px;
    height: 32px;
    width: 40px;
    border: none;
}

.header_band_delete_init_screening {
    background: url(/Content/Images/recruiter_dashboard/circle-close.jpg) no-repeat top;
    /*display: block;*/
    text-indent: -9999px;
    height: 32px;
    width: 40px;
    border: none;
}

.header_band_copy_link {
    background: url(/Content/Images/copy2.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_addins_link {
    background: url(/Content/Images/u1403.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.header_band_initiate_link {
    background: url(/Content/Images/recruiter_dashboard/u386.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 23px;
    padding-top: 37px;
}

.header_band_buttons_padding {
    padding-top: 10px;
    padding-bottom: 5px;
}

.header_band_border {
    border-right-width: 1px;
    border-right-style: double;
    margin-top: -1px;
}

.header_band_padding {
    padding-top: 10px;
}

.header_band_search {
    width: 200px;
    padding-left: 2px;
    padding: 9px 0px;
}

/*.header_band_buttons_padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header_band_border {
    border-right-width: 1px;
    border-right-style: double;
    margin-top:-1px;
}

.header_band_padding {
    padding-top: 10px;
    padding-bottom:10px;
}
.form-control-Searchtext{
    width:100%;
}
textarea{ 
    background-color:#fff !important;
}
.header_band_search {
    width: 50%;
    /*padding-left: 30px;*/
}

*/ .header_band_search_2 {
    width: 185px;
    padding-left: 20px;
}

fieldset.workflow-border {
    border: 1px solid #808080 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.workflow-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

#workflow-panel {
    background-color: #f0f0f0 !important;
    margin: 5px;
}

.workflow-main-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Arial Bold", "Arial";
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: left;
    background-color: #ddd;
}

.workflow_padding_left_52 {
    padding-left: 52px !important;
}

.workflow_padding_left_67 {
    padding-left: 67px !important;
}

.btn-search {
    color: black;
    background-color: #FFE600;
    border: none;
    padding: 11px 16px !important;
}

.serch-background {
    background-color: white;
}


.modal-header {
    min-height: 16.42857143px;
    padding: 13px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #CCCCCC !important;
    height: 30px;
    padding-top: 5px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: bold !important;
}



.modal-footer {
    padding: 15px;
    text-align: center !important;
    border-top: 0 !important;
}

#wrapper {
    width: 100%;
}

.float {
    margin: 0;
    padding: 0;
}

.left {
    width: 50%;
    float: left;
}

.right {
    float: right;
    width: 50%;
}

.pes_request_doc {
    background: url(/Content/Images/requestdoc.png) no-repeat top;
    display: block;
    text-indent: -9999px;
    height: 25px;
}

.pes_pending {
    font-weight: normal;
    text-align: center;
    background-color: rgb(255, 242, 127) !important; /*#fff27f*/
}

.pes_header {
    background-color: #cccccc;
    height: 50px;
    padding: 10px;
}

.pes_header_h2 {
    font-size: 15px;
    font-weight: bold;
}

.pes_header_sub {
    background: #999;
    /*font-size: 14px;*/
    font-weight: bold;
    height: 40px;
    padding: 10px;
}

.pes_header_sub_2 {
    font-weight: 700;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: left;
}

.pes_header_sub_border {
    border: 1px solid #ccc;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.text_align_center {
    text-align: center;
}

.td_align {
    cursor: pointer;
    border: 1px solid black;
    width: 150px;
}

.selectpicker {
    padding: 0px 0px 0px 3px !important;
}

.break_nonspace_word {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 2px !important;
}

.required .control-label:after {
    content: "*";
    color: red;
    padding: 1px;
}


.k-grid-header .k-header {
    text-align: center !important;
}

.header_band_unlock_link_grid {
    background: url(../Images/unlock_16.png) no-repeat top;
    font-family: none !important;
    /*height: 20px;
    width:20px;*/
    background-size: 15px 15px;
    line-height: 1;
    top: -1px !important;
    /*display: block;
    text-indent: -9999px;
    height: 25px;
     position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}


.header_band_Active_link_grid {
    background: url(/Content/Images/activate-16.png) no-repeat top;
    /*display: block;*/
    font-family: none !important;
    /*text-indent: -9999px;*/
    height: 25px;
}

.header_band_InActive_link_grid {
    background: url(/Content/Images/deactivate-16.png) no-repeat top;
    /*display: block;*/
    font-family: none !important;
    /*text-indent: -9999px;*/
    height: 25px;
}

.stopscreening_grid {
    background: url(/Content/Images/deactivate-16.pngs) no-repeat top;
    /*display: block;*/
    font-family: none !important;
    /*text-indent: -9999px;*/
    /*height: 25px;*/
}

.visiblenone {
    display: none;
}

.header_band_border_left {
    border-left-width: 1px;
    border-left-style: double;
}

.qstpadding {
    padding-bottom: 10px;
}

.Nopadleft {
    padding-left: 0px !important;
}

.Nopadright {
    padding-right: 0px !important;
}

.header_table {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
    background-color: rgb(228, 228, 228);
}

.align_center {
    text-align: center !important;
}

.sub_table {
    border: 1px solid rgb(228, 228, 228);
    border-image: none;
}

.table_margin {
    margin: -5px 12px 12px;
    border: 0px solid rgb(228, 228, 228);
    border-image: none;
    width: 97% !important;
}

.sub_table_attr {
    background-color: rgb(242, 242, 242);
}

.ErrorMsg_text {
    color: #b94a48;
    font-size: 13px;
    display: none;
}

.detail {
    font-size: 0.75em;
}

.calendar-eyverify {
    background: url('/Content/Images/calendar-icon.png') no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-top:4px;
}

.custom-input-group-addon {
    padding: 0px;
    padding-top: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: none;
    border: 0px;
    border-radius: 0px;
    display: table-cell;
    width: 0px;
}

.fontbold {
    font-weight: normal !important;
}

/*Added for removing disabled cursor in datepickers*/
/*[disabled].date-picker, [readonly].date-picker{
    cursor:default !important;
}*/

.attachment_custom_multiline{
    background: url('/Content/Images/fileuploaded.jpg') no-repeat;
    height:22px !important;
    width:110px !important;
    display: inline-block;
}

.attachment_custom{
    background: url('/Content/Images/fileuploaded.jpg') no-repeat;
    height:22px !important;
    width:138px !important;
    display: inline-block;
}