.skin-blue .main-header .logo {
    background-color: #222d32;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .logo:hover {
    background-color: #303e44;
}

.skin-blue .main-header .navbar {
    background-color: #252859;
}

.alert-tiny {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:8px;
}

.login-logo {
    background-color: #222d32;
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.dropdown-menu > li > a {
    color: #444;
}

.btn-padding-top, .btn-margin-top {
    margin-top: 27px;
}

.job_files,.job_files > a{
    background: #53599a !important;
    color: #ffffff !important;
}

.po_form ,.po_form > a{
    background: #370617 !important;
    color: #ffffff !important;
}

.job_mats ,.job_mats > a{
    background: #FFADAD !important;
}

.job_sheet ,.job_sheet > a{
    background: #FFD6A5 !important;
}

.job_log ,.job_log > a{
    background: #FDFFB6 !important;
}

.quote ,.quote > a{
    background: #CAFFBF !important;
}

.estimate ,.estimate > a{
    background: #9BF6FF !important;
}

.invoice ,.invoice > a,.invoicetab ,.invoicetab > a{
    background: #A0C4FF !important;
}

.del_ticket ,.del_ticket > a{
    background: #BDB2FF !important;
}

.tech_review ,.tech_review > a{
    background: #FFC6FF !important;
}

.pricing ,.pricing > a{
    background: #23800f !important;
    color: #ffffff !important;
}

.notes ,.notes > a{
    background: #a52a2a !important;
    color: #ffffff !important;
}


.img-thumbnail {
    border: none !important;
}
.job_status_0, .job_status_0 a, .job_status_0 p {
    background-color: #737373 !important;
    color: white !important;
}
.job_status_1, .job_status_1 a, .job_status_1 p {
    background-color: #e9c46a !important;
    color: white !important;
}
.job_status_2, .job_status_2 a, .job_status_2 p {
    background-color: #e76f51 !important;
    color: white !important;
}
.job_status_3, .job_status_3 a, .job_status_3 p {
    background-color: #2a9d8f !important;
    color: white !important;
}
.job_status_4, .job_status_4 a, .job_status_4 p {
    background-color: #a21caf !important;
    color: white !important;
}
.job_status_5, .job_status_5 a, .job_status_5 p {
    background-color: #00b4d8 !important;
    color: white !important;
}
.job_status_6, .job_status_6 a, .job_status_6 p {
    background-color: #f4a261 !important;
    color: white !important;
}
.job_status_7, .job_status_7 a, .job_status_7 p {
    background-color: #001219 !important;
    color: white !important;
}

p, a, span{
        word-break:break-word;
}

.select2-selection.select2-selection--single {
    height: 34px !important;
}

.dropdown-menu > li > a{
    padding-top:10px;
    padding-bottom:10px;
}

.navbar.navbar-static-top.devmode::before {
    content: 'Dev Mode';
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: white;
    padding-top: 10px;
    font-weight: bold;
}
.navbar.navbar-static-top.devmode {
    background: brown !important;
}

.POF-section {
    border-bottom: solid 10px black;
    margin-bottom: 26px;
}

.ukca {
  background: #d6ffd6 !important;
}