@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700|Raleway:400,500,600,700');

:root {
    --primary: #21BCE1;
    --primary-dark: #037DB1;
    --medium-blue: #1090AF;
    --oragne: #FF7F00;
    --green: #4EBA80;
    --red: #EF3F3F;
    --black: #373a3c;
    --white: #FFFFFF;
    --blue: #5180B4;
    --yellow: #ffe001;
}

@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/ralewayregular-webfont.woff2') format('woff2'),
    url('../fonts/ralewayregular-webfont.woff') format('woff'),
    url('../fonts/ralewayregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald-bold';
    src: url('../fonts/oswald700-webfont.woff2') format('woff2'),
    url('../fonts/oswald700-webfont.woff') format('woff'),
    url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, body[themebg-pattern="theme1"] {
    background-color: var(--primary);
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

h5 {
    font-size: 20px;
}

p {
    white-space: normal;
}

.font-raleway {
    font-family: "Raleway", sans-serif;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
}

.font-15 {
    font-size: 15px;
}

.secondary-title {
    color: var(--primary-dark);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
}

/* Text & Background Colors */
.text-primary {
    color: var(--primary) !important;
}

.text-orange {
    color: var(--orange);
}

.text-green {
    color: var(--green);
}

.text-red {
    color: var(--red);
}

.text-blue {
    color: var(--blue);
}

.text-black {
    color: var(--black);
}

.text-primary-dark {
    color: var(--primary-dark);
}

.text-medium-blue {
    color: var(--medium-blue);
}

.text-info-blue {
    color: var(--blue);
}

.bg-primary-dark {
    background: var(--primary-dark) !important;
}

.small {
    font-size: 14px;
    line-height: 18px;
}

.font-weight-semi {
    font-weight: 600;
}

.btn {
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 15px;
}

.btn.btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 12px;
}

.btn-mini i {
    margin-right: 5px;
}

.btn-primary {
    background: var(--primary);
    border: 1px solid var(--primary);
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #5095a3;
    border: 1px solid #5095a3;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.btn-outline-orange {
    border: 1px solid var(--orange);
    color: var(--orange);
}

.btn-outline-orange:hover {
    background: var(--orange);
    color: var(--white);
}

.btn-info {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white) !important;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2f5163;
    border-color: #2f5163;
}

.btn-red,
.btn-danger {
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}

.btn-outline-red {
    border: 1px solid var(--red);
    color: var(--red);
}

.btn-outline-red:hover {
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
}

.btn-red:hover,
.btn-danger:hover {
    background: #cc3636;
    border: 1px solid #cc3636;
}

.btn-green,
.btn-success,
.label-success {
    background: var(--green);
    color: #fff;
}

.btn-green:hover,
.btn-success:hover {
    background: #21613f;
}

.btn-red,
.btn-green {
    min-width: 200px;
}

.btn-green.btn-mini,
.btn-green.btn-sm {
    min-width: auto;
}

.btn-orange {
    background: var(--orange);
    color: var(--white);
}

.btn-orange:hover {
    background: #e47c24;
    color: var(--white);
}

.badge-info {
    background: var(--primary-dark);
}

.alert-danger {
    font-weight: 600;
}

.form-control {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
}

.fa-star-of-life {
    color: var(--primary);
    font-size: 8px;
    position: relative;
    top: -5px;
}

form label .fa-star-of-life {
    position: relative;
    top: -9px;
}

form label,
.form-group label {
    font-size: 17px;
    font-weight: 600;
}

hr {
    margin: 35px auto;
}

.hr__small {
    margin: 35px auto;
    width: 100px;
}

.card .card-header h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

/* .card .card-header, .modal-header{
padding: 30px;
} */
/* .card .card-block, .modal-body{
padding:30px !important;
} */
.card-header.border-0 .btn {
    color: #fff;
    padding: 8px 35px;
    font-size: 16px;
}

.card-header.border-0 span {
    margin-top: 0;
}

.card .card-header.borderless-header {
    padding-bottom: 20px;
    border-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #57708E;
}

.form-material .form-primary .form-control:focus ~ .form-bar:after,
.form-material .form-primary .form-control:focus ~ .form-bar:before,
.page-header,
.header-navbar {
    background: var(--primary) !important;
}

/* .form-material .form-default .form-control:focus ~ .form-bar:after, .form-material .form-default .form-control:focus ~ .form-bar:before {
background: #bf4242;
} */
.form-material .form-primary .form-control:focus ~ label {
    color: var(--primary);
    font-weight: 600;
}

.form-material .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.form-material .form-group {
    margin-bottom: 35px;
}

.form-material .form-group.input-wrapper {
    margin-bottom: 55px;
}

.form-material-with-hinters .form-group {
    margin-bottom: 60px;
}

.form-material .float-label {
    left: 10px;
}

.form-material .form-control.fill ~ .float-label {
    top: -20px;
    font-weight: 700;
    left: 0;
}

.input-wrapper {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    max-height: 43px;
    /* overflow: hidden; */
    position: relative;
}

.input-wrapper .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    height: 43px;
}

.input-wrapper:after {
    content: "\f0dd";
    background: #DDDDDD;
    color: #A4A5A6;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 26px;
    padding: 0px 12px 3px;
    position: absolute;
    right: -1px;
    top: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.checkbox-fade.fade-in-primary .cr .cr-icon,
.checkbox-fade.zoom-primary .cr .cr-icon,
.checkbox-zoom.fade-in-primary .cr .cr-icon,
.checkbox-zoom.zoom-primary .cr .cr-icon,
a:focus,
a:hover {
    color: var(--primary);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #567a94;
    border-color: #567a94;
}

.checkbox-fade.fade-in-primary .cr,
.checkbox-fade.zoom-primary .cr,
.checkbox-zoom.fade-in-primary .cr,
.checkbox-zoom.zoom-primary .cr {
    border: 2px solid var(--primary);
}

.teal-gradient {
   background: rgba(33,187,225,1);
background: -moz-linear-gradient(top, rgba(33,187,225,1) 0%, rgba(16,122,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,187,225,1)), color-stop(100%, rgba(16,122,148,1)));
background: -webkit-linear-gradient(top, rgba(33,187,225,1) 0%, rgba(16,122,148,1) 100%);
background: -o-linear-gradient(top, rgba(33,187,225,1) 0%, rgba(16,122,148,1) 100%);
background: -ms-linear-gradient(top, rgba(33,187,225,1) 0%, rgba(16,122,148,1) 100%);
background: linear-gradient(to bottom, rgba(33,187,225,1) 0%, rgba(16,122,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbe1', endColorstr='#107a94', GradientType=0 );
}

.page-header h4 {
    font-weight: 600;
    font-size: 30px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.main-menu > ul > li.active > a,
.main-menu > ul li:hover > a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item > li.pcoded-trigger > a {
    background: var(--primary) !important;
    box-shadow: none !important;
    color: var(--white) !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active > a {
    color: #50bbb8;
    font-weight: 600;
}

.page-header .page-block .breadcrumb .breadcrumb-item:last-child a,
.page-header .page-block .breadcrumb .breadcrumb-item a,
.page-header .page-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #104a49;
    font-weight: 600;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar {
    min-height: calc(100vh - 50px);
}

.pcoded-inner-content {
   
    min-height: calc(100vh - 160px);
}

.pcoded .pcoded-header[header-theme="theme1"] .dropdown-toggle {
    font-weight: 600;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"] li > a {
    font-weight: 600;
    color: #35474f;
}

.page-item.active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.languages a {
    font-size: 15px !important;
}

.languages a::before {
    display: none;
}

.settings-menu li {
    width: 100%;
}

.settings-menu li a {
    color: #35474f !important;
}

.settings-menu li.btn-info a {
    color: #fff !important;
}

.settings-menu i {
    border-radius: 20px !important;
    display: inline-block;
    position: relative;
    top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #57708E;
    border: 1px solid #57708E;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    margin: 0;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style1"] .pcoded-submenu li > a .pcoded-mtext:before,
.pcoded[vertical-placement="left"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a .pcoded-mtext:before,
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext {
    transition: 0s;
}

.radio input:checked ~ .helper::before {
    color: var(--primary);
}

.radio.radio-primary .helper::before {
    border-color: var(--primary);
}

.radio.radiofill .helper::after {
    background-color: var(--primary);
}

.radio.radio-primary .helper::after {
    background-color: var(--primary);
    border-color: var(--primary);
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
    border-color: var(--primary);
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
    border: 2px solid var(--primary);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(79, 127, 152, 0.09);
}

.nav-tabs.md-tabs.tab-timeline li a {
    font-weight: 700;
    font-size: 15px;
}

.nav-tabs.md-tabs.tab-timeline li a.active {
    color: var(--primary);
}

.nav-tabs .slide {
    background: var(--primary);
}

.modal .modal-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

.modal-dialog {
    max-width: 560px;
}

/* -- 1. LOGIN PAGE -- */
.logo {
    width: 120px;
}

.login-block .teal-gradient {
    min-height: 100vh;
}

/* -- 2. CUSTOMERS -- */
/* Search */
.select2-container {
    width: 100% !important;
}

/* Details */
.card-header .edit-icon {
    line-height: 36px;
    padding-left: 10px;
}

/*-- 3. SYSTEM SEttINGS --*/
/* Legal Vehicles */
table.dataTable {
    margin: 20px 0 !important
}

#simpletable1 table tr td span {
    overflow: hidden;
    white-space: normal;
    width: 70%;
    display: inline-block;
}

table tr td {
    font-weight: 500;
}

/* Prices */
#price_table.table-striped tbody tr:nth-of-type(odd) {
    background: var(--white);
}

.table.table-xs th {
    font-weight: 700;
}

/*-- 4. PROFILE --*/
.profile {
    width: 480px;
}

.profile.card .card-header span {
    display: inline;
}

.form-material .material-group .material-addone {
    background: var(--white);
    color: var(--primary);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 43px;
    border: 1px solid var(--primary);
}

.form-material .material-group .material-addone i {
    font-size: 16px;
}

.profile .form-material .material-group {
    margin-bottom: 15px;
}

.profile .form-material .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.profile .form-material .form-control.fill ~ .float-label {
    /* left: 10px; */
    display: none;
}

.profile hr {
    margin: -20px auto 35px;
}

.profile .form-material .form-control:focus {
    border-color: var(--primary);
}

.profile .form-material .form-bar {
    display: none;
}

/*-- 5. USER SETTINGS --*/
/* Users */
.pass_label {
    bottom: 13px !important;
    right: 4px !important;
}

/* Permission */
.page-link {
    color: #949494;
}

.dataTable.table-bordered td {
    border-top: 0;
}

.role-permissions .ms-container {
    width: 100% !important;
}

/*-- 6. API --*/
.sidebar-menu-accordion {
    background: #57708E;
    padding: 5px 0;
    min-width: 200px;
}

.sidebar-menu-accordion ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sidebar-menu-accordion .md-tabs .nav-item a {
    color: #c0cfe2;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-align: left;
}

.sidebar-menu-accordion .md-tabs .nav-item a.active,
.sidebar-menu-accordion .md-tabs .nav-item a:hover {
    color: var(--white);
    background: #3d526d;
}

.sidebar-menu-accordion .console_sidebar ul li {
    background: transparent;
    margin-bottom: 1px !important;
}

.sidebar-menu-accordion .nav-tabs .slide {
    display: none;
}

.type-details {
    width: calc(100% - 200px);
}

.type-details .md-tabs {
    background: #ecf0f5;
    margin-bottom: 30px;
}

.type-details .md-tabs .nav-item a {
    font-size: 15px;
    font-weight: 600;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
    color: #566f8f;
}

.type-listing {
    background: #57708E;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.sub-tabs.md-tabs .nav-item .nav-link.active ~ .slide {
    background: #566f8f;
}

.outputs .card .card-header h5 {
    display: block;
    padding-left: 10px;
}

.outputs .card .card-header h5 a {
    display: block;
    width: 100%;
}

.outputs .card {
    box-shadow: none;
    border: 1px solid #dfe5ec;
}

.outputs .collapse {
    background: #ecf0f5;
    padding: 10px;
}

.green-row {
    background: var(--green) !important;
}

.orange-row {
    background-color: var(--oragne) !important;
    color: #856404;
}

.red-row {
    background: var(--red) !important;
}

.red-row, .orange-row, .green-row, .red-row, .secondary-row {
    border: 0;
}

.red-row .badge, .orange-row .badge, .green-row .badge, .red-row .badge, .secondary-row .badge {
    background: #fff !important;
    padding: 3px 5px;
    margin-left: 3px;
}

.red-row .badge {
    color: var(--red) !important;
}

.orange-row .badge {
    color: var(--orange) !important;
}

.green-row .badge {
    color: var(--green) !important;
}

.secondary-row .badge {
    color: var(--black) !important;
}

.secondary-row {
    background: var(--black) !important;
}

#select-customer-modal .select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: none !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.modal-body {
    padding-bottom: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    width: 26px;
}

.select2-container--default .select2-selection--single {
    border: none;
    height: 46px;
}

.modal-header .close span {
    font-size: 28px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary);
}

table .btn-red,
table .btn-green {
    min-width: auto;
}

.group-title {
    background: #ecf0f5;
    font-weight: 700;
}

.g-contact table tr {
    padding-bottom: 0 !important;
}

.g-contact table .checkbox-zoom label {
    margin-bottom: 0;
    padding-top: 5px;
}

.in-storage, .loaded-in-storage-space {
    background: var(--orange);;
}

.created {
    background: var(--yellow);
    color: #000;
}

.created:hover {
    color: #423b06;
}

.confirmed {
    background: var(--orange);
}

.organized {
    background: var(--primary);
}

.prepared, .loaded-in-van, .left-for-client, .arrived-at-client, .collected, .departed-from-client, .arrived-at-warehouse, .prepare-for-delivery {
    background: var(--medium-blue);
}

.delivered, .in-review, .loaded-in-storage-space, .other-job-completed, .badge-info.not-collected, .badge-pill.badge-paid {
    background: var(--blue);
}

.cancelled {
    background: var(--black);
}

.reviewed, .badge.badge-green, .label-green {
    background: var(--green);
}

.badge.badge-green, .in-review, .label-green, .cancelled, .delivered, .loaded-in-storage-space, .other-job-completed, .prepared, .loaded-in-van, .left-for-client, .arrived-at-client, .collected, .departed-from-client, .arrived-at-warehouse, .prepared-for-delivery, .organized, .confirmed, .badge-info.not-collected, .badge-pill.badge-paid, .reviewed, .badge.badge-green, .label-green, .prepare-for-delivery {
    color: #FFF !important;
}

.btn-mini.created, .btn-mini.prepared, .btn-mini.collected, .btn-mini.organized, .btn-mini.confirmed, .btn-mini.cancelled, .btn-mini.delivered, .btn-mini.loaded-in-storage-space, .btn-mini.loaded-in-van, .btn-mini.left-for-client, .btn-mini.arrived-at-warehouse, .btn-mini.prepared-for-delivery, .btn-mini.not-collected, .btn-mini.reviewed, .btn-mini.arrived-at-client, .btn-mini.other-job-completed {
    min-width: 175px;
    text-align: left;
}

.fc th {
    background: var(--primary-dark);
}

.fc .fc-toolbar > * > :first-child {
    color: var(--primary-dark);
}

#customer-registration .ajax-file-upload-container {
    position: static;
    width: auto;
}

#customer-registration .ajax-file-upload-container .ajax-file-upload-statusbar {
    width: 155px !important;
    height: 90px;
}

.language-selection > a {
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    opacity: 0.5;
    transition: 0.4s;
    padding-right: 5px;
}

.language-selection > a.active {
    font-weight: 700;
    opacity: 1;
    transition: 0.4s;
}

.language-selection > a:hover {
    text-decoration: none;
    opacity: 1;
    transition: 0.4s;
}

.job-table tr td .form-control {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.navbar-wrapper .label-inverse {
    background: #232727;
    font-weight: 600;
    font-size: 13px;
}

.navbar-wrapper .label-inverse a {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 0 !important;
    width: 18px;
    display: inline-block;
    height: 18px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-left: 6px;
    transition: 0.4s;
}

.navbar-wrapper .label-inverse a:hover {
    background: rgba(255, 255, 255, 1);
    transition: 0.4s;
    color: #232727;
}

.inventory-photos {
    display: flex;
    border: 0;
}

.inventory-photos a {
    width: 80px;
    margin-right: 5px;
    max-height: 60px;
    overflow: hidden;
}

.img-item-details > .img-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 150px;
}

.btn-close {
    position: absolute;
    z-index: 144;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: var(--primary);
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.btn-close:hover {
    background: var(--primary-dark);
}

.modal-header, .modal-footer {
    border: 0;
}

.modal-footer {
    padding: 30px 15px;
}

.job-info-wrapper strong {
    /*font-size: 17 px;*/
    font-weight: 700;
}

.job-info-wrapper .col-6 {
    margin-bottom: 30px;
}

.job-info-wrapper .images {
    display: flex;
    flex-wrap: wrap;
}

.job-info-wrapper .images .images--thumb {
    /*width: 100 px;*/
    margin-right: 10px;
    overflow: hidden;
}

.job-info-wrapper .images .images--thumb .img-thumbnail {
    max-height: 200px;
}

.job-operations-table tbody tr td select {
    display: inline-block;
    margin-right: 5px;
    width: auto;
}

table.table-bordered.dataTable tbody td {
    line-height: 38px;
}

.mytooltip .timeline-right {
    background: #efefef;
}

.mytooltip .timeline-right .card {
    box-shadow: none;
    border-radius: 0;
    /*width: 240 px;*/
}

.mytooltip .timeline-right .card .card-block {
    padding: 10px;
}

.mytooltip .social-timelines:before {
    left: 20px;
    width: 2px;
}

.mytooltip .social-timelines-left {
    left: -6px;
    background: var(--primary);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
    top: 23px;
}

.mytooltip .social-timelines-left:after {
    height: 2px;
    top: 12px;
    left: 30px;
}

.mytooltip .timeline-dot:after, .mytooltip .timeline-dot:before {
    left: 16px;
}

.mytooltip > span > span > span {
    border-bottom: none !important;
    max-height: 300px;
    padding: 10px 0;
    background: #efefef;
    overflow-y: scroll;
}

.mytooltip > span > span::after {
    border-color: var(--primary) transparent transparent;
}

#string-tab table.table-bordered.dataTable tbody td, #app-string-tab table.table-bordered.dataTable tbody td {
    max-width: 150px;
    white-space: inherit;
    line-height: 24px;
}

.accordion-job-details .card {
    border: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#statuses .badge, #locations .badge {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 15px;
}

#statuses .card{
    box-shadow: none;
}

#statuses ul li h6, #statuses ul li p, #locations ul li h6, #locations ul li p {
    display: inline-block;
}

#statuses ul li p, #locations ul li p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.job-info-wrapper .alert-info, .job-info-wrapper .alert-danger, #images a {
    display: inline-block !important;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0;
    height: 64px;
    width: 64px;
    overflow: hidden;
    border-radius: 4px;
    border: 0;
}

#images a img{
    width: 100%;
}

.job-info-wrapper .alert img, #comments .alert img {
    width: 100%;
}

.job-info-wrapper .d-flex div, #images .d-flex div {
    flex-basis: 32%;
}

.dimensions .badge{
    font-size: 15px;
}

.dimensions .btn-info{
    background-color: #f1f3f4;
    border-color: #e4eaec;
    color: #373a3c !important;
}

.dimensions .btn:not(:last-child){
    margin-right: 20px;
}

.dimensions .btn:not(:last-child):after{
    content: 'x';
    color:var(--primary-dark);
    font-weight: 700;
    position: relative;
    right: -31px;
}

.comments .col-12, #comments .col-12 {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.comments .col-12 small, #comments .col-12 small {
    align-self: flex-end;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.4);
}

.comments .alert-info, #comments .alert-info {
    border: 4px solid #e6e6e6 !important;
}

.comment-bubble {
    background: #f1f3f4;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 25px;
}

.accordion-job-details .job-info-wrapper .table-responsive a {
    display: inline-block;
    width: 23%;
    margin: 5px 10px;
}

.accordion-job-details .job-info-wrapper .table-responsive a img {
    width: 100%;
}

.accordion-job-details .card .card-header {
    background: var(--primary);;
    border-bottom: none;
    padding: 10px 20px;
}

.accordion-job-details .card .card-header button {
    color: #FFF;
}

.accordion-job-details .card .card-header .d-flex div {
    font-weight: 400;
}

.accordion-job-details .card .card-header .d-flex div:first-child {
    padding-left: 12px;
    flex-basis: 347px;
}

.modal-header .close {
    background: var(--red);
    border-radius: 4px;
    height: 32px;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 32px;
}

.modal-header .close i {
    color: #fff;
    text-shadow: none;
}


.show-notification li:first-child:hover {
    background: none !important;
}

.show-notification h6 a {
    font-family: "Raleway", sans-serif;
    color: var(--red) !important;
    font-size: 12px;
}

.show-notification h6 a:hover {
    background: none !important;
    text-decoration: underline;
}


#jobDetailModal ul.md-tabs .nav-item .nav-link {
    font-weight: 600;
}

#jobDetailModal ul.md-tabs .nav-item .nav-link.active {
    color: var(--primary);
}

#jobDetailModal ul.md-tabs {
    background: rgba(74, 186, 185, 0.1);
    border-bottom: 1px solid rgba(74, 186, 185, 0.3);
}

.btn:focus {
    box-shadow: none;
}

.filters .d-flex .form-group {
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.qr-code {
    height: calc(100% - 15px);
    overflow: hidden;
}

.color-picker {
    display: inline-block;
    position: fixed;
    z-index: 1;
    right: -2px;
    top: 80px;
    background: var(--white);
    border: 1px solid #d6d6d6;
    padding: 5px 10px 5px 5px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;

}

.color-picker img {
    width: 30px;
    transition: 0.5s;
}

.color-picker:hover {
    cursor: pointer;
}

.color-picker:hover img {
    transform: rotate(180deg);
    transition: 0.5s;
}

#colorPickerModal table.table-borderless tbody th span {
    border-radius: 25px;
    display: inline-block;
    height: 25px;
    width: 25px;
}

#colorPickerModal table.table-borderless tbody td {
    white-space: normal;
}

#colorPickerModal table.table-borderless th:first-child {
    width: 120px;
    text-align: center;
}

#colorPickerModal table.table-borderless th, #colorPickerModal table.table-borderless td {
    padding: 1.25rem 0.75rem 0;
}

.client-card-box span {
    font-family: "Oswald", sans-serif;
}

.client-card-box .text-muted {
    font-size: 14px;
}

.pdf-icon {
    position: relative;
    top: 5px;
}

.pdf-icon i {
    transition: 0.1s;
}

.pdf-icon:hover i {
    transform: scale(1.1);
    transition: 0.2s;
}

.pcoded .card.full-card {
    width: 100%;
    overflow-y: scroll;
}

#advance-filters .select2-container {
    width: 150px !important;
}

#advance-filters .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

#content-box .btn-green, #content-box .btn-red {
    min-width: auto;
}

.filters .radio .helper::after, .radio .helper::before {
    top: 6px;
}

#colorPickerModal svg {
    width: 80px;
    height: 30px;
}

#delivery-truck-with-packages-behind {
    fill: #000;
}

.job-information p {
    margin-bottom: 5px;
}

.job-information .card {
    min-height: 170px;
    margin-bottom: 30px !important;
}

.job-information p span {
    display: inline-block;
    width: 140px;
}

.job-information .card .card-header {
    padding: 10px 20px;
}

.mute-upper-title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-icon {
    border-radius: 60px;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

.box-icon.vehicle {
    background: rgba(81, 127, 151, 0.2);
    color: #517f97;
}

.box-icon.crew {
    background: rgba(80, 186, 184, 0.2);
    color: var(--primary);
}

.box-icon.material {
    background: rgba(81, 128, 180, 0.2);
    color: #5180b4;

}

#jobs-list tr td:first-child .btn-mini{
    min-width: 180px;
    text-align: left;
}

.btn-mini img{
    height: 25px;
    width: 30px;
}

#jobs-list tr td:first-child .btn-mini small,
#daily-operation-job-list tr td:first-child .btn-mini small{
    display: block;
    padding-left: 38px;
    margin-top: -3px;
}

.fc-event-container > a{
    padding: 0;
    overflow: hidden;
    margin: 1px 5px 3px;
    border: 0;
}


/*------------ Responsiveness ------------------*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn-green,
    .btn-red {
        min-width: 100px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1240px) {
    .wrapper-login {
        margin-right: 10% !important;
    }

    .summary-details {
        left: -335px;
    }

    .wrapper__shadow.summary-details.bg-white.fixed {
        right: 0 !important;
        left: -575px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    .wrapper-login {
        margin-right: 20px !important;
    }
}

@media (max-width: 990px) {
    .wrapper-login {
        margin-right: -100px !important;
    }
}

@media (max-width: 768px) {
    .wrapper__shadow.summary-details.bg-white.fixed {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
    }

    .summary-details {
        right: 0;
        top: auto !important;
        left: 0;
        bottom: -320px !important;
    }
}

@media (max-width: 768px) {
    .wrapper-login {
        width: 100%;
        margin: 0 !important;
        padding: 35px 15px !important;
    }

    .login > .container {
        padding: 0;
    }

    .summary-details {
        width: 100% !important;
    }
}

.delivery-icon {
    width: 30px;
}


.g-contact table tr td:nth-child(4), .g-contact table tr td:nth-child(6) {
    white-space: pre-line;
    overflow: hidden;
}

.g-contact table tr td:nth-child(4) {
    width: 150px;
    padding-bottom: 15px;
}

.g-contact table tr td:nth-child(5) {
    min-width: 140px;
}

.g-contact table tr td:nth-child(6) {
    width: 350px;
}

#daily-job-calendar .btn-mini, #job-calendar .btn-mini {
    border-radius: 0;
}

tr:first-child > td > .fc-day-grid-event {
    background: transparent;
    padding:0;
    margin: 1px 5px 3px;
}

.fc-event {
    background: none !important;
    border: 0;
    border-radius: 4px !important;
}

#generic-job-detail .modal-header .badge img{
    height: 16px;
}

.sync-1, .sync-2, .sync-3, .sync-{
    height: 22px;
    display: inline-block;
    width: 22px;
    position: relative;
    top: 8px;
    left: 5px;
}
.sync-1{
    background: url("../images/sync-incomplete.svg") no-repeat;
    background-size: 22px;
}

.sync-2{
    background: url("../images/sync.svg") no-repeat;
    background-size: 22px;
}
.sync-2{
    background: url("../images/sync-complete.svg") no-repeat;
    background-size: 22px;
}

@-moz-document url-prefix() {
    .range input {
        top: 3px !important;
    }
}

@keyframes popout {
    0% {
        transform: scale(1);
    }


    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.9);
    }

    85% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.error { font-size: 13px; font-style: italic; }


