/*Custom modal*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'lato-thin-webfont';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/proximanovalight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-thin-webfont.woff') format('woff'),
        url('../fonts/lato-thin-webfont.ttf') format('truetype'),
        url('../fonts/lato-thin-webfont.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
}

h1, h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='submit']:focus,
textarea:focus {
    font-size: 16px !important;
}

.clears {
    line-height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

#topnav .topbar-main .logo {
    color: #ffffff !important;
    line-height: 0px;
    font-size: 0px;
    font-weight: 0;
    letter-spacing: 0;
    margin: 12px 0 0 !important;
    padding: 0px !important;
    float: left;
}

#topnav .topbar-main {
    background-color: #3bafda;
    background-color: #4aa0d2;
}

.badge-orange {
    background-color: #f7941e;
}

#navigation ul.navigation-menu {
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    /*border:1px solid #000;*/
}

#navigation ul.navigation-menu .ion {
    font-size: 23px;
}

#navigation ul.navigation-menu li:nth-child(1) {
    line-height: 35px;
    padding-top: 4px;
}

#navigation ul.navigation-menu li .fa {
    font-size: 18px;
    position: relative;
    top: -2px !important;
}

#topnav .navigation-menu li {
    display: inline !important;
}

.admin-datatable .dataTables_length,
.admin-datatable .dataTables_filter,
.application-table .dataTables_length,
.application-table .dataTables_filter {
    display: none !important;
}

.admin-datatable th {
    color: #4aa0d2;
}

.admin-datatable table.dataTable thead .sorting:after,
.admin-datatable table.dataTable thead .sorting_asc:after,
.admin-datatable table.dataTable thead .sorting_desc:after {
    color: #d5d4d4 !important;
}

.application-table {
    border: 0px;
    padding: 20px;
}

.panel-contractor {
    padding: 0px !important;
}

th {
    color: #4aa0d2;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: #a7a5a5 !important;
}

.widget-box .card-box {
    padding: 30px 20px;
    width: 100% !important;
    display: block !important;
}

.admin-datatable .card-box {
    padding: 20px;
    border: 0px;
}

.widget-box a:hover {
    color: #000;
}

.add-icon {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-color: #00aeef;
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 2px 0 3px;
    margin-right: 15px;
}

.add-purple {
    background-color: #662d91;
}

.add-magenta {
    background-color: #ec008c;
}

.add-orange {
    background-color: #f7941e;
}

.widget-box {
    text-align: center;
}

.widget-icon {
    display: block !important;
}

.add-icon i {
    font-size: 23px;
    color: #fff;
    float: none !important;
    text-align: center !important;
}

.widget-box .widget-icon {
    display: table-cell;
    vertical-align: middle;
}

.widget-box .widget-icon p {
    padding: 0px !important;
    margin: 0px !important;
    color: #525252;
    line-height: 35px;
    font-size: 16px;
}

.widget-box .widget-icon a {
    padding: 0px !important;
    margin: 0px !important;
    color: #525252;
    display: inline !important;
    text-align: center !important;
}

.widget-box .widget-icon a:hover {
    color: #000;
}

.table-responsive h4 {
    font-size: 16px;
    color: #525252;
    font-weight: 100;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #4aa0d2;
    border-color: #3bafda;
}

/*--Appliction Filter*/
.application-filter .btn-success {
    background-color: #2bb673 !important;
    border: 1px solid #2bb673 !important;
}

.application-filter .header-title {
    padding: 0 0px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.application-filter .col-md-3 {
    padding: 0px;
}

.application-filter .card-box {
    padding: 20px 20px;
}

.application-filter .form-group label {
    color: #4aa0d2;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0 0;
}

.application-filter .form-control placeholder {
    color: #525252 !important;
    font-size: 16px;
}

.btn-primary {
    background-color: #4aa0d2 !important;
}

.application-top .btn-primary {
    background-color: #4aa0d2 !important;
    border: 1px solid #4aa0d2 !important;
    font-size: 16px;
    padding: 6px 20px;
}

.application-top .btn-primary i,
.application-top .btn-warning i {
    margin-right: 8px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.application-top .btn-warning {
    margin-right: 10px !important;
    background-color: #f7941e !important;
}

.application-filter .form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.application-filter .form-control:-ms-input-placeholder {
    color: #000
}

.application-filter .form-control::-webkit-input-placeholder {
    color: #000
}

.application-filter .row {
    margin-right: 0px;
    margin-left: 0px;
}

.user-filter .form-group label {
    color: #4aa0d2;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 0 5px !important;
    line-height: 16px;
    color: #525252;
}

.user-filter .form-group .control-label {
    color: #4aa0d2;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.user-filter .checkbox,
.user-filter .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
}

.user-filterbox {
    position: relative;
}

.user-filterbox .col-sm-6 {
    padding-left: 0px !important;
}

.user-filterbox .user-button {
    position: absolute !important;
    right: 20px !important;
    bottom: 42px !important;
}

.user-filterbox .btn-rounded,
.position-filterbox .btn-rounded {
    border-radius: 2em;
    padding: 6px 35px;
}

.user-filter .col-sm-3 {
    padding: 0px;
}

.position-filterbox .col-sm-5 {
    padding-left: 0px !important;
}

.edit-user .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
}

.edit-user .form-group label {
    color: #4aa0d2;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 0 5px !important;
    line-height: 16px;
    color: #525252;
}

.edit-user .form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.edit-user .control-label {
    color: #4aa0d2 !important;
}

.edit-user .control-label-value {
    color: #525252 !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important;
}

.edit-user .control-label span {
    color: #fb0000 !important;
}

.edit-user .form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 24px;
}

.edit-user .form-horizontal .error-label label {
    font-size: 14px;
    color: #939393 !important;
}

.edit-user .form-horizontal .error-label {
    margin-right: -0px;
    margin-left: -0px;
}

.edit-user .alert-danger {
    text-align: center;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    color: #bf1e2e;
    padding: 6px 10px;
    margin: 0 auto 30px !important;
    float: none !important;
    background-color: #f6dfe1;
    line-height: 18px;
}

/*EdiApplication*/
.edit-apps .control-label {
    color: #4aa0d2;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.edit-apps .control-label span {
    color: #fb0000 !important;
}

.edit-apps .list-group-item {
    border-radius: 0px;
    padding: 0px !important;
}

.edit-apps .list-group-item.disabled,
.edit-apps .list-group-item.disabled:focus,
.edit-apps .list-group-item.disabled:hover {
    background: rgba(152, 166, 173, 0.0) !important;
    border-color: rgba(152, 166, 173, 0.0) !important;
    color: inherit;
}

.form-horizontal .editable,
.edit-apps label.edit-disabled {
    padding-top: 5px !important;
    display: inline-block;
}

.edit-apps label.edit-disabled {
    padding-top: 5px;
    display: inline-block;
    padding-left: 10px;
}

.edit-apps .editable-click,
.edit-apps a.editable-click,
.edit-apps a.editable-click:hover,
.edit-apps label.edit-disabled {
    color: #525252;
    text-decoration: none;
    border-bottom: dashed 0px #0088cc;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.edit-apps .header-title {
    padding: 0 0px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.edit-apps .check-application .checkbox {
    padding-top: 10px;
    display: inline-block;
}

.edit-apps .check-application .form-group {
    margin: 0 0 25px;
}

.edit-apps .portlet-heading {
    border-radius: 2px;
    display: inline-block;
    padding: 0px 10px !important;
    background-color: #f3f4f9;
    color: #525252 !important;
    margin: 0px 0 10px;
}

.edit-apps .portlet .portlet-heading .portlet-title {
    color: #525252 !important;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0.03em;
}

.edit-apps .portlet {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    transition: all 0.4s;
}

.edit-apps .user-button .btn-primary {
    background-color: #4aa0d2 !important;
    margin-right: 28px;
}

.edit-apps .user-button .btn-danger {
    background-color: #bf1e2e !important;
}

.edit-apps .user-button {
    padding: 70px 0 13px;
}

/*Schedule Meeting
.schedule-wrap{}
.schedule-wrap h4{font-size:16px; line-height:20px; color:#4aa0d2; text-align:center; margin:0px 0 40px; clear:both!important; padding:0px 0 0; font-family: 'Lato', sans-serif; font-weight:400;}
.schedule-wrap h4 span{display:block;}
.schedule-wrap .input-group-addon{}
.schedule-wrap  .datepicker-autoclose{z-index:10000!important;}*/

.schedule-wrap h4 {
    font-size: 16px;
    line-height: 20px;
    color: #4aa0d2;
    text-align: center;
    margin: 0px 0 40px;
    clear: both !important;
    padding: 10px 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.schedule-wrap h4 span {
    display: block;
}

.schedule-wrap .btn {
    margin: 15px 5px 0px !important;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #939393 !important;
    color: #fff;
}

.schedule-wrap .btn-success {
    background-color: #2bb673 !important;
    border: 1px solid #2bb673 !important;
}

.datepicker-autoclose {}

.datepicker-orient-left {
    top: 242 !important;
    left: 100.719px;
    z-index: 10000 !important;
    display: block;
}

.schedule-center {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 30px;
}

.schedule-wrap .input-group-addon {
    padding: 9px 12px;
}

.schedule-wrap .input-group {
    padding: 0px !important;
}

.schedule-wrap .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.schedule-center .col-xs-7 {
    padding: 0px;
    text-align: center;
}

.schedule-center .col-xs-7 .col-xs-6 {
    padding: 0px;
}

.schedule-center .col-xs-7 label {
    padding: 5px 0 0;
}

.schedule-center .col-xs-7 .col-xs-5 {
    padding-right: 0px;
}

.schedule-center .col-xs-5 .col-xs-2 {
    padding: 0px;
}

.contractor-table td {
    color: #525252;
}

.contractor-table a {
    text-decoration: underline;
    color: #525252;
}

.contractor-table a:hover {
    text-decoration: none;
}

.contractor-table .header-title {
    padding: 0 0px 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.check-application .edit-disabled {
    background-color: transparent !important;
    border: 0px;
}

.edit-contractor .checkbox {
    padding-top: 8px;
    display: inline-block;
}

.edit-contractor .sub-label {
    padding-top: 4px !important;
    font-weight: 400;
}

.form-group-edit {
    padding: 7px 0px 0px !important;
}

.form-group-edit .control-label {
    padding-top: 0px !important;
    margin: 0px;
    line-height: 16px;
}

.edit-contractor .edit-inline .col-sm-4 {
    padding-right: 0px;
}

.edit-contractor .header-title {
    padding: 0 0px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.form-group-edit .radio-info input[type="radio"]:checked+label::before {
    border-color: #3bafda;
}

.form-group-edit .radio-info input[type="radio"]:checked+label::before {
    border-color: #3bafda;
}

.form-group-edit .radio label::after {
    background-color: #3bafda;
    border: 1px solid #3bafda;
}

.form-group-edit .radio-info input[type="radio"]:checked+label::after {
    background-color: #3bafda;
}

.btn-grey {
    background-color: #939393 !important;
    color: #fff;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #939393 !important;
    color: #fff;
}

.add-on-contractor .header-title {
    margin-bottom: 0px !important;
}

.add-on-row {
    margin: 0 0 0;
    padding: 0 0px 25px 0px;
    clear: both !important;
    display: block !important;
}

.add-on-tag {
    float: left;
    margin: 10px 8px 0 0;
    padding: 5px 12px;
    border: 1px solid #4aa0d2;
    border-radius: 3px;
    color: #4aa0d2;
}

.add-row-in {
    padding: 0 40px 0px 0px;
    position: relative;
}

.add-row-in .btn {
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    padding: 0px;
    font-size: 20px;
}

.add-row-in .btn .fa-plus {
    margin-top: 7px !important;
}

.add-on-tag .portlet {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    background: transparent !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    transition: all 0.4s;
}

.add-on-tag .portlet .portlet-heading .portlet-title {
    color: #4aa0d2 !important;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
    text-transform: none;
    letter-spacing: 0.03em;
    font-family: 'Lato', sans-serif;
}

.add-on-tag .portlet .portlet-heading {
    border-radius: 3px;
    color: #4aa0d2;
    padding: 0px;
    position: relative;
}

.add-on-tag a {
    display: none;
    position: absolute;
    right: -16px !important;
    top: -10px !important;
    background-color: #fff;
    border: 1px solid #4aa0d2;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    padding: 0px !important;
    margin: 0 !important;
}

.add-on-tag:hover a {
    display: block;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.add-on-tag .portlet-widgets {
    padding-left: 0 !important;
}

.add-on-tag:hover .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    /*padding-left: 15px!important;*/
    position: relative;
    text-align: right;
}

.add-on-tag:hover .portlet-widgets .ion-close-round {
    font-size: 9px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -6px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    background-color: #2bb673 !important;
    border: 1px solid #2bb673 !important;
}

.approve-rows {
    margin: 0px 0 20px;
    padding: 0px;
    clear: both !important;
    display: block !important;
}

.approve-rows .btn-warning {
    background-color: #da7070 !important;
    border: 1px solid #da7070 !important;
}

.approve-rows .btn {
    background-color: #939393;
    color: #fff;
    border: 1px solid #939393;
}

.approve-rows .btn-right {
    float: right;
}

.approve-rows .btn-success {
    margin-right: 11px;
}

.position-picker .input-group-addon {
    padding: 10px 12px;
}

.position-picker .form-group {
    margin-bottom: 15px !important;
}

.position-picker .approve-rows {
    margin: 0px;
    padding: 0 0 5px !important;
}

.position-picker h4,
.edit-apps h4 {
    float: none;
    font-size: 16px;
    color: #4aa0d2;
    padding: 4px 0 0;
    margin: 0px;
}

.candidate-hire {
    width: 750px;
    margin: 0 auto;
}

.candidate-hire-bottom {
    padding-top: 12px !important;
    clear: both !important;
}

.candidate-hire-bottom label {
    color: #525252 !important;
}

.candidate-hire-bottom .col-sm-2:nth-child(even) {
    padding-right: 0px !important;
}

.candidate-hire-bottom .col-sm-2:nth-child(odd) {
    padding: 0px !important;
    text-align: right !important;
}

.position-edit h4 {
    float: left;
    font-size: 16px;
    color: #4aa0d2;
    padding: 4px 0 0;
    margin: 0px;
}

.position-edit .approve-rows .btn {
    margin: 0px;
}

.position-edit .approve-rows {
    margin: 0px;
    padding: 0 0 5px !important;
}

.position-builder .sub-label {
    padding-top: 7px;
}

.position-edit .approve-rows .btn {
    float: right !important;
    margin: 0px;
}

.modal-form {
    text-align: left !important;
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #4aa0d2;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.modal-form .close {
    font-size: 30px;
    top: 9px;
}

.modal-userprofile .close {
    right: -20px;
    top: -20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #4aa0d2;
    opacity: .99;
}

.modal-userprofile .close span {
    line-height: 30px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.modal-userprofile .custom-modal-text {
    background-color: #f3f4f9 !important;
}


/*Client Dashboard*/

.c-db #datatable-editable_info {
    /*padding:0px; margin:0px; display:none;*/
}

.c-db #datatable-editable_paginate {
    /*padding:0px; margin:0px; display:none;*/
}

.panel-top-dt .dataTables_length,
.panel-top-dt .dataTables_filter,
.panel-top-dt .paging_simple_numbers,
.panel-top-dt .dataTables_info {
    display: none !important;
}

.panel-top-dt b {
    font-weight: 700;
}

.panel-top-dt .card-box {
    border: 0px;
    padding-bottom: 0px;
}

.panel-top-dt tr:hover td,
.panel-top-dt tr:focus td,
.panel-top-dt tr:active td,
.contractor-row tr:hover td,
.contractor-row tr:focus td,
.contractor-row tr:active td {
    background-color: #fde4c6;
}

.contractor-row .dataTables_length,
.contractor-row .dataTables_filter,
.contractor-row .paging_simple_numbers,
.contractor-row .dataTables_info {
    display: none !important;
}

.panel-top-dt h4 {
    font-size: 16px;
    color: #525252;
    font-weight: 700;
}

.panel-top-dt td,
.contractor-row td {
    color: #525252;
    font-weight: 500;
    font-size: 16px;
}

.panel-top-dt td a,
.contractor-row td a {
    color: #2bb673;
    text-decoration: underline;
}

.panel-top-dt td a:hover,
.contractor-row td a:hover {
    color: #2bb673;
    text-decoration: none;
}

.head-row {}

.head-row h4 {
    float: left;
    padding-top: 10px;
}

.head-row .btn {
    float: right;
    background-color: #f7941e !important;
    border: 1px solid #f7941e !important;
}

.modal-db label {
    color: #5ca6d3;
    text-align: right;
}

.modal-db .custom-modal-title {
    color: #525252;
    background-color: transparent !important;
    text-align: center !important;
    padding-top: 30px;
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 15px;
}

.btn-pos {
    position: absolute;
    right: 20px;
    top: 17px;
}

.bs-modal-invite {
    position: fixed;
    top: 21%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.date-icon {
    padding-left: 0px;
}

.margin-20px {
    margin-top: 44px !important;
}

.performance-contractor {
    padding-top: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
    width: 100%;
    border: 1px solid #959595;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    line-height: 30px;
    width: 100%;
    background: #898989 !important
}

.mCSB_scrollTools {
    top: 30px;
    right: 15px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.profile-performance-history {
    padding-right: 45px;
}

/*Candidate-slate*/
.card-box .profile-pic {
    position: absolute;
}

.card-box .profile-info {
    margin-left: 240px;
    position: relative;
}

.card-box .form-group label {
    color: #748379 !important;
}

.performance-rating-profile .card-box .profile-info h2 {
    font-size: 30px;
    color: #525252;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    padding: 0px 0 3px;
    margin: 0px;
}

.performance-rating-profile .card-box .profile-info h3 {
    font-size: 18px;
    color: #939393;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.performance-rating-profile .card-box .profile-info h3 span {
    background-color: #4aa0d2;
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0 0;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.performance-rating-profile .card-box ul.profile-content {
    font-size: 17px;
    line-height: 22px;
    color: #525252;
    padding-left: 20px;
    clear: both !important;
    display: block !important;
    margin: 10px 0 0 !important;
}

.performance-rating-profile .card-box ul li {
    margin: 12px 0 0;
}

/*.performance-rating-profile .card-box .profile-scores{padding:0 0 18px; margin:0px 0 0px!important; border-bottom:2px solid #e7e8ec; display:block; clear:both;}*/
.performance-rating-profile .card-box .profile-scores ul {
    font-size: 17px;
    color: #525252;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight: 600;
}

/*.performance-rating-profile .card-box .profile-scores ul li{margin-right:50px; float:left;}
.performance-rating-profile .card-box .profile-scores ul li span{color:#4aa0d2;}*/
.performance-rating-profile .card-box h4 {
    color: #939393;
    font-size: 18px;
    margin: 17px 0 0;
    padding: 0px;
}

.performance-rating-profile .card-box h4 .glyphicon {
    color: #4aa0d2;
    font-size: 20px;
    margin-right: 7px;
}

.view-profile {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 320px;
    text-align: right;
}

.view-profile .rating-stars ul {
    list-style-type: none;
    text-align: center;
    font-size: 25px;
    color: #f7941e;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.view-profile .rating-stars ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.view-profile .button {
    float: right;
}

.view-profile .btn-primary {
    background-color: #4aa0d2 !important;
}

.view-profile .rating-stars {
    float: left;
}

/*User-Profile*/
.performance-contractor-row ul.skill-list {
    font-size: 16px;
    color: #525252;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.performance-contractor-row ul.skill-list li {
    background-color: #f3f4f9;
    padding: 10px 50px 10px 10px;
    float: left;
    margin: 0 17px 2px 0;
    border-radius: 2px;
}

.performance-contractor-row ul.edu-list {
    font-size: 16px;
    color: #525252;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.performance-contractor-row ul.edu-list li {
    margin: 0 0 14px;
    clear: both;
}

.performance-contractor-row ul.edu-list li:last-child {
    margin: 0px !important;
    clear: both !important;
    display: block !important;
}

.performance-contractor-row ul.edu-list li span {
    display: block;
    color: #868686;
}

.performance-contractor-row ul.uploaded-list {
    line-height: 22px;
    color: #525252;
    font-size: 16px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.performance-contractor-row ul.uploaded-list li {
    margin: 0px 0 12px;
    display: block;
}

.performance-contractor-row ul.uploaded-list li a {
    background-color: #f3f4f9;
    padding: 9px 57px 9px 9px;
    color: #525252 !important;
    display: inline-block;
}

.performance-contractor-row ul.uploaded-list li a.doc-pdf {
    background: url(../images/blt-pdf.png) no-repeat 9px center #f3f4f9;
    margin: 0 0 0 0;
    padding: 9px 60px 9px 39px;
}

.performance-contractor-row ul.uploaded-list li a.doc-word {
    background: url(../images/blt-doc.png) no-repeat 9px center #f3f4f9;
    margin: 0 0 0 0;
    padding: 9px 60px 9px 39px;
}

.performance-contractor-row ul.uploaded-list li a:hover {
    background-color: #eff0f4;
}


.job-pref {
    background-color: #f3f4f9;
    padding: 44px 0 35px;
}

.job-pref .prof-row {
    margin: 0px;
    padding: 16px 0px 15px;
    border-top: 2px solid #e7e8ec;
    display: block;
    width: 100%;
    clear: both !important;
}

.job-pref .prof-row:last-child {
    padding-bottom: 0px;
}

.job-pref .prof-row h4 {
    font-size: 17px;
    color: #939393 !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.job-pref .prof-row p {
    font-size: 17px;
    color: #525252;
    margin: 0px;
    padding: 0px;
}

.job-pref .prof-row div {
    padding-left: 0px;
}

.job-pref-row {
    border-top: 0px solid #e7e8ec;
    padding: 0px 0;
}

.job-pref h3 {
    font-size: 20px;
    color: #525252;
    text-transform: none !important;
    padding: 0px;
    margin: 0 0 25px;
    font-weight: 600;
}

.job-pref h4 {
    text-transform: none !important;
}

.no-row {
    border-bottom: 0px solid #e7e8ec;
    padding: 25px 0 0px;
}

/*Upload Styling*/
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input {
    background-color: #f3f4f9;
    padding: 7px 11px 2px;
    text-align: left;
}

.custom-file-input::before {
    content: '';
    display: inline-block;
    /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
     border: 1px solid #999;*/
    border-radius: 3px;
    padding: 11px 10px;
    margin-right: 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /*text-shadow: 1px 1px #fff;*/
    font-weight: 700;
    font-size: 14px;
    background: url(../images/blt-pdf.png) no-repeat 0 0;
    text-align: left;
}

.custom-file-input:hover::before {}

.custom-file-input:active::before {
    text-align: left;
}

/*.custom-file-input::after {
    content: ''; display:block; text-align:left!important;  font-size: 14px;}*/
/*Upload Styling*/

/*kirandeep 21/8/2017 popup*/
.popup-qualification .modal-dialog,
.popup-qualification #login-popup {
    width: 750px;
}

.popup-qualification .edit-apps .check-application .form-group {
    margin: 0;
}

#myModal-job.modal.popup-qualification ul li .qualify-title label {
    margin-bottom: 0;
}

.popup-qualification .edit-apps .check-application .form-group.qualify-title {
    margin-bottom: 2px !important;
}

.popup-qualification .edit-apps .check-application .form-group {
    clear: left;
}

.popup-qualification .edit-apps .qualification .control-label {
    text-align: left;
}

.popup-qualification .edit-apps .control-label.grey-text {
    color: #8d8d8d !important;
}

.popup-qualification .edit-apps .degree-text .control-label {
    color: #4aa0d2 !important;
    float: right !important;
    width: 100%;
}

.qualification label.control-label.qualify-input-label {
    width: 10%;
    float: left;
    color: #525252;
}

.qualification .qualify-degree-left input {
    width: 90% !important;
    border-radius: 2px !important;
    border: 1px solid #eeeeee !important;
}

.qualification .qualify-degree-left input.new-skill {
    font-style: italic;
}

.degree-proficiency .radio label {
    color: #525252;
    font-size: 16px;
}

.degree-proficiency .radio label::before {
    margin-top: 3px;
}

.degree-proficiency .radio-info input[type="radio"]:checked+label::after {
    margin-top: 3px;
}

.qualify-degree-right {
    margin-top: 8px;
}

.qualify-degree-right .radio-inline+.radio-inline {
    margin-left: 30px;
}

.qualification button {
    margin-top: 30px;
}

.popup-qualification .qualify-degree-left {
    width: 56%;
    float: left;
    padding-right: 1%;
}

.popup-qualification .qualify-degree-right {
    width: 42%;
    margin-top: 0;
    float: right;
    padding-left: 1%;

}

.chosen-container.chosen-container-single {
    width: 100% !important;
    /* or any value that fits your needs */
}

.popup-qualification .chosen-container-single .chosen-single span {
    font-size: 17px !important;
}

.qualify-degree-right .chosen-container-single .chosen-default,
.qualify-degree-right .chosen-container-single .chosen-single {
    border-radius: 2px !important;
    border: 1px solid #eeeeee !important;
    box-shadow: none;
    background-color: #fafafa;
    background-image: none;
    height: 34px;
    line-height: 31px;

    padding-left: 20px;
}

.qualify-degree-right .chosen-container-single .chosen-single div {
    border-left: 1px solid #eeeeee;
    width: 30px;
}

.qualify-degree-right .chosen-container-single .chosen-single div b,
.qualify-degree-right .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../images/drop-arrow.png) no-repeat top 14px center;
}

.popup-qualification #login-popup ul li input.hourly-rate {
    border: 2px solid #eeeeee !important;
    background: none;
    width: 70%;
}

#myModal-job.modal.popup-qualification ul li .attach-res-div label {
    margin: 8px 35px 15px 0;
    float: left;
}

#myModal-job.modal.popup-qualification ul li .attach-res-div label#upload {
    float: left;
    margin: 0 0 15px 0;
}

.popup-qualification #resume_upload .portlet {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#myModal-job.popup-qualification .file-sec {
    background: #efefef;
    border-radius: 10px;
    width: auto;
}

#myModal-job .file-sec a {
    margin-left: 25px;
}

#myModal-job .file-sec a img {
    margin-top: -2px;
}

.popup-qualification .chosen-container-single .chosen-search {
    display: none;
}

#myModal-job.popup-qualification ul li .chosen-container .chosen-results li.active-result {
    margin-bottom: 0;
}

#login-popup ul li .qualification .qualify-degree-left input {
    padding: 6px 10px 6px 20px;
}

.popup-qualification#myModal-job ul li {
    overflow: visible;
    clear: left;
}

/*Rajasekar: 18.5.18*/
#boxscroll {
    padding: 40px;
    height: 700px;
    overflow: auto;
    margin-bottom: 20px;
}

.nicescroll-cursors {
    z-index: 9999 !important;
}

@media (max-width: 1400px) {
    #boxscroll {
        height: 450px;
    }
}

@media (max-height: 568px) {
    #boxscroll {
        height: 400px;
    }
}

@media (max-height: 414px) {
    #boxscroll {
        height: 300px;
    }
}

@media (max-height: 375px) {
    #boxscroll {
        height: 205px;
    }
}

@media (max-width: 1200px) {
    .contractor-row .col-sm-8 {
        margin: 0px 0 0;
    }
}



@media (max-width: 991px) {
    #navigation ul.navigation-menu {
        font-size: 16px;
        width: 100% !important;
        margin: 0;
        /*border:1px solid #000;*/
    }

    #navigation li {
        display: block !important;
        position: relative;
    }

    .application-filter .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .application-filter .col-xs-2 {
        padding: 0px;
        width: 40%;
    }

    .application-filter .col-xs-1 {
        padding: 0px;
        width: 20%;
    }

    .application-filter .btn-filter {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0px 0 0;
        padding: 15px 0 0px;
        text-align: left;
    }

    .application-filter .label-co {
        width: 100%;
        float: none;
        clear: both !important;
    }

    .application-filter .form-group label {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 6px;
    }

    .application-filter .card-box {
        padding: 20px 20px;
    }

    .user-filterbox .user-button {
        position: relative !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 100%;
        float: none;
        clear: both !important;
    }

    .user-filter .form-group .control-label {
        color: #4aa0d2;
        font-size: 16px;
        padding: 0 0 0px;
        clear: both !important;
    }

    .user-filter .form-group label {
        color: #4aa0d2;
        font-size: 16px;
        font-weight: 400;
        padding: 0px 0 0 5px !important;
        line-height: 16px;
        color: #525252;
    }

    .user-filter .checkbox,
    .user-filter .radio {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .user-filterbox .user-button {
        position: relative !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 100%;
        float: none;
        text-align: left;
        clear: both !important;
    }

    .user-filterbox .col-md-7,
    .position-filterbox .col-md-7 {
        padding: 0px;
    }

    .user-filterbox .col-sm-6 {
        width: 60%;
    }

    .user-filterbox .col-sm-4 {
        width: 40%;
    }

    .position-filter .col-md-8 {
        padding-left: 5px;
    }

    .position-filter .col-md-9 {
        padding-left: 5px;
    }

    .user-filterbox .user-filter {
        padding-left: 0px !important;
    }

    .edit-user .col-md-8 {
        padding-left: 5px;
    }

    .edit-user .form-horizontal .col-sm-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .edit-user .form-horizontal .col-sm-5,
    .edit-user .form-horizontal .col-sm-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .edit-user .form-group label {
        color: #4aa0d2;
        font-size: 16px;
        font-weight: 400;
        padding: 0px 0 0 5px !important;
        line-height: 16px;
        color: #525252;
    }

    .edit-user .form-group label.control-label {
        color: #4aa0d2;
        font-size: 16px;
        padding-bottom: 10px !important;
        clear: both !important;
    }

    .edit-user .form-horizontal .error-label {
        margin-left: -15px;
    }

    .edit-user .form-horizontal .col-md-7 {
        padding-left: 5px;
    }

    .edit-apps .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    .edit-apps .form-group {
        margin: 0 0 20px;
    }

    .edit-apps .portlet .portlet-heading .portlet-title {
        color: #525252 !important;
        float: left;
        font-size: 12px;
    }

    .edit-contractor .col-md-6 {
        width: 80%;
    }

    .wrap-performance-rating {
        margin-top: 60px !important;
    }

    .profile-pic {
        position: absolute;
        left: 20px;
        z-index: 2;
    }

    .profile-info {
        margin-left: 240px;
    }

    .view-profile .rating-stars ul {
        font-size: 20px;
    }

    .view-profile {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 280px;
        text-align: right;
    }
}

@media (max-width: 960px) {
    .schedule-center .col-xs-7 .col-xs-5 {
        width: 35%;
    }

    .schedule-center .col-xs-7 .col-xs-1 {
        width: 15%;
    }

    .view-profile {
        position: relative;
        right: none;
        top: none;
        width: 100%;
        text-align: left;
    }

    .view-profile .rating-stars ul {
        list-style-type: none;
        text-align: center;
        font-size: 25px;
        color: #f7941e;
        padding: 0px;
        margin: 0px;
        font-weight: 600;
    }

    .view-profile .rating-stars ul li {
        display: inline;
        padding: 0px;
        margin: 0px;
    }

    .view-profile .button {
        float: left;
    }

    .view-profile .btn-primary {
        background-color: #4aa0d2 !important;
    }

    .view-profile .rating-stars {
        float: left;
        margin-right: 20px;
        padding: 5px 0 0;
    }

    .view-profile .rating-stars ul {
        list-style-type: none;
        text-align: center;
        font-size: 20px;
        color: #f7941e;
        padding: 0px;
        margin: 0px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .user-filterbox .col-sm-6 {
        width: 60%;
    }

    .user-filterbox .col-sm-4 {
        width: 100%;
    }

    .position-filter {
        padding-left: 0px;
    }

    .user-filter .form-group .control-label {
        padding-left: 0px !important;
    }

    .edit-apps .user-button {
        padding: 20px 0 13px 0px;
    }

    .edit-apps .user-button .btn-primary {
        margin-right: 15px;
    }

    .add-row-in button.btn {
        width: 25px;
        height: 25px;
        padding: 0px;
        font-size: 16px;
    }

    .candidate-hire {
        width: 100%;
        margin: 0 auto;
    }


    #topnav .topbar-main .nav>li>a {
        padding: 0px 0px !important;
    }

    .schedule-center {
        width: 90%;
    }

    .schedule-center .col-xs-7 .col-xs-6 .col-xs-3 {
        padding: 0 5px;
    }

    .schedule-center .col-xs-5 .col-xs-10 {
        padding-left: 5px;
    }

    .profile-pic {
        position: absolute;
        left: 15px;
        z-index: 2;
    }

    .profile-info {
        margin-left: 240px;
    }
}

@media (max-width: 767px) {
    .edit-contractor .col-md-6 {
        width: 100%;
    }

    .candidate-hire-bottom .col-sm-2 {
        padding: 15px !important;
        text-align: left !important;
    }

    .approve-rows {
        clear: both !important;
    }

    .approve-rows .btn {
        float: left !important;
        margin-right: 10px;
    }

    .candidate-hire-bottom .col-sm-2:nth-child(2n+1) {
        padding: 0px 15px 0px !important;
        margin: 0x !important;
        text-align: left !important;
    }

    .candidate-hire-bottom .col-sm-2:nth-child(2n) {
        padding: 0px 15px !important;
        margin: 0px 0px 10px !important;
    }

    .position-picker .input-group .col-xs-9 {
        padding-left: 0px !important;
    }

    .position-edit .approve-rows {
        margin: 0px;
        padding: 0 0 5px !important;
    }

    .position-edit h4 {
        float: left;
        margin-right: 10px;
    }

    .rating-wrap {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 44px 0 50px;
    }

    .navbar-nav>li {
        /* float: left;*/
    }

    .nav>li {
        /* position: relative;
         display: block;*/
    }

    #topnav .topbar-main .badge {
        position: absolute;
        top: 12px;
        right: 7px;
    }

    .badge {
        font-weight: 600;
        padding: 3px 5px;
        font-size: 12px;
        margin-top: 1px;
    }

    #topnav .topbar-main .nav>li>a {
        padding: 0px 15px !important;
    }

    #topnav .topbar-main .nav>li>a {
        color: #ffffff !important;
        line-height: 60px;
        padding: 0px 15px !important;
        position: relative;
        background: transparent !important;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: #eee;
    }

    .contractor-row .col-sm-8 {
        padding-top: 0px !important;
    }

    .contractor-row .form-group .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .performance-contractor-row {
        padding: 25px 0px;
    }

    .performance-contractor h3 {
        margin: 0 0 14px;
    }

    .profile-pic {
        position: relative;
        left: 50%;
        margin-left: -108px;
        z-index: 2;
    }

    .profile-info {
        width: 100%;
        float: none !important;
        margin: 0px;
        padding: 0px;
    }

    .performance-rating-profile .profile-info h2 {
        font-size: 35px;
        text-align: center;
    }

    .performance-rating-profile .profile-info h2 span {
        width: 50px;
        height: 2px;
        margin: 28px auto 0;
        line-height: 0px;
        font-size: 0px;
        clear: both;
    }


    /*Candidate-slate*/
    .card-box .profile-pic.profile-pic {
        position: relative;
        left: 50%;
        margin-left: -108px;
        z-index: 2;
    }

    .card-box .profile-info {
        width: 100%;
        float: none !important;
        margin: 0px;
        padding: 0px;
    }

    .performance-rating-profile .card-box .profile-info h2 {
        font-size: 20px;
        padding: 10px 0px 0px;
    }

    .performance-rating-profile .card-box .profile-info h3 {
        font-size: 18px;
        color: #939393;
        text-align: center;
    }

    .performance-rating-profile .card-box .profile-info h3 span {
        margin: 10px auto 0;
    }

    .view-profile .btn-primary {
        background-color: #4aa0d2 !important;
    }

    .view-profile .rating-stars {
        float: none;
        margin: 0 0 20px;
    }

    .performance-rating-profile .card-box h4 {
        text-align: center;
    }

    .performance-rating-profile .card-box ul.profile-content {
        text-align: left;
    }

    /* Kiran 22/8/2017*/
    .popup-qualification .modal-dialog,
    .popup-qualification #login-popup {
        width: 96%;
    }

    .popup-qualification .qualify-degree-left {
        width: 100%;
        padding-right: 0;
    }

    .popup-qualification .qualify-degree-right {
        width: 90%;
        margin-left: 10%;
        margin-bottom: 15px;
        padding-left: 0;
    }

    #myModal-job.modal.popup-qualification ul li .edit-apps .degree-text label.control-label {
        float: left !important;
    }

    .popup-qualification .qualify-degree-right.degree-text {
        width: 100%;
        margin-left: 0;
    }
}


@media (max-width: 640px) {
    .bs-modal-invite {
        position: fixed;
        top: 21%;
        width: 90%;
        right: 0;
        bottom: 0;
        left: 5%;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .schedule-center .col-xs-7 {
        clear: both;
        float: none;
        width: 100%;
        padding: 0 5px;
    }

    .schedule-center .col-xs-5 {
        clear: both;
        float: none;
        width: 100%;
    }

    .schedule-center .col-xs-7 .col-xs-5 {
        width: 100%;
        clear: both;
        float: none;
        padding: 0px;
    }

    .schedule-center .col-xs-7 .col-xs-1 {
        width: 100%;
        clear: both;
        float: none;
    }

    .schedule-center .row-wrap {
        margin: 0px 0 15px;
        clear: both !important;
    }
}

@media (max-width: 568px) {
    .user-filterbox .col-sm-6 {
        width: 100%;
    }

    .schedule-center .col-xs-7 .col-xs-6 .col-xs-3 {
        padding: 0px;
        text-align: left;
    }

    .schedule-center .col-xs-7 .col-xs-6 .col-to {
        text-align: center;
    }

    .schedule-center .col-xs-7 .col-xs-6 .col-xs-9 {
        padding-right: 0px;
    }

    .schedule-center .col-xs-5 .col-xs-10 {
        padding-right: 5px;
    }

    .schedule-center .col-xs-7 {
        padding: 0px;
    }

    .schedule-center .col-xs-7 .col-xs-6 {
        padding: 0px;
    }

    .job-pref .prof-row div {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 480px) {
    .edit-apps .user-button .btn-primary {
        margin-right: 5px;
    }

    .portlet .portlet-heading .portlet-widgets {
        display: inline-block;
        float: right;
        font-size: 10px;
        line-height: 30px;
        padding-left: 15px;
        position: relative;
        text-align: right;
    }

    .performance-contractor-row ul.uploaded-list {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .col-xs-7 {
        width: 100%;
    }

    .col-xs-5 {
        width: 100%;
    }

    .schedule-wrap .btn {
        margin: 0 5px;
        padding-left: 27px;
        padding-right: 27px;
    }

    .performance-rating-profile .profile-info .col-xs-9,
    .performance-rating-profile .profile-info .col-xs-3 {
        float: none !important;
        width: 100% !important;
        clear: both !important;
    }

    .performance-rating-profile .profile-info .prof-row p {
        font-size: 15px;
        padding: 10px 0 0 !important;
    }

    .performance-rating-profile .profile-pic img {
        height: 150px;
    }

    .profile-pic {
        position: relative;
        left: 50%;
        margin-left: -80px;
        z-index: 2;
    }

    .card-box .profile-pic.profile-pic {
        position: relative;
        left: 50%;
        margin-left: -80px;
    }
}

@media (max-width: 382px) {

    .btn-primary,
    .btn-warning,
    .btn-success,
    .btn-danger,
    .btn {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .edit-apps .user-button .btn-danger {
        margin-top: 10px;
    }

    .position-edit .approve-rows .btn {
        float: none !important;
        margin: 5px 0 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        width: 35px;
        height: 60px;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    #topnav .topbar-main .nav>li>a {
        color: #ffffff !important;
        line-height: 60px;
        padding: 0px 10px 0px 5px !important;
        position: relative;
        background: transparent !important;
    }

    #topnav .topbar-main .badge {
        position: absolute;
        top: 12px;
        right: 0px;
    }

    #topnav .topbar-main .nav>li>a i {
        font-size: 16px;
        margin-top: 3px;
    }

    #topnav .topbar-main .dropdown-menu-lg {
        width: 220px;
    }

    .schedule-center .col-xs-7 .col-xs-6 {
        margin-bottom: 10px;
        float: none;
        width: 100%;
        clear: both;
    }

    .schedule-center .col-xs-7 .col-xs-6 .col-to {
        text-align: left;
    }
}

.loader {

    background: rgba(0, 0, 0, 0.2) url("../images/loading.svg") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

table.job-search-table tbody tr td a {
    text-decoration: underline;
    color: #337ab7;
}

.save-image {
    background: none repeat scroll 0 0 #4aa0d2;
    border: 2px solid #4aa0d2;
    border-radius: 25px;
    color: #ffffff;
    float: right;
    padding: 4px 32px;
    margin: 38px;
    float: left;
}

.save-image:hover {
    color: #fff;
}

.submit input {
    font-family: 'LatoBold';
    font-size: 20px;
    color: #ffffff;
    background: #4aa0d2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 8px 36px;
    margin-left: 15px;
    letter-spacing: 2px;
}

.submit input:hover {
    background: none;
    color: #4aa0d2;
    border: 2px solid #4aa0d2;
    padding: 6px 34px;
}

.job-position li input.jobform {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    width: auto;
}

.profile-section .job-position ul li.search-choice {
    width: auto !important;
}

iframe[name="indconv"] {
    height: 0;
}

#myModal-job.modal.popup-qualification ul li .attach-res-div {
    padding-top: 15px;
}

.submit button {
    font-family: 'LatoBold';
    font-size: 20px;
    color: #ffffff;
    background: #4aa0d2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 8px 36px;
    margin-left: 15px;
    letter-spacing: 2px;
    border: 0px;
}

.submit button:hover {
    background: none;
    color: #4aa0d2;
    border: 2px solid #4aa0d2;
    padding: 6px 34px;
}


.form-qualify {
    clear: both !important;
}

.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.signup_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer_border {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5rem 0;
    padding: 4rem 0;
}

.card-body {
    width: 50%;
}

.document_form .form-input {
    background-color: transparent;
}

.document_form .form-input input {
    background-color: transparent;
}

.offer_border .btn {
    border: 2px solid #4AA0D2;
    min-width: 50%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.document_form {
    margin-top: 40px;
    padding: 10px 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.document_form_profile {
    padding: 0px 6rem;
    width: 100%;
    padding-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.document_form_category {
    margin-top: 40px;
    width: 100%;
    padding-bottom: 20px;



}

.document_form .input-name {
    border-bottom: 1px solid #ccc;
}

.document_form .input-file {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding: 8px;
}

.form_button {
    width: 100%;
}

.document_form .input-file label {
    margin-bottom: 0;
}

.form-process {
    height: 10px;
    border-radius: 4px;
    background-color: #ccc;
    width: 400px;
    margin: auto;
}

.header_v2 {
    padding: 10px 0px;
}

.header_v2.include-border {
    border-bottom: 1px solid #D9D9D9;
}

.footer-content span {
    color: #fff;
    padding: 0 5px;
}

.footer-social {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.footer-content a[target="blank"] {
    font-weight: bold;
    text-decoration: underline;
}

.footer-bottom .container ul.footer-links li.footer-content {
    padding: 0 !important;
}

#footer-container-rightbar {
    text-align: right;
}

.footer-rightbar {

}

.footer-rightbar .footer-link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/* checkbox css */

.checkbox-wrapper-53 input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.checkbox-wrapper-53 .of_container {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    flex-direction: column-reverse;
}

.checkbox-wrapper-53 .checkmark {
    position: absolute;
    top: 20px;
    left: 13px;
    height: 1.3em;
    width: 1.3em;
    background-color: #4AA0D2;
    border-radius: 100%;
    background: #e8e8e8;
}

.checkbox-wrapper-53 .of_container input:checked~.checkmark {
    background: #4AA0D2;
}

.checkbox-wrapper-53 .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.checkbox-wrapper-53 .of_container input:checked~.checkmark:after {
    opacity: 1;
}

.checkbox-wrapper-53 .of_container .checkmark:after {
    left: 0.50em;
    top: 0.35em;
    width: 0.25em;
    height: 0.5em;
    border: solid #fff;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    transition: all 250ms;

}

#custom_padding {
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 20px 20px;
    margin: 10px;
    box-sizing: border-box;
}
#custom_padding.active {
    border-color: #0088cc;
    background-color: #0088cc10;
}

#job_search_group {
    width: 400px;
    margin: auto;
}

#job_search_group input {

    text-align: left;
}

#job_search_group label {
    display: block;
    text-align: left !important;
    padding-bottom: 15px;
    letter-spacing: 1px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

#staticEmail {
    border-radius: 24px;
    padding: 0px 5px;
    height: 48px;
}

.common_search {
    border-radius: 24px;
    padding: 0px 15px;
    height: 48px;
}

.common_box {
    padding: 40px 20px;
    border: 1px solid #BDBDBD;
    margin-bottom: 15px;
    border-radius: 16px;
}

.cat_tagline {
    font-size: 16px;
    font-weight: 400;
    padding: 40px 0;
}

#second_section {}

.main {
    margin-bottom: 20px;
}

/* Bootstrap 3 text input with search icon */

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.has-search .form-control input {
    text-align: left !important;
    border-color: #4AA0D2;
    color: #4aa0d2;
}

.links {
    text-align: center;
    width: 300px;
    margin-top: 5%;
    margin-left: 5%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.gray-button {
    text-align: center;
    background-color: #aaa;
    padding: 6px 12px 10px 12px;
    width: 160px;
    height: 33px;
    color: white;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
}

.ball {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    position: relative;
    background-color: blue;
    /*   background: url(http://hop.ie/balls/images/tennisball.png) no-repeat; */
    background-size: 100%;
}

.ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    z-index: 2;
}

.ball:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 40% 30%, rgba(245, 237, 48, 0), rgba(200, 190, 20, 0.2) 50%, #575300 100%);
}

.ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-160px);
    transform: rotateX(90deg) translateZ(-160px);
    z-index: 1;
}

.stage {
    width: 100%;
    display: inline-block;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

#multiple-checkboxes {
    width: 100%;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.my_job_list {
    display: inline-block;
    width: 100%;
}

.my_job_list label {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: left;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
}

.my_job_list label input {
    margin-top: 0;
    margin-right: 5px;
}

.selected_list p {
    text-align: left;
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}

.selected_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.selected_list ul li {
    line-height: 40px;
    /* font-weight: bold; */
    text-align: left;
}

.my_job_list_for_proficiency {
    background: #eeeeee;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job_list_group .job_list_detail {
    padding: 0 10px 10px;
}

.job_list_group .job_list_detail .job_list_detail_subhead {
    font-weight: 400;
    margin-bottom: 10px;
}

.job_list_group .job_list_detail .btn-group .btn {
    border: 1px solid #4aa0d2;
    color: #4aa0d2;
}

.job_list_group .job_list_detail .btn-group>.btn:not(:first-child) {
    border-left: 0;
}

.job_list_group .job_list_detail .btn-group .btn.active {
    background-color: #4aa0d2;
    color: #fff;
    box-shadow: none;
}

.job_list_group .selectd_list {
    font-weight: normal;
    text-decoration: underline;
    color: #00adff;
}

.job_category {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.job_category .form-group input {
    border-color: #4aa0d2;
    border-radius: 16px;
    color: #4aa0d2;
}

.job_category .category_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
}

.job_category .category_head_section {
    margin-top: 15px;
}

.uploadResumefile{
   color: #4AA0D2;
}
.form-control:focus {
    border-color: #4aa0d2;
}

.job_category .category_head_section .head_title {
    background-color: #E3F4FF;
    padding: 10px 15px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: left;
}

.job_category .category_head_section .head_title .head_title_icon {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.job_category .category_head_section .head_title .head_title_icon span {
    padding-left: 10px;
}

.job_category .category_head_section.active .head_title .head_title_icon .open-btn {
    display: block;
}

.job_category .category_head_section .head_title .head_title_icon .open-btn {
    display: none;
}

.job_category .category_head_section.active .head_title .head_title_icon .close-btn {
    display: none;
}

.job_category .category_head_section .head_title .head_title_icon .close-btn {
    display: block;
}

.job_category .category_head_section .category_head_section {
    display: none;
}

.job_category .category_head_section.active .category_head_section {
    display: block;
}

.modal-footer {
    display: flex;
    justify-content: end;
    align-items: center;
}

.modal-footer .btn {
    border-radius: 20px;
    margin: 0;
    min-width: 200px;
    color: #4aa0d2;
}

.footer-section {
    border-top: 1px solid #4aa0d2;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 53px;
    z-index: 9999;
    background: #fff;
}

.footer-bottom {
    color: #fff;
    background: #727476;
    padding: 14px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.footer-section .footer-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section .footer-btn-group .btn {
    min-width: 150px;
    margin: 0 5px;
}

.footer-section .footer-btn-group .btn.next {
    min-width: 100px;
    background-color: #4aa0d2;
    color: #fff;
    border-radius: 20px;
}

.infomodal .content {
    text-align: center;
    padding: 20px;
}

.infomodal .content .icon {
    background-color: #ebebeb;
    padding: 25px 20px;
    border-radius: 50px;
    color: #4aa0d2;
}

.infomodal .content .icon i {
    background-color: #4aa0d2;
    padding: 5px 11px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

.infomodal .content .heading {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 14px;
}

.infomodal .modal-content {
    border-radius: 16px !important;
}

.infomodal .modal-body {
    font-size: 12px;
    padding: 30px;
}

.infomodal .content .text {
    color: #676767;
}

.modal button.close {
    right: 20px;
    top: 10px;
}

.modal button.close i {
    color: #989898;
    font-size: 16px;
}

#modal_proficiency .modal-body {
    text-align: left;
}

.modal .modal-title {
    padding-bottom: 5px;
}

.modal .modal-header span i {
    color: #4aa0d2;
    cursor: pointer;
}

.infomodal.in {
    background-color: #00000030;
}

#additionalskill .content .heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

#additionalskill .content .btn {
    width: 100%;
    border-radius: 20px;
    color: #4aa0d2;
    margin-top: 10px;
    margin-bottom: 5px;
}

#additionalskill .content .btn.sub-btn {
    background-color: #4aa0d2;
    color: #fff;
}

.infomodal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%) !important;
}

.offer_border.select_category_section {
    display: none;
}

.offer_border.select_category_section.active {
    display: flex;
}

.offer_border.select_addcategory_section {
    display: none;
}

.offer_border.select_addcategory_section.active {
    display: flex;
}

.additionalskill.jobskill {
    display: none;
}

.additionalskill.jobskill.active {
    display: block;
}

.additionalskill.jobskill1 {
    display: none;
}

.additionalskill.jobskill1.active {
    display: block;
}

#custom_padding {
    padding-left: 45px;
}

.progress {
    height: 10px !important;
    background-color: #ccc !important;
}

.progress .progress-bar {
    background-color: #4aa0d2;
}

.progress_wrap {
    display: flex;
    justify-content: center;
}

.progress-count {
    margin-top: 0;
}

.offer_border .btn.btn-rounded {
    border-radius: 20px !important;
}

.main .form-group {
    margin-bottom: 5px !important;
}

.modal_height {
    height: 400px;
    overflow-y: auto;
}

.modal_jnob_height {
    height: 280px;
    overflow-y: auto;
}

.category-select-group {
    position: relative;
}

.category-select-group .category-select-box {
    border-radius: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    cursor: pointer;
}

.category-select-group .category-select-box span {
    font-size: 10px;
}

.category-select-group .category-select-options {
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 2px 6px -3px #000;
}

.category-select-group .category-select-options .select-option {
    padding: 8px 15px;
    padding-left: 45px;
    color: #636363;
}

.category-select-group .category-select-options .select-option.active {
    background-color: #4aa0d230;
}

.category-select-options.d-none {
    display: none;
}

.category-select-options.d-block {
    display: block;
}

.custom-checkmark {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    flex-direction: column-reverse;
}

.custom-checkmark .checkmark {
    position: absolute;
    top: 9px;
    left: 13px;
    height: 1.3em;
    width: 1.3em;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
}

.custom-checkmark.active .checkmark {
    background: #4AA0D2;
    border-color: #4aa0d2;
}

.custom-checkmark .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.custom-checkmark.active .checkmark:after {
    opacity: 1;
}

.custom-checkmark .checkmark:after {
    left: 0.45em;
    top: 0.28em;
    width: 0.3em;
    height: 0.5em;
    border: solid #fff;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    transition: all 250ms;
}

.job_category .category_title.custom-checkmark .checkmark {
    top: 0;
    left: 0;
}

.my_job_list input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.my_job_list .of_container {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 25px;
    user-select: none;
    flex-direction: column-reverse;
}

.my_job_list .checkmark {
    position: absolute;
    top: 11px;
    left: 0px;
    height: 1.3em;
    width: 1.3em;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
}

.my_job_list .of_container input:checked~.checkmark {
    background: #4AA0D2;
}

.my_job_list .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.my_job_list .of_container input:checked~.checkmark:after {
    opacity: 1;
}

.my_job_list .of_container .checkmark:after {
    left: 0.48em;
    top: 0.3em;
    width: 0.25em;
    height: 0.5em;
    border: 1px solid #fff;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    transition: all 250ms;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}

.select2-results {
    display: block;
    margin-top: 15px;
}
.select2-results.d-none {
    display: none !important;
}

.select2-results .custom-checkmark .checkmark {
    top: 0;
    left: 0;
    display: block;
}

.select2-results .custom-checkmark {
    padding-left: 20px;
    display: block;
}

.select2-dropdown {
    border: 0;
}

.select2 .select2-selection {
    border-radius: 16px !important;
    border-color: #ccc !important;
    padding: auto 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 20px;
    border:1px solid #4aa0d2;
    background-color: transparent;
    color: #4aa0d2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: #4aa0d2;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
    border: 1px solid #4aa0d2;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 4px;
    margin: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #000;
}

.select2-container--default .select2-results__option--selected .custom-checkmark .checkmark {
    background: #4AA0D2;
    border-color: #4aa0d2;
}
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}
.select2-container--default .select2-results__option--selected .custom-checkmark .checkmark:after {
    opacity: 1;
}
.m-b-50 {
    margin-bottom: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}
.p-t-0 {
    padding-top: 0;
}

.job_category .category_head_section .head_title1 {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.offer_border .btn.login {
    background-color: #4AA0D2;
    color: #fff;
}
.mobile-view {
    display: none;
}
.web-view {
    display: block;
}
.do-later-btn {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 6px 12px;
}
.select2-selection {
    max-height: 60px !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal.infomodal {
    z-index: 1100;
}

#contractor-need-help {
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 120px;
    margin-top: 40px;
}

.need-help {
    margin-top: 25px;
}

.need-help a {
    font-weight: bold;
    color: #000;
}

@media(max-width:425px) {
    .btn {
        width: 80%;
    }
    .need-help a::after{
        content: "\a";
        white-space: pre;
    }
    .mobile-view {
        display: block;
    }
    .web-view {
        display: none;
    }
    .header_v2 {
        text-align: center;
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: none;
    }
    .footer-bottom {
        display: none;
    }
    .progress_wrap .progress {
        width: 100%;
    }
    .progress-count {
        font-size: 14px;
    }
    .offer_border.select_category_section.active {
        display: block;
    }
    .offer_border{
        display: block;
        margin: 0;
    }
    .offer_border.select_addcategory_section.active {
        display: block;
    }
    .modal-footer .btn {
        min-width: 100px;
    }
    .infomodal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-15%,-50%) !important;
    }
    .footer-section {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        width: 100%;
        z-index: 9;
    }
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 575px;
    }

}

.btn-outline-primary.save-image {
    color: #4AA0D2;
    background-color: transparent !important;
    background-image: none;
    border-color: #4AA0D2;
    border-radius: 25px;
}

.btn-round {
    border-radius: 25px;
}

.label-rating {
    color: #fff;
    background-color: #FF3E78;
    margin-right: 5px;
}

.imageUploadBtn{
    border: 1px solid;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 23px;
    text-align: center;
    color: #4AA0D2;
    margin: 0px !important;
    padding: 0px !important;
}
.imageUploadBtn i {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 18px;
}

.mt-32 {
    margin-top: 32px;
}

.btn1 {
    padding: 8px 8px;
    min-width: 190px;
}

.modalheadicon {
    width: 40px;
    margin: auto;
    background: #eeebeb;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #4AA0D2;
}

#resumeSummaryModal .modal-content{
    border-radius: 15px !important;
}

body.modal-open .modal#resumeSummaryModal .modal-dialog {
    padding-top: 0%;
}

.btn-outline-primary.viewRes {
    color: #4AA0D2;
    border: 1px solid #4AA0D2 !important;
    background-color: transparent !important;
    background-image: none;
    border-color: #4AA0D2;
    border-radius: 25px;
    display: inline-block !important;
    font-size: 18px;
}

.viewRes:before {
    color: #4AA0D2 !important;
}

#Documents09 .panel-default {
    border: 0px !important;
}
#resumeSummaryModal img{
    margin: auto;
}

#resumesummary {
    max-height: 200px;
    overflow: auto;
    width: 65%;
    margin: auto;
    text-align: left;
}

#resumesummary h4 {
    text-align: center;
}

.resumes_add_btn1 {
    font-size: 16px;
    color: #4AA0D2;
    font-weight: normal;
}

.res-remove {
    background: transparent !important;
    color: #727476 !important;
    text-align: right !important;
}

.resume-radio-section {
    padding : 0px 10px;
}

.resume-radio-section input[type="radio"] {
    position: relative !important;
    left: 0 !important;
}

.resume-default-tag {
    padding: 5px 10px !important;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 25px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.toastnotice.hide {
    display: none !important;
}

.toastnotice.show {
    padding: 6px 15px;
    display: block !important;
    position: fixed;
    bottom: 40px;
    width: 85%;
    left: 20px;
    background: #000;
    background-color: #000 !important;
    color: #fff !important;
    z-index: 9999;
}

.toastnotice.show i {
    font-size: 20px;
    color: #08BD7C;
    vertical-align: bottom;
    margin-right: 10px;
}

.text-left {
    text-align: left !important;
}

.btn-file{
    background-color: #4AA0D2 !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
    vertical-align : middle !important;
    margin-top: 5px !important;
}

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
    padding-bottom: 5px;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #4AA0D2 !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {input[type="radio"]:focus {
    font-size: inherit !important;
}}

.btn-mr {
    margin-right: 15px;
}

@media screen and (min-width: 1367px) {
    .reference-wrap {
        width: 800px;
        margin:20px auto;
    }
}
