* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-osx-box-sizing: border-box;
    overflow-x: hidden;
    background: #f7f7f7;
    color: #505050;
}


/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 10px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 4em;
    font-weight: normal;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
}

h4 {
    font-size: 1.5em;
    font-weight: 500;
}

h5 {
    font-size: 1.2em;
    font-weight: 500;
}

h6 {
    font-size: 0.9em;
    font-weight: 500;
}

p {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.40em;
    font-family: 'Open Sans', sans-serif;
}


/* IMAGES-----------------------------------------------------------------*/

img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/* FONTS-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:100i,300,400,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px !important;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.file-upload .file-select {
    max-width: 280px;
    display: block;
    border: 2px solid #1c638d;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: inline-block;
}

.file-upload .file-select .file-select-button {
    background: #1d6f7c;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #1e7673;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #1e7673;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.tbl-sc-nw-fl-pd button.btn-sc-mdl-ad-icn:hover .fa {
    color: #1b579e;
}

.emergency-eah input.input-rgt-sc.hasDatepicker {
    max-width: 100px;
}

input.email_input_box {
    width: 100%;
    padding: 11px 15px;
    border-radius: 25px;
    border: 1px solid #d2d2d2;
    background: #eee;
}

.search_job input.btn-job-save {
    width: auto;
}

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

.tct-fld-clndr-sc i.fa {
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.tct-fld-clndr-sc {
    position: relative;
}

form.search_job_fl .search_job {
    float: right;
}

.search_job_cdnnt input {
    float: right;
}

span.delete_row i {
    font-size: 16px;
    color: #d20404;
    cursor: pointer;
}

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

span.delete_row {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cntnt-sc-diplay-view select {
    display: inline-block;
    padding: 4px 20px;
    background: #ffff;
    border: 1px solid #eee;
    margin-right: 12px;
}

.search_job_cdnnt select {
    float: right;
}

.search_job_cdnnt span.date-label {
    float: right;
}

.search_job_cdnnt span.date-label {
    float: right;
    line-height: 12px;
    padding: 11px 5px;
}

form.search_job_fl .search_job {
    padding-bottom: 20px;
}

.search_job_cdnnt select {
    margin: 0 5px;
}

.search_job_cdnnt input {
    margin: 0 5px;
}

span.acs_certificate_name span.delete-link i.fa {
    color: #da0808;
    padding: 0 4px;
}

form.search_job_fl .search_job {
    float: right;
    width: 100%;
    position: relative;
}

.search_job_cdnnt select {
    float: right;
    width: 100%;
    max-width: 225px;
    padding: 7px 40px 7px 15px;
    border: none;
    border-radius: 20px;
    font-weight: normal;
    background: #eee;
    min-width: 210px;
}

.search_job_cdnnt a.reset_wrap {
    display: inline;
}

.all-form-class .text-content label.warning_label {
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
}

span.success_msg.import {
    top: -25px;
}

span.failed_msg.import {
    top: -25px;
}

.error_sc {
    position: relative;
    float: right;
    margin: 0 5px;
}

.error_sc span.errors {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}

.search_job_cdnnt .error_sc input {
    margin: 0;
}

.search_job .search_job_cdnnt input {
    max-width: 225px;
}

.rgt-algn-btn-nw input.btn-job-save.ui-button.ui-corner-all.ui-widget {
    margin-top: -10px;
}

.rgt-algn-btn-nw input.btn-job-save.ui-button.ui-corner-all.ui-widget:hover,
.rgt-algn-btn-nw input.btn-job-save.ui-button.ui-corner-all.ui-widget:focus,
.rgt-algn-btn-nw input.btn-job-save.ui-button.ui-corner-all.ui-widget:active {
    border: 0;
    color: #fff;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
}

button.btn-sc-mdl-ad-icn.blueimage.ui-button.ui-corner-all.ui-widget {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background: none;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: initial;
    margin-top: -4px;
}

button.btn-sc-mdl-ad-icn.blueimage.ui-button.ui-corner-all.ui-widget:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

button.btn-sc-mdl-ad-icn.blueimage.ui-button.ui-corner-all.ui-widget img {
    width: 100%;
    max-width: 18px;
    display: inline-block;
}

.email_button_wrapper {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}

.job_file.text-content label {
    font-size: 16px;
    color: #555555;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}

span.email_error_msg.custom_err_msg {
    color: red;
}

.email_button_wrapper input.btn-job-save {
    margin: 0;
}

.modal-dialog.modal-dialog-centered.email-create-dialog .modal-body {
    padding: 15px 0 30px 0;
}

.email_input_box_wrapper {
    display: inline-block;
    width: 100%;
    padding: 25px 0 15px 0;
}

span.errors.email-send-err {
    width: 100%;
    display: inline-block;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.text-content i.fa.fa-calendar {
    position: absolute;
    right: 30px;
    top: 58px;
}

span.email_error_msg.custom_err_msg {
    color: red !important;
    font-size: 12px !important;
    padding: 6px 0 !important;
    line-height: 11px !important;
    font-weight: normal !important;
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: -14px;
}

.email_send_box {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 114px;
    position: relative;
    padding: 0 30px;
}

.lst-sc-fld .wo_calendar_icon input {
    width: 100%;
    float: none;
}

.wo_calendar_icon {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
}

.wo_calendar_icon i.fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

.error_sc.eng_date_search span.errors {
    left: 10px;
}

.emergency-eah .wo_inpect_calendar_icon input.input-rgt-sc.hasDatepicker {
    max-width: 130px;
}

.wo_inpect_calendar_icon i.fa {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wo_inpect_calendar_icon {
    position: relative;
    display: inline-block;
}

span.errors.no_job_err {
    position: static;
    left: 0;
    bottom: 9px;
    text-align: left;
    float: left;
    padding-left: 0 !important;
    font-size: 12px !important;
}

label#job_select-error {
    margin-bottom: 18px !important;
}

.add_new_job .left-algn-cert-nw {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.center-algn-btn-nw {
    display: inline-block;
}

.add_new_job .rgt-algn-btn-nw {
    float: right;
    display: inline-block;
    width: auto;
}

.hr-menu .navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.hr-menu .navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}

.hr-menu .navbar-default .navbar-nav>li>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0px solid white;
    bottom: 3px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.job_file.text-content .import-file input {
    width: 100%;
    margin-bottom: 15px;
}

.hr-menu .navbar-default .navbar-nav>li>a:hover:after {
    border-bottom: 7px solid white;
}

.hr-menu .navbar-default .navbar-nav>.active>a:after {
    border-bottom: 7px solid white;
}

.hr-menu .navbar-default .navbar-nav>.active>a:before {
    width: 100%;
}

table.dataTable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.jbs_lost_password {
    display: inline-block;
}

table.dataTable tbody tr td.dataTables_empty {
    padding: 10px 15px;
}

td.td-lft-sc label {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.label-sc-hlf label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
}

.alert-success {
    color: #3c763d;
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0 15px;
}

.hr-menu {
    display: inline-block;
    margin: 0;
}

.mn-rght {
    display: inline-block;
    float: right;
}

.view-content-table-sc {
    display: inline-block;
    padding: 25px 10px;
    background: #ffff;
    border-top: 4px solid #555;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(40, 81, 133, 0.21);
    -moz-box-shadow: 0px 2px 5px 2px rgba(40, 81, 133, 0.21);
    box-shadow: 0px 2px 5px 2px rgba(40, 81, 133, 0.21);
    width: 40%;
}

table.dataTable::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    background-color: #F5F5F5;
}

table.dataTable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

span.display_name_wrap {
    margin-top: 38px;
    display: inline-block;
}

table.dataTable thead th:first-child {
    border-left: 0;
}

table.dataTable tbody tr td:first-child {
    border-left: 0;
}

.upld-frm-sc {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.upld-frm-sc form.form-sc-cn.upld {
    background: #fff;
    padding: 30px 15px;
    margin-top: 40px;
    width: 100%;
    max-width: 380px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    -moz-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    border-top: 4px solid #1c638d;
}

.inputcontent.chkbx label {
    width: auto;
    display: inline-block;
    max-width: max-content;
}

.btm-fm-fl-sc {
    width: 100%;
    padding: 10px 30px;
    background: #f3f3f3;
    display: inline-block;
    margin-top: 26px;
}

.comments-wrap label {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    float: left;
    line-height: 38px;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #555;
}

.comments-wrap textarea {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #eee;
    min-height: 150px;
}

.comments-wrap {
    border: 1px solid #eee;
    min-height: 230px;
    padding: 0 15px;
}

.navbar {
    border-radius: 0;
}

.lst-sc-fld input {
    float: right;
    padding: 6px 10px;
    border: 1px solid #eee;
    width: 50%;
    float: left;
}

.lst-sc-fld {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.lst-sc-fld label {
    width: 28%;
    padding-right: 15px;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 35px;
    float: left;
}

.emergency-eah label {
    padding: 0 15px 0 0;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 35px;
    float: left;
}

.emergency-eah input.input-rgt-sc {
    float: left;
    padding: 6px 10px;
    border: 1px solid #eee;
    width: 100%;
    max-width: 70px;
}

input.input-rgt-sc-side {
    padding: 6px 10px 6px 10px;
    border: 1px solid #eee;
    float: left;
    width: 100%;
    max-width: 70px;
}

.emergency-eah span {
    float: left;
    padding: 7px 10px;
}

.emergency-eah input.chck-bx {
    margin-left: 5px;
    float: left;
    margin-top: 13px;
}

.emergency-eah {
    position: relative;
    padding: 7px 60px 7px 0;
    display: inline-block;
}

.dfst-alm-sc-nw {
    display: inline-block;
    width: 100%;
    padding: 0;
    float: left;
}

.emergency-control-section-wrap {
    border: 1px solid #eee;
    min-height: 230px;
    padding: 0 15px;
}

.dfst-alm-sc-nw .col-sm-6 {
    padding: 1px;
}

.defects-section-wrap {
    border: 2px solid #dcdcdc;
}

.defects-section-wrap table {
    margin-top: -30px;
}

.defects-section-wrap th {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.defects-section-wrap h5 {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.emergency-control-section-wrap-fll {
    width: 100%;
    display: inline-block;
    padding: 0;
    float: left;
}

.emergency-control-section-wrap-fll .col-sm-6 {
    padding: 1px;
}

.sprt-sc-nw-eah {
    height: 100%;
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    min-height: 340px;
    border: 2px solid #dcdcdc;
}

.tbl-sc-nw-fl {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 1px solid #eee;
    padding-bottom: 15px;
}

.tbl-sc-nw-fl-pd {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
}

.col-sm-4.brdr-rgt-contrt {
    padding: 1px;
}

.brdr-rgt-contrt {
    position: relative;
}

.col-sm-4.brdr-rgt-contrt:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    background: #d4d4d4;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

th.clspn {
    background: #f6f6f6;
}

button.btn-sc-mdl-ad {
    padding: 6px 15px;
    margin-left: 15px;
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    border: none;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    min-width: 90px;
}

.issued-by-fll-sc {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border: 1px solid #eee;
}

.defects-section-wrap table td input {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-bottom: 0;
    border-right: 0;
    background: #fff;
}

.defects-section-wrap {
    border: 1px solid #eee;
    min-height: 200px;
    padding: 0 15px;
}

.dfst-alm-sc-nw .col-sm-3 {
    padding: 1px;
}

.alarm-section-wrap {
    min-height: 200px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #eee;
}

.defects-section-wrap table th {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-bottom: 0;
    border-right: 0;
    background: #f6f6f6;
    color: #555;
    font-weight: 600;
}

.section_title h1 {
    padding: 15px 0 7px 0;
}

.alarm-section-wrap h5 {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

.dfst-alm-sc-nw label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    padding-right: 15px;
    line-height: 38px;
    display: inline;
}

.sig-dw-c {
    display: inline-block;
    width: 100%;
}

.defects-section-wrap table {
    margin-top: 0;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    border-top: 0;
}

.defects-section-wrap table td input {
    width: 100%;
}

td.defects-section-wrap-frst {
    width: 20%;
}

td.defects-section-wrap-scnd {
    width: 50%;
}

td.defects-section-wrap-thrd {
    width: 30%;
}

.rgt-algn-btn-nw {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    padding: 0 10px;
}

button.btn-sc-mdl-ad:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

.sprt-sc-nw .contractor-section-wrap .col-sm-6 {
    padding: 0;
}

.sprt-sc-nw {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: #ffff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    -moz-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
}

.sprt-sc-nw-frm {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0;
}

.sprt-sc-nw-frm.mrgn-tp-sprt {
    padding: 1px;
}

.lst-sc-fld input.sgn-sc-dv {
    min-height: 100px;
}

.label-sc-hlf {
    width: 24%;
    display: inline-block;
    float: left;
    padding-right: 0;
}

.inpt-sc-hlf {
    width: 76%;
    display: inline-block;
    float: left;
}


/*.inpt-sc-hlf input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #d4d4d4;
}*/

.inpt-sc-hlf input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 0;
    border: none;
    border-bottom: 0;
    background: #fff;
}

.contractor-section-wrap .text-content {
    padding: 0 15px;
}

.table-nw-sc {
    display: block;
    padding: 0;
}

.sprt-sc-nw .contractor-section-wrap h5 {
    padding: 10px 15px;
    margin: 0;
    font-size: 21px;
    color: #555;
}

button.btn-sc-mdl {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

button.btn-sc-mdl:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

.view-cntnt-box {
    width: 80%;
    padding: 0 15px 30px 15px;
    background: #ffff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    -moz-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    margin-top: 15px;
}

.lbl-sc-diplay-view {
    width: 30%;
    display: inline-block;
    float: left;
    padding-right: 30px;
    position: relative;
}

.cntnt-sc-diplay-view {
    width: 70%;
    display: inline-block;
    float: left;
}

.display_view {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.display_view-cntnt-ech {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.lbl-sc-diplay-view span {
    position: absolute;
    right: 15px;
    top: 0;
}

.all-container-wrap .view-cntnt-box h1 {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.user_type.text-content {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.user_type.text-content select {
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    height: auto;
    text-transform: capitalize;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.user_type.text-content label.error {
    bottom: 5px;
}

nav.navbar.navbar-default:before {
    content: "";
    width: 1px;
    height: 60px;
    background: #cacaca;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

nav.navbar.navbar-default {
    position: relative;
}

.back-btn a {
    padding: 0;
    margin: 20px 3px 1px 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: relative;
}

.back-btn a:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background: #555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

.back-btn a:hover:before {
    content: "";
    height: 100%;
}

.back-btn a .fa {
    color: #555;
    position: relative;
}

.back-btn a:hover .fa {
    color: #1b579e;
}

.back-btn a span {
    padding-left: 12px;
}

.display_view .title_head_page {
    display: inline-block;
    padding: 20px 0 8px 0;
    width: 100%;
}

.display_view .title_head_page h1 {
    padding: 0;
}

table.view-content-table tbody tr td.td-lft-sc {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 700;
    min-width: 260px;
    vertical-align: baseline;
}

table.view-content-table tbody tr td:nth-child(2) {
    vertical-align: baseline;
}

table.view-content-table tbody tr td.td-rgt-sc {
    min-width: 260px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
}

table.view-content-table tbody tr td {
    padding: 10px 15px;
}

table.view-content-table {
    text-align: left;
    margin: 0 auto;
}

.view-cntnt-box p {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    word-break: break-all;
}

.display_view .back-btn {
    display: inline-block;
    float: right;
}

#country-list {
    float: left;
    list-style: none;
    margin-top: -1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    border-bottom: 0;
    left: 0;
    padding: 0 15px;
}

.jbs_lost_password span {
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

span.help-block {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: -15px 0 20px 0;
    float: left;
    width: 100%;
}

div#jbs_back_to_login {
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.log-cont-wrap p.statusMsg {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 7px;
}

.add_new_job div.dt-buttons button.dt-button {
    padding: 0;
    margin: 3px 3px 0 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 16px;
    width: 22px;
    height: 22px;
    position: relative;
}

.add_new_job div.dt-buttons button.dt-button:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background: #555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

.add_new_job div.dt-buttons button.dt-button:hover:before {
    content: "";
    height: 100%;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
    background: none !important;
    /*   background: -moz-linear-gradient(#1e7675,#1d6a84) !important;
    background: -webkit-linear-gradient(#1e7675,#1d6a84) !important;
    background: -o-linear-gradient(#1e7675,#1d6a84) !important; */
    box-shadow: none !important;
}

.add_new_job div.dt-buttons button.dt-button .glyphicon {
    font-family: 'Lato', sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

.glyphicon:before {
    font-family: 'Glyphicons Halflings';
}

span.export-btn-title {
    padding-left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    display: none;
}

.add_new_job div.dt-buttons button.dt-button:hover {
    /*background: linear-gradient(#1e7675,#1d6a84);
    background: -moz-linear-gradient(#1e7675,#1d6a84);
    background: -webkit-linear-gradient(#1e7675,#1d6a84);
    background: -o-linear-gradient(#1e7675,#1d6a84);*/
    color: #1b579e;
}

.add_new_job .dt-buttons {
    margin-left: 3px;
    margin-top: 15px;
}

.export_btn_wrapper {
    display: inline-block;
    float: right;
}

.menu-head-icons-img {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    width: 38px;
}

.sidebar ul li a .menu-head-icons-img img {
    width: 21px;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sidebar ul li a {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sidebar ul li a:hover .menu-head-icons-img img {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

#country-list li {
    padding: 5px 10px;
    background: #fff;
    border: #eee 1px solid;
    border-top: 0;
}

.display_view-cntnt-dtl {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
}

.all-container-wrap .view-cntnt-box .display_view-title h1 {
    display: inline-block;
    text-align: left;
    float: left;
    width: auto;
    padding: 15px 0 7px 0;
}

.display_view-title {
    display: inline-block;
    padding: 10px 0 3px 0;
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.header-logo-img img {
    width: 100%;
    max-width: 130px;
}

.header-logo-img {
    display: inline-block;
    float: left;
    padding: 5px;
}

.hr-rgt {
    display: inline-block;
    float: right;
    margin-right: 56px;
}

.table-nw-sc tr td {
    padding: 0 !important;
}

.table-nw-sc tr td input {
    border: none;
    border-right: 0;
    padding: 8px 10px;
    height: 37px;
}

.table-nw-sc tr td select {
    padding: 9px 10px;
    border: none;
    border-right: 0;
    height: 37px;
    min-width: 100px;
}

.profile-image {
    width: 35px;
    border-radius: 50%;
    margin: 18px 10px 0 10px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.user-name-img span.profile-name {
    display: inline-block;
    padding: 20px 0 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.profile-image img {
    border-radius: 50%;
}

.logout-icon {
    display: inline-block;
    padding: 22px 5px 0 5px;
    float: right;
}

span.jconfirm-title {
    color: #555;
    font-size: 24px !important;
    font-weight: 600;
}

.jconfirm-content div {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: linear-gradient(#1e7675, #1d6a84) !important;
    background: -moz-linear-gradient(#1e7675, #1d6a84) !important;
    background: -webkit-linear-gradient(#1e7675, #1d6a84) !important;
    background: -o-linear-gradient(#1e7675, #1d6a84) !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    background: linear-gradient(#1d6a84, #1e7675) !important;
    background: -moz-linear-gradient(#1d6a84, #1e7675) !important;
    background: -webkit-linear-gradient(#1d6a84, #1e7675) !important;
    background: -o-linear-gradient(#1d6a84, #1e7675) !important;
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    background-image: -webkit-linear-gradient(top, rgb(42, 84, 138), rgb(29, 57, 93));
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 5px;
    border-radius: 20px;
    padding: 8px 20px;
}

.logout-icon i.fa {
    display: inline-block;
    color: #fff;
    font-size: 22px;
}

.header-logo-img {
    display: inline-block;
    float: left;
    padding: 5px 0;
}

.user-name-img {
    display: inline-block;
    float: left;
    margin-right: 45px;
}

.hr-lft {
    display: inline-block;
    margin-left: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hr-lft.active {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 50px;
}

#country-list li:hover {
    background: #f6f6f6;
    cursor: pointer;
}

.form-group.reg-wrap label {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #555;
    display: inline-block;
    float: left;
    line-height: 38px;
}

.option_content {
    width: 100%;
    float: left;
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.title-wt-name {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}

p.footer {
    font-size: 13px;
    border-top: none;
    line-height: 34px;
    margin: 0;
    float: left;
    width: 100%;
    background: rgba(27, 86, 158, 1);
    background: -moz-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 86, 158, 1)), color-stop(100%, rgba(32, 139, 89, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: linear-gradient(to right, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b569e', endColorstr='#208b59', GradientType=1);
    text-align: center;
    padding: 2px 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 9;
}

.container.login-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.container.login-wrap .login-container-wrapper {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 100%;
    padding: 60px 62px 50px 62px;
    background: rgba(0, 0, 0, 0.68);
    border-radius: 0;
    max-width: 478px;
    text-align: center;
    border-left: 7px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e7576), to(#1d6a84)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#1e7576, #1d6a84) 1 100%;
    -moz-border-image: -moz-linear-gradient(#1e7576, #1d6a84) 1 100%;
    -o-border-image: -o-linear-gradient(#1e7576, #1d6a84) 1 100%;
    border-image: linear-gradient(to bottom, #1e7576, #1d6a84) 1 100%;
}

.container.login-wrap h2 {
    padding-top: 0;
    margin: 0;
    padding-bottom: 25px;
    color: #2478dc;
    font-size: 26px;
}

.form-group input {
    padding: 24px 15px;
    display: inline-block;
    border: 0;
    background: #fff;
    border-radius: 30px;
    color: #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 84%;
    float: right;
    margin-bottom: 20px;
}

.container.login-wrap .login-container-wrapper .logo {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    margin-bottom: 40px;
    display: inline-block;
    border: 4px solid #fff;
    background: #ffffff6e;
}

.form-group input.btn-primary {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
    cursor: pointer;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    width: auto;
    min-height: 58px;
    line-height: 30px;
}

.form-group .user-password {
    background: #fff;
    float: left;
    width: 14%;
    display: inline-block;
    min-height: 48px;
    font-size: 26px;
    color: #1d6b84;
    line-height: 49px;
    margin-bottom: 20px;
}

.form-group .user-icon {
    background: #fff;
    float: left;
    width: 14%;
    display: inline-block;
    min-height: 48px;
    font-size: 26px;
    color: #1d6b84;
    line-height: 48px;
    margin-bottom: 20px;
}

.form-group input.btn-primary {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
    cursor: pointer;
    padding: 6px 35px;
    text-transform: CAPITALIZE;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    border: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    min-height: 0;
    margin: 0 auto;
    float: none;
}

.form-group input.btn-primary:hover {
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    border: 0;
}

.form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #424242;
    font-weight: 600;
}

.welcome-main-wrapper {
    width: 100%;
    display: inline-block;
    background: #eee;
}

.welcome-main-wrapper h1 {
    margin: 0;
    font-size: 16px;
    padding: 20px 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #2478dc;
}

.form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #424242;
    font-weight: 600;
}

.form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #424242;
    font-weight: 600;
}

.form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #424242;
    font-weight: 600;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #555;
}

::selection {
    color: #fff;
    background: #555;
}

.log-cont-wrap .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.job_view_wrapper {
    margin-bottom: 72px;
    background: #fff;
    padding: 0 30px 15px 30px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    -moz-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
}

.all-form-class .col-sm-4 {
    padding: 0;
}

.welcome-main-wrapper {
    width: 100%;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: -2px 15px 23px -19px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: -2px 15px 23px -19px rgba(0, 0, 0, 0.42);
    box-shadow: -2px 15px 23px -19px rgba(0, 0, 0, 0.42);
}

.welcome-main-wrapper .sfmenu.project_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0;
}

.welcome-main-wrapper .sfmenu.logout_menu {
    display: inline-block;
    width: 30%;
    float: left;
    text-align: right;
}

.welcome-main-wrapper .sfmenu.project_menu {
    display: inline-block;
    width: 30%;
    float: left;
    padding: 0 20px;
    margin: 30px 0 0 0;
}

.welcome-main-wrapper .sfmenu.logout_menu ul {
    list-style: none;
    padding: 31px 20px;
    margin: 0 0;
    float: right;
}

.site-title {
    float: left;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.all-container-wrap {
    width: 100%;
    padding: 0 15px 50px 15px;
    height: 100%;
    position: relative;
}

.all-container-wrap h1 {
    font-size: 18px;
    color: #555555;
    margin: 0;
    display: inline-block;
    font-weight: 600;
}

.modal-footer {
    padding: 10px 0 25px 0;
    text-align: center;
    border-top: none;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.section_title {
    display: inline-block;
}

.search_job input {
    width: 100%;
    max-width: 260px;
    padding: 7px 40px 7px 15px;
    margin-left: 0;
    border: none;
    border-radius: 20px;
    font-weight: normal;
    background: #eee;
    min-width: 210px;
}

.search_job i.fa {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
}

.title_head_page h1 {
    padding: 15px 0 7px 0;
}

form.form-sc-cn {
    display: inline-block;
    width: 100%;
}


/*.add_new_job {
    display: inline-block;
    padding: 15px 0;
    position: absolute;
    top: 105px;
    left: 70px;
    z-index: 99;
}
*/

.add_new_job {
    display: inline-block;
    padding: 10px 10px 3px 10px;
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}

.search_wrapper {
    float: right;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 0;
}

.search_job {
    display: inline-block;
    position: relative;
}

.add_new_div {
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

.add_new_job a {
    padding: 0;
    margin: 0 3px 1px 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: relative;
}

.add_new_job a .fa {
    color: #555555;
}

.add_new_job a:hover .fa {
    color: #1b579e;
    z-index: 1;
    position: relative;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.add_new_job a:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: #555555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

.add_new_job a:hover:before {
    content: '';
    height: 100%;
}

button.btn-sc-mdl-ad-icn {
    padding: 0;
    margin: 0px 3px 5px 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: relative;
}

button.btn-sc-mdl-ad-icn:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: #555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

button.btn-sc-mdl-ad-icn:hover:before {
    content: '';
    height: 100%;
}

button.btn-sc-mdl-ad-icn .fa {
    color: #555;
    position: relative;
}

button.btn-sc-mdl-ad-icn:hover .fa {
    color: #fff;
}

.add_new_job a:hover {
    /* background: linear-gradient(#1e7675,#1d6a84);
    background: -moz-linear-gradient(#1e7675,#1d6a84);
    background: -webkit-linear-gradient(#1e7675,#1d6a84);  */
    background: none;
    /* color: #0c315f; */
}

dataTables_wrapper .dataTables_filter label {
    font-size: 13px;
    color: #555;
    margin: 10px 0;
    width: 100%;
    max-width: 350px;
    position: relative;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_filter {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter label input[type="search"] {
    width: 100%;
    max-width: 188px;
    padding: 7px 15px;
    margin-left: 15px;
    border: 1px solid #555;
    border-radius: 20px;
    font-weight: normal;
}


/* .add_new_job a i.fa {
    padding-right: 0;
    opacity: 0;
    width: 0;
	transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
} */

span.success_msg {
    margin: 0 auto;
    position: absolute;
    top: 25px;
    color: green;
    left: 0;
    text-align: center;
    padding: 6px 30px;
    right: 0;
    z-index: 1;
}

span.failed_msg {
    margin: 0 auto;
    position: absolute;
    top: 25px;
    color: red;
    left: 0;
    text-align: center;
    padding: 6px 30px;
    right: 0;
    z-index: 1;
}

a.btn-work-icn {
    padding: 0;
    margin: 3px 3px 0 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 16px;
    width: 22px;
    height: 22px;
    position: relative;
}

a.btn-work-icn:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: #555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

a.btn-work-icn .fa {
    color: #555;
    position: relative;
}

a.btn-work-icn:hover .fa {
    color: #1b579e;
}

a.btn-work-icn:hover:before {
    content: '';
    height: 100%;
}

.all-form-class .text-content .import-file input {
    background: #fff;
    padding: 7px 10px;
}

.modal-footer button {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.modal-footer button.btn.active,
.modal-footer button.btn:active {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
    color: #fff;
}

.modal-footer button:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
    color: #fff;
}

h5.modal-title {
    float: left;
    display: inline-block;
    padding: 0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #555;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-dialog.modal-dialog-centered.job-create-dialog {
    width: 1080px;
}

.modal-content table.table.table-striped.display.dataTable.no-footer td {
    padding: 10px;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    text-align: center;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none !important;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    padding: 40px 15px;
    border-top: 4px solid #555;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding-bottom: 20px;
}


/* .add_new_job a:hover i.fa {
	padding-right: 12px;
    opacity: 1;
    width: auto;
} */

.dataTables_wrapper .dataTables_filter label i.fa {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
}

input.btn-job-import {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-job-copy {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-job-copy:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

input.btn-job-import:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

table.dataTable thead {
    background: #fff;
    color: #555;
    font-size: 13px;
}

table.dataTable tbody tr td {
    font-size: 13px;
    padding: 0px 8px;
    vertical-align: middle;
    color: #505050;
    border-left: 1px solid #eee;
}

table.dataTable {
    border: 1px solid #eee;
    border-top: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px 10px 10px;
    border-bottom: 2px solid #eee;
    border-top: 1px solid #eee !important;
    text-align: center;
    border-left: 1px solid #eee;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
}

.welcome-main-wrapper .sfmenu.project_menu ul li a {
    padding-bottom: 41px;
    background: #fff;
    cursor: pointer;
    padding-left: 36px;
    text-align: left;
    text-decoration: none;
}

.welcome-main-wrapper .sfmenu.project_menu ul li {
    width: 200px;
}

.welcome-main-wrapper .sfmenu.project_menu ul ul.menu-ul-wrapper li a {
    padding: 10px 15px;
}

.welcome-main-wrapper .sfmenu.project_menu ul ul.menu-ul-wrapper {
    padding: 0;
    width: 200px;
    margin: 0 20px;
    z-index: 999;
    -webkit-box-shadow: 19px 20px 23px -20px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 19px 20px 23px -20px rgba(0, 0, 0, 0.42);
    box-shadow: 19px 20px 23px -20px rgba(0, 0, 0, 0.42);
}

.welcome-main-wrapper .sfmenu.project_menu ul li:hover ul.menu-ul-wrapper {
    top: 65px;
}

.welcome-main-wrapper .sfmenu.project_menu ul ul.menu-ul-wrapper li a {
    text-decoration: none;
    border-top: 1px dotted #dadada;
    background: #fff;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.welcome-main-wrapper .sfmenu.project_menu ul ul.menu-ul-wrapper li a:hover {
    background: #2478dc;
    color: #fff;
}

.welcome-main-wrapper .sfmenu.logout_menu li {
    width: auto;
    padding: 0px 36px;
    background: #fff !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: none;
}

.welcome-main-wrapper .sfmenu.logout_menu li a {
    border: 2px solid #336bb3;
    padding: 5px 20px;
    border-radius: 20px;
    color: #336bb3;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none;
    background: #fff;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.welcome-main-wrapper .sfmenu.logout_menu li a:hover {
    border: 2px solid #336bb3;
    background: #336bb3;
    color: #fff;
}

table.dataTable a.edit-link {
    color: #1e707d;
    padding: 4px 6px;
    border-radius: 20px;
    font-size: 18px;
    text-decoration: none;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    margin: 2px 0;
    display: inline-block;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    color: #fff;
    border: 0;
    padding: 10px 15px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

table.dataTable span.delete-link {
    color: #F44336;
    padding: 4px 6px;
    border-radius: 20px;
    font-size: 18px;
    text-decoration: none;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    margin: 2px 0;
    display: inline-block;
    cursor: pointer;
}

table.dataTable a.edit-link:hover {
    color: #1f7971;
}

table.dataTable span.delete-link:hover {
    color: #dc4034;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #555555;
    color: #fff !important;
    padding: 0 8px;
    border-radius: 5px;
    margin: 0 2px;
    border: 1px solid #808080;
    font-size: 12px;
}

.alarm-section-wrap select {
    padding: 6px 10px 6px 10px;
    border: 1px solid #eee;
    float: right;
    max-width: 74px;
    width: 100%;
}

.buttn-tp-sc {
    display: inline-block;
    float: right;
    padding-top: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #808080;
    color: #fff !important;
    padding: 0px 8px;
    border-radius: 5px;
    margin: 0 2px;
    border: 1px solid #808080;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 8px;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 12px;
}

span.company_or {
    font-weight: 600;
    position: absolute;
    bottom: 18px;
    left: -10px;
    font-size: 12px;
    color: #555;
}

.all-form-class span.errors.re-eml-error {
    font-size: 12px !important;
    padding: 6px 0 !important;
    line-height: 11px !important;
    font-weight: normal !important;
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: -14px;
}

span.errors.appl_check {
    width: auto !important;
    float: right !important;
    padding-right: 0 !important;
}

span.mandatory_class {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    color: #f11818;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
    color: #555555;
}

.all-form-class {
    width: 100%;
    padding: 0 15px 15px 15px;
    background: #ffffff;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    -moz-box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    box-shadow: 0px 0px 8px 1px rgba(40, 80, 131, 0.07);
    margin-top: 15px;
}

.all-form-class .col-sm-3 {
    padding: 0;
}

.all-form-class .col-sm-2 {
    padding: 0;
}

.title_head_page {
    display: inline-block;
    padding: 10px 0 3px 0;
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.all-form-class .text-content label {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #555;
    display: inline-block;
    float: left;
    line-height: 38px;
}

.client_sig label {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #555;
    display: inline-block;
    float: left;
    line-height: 38px;
}

.contractor_center_wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.all-form-class .text-content input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #eee;
}

.text-content {
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    position: relative;
}

.all-form-class .text-content select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #eee;
}

.all-form-class .text-content textarea {
    width: 100% !important;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #eee;
    height: 60px;
}

input.btn-job-save {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-job-cancel {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-job-save:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

input.btn-job-cancel:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

input.btn-job-delete {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.ui-dialog-content.ui-widget-content .all-form-class {
    padding: 0;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    color: #fff;
    border: 0;
}

.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 20px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

.ui-dialog-content.ui-widget-content .all-form-class .text-content {
    padding: 8px 0;
}

.logo.header-logo {
    width: 100%;
    max-width: 140px;
    display: inline-block;
    padding: 5px 0;
}

input.btn-job-delete:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

table.dataTable thead th,
table.dataTable thead td {
    vertical-align: middle;
}

.form-group.reg-wrap {
    width: 100%;
    display: inline-block;
}

.form-group.reg-wrap input {
    border-radius: 0;
    width: 100%;
    padding: 8px 10px;
    height: 39px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.wo_client_title.text-content button:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

.wo_job_address.text-content button:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

.form-group.reg-wrap .form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user_center_wrapper {
    display: inline-block;
    padding: 7px 15px;
}

.form-group.reg-wrap {
    padding: 9px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.form-group.reg-wrap label.error {
    bottom: -12px;
}

.form-group.reg-wrap span.help-block {
    position: absolute;
    bottom: 7px;
    font-size: 12px;
    color: red;
    margin: 0;
}

.first_name {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.client_firstname.text-content {
    padding-left: 0;
}

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

.acs_upload.text-content input {
    background: #fff;
    padding: 8px 10px;
}

.sign_current {
    background: #fff;
    width: 100%;
    height: 140px;
    max-width: 100%;
    display: table;
    text-align: center;
    border: 1px solid #eee;
}

.sign_current img {
    display: table-cell;
    vertical-align: middle;
}

.client_calendar_role table {
    width: 100%;
}

.client_calendar_role table td {
    padding: 8px 0;
}

.client_calendar_role table {
    width: 100%;
    margin-top: 0;
}

.client_sig {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
}

.client_calendar_role {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    margin-top: 20px;
}

.signature-pad .description {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 38px;
}

.signature-pad--actions button {
    background: none;
    border: none;
    padding: 5px 8px;
    color: #000;
    margin: 4px 0px;
    border-radius: 20px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    width: 35px;
}

.signature-pad--actions {
    display: inline-block;
    margin-top: -5px;
}

.tab_center_wrapper li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    border: none;
}

.tab_center_wrapper .ui-widget-header {
    border: 1px solid #fff;
    background: none;
    color: #333333;
}

.tab_center_wrapper .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    width: 100%;
}

.tab_center_wrapper .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    width: 30%;
    background: #eee;
    border: none;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li.ui-tabs-tab.ui-corner-top a {
    width: 100%;
    display: inline-block;
}

.all-form-class span.errors {
    display: inline-block;
    width: 100%;
    padding: 9px 30px;
    font-size: 14px;
}

.all-form-class .text-content label.lbl-job {
    display: inline-block;
    width: auto;
    float: left;
}

.wo_client_title.text-content button {
    float: right;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    color: #fff;
    padding: 5px 12px;
    border: none;
    border-radius: 20px;
    margin: 0;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    font-size: 13px;
}

.wo_job_address.text-content button {
    float: right;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    color: #fff;
    padding: 5px 12px;
    border: none;
    border-radius: 20px;
    margin: 0;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    font-size: 13px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #2d7ddd;
    color: #fff;
}

.tab_center_wrapper {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 22px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee !important;
}

.comp-span-wrap {
    position: relative;
}

span.comp-span-wo {
    position: absolute;
    bottom: 17px;
    left: -24px;
    font-size: 12px;
    font-weight: 700;
}

span.euro-symbol {
    position: absolute;
    left: 26px;
    top: 56px;
    font-size: 18px;
    font-weight: 700;
}

.all-form-class .text-content input.order-textbox {
    padding-left: 30px;
}

input.btn-work {
    font-size: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675);
    background: -moz-linear-gradient(#1d6a84, #1e7675);
    background: -webkit-linear-gradient(#1d6a84, #1e7675);
    background: -o-linear-gradient(#1d6a84, #1e7675);
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-remainder {
    padding: 6px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    min-width: 90px;
    background: linear-gradient(#1d6a84, #1e7675) !important;
    background: -moz-linear-gradient(#1d6a84, #1e7675) !important;
    background: -webkit-linear-gradient(#1d6a84, #1e7675) !important;
    background: -o-linear-gradient(#1d6a84, #1e7675) !important;
    -webkit-box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    -moz-box-shadow: 0 1px 3px 0 rgb(33, 64, 106) !important;
    border: none !important;
    border-radius: 20px;
    color: #fff !important;
    margin: 0 5px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

input.btn-work:hover {
    background: linear-gradient(#1e7675, #1d6a84);
    background: -moz-linear-gradient(#1e7675, #1d6a84);
    background: -webkit-linear-gradient(#1e7675, #1d6a84);
    background: -o-linear-gradient(#1e7675, #1d6a84);
}

input.btn-remainder:hover {
    border: none !important;
    background: linear-gradient(#1e7675, #1d6a84) !important;
    background: -moz-linear-gradient(#1e7675, #1d6a84) !important;
    background: -webkit-linear-gradient(#1e7675, #1d6a84) !important;
    background: -o-linear-gradient(#1e7675, #1d6a84) !important;
    color: #fff !important;
}

.second-part {
    display: inline-block;
    width: 100%;
    float: left;
}

.third-part {
    display: inline-block;
    width: 100%;
    float: left;
}

.first-part {
    display: inline-block;
    width: 100%;
    float: left;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    margin-left: 0;
    margin-right: 0;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li.ui-tabs-tab.ui-corner-top {
    width: 30%;
    border-radius: 0;
    border: none;
    background: #eee;
    color: #000;
}

.client_center_wrapper .ui-tabs.ui-corner-all.ui-widget.ui-widget-content ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: #2d7ddd;
    color: #fff;
}

table.dataTable tbody tr td:last-child {
    width: 91px;
    min-width: 91px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #ffffff;
}

ul.list-unstyled.components li a {
    color: #336bb3;
    font-size: 16px !important;
}

#sidebar ul li a:hover {
    color: #f7f7f7;
    background: #336bb3 !important;
}

.welcome-main-btn button.btn.btn-info.navbar-btn {
    border: 2px solid;
    color: #336bb3 !important;
    margin: 7px 0;
    padding: 5px 13px;
    border-radius: 20px;
}

span.display_name_wrap {
    color: #336bb3 !important;
}

label.error {
    color: red !important;
    font-size: 12px !important;
    padding: 6px 0 !important;
    line-height: 11px !important;
    font-weight: normal !important;
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: -14px;
}

.ui-datepicker-title select.ui-datepicker-month {
    background: #2d7ddd;
    border: none;
}

.ui-datepicker-title select.ui-datepicker-year {
    background: #2d7ddd;
    border: none;
}

.first_name label.error {
    left: 0;
}

.error-red {
    color: red;
    text-align: center;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 10px 5px;
    background: none;
}

.client_calendar_role tr th {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 38px;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    color: #fff;
}

.header-tp {
    background: rgba(27, 86, 158, 1);
    background: -moz-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 86, 158, 1)), color-stop(100%, rgba(32, 139, 89, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    background: linear-gradient(to right, rgba(27, 86, 158, 1) 0%, rgba(32, 139, 89, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b569e', endColorstr='#208b59', GradientType=1);
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(40, 80, 131, 0.25);
    -moz-box-shadow: 0px 0px 8px 3px rgba(40, 80, 131, 0.25);
    box-shadow: 0px 0px 8px 3px rgba(40, 80, 131, 0.25);
}

.navbar-default {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.hr-menu .navbar-default .navbar-nav>li>a img.wht-icn {
    display: block;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.hr-menu .navbar-default .navbar-nav>li>a img.bl-icn {
    display: none;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.hr-menu .navbar-default .navbar-nav>li.active>a img.wht-icn {
    display: block;
}

.hr-menu .navbar-default .navbar-nav>li.active>a img.bl-icn {
    display: none;
}

.hr-menu .navbar-default .navbar-nav>li>a:hover img.wht-icn {
    display: block;
}

.hr-menu .navbar-default .navbar-nav>li>a:hover img.bl-icn {
    display: none;
}

.hr-menu .navbar-default .navbar-nav>li>a:hover span {
    color: #fff;
}

.hr-menu .navbar-default .navbar-nav>li>a span {
    padding-right: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    float: right;
    line-height: 28px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.hr-menu .navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    padding: 31px 0;
    line-height: 0;
    background-color: transparent !important;
}

.main-part-dtal {
    padding: 4px 0;
    min-height: 55px;
}

.navbar {
    min-height: 34px;
    margin-bottom: 0;
    margin-right: 12px;
    padding-right: 10px;
}

.header #menu-action {
    display: block;
    float: left;
    width: 34px;
    height: 31px;
    line-height: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: none;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 45px 0 0 0;
}

.header .hr-lft #menu-action img.menu-open {
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0;
    float: none;
    display: block;
}

.header .hr-lft #menu-action img.menu-close {
    text-align: center;
    margin: 00;
    width: 100%;
    padding: 0;
    float: none;
    display: none;
}

.header .hr-lft.active #menu-action img.menu-open {
    display: none;
}

.header .hr-lft.active #menu-action img.menu-close {
    display: block;
}

.header #menu-action i {
    display: inline-block;
    margin: 0 5px;
}

.header #menu-action span {
    width: 0px;
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header #menu-action:hover {
    background: none;
}

.header #menu-action.active {
    width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header #menu-action.active span {
    display: inline;
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sidebar {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 90px;
    height: 100%;
    width: 60px;
    background: #39373a;
    border-right: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sidebar.active,
.sidebar.hovered {
    width: 214px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    display: block;
}

.sidebar ul li a {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #171717;
    border-right: 7px solid #39373a;
    color: #444;
    -webkit-box-shadow: 0 0 1px 0 rgb(49, 49, 49);
    box-shadow: 0 1px 0 0 rgb(49, 49, 49);
    -moz-box-shadow: 0 0 1px 0 rgb(24, 28, 33);
    text-align: left;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.sidebar ul li a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sidebar ul li a span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.sidebar ul li a:hover {
    background-color: #285186;
    border-right: 7px solid #1e3b60;
}

.sidebar ul li a:hover i {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

.main {
    position: relative;
    display: block;
    top: 90px;
    left: 0;
    padding: 15px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main.active {
    padding-left: 228px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main .jumbotron {
    background-color: #fff;
    padding: 30px !important;
    border: 1px solid #dfe8f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main .jumbotron h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.stopka {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    width: 400px;
}

button.btn-crt-icn.ui-button.ui-corner-all.ui-widget {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 10px 3px 1px 3px;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: none;
    cursor: pointer;
    border: none;
    line-height: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    position: relative;
}

button.btn-crt-icn.ui-button.ui-corner-all.ui-widget:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: #555;
    left: 0;
    bottom: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
}

button.btn-crt-icn.ui-button.ui-corner-all.ui-widget:hover:before {
    content: '';
    height: 100%;
}

button.btn-crt-icn.ui-button.ui-corner-all.ui-widget .fa {
    color: #555;
    position: relative;
}

button.btn-crt-icn.ui-button.ui-corner-all.ui-widget:hover .fa {
    color: #1b579e;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background: #fff !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #ffffff;
}

.second_search .search_job {
    padding: 12px !important;
    margin: 10px 0px 10px;
    border: 1px solid #ededed;
}

.second_search .search_job span.search_border_header {
    display: inline-block;
    padding: 0px 10px;
    background: #fafafa;
    position: absolute;
    top: -12px;
}

.total_search_wrap {
    display: inline-block;
    background: #fafafa;
    width: 100%;
    padding: 20px 20px 10px;
    position: relative;
    margin: 15px 0px 15px;
    display: inline-block;
    width: 100%;
}

.total_search_wrap span#search_close_icon {
    position: absolute;
    top: -6px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: #1b5c97;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}

form.search_job_fl .search_job .error_sc span {
    position: absolute;
    bottom: -20px;
    font-size: 11px;
}

.second_search .search_job {
    padding: 23px 12px 25px !important;
    margin: 11px 0px 10px;
    border: 1px solid #ededed;
}

@media only screen and (max-width: 1860px) {
    .comments-wrap {
        min-height: 274px;
    }
}

@media only screen and (max-width: 1730px) {
    .defects-section-wrap {
        min-height: 220px;
    }
    .alarm-section-wrap {
        min-height: 220px;
    }
}

@media only screen and (max-width: 1400px) {
    /*.all-form-class {
    padding: 20px 30px;
}
*/
    .emergency-control-section-wrap {
        min-height: 280px;
    }
    .comments-wrap {
        min-height: 280px;
    }
    .comments-wrap textarea {
        min-height: 200px;
    }
    .emergency-eah {
        padding: 7px 25px 7px 0;
    }
    .label-sc-hlf {
        width: 38%;
    }
    .inpt-sc-hlf {
        width: 62%;
    }
    .main {
        padding: 15px 0;
    }
    /*.hr-menu .navbar-default .navbar-nav>li>a span {
    padding-right: 15px;
    font-size: 15px;
    font-weight: 500;
    float: right;
    line-height: 29px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}
.all-container-wrap h1 {
    font-size: 20px;
}
*/
    /*.view-cntnt-box {
    padding: 20px 30px;
}*/
    .col-sm-6.col-md-6.col-lg-4.main-part-dtal {
        width: 50%;
    }
}


/* 20-apr-2022 */

.welcome-main-wrapper-head .welcome-main-btn .mn-rght {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    float: none;
    /* flex-wrap: wrap; */
    width: 100%;
}

.welcome-main-wrapper-head .welcome-main-btn .mn-rght .hr-menu {
    padding-bottom: 15px;
}

.welcome-main-wrapper-head .welcome-main-btn .hr-lft {
    display: inline-flex;
    width: 130px;
    position: absolute;
}

.welcome-main-wrapper-head .welcome-main-btn .header-tp {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0px 30px;
    position: relative;
    height: auto;
}

.welcome-main-wrapper-head .welcome-main-btn .hr-lft img {
    margin-top: 20px;
}

.welcome-main-wrapper-head .welcome-main-btn .mn-rght .nav li a {
    padding-top: 10px;
    padding-bottom: 15px;
}

.welcome-main-wrapper-head .welcome-main-btn .mn-rght .hr-rgt {
    margin-right: 0px;
    padding-right: 10px;
}

.welcome-main-wrapper-head .welcome-main-btn .mn-rght .hr-menu .navbar {
    margin-right: 0px;
    padding: 0px;
}

.welcome-main-wrapper-head .welcome-main-btn .mn-rght .hr-menu .navbar::before {
    display: none;
}

.main {
    top: 135px;
}


/* media query */

@media only screen and (max-width: 1300px) {
    .all-container-wrap {
        padding: 0 25px;
    }
    .defects-section-wrap {
        min-height: 220px;
    }
    .alarm-section-wrap {
        min-height: 220px;
    }
    .lbl-sc-diplay-view {
        width: 40%;
    }
    .cntnt-sc-diplay-view {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {
    .hr-menu .navbar-default .navbar-nav>li>a {
        padding: 9px 0px;
    }
    .view-cntnt-box {
        width: 100%;
    }
    .menu-head-icons-img {
        padding: 3px 11px;
        width: 40px;
    }
    .hr-menu .navbar-default .navbar-nav>li>a span {
        padding-right: 11px;
        font-size: 12px;
    }
    .navbar {
        min-height: 42px;
    }
    .container.login-wrap .login-container-wrapper {
        top: 15%;
    }
    .form-group.reg-wrap {
        padding: 0;
    }
    .user_center_wrapper {
        padding: 7px 0;
    }
    .text-content {
        padding: 15px 0;
        margin: 0;
    }
    .all-form-class span.errors {
        padding: 9px 15px;
    }
    span.company_or {
        bottom: 23px;
        left: -8px;
        font-size: 11px;
    }
    .add_new_job {
        left: 20px;
    }
    span.success_msg {
        left: 20px;
    }
    .option_content {
        padding-right: 15px;
    }
    .option_content {
        max-width: 85px;
    }
    .first_name {
        padding-left: 85px;
    }
    #country-list {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    label.error {
        left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-collapse.collapse {
        padding: 0;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
}