.pull-none {
    float: none !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.fade.in {
    opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.form-group .form-control {
    float: none;
}
.form-control:focus {
    background-color: #fff !important;
}
.input-group-text {
    border: 1px solid #eee;
}

.modal-footer .btn {
    min-width: 80px;
}

.btn.btn-primary {
    position: relative;
    font-family: open sans;
    font-size: 15px;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #0f36a5;
    background-color: #0f36a5;
    color: #fff;
    box-shadow: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #fb236a;
    border-color: #fb236a;
    color: #ffffff;
}
.btn.btn-primary.btn-outline {
    background-color: transparent;
    color: #0f36a5;
}
.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:active {
    color: #fb236a;
}

.btn.btn-green {
    position: relative;
    font-family: open sans;
    font-size: 15px;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #219fa9;
    background-color: #219fa9;
    color: #fff;
    box-shadow: none;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
    background: #fb236a;
    border-color: #fb236a;
    color: #ffffff;
}
.btn.btn-green.btn-outline {
    background-color: transparent;
    color: #219fa9;
}
.btn.btn-green.btn-outline:hover,
.btn.btn-green.btn-outline:focus,
.btn.btn-green.btn-outline:active {
    color: #fb236a;
}

.btn.btn-default {
    position: relative;
    font-family: open sans;
    font-size: 15px;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #333;
    box-shadow: none;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    background: #fb236a;
    border-color: #fb236a;
    color: #ffffff;
}
.btn.btn-default.btn-outline {
    background-color: transparent;
    color: #333;
}
.btn.btn-default.btn-outline:hover,
.btn.btn-default.btn-outline:focus,
.btn.btn-default.btn-outline:active {
    color: #fb236a;
}

.btn.btn-sm {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
}
.btn.btn-action {
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
}
.btn.btn-action:focus {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-width: 1px;
    border-style: solid;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-width: 1px;
    border-style: solid;
}
.form-label {
    display: inline-block;
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
}
.is-invalid ~ .invalid-feedback, .is-invalid .invalid-feedback {
    display: block;
}

.alert-danger {
    color: #fb236a;
    background-color: #fffcff;
    border-color: #fb236a;
}
.alert-dismissible .close {
    font-size: 1.25rem;
}

.hidden {
    display: none !important;
}

.font-gray {
    color: #888 !important;
}
.font-pink {
    color: #fb236a !important;
}
.font-green {
    color: #26ae61 !important;
}
.font-orange {
    color: #ffa534 !important;
}
.font-primary {
    color: #212529 !important;
}

.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}
.p-l-40 {
    padding-left: 40px !important;
}
.p-l-50 {
    padding-left: 50px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
.p-r-40 {
    padding-right: 40px !important;
}
.p-r-50 {
    padding-right: 50px !important;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
/*******************
Margin
*******************/

.m-0 {
    margin: 0px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}
.m-l-40 {
    margin-left: 40px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-l-a {
    margin-left: auto !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-r-40 {
    margin-right: 40px !important;
}
.m-t-0 {
    margin-top: 0px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}

.w-200 {
    width: 200px;
}

.wrap-text {
    white-space: pre-wrap;
}

.top-slider {
    z-index: 2;
    min-height: 500px;
}
.top-slider .iconmove {
    pointer-events: none;
}
.top-slider .iconmove img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60%;
    z-index: -1;
}
.top-slider .find-cand > h3,
.top-slider .find-cand > span {
    white-space: pre-wrap;
}

.job-field .select2-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 100% !important;
    text-align: left;
    border-radius: 8px;
    box-shadow: none !important;
    border: 2px solid #e8ecec;
    border: none !important;
    padding-left: 0;
}
.job-field .select2-container .select2-choice {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 12px 0;
    height: auto;
    border: none !important;
    background: #fff;
    box-shadow: none;
}
.job-field .select2-container .select2-choice .select2-arrow {
    background: #fff;
    border: none;
}
.select2-drop-active {
    border: none;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    margin-top: 10px;
    border-radius: 8px;
    padding: 5px 0;
}
.select2-drop-active .select2-results li {
    margin: 0;
}
.select2-drop-active .select2-results .select2-highlighted {
    background: none;
    transition: all 0.4s ease 0s;
}
.select2-drop-active .select2-results .select2-highlighted .select2-result-label {
    color: #fb236a;
    padding-left: 20px;
    transition: all 0.4s ease 0s;
}
.select2-drop-active .select2-results .select2-result-label {
    padding: 10px 15px;
    font-size: 13px;
    color: #a7a7a7;
    transition: all 0.4s ease 0s;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border: none;
    margin-bottom: -10px;
    box-shadow: 0px -4px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 5px 0;
}

.img-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
}
.img-bg .navbar {
    padding: 50px 0 25px;
}
.img-bg .navbar .container {
    justify-content: center;
}

.login-page {
    padding: 20px 15px 40px;
}
.login-page .row {
    justify-content: center;
}
.login-page .title {
    color: #333;
    margin-bottom: 40px;
}
.login-page .title h1 {
    font-weight: bold;
    text-transform: uppercase;
}
.login-page .title p {
    color: #333;
}
.login-page .progress-sec span {
    color: #333;
    font-size: 14px;
}
.login-page .ibox h2 {
    font-size: 1.9rem;
    color: #111;
}
.login-page .ibox p {
    color: #333;
}
.login-page .between {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login-page .ibox {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 40px 20px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
}
.login-page .ibox .ibox-title {
    margin-bottom: 25px;
}
.login-page .ibox .ibox-content .btn:not(.btn-block) {
    width: 170px;
}
.login-page .link {
    color: #111;
    margin-top: 40px;
}
.login-page form p {
    font-weight: bold;
}
.login-page input, .login-page button {
    float: none;
}
.login-page input {
    margin-bottom: 5px;
}

.login-page .ibox .tabs {
    float: left;
    border: 1px solid #e7e7e7;
}
.login-page .ibox .tabs .nav.nav-tabs {
    width: 28%;
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.login-page .ibox .tabs .nav.nav-tabs li {
    width: 100%;
}
.login-page .ibox .tabs .nav.nav-tabs li a {
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    float: none;
    display: block;
}
.login-page .ibox .tabs .nav.nav-tabs li:last-child a {
    border-bottom: none;
}
.login-page .ibox .tabs .nav.nav-tabs li.active a {
    background-color: #219fa9;
    color: #fff;
}
.login-page .ibox .tabs .tab-content {
    width: 72%;
    float: left;
}
.login-page .ibox .tabs .tab-content .tab-pane {
    list-style: none;
}
.login-page .ibox .tabs .tab-content .tab-pane > li {
    text-align: center;
    padding: 5px 20px;
    border-bottom: 1px solid #c0c0c0;
    background: rgba(255, 255, 255, 0.35);
}
.login-page .ibox .tabs .tab-content .tab-pane > li a {
    display: block;
}
.login-page .ibox .tabs .tab-content .tab-body .skill-title {
    background: #219fa9;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
}
.login-page .ibox .tabs .tab-content .tab-body .skill-title a {
    color: #fb236a;
}
.login-page .ibox .tabs .tab-content .tab-body .skill-desc {
    padding: 5px 15px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #c0c0c0;
    background: rgba(255, 255, 255, 0.2);
}
.login-page .ibox .tabs .tab-content .tab-body .tab-form {
    padding: 10px;
}

.datepicker {
    position: relative;
}
.datepicker .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28rem;
    text-align: center;
}
.datepicker .glyphicon-chevron-left:before {
    content: "\f104";
}
.datepicker .glyphicon-chevron-right:before {
    content: "\f105";
}
.datepicker .btn.btn-default {
    background-color: inherit;
    color: inherit;
    border: none;
    padding: 0.25rem 0.5rem;
    float: none !important;
}
.datepicker .btn.btn-info .text-info {
    color: #ffffff !important;
}
.datepicker .picker {
    position: absolute;
    right: 52px;
    top: 18px;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}

.datepicker .add-date-button {
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}

.day-list {
    padding-left: 20px;
    list-style: inside;
}
.day-list li {
    margin-bottom: 10px;
}
.day-list a {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    box-shadow: none !important;
    outline: none;
}
.day-list a.btn-action {
    width: 30px;
}
.day-list span {
    font-size: 14px;
}
.day-list .green {
    color: #26ae61;
}
.day-list .red {
    color: #f64a84;
}

.switch-control .switch {
    display: inline-block;
    position: relative;
    background: #ebecec none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 70px;
    height: 35px;
}
.switch-control label::before {
    display: none;
}
.switch-control .switch::after {
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    background: #f5f6f6 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 30px !important;
    height: 30px !important;
    transform: translateX(0);
}
.switch-control input:checked + .switch {
    background: #219fa9 none repeat scroll 0 0;
}
.switch-control input:checked + .switch::after {
    left: 87px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.sub-page h2 {
    margin-bottom: 20px;
}

.sub-header {
    padding-top: 120px;
    padding-bottom: 120px;
}

.parallax-css {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accounts-page .availability-toggle {
    position: absolute;
    top: 32px;
    right: 0;
}
.accounts-page .account-form {
    float: left;
    width: 100%;
    padding-left: 30px;
}
.accounts-page .pf-field .invalid-feedback {
    float: left;
}

@media (max-width:767px) {
    .accounts-page .availability-toggle {
        top: -15px;
    }
}

.mob-actions {
    position: relative;
}
.mob-actions .action-space {
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.35);
    border: 1px solid #d5d5d5;
    padding: 10px 5px;
    margin: 0;
    z-index: 999;
    min-width: 120px;
}
.mob-actions .action-space li {
    margin-bottom: 5px;
}
.mob-actions .action-space li:last-child {
    margin: 0;
}
.mob-actions .action-space li a {
    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
}

.messages .manage-jobs-sec > table tbody td {
    padding: 12px 0;
}

/* Messanger */
.chat-form {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.chat-form > h3 {
    float: left;
    width: 100%;
    font-size: 15px;
}
.chat {
    width: 100%;
    float:left;
    background: #F2F5F8;
    color: #434651;
    border: 2px solid #e8ecec;
    border-radius: 8px;
}
.chat .chat-history {
    padding: 20px 20px 10px;
    overflow-y: scroll;
    height: 500px;
}
.chat .chat-history ul .chat-item {
    margin-bottom: 25px;
}
.chat .chat-history ul .chat-item:last-child {
    margin-bottom: 10px;
}
.chat .chat-history .message-data {
    margin-bottom: 8px;
}
.chat .chat-history .message-data-time {
    color: #92959E;
    padding-left: 6px;
}
.chat .chat-history .message {
    color: white;
    padding: 14px 18px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 6px;
    width: 85%;
    position: relative;
}
.chat .chat-history .status {
    width: 85%;
    position: relative;
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86BB71;
    border-width: 10px;
    margin-left: -10px;
}
.chat .chat-history .my-message {
    background: #86BB71;
}
.chat .chat-history .other-message {
    background: #94C2ED;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #94C2ED;
    left: 93%;
}
.chat .chat-input .form-control {
    background-color: #fff !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-color: transparent;
}
.chat .chat-input .form-control:active,
.chat .chat-input .form-control:focus {
    border-color: #c3d3ff !important;
}

.pac-container {
    z-index: 1050;
}

.job-listing {
    transition: none;
}

.selected-days {
    margin: 10px 0;
}
.selected-days .list-group-item {
    height: 40px;
    line-height: 1em;
    padding: 12px 15px;
    cursor: pointer;
}
.selected-days .list-group-item.active {
    background-color: #8b91dd;
}

.selected-days .btn {
    padding: 5px;
    height: 25px;
    width: 25px;
    line-height: 1em;
    margin: -5px 0 0 0;
}
.add-day {
    text-align: center;
    margin: 10px 0;
}
.add-day .btn{
    background-color: #0db9f0;
}
.selected-time > h5{
    margin: 0;
    border: 1px #ccc solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    padding: 5px 10px;
}
.selected-time >div {
    border: 1px #ccc solid;
    padding: 5px 0;
}
.selected-time >div > div {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

.selected-time >div > div span {
    padding: 5px;
    border-radius: 5px;
}

.selected-time >div > div span.active {
    background-color: #8b91dd;
    color: #fff;
}

.selected-time >div > div span.disabled {
    color: #999;
}

.chat-pop-up {
    z-index: 10;
    width: 400px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border: 1px #dadada solid;
    border-radius: 3px;
    box-shadow: 6px 10px 6px -4px rgba(0,0,0,0.35);
}

.chat-pop-up .chat{
    border-radius: 0;
}

.chat-pop-up .chat-history {
    height: 300px;
}

.chat-pop-up .chat-header{
    padding: 13px 10px;
}

.chat-pop-up .chat-header span {
    cursor: pointer;
    display: inline-block;
    width: 330px;
    font-weight: 600;
}

.chat-pop-up .chat-header span a{
    display: inline-block;
    width: 100%;
}

.chat-pop-up .chat-header a{
    color: #000;
}

.chat-pop-up .chat-header a:hover{
    color: #3c3c3c;
}

.chat-pop-up .chat .chat-history .message{
    padding: 3px 7px;

}

.chat-pop-up .chat .chat-history ul .chat-item {
    margin-bottom: 0px;
}

.chat-pop-up .chat .chat-history .message-data-time {
    font-size: 12px;
}

.chat-pop-up .chat .chat-input .input-group > input {
    padding: 0 10px;
}

.chat-pop-up .chat .chat-input .input-group button {
    padding: 5px 20px;
}

.chat-pop-up .chat-header > a{
    margin-left: 10px;
}

.chat-pop-up .chat-header-accept > button{
    margin: 0 10px 5px 10px;
    height: 20px;
    line-height: 0.6;
    padding: 2px 10px;
    border-radius: 3px;
}