/*Inputs: 36px
Labels to input: 12px
Space between groups: 36px
First group to groups header 24px 
Space between groups: 48px
Space between button and form: 48px*/



/*GENERAL SECTION*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
.daterangepicker {
    font: 16px 'Roboto', sans-serif;
    color: #5a6169;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: #9b9b9b;
}

input,
select,
textarea {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e0e1e2;
    border-radius: 4px;
    height: 36px !important;
    width: 100%;
    font: 16px 'Roboto', sans-serif !important;
}

textarea {
    padding: 8px 15px;
}

input[type="text"],
select {
    padding-right: 28px;
}

input[type="checkbox"] {
    width: auto;
    height: auto !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../media/date.svg) center/80% no-repeat;
    background-size: 75%;
    color: #000000;
    opacity: 1;
}

.daterangepicker {
    z-index: 999999999 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

select {
    background: url(../media/togglemenu.svg) no-repeat;
    background-position: right 10px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

label,
select,
.updatemileage {
    cursor: pointer;
}

input::placeholder,
option:disabled,
textarea::placeholder {
    color: #d8d8d8;
}

.wrapper-page-structure {
    display: flex;
}

.wrapper-menu {
    width: 170px;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #f5f5f5;
    z-index: 9999;
}

.wrapper-right {
    flex: 1;
    margin-left: 170px;
}

.wrapper-top-menu {
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 170px;
    z-index: 9998;
    width: 100%;
}

.wrapper-top-menu>div {
    display: inline-block;
}

.wrapper-top-menu h1 {
    height: 25px;
    cursor: pointer;
    font-size: 16px;
}

.wrapper-top-menu h1:hover {
    color: #5A6169 !important;
}

.wrapper-top-menu h1 .active-submenu {
    color: #5A6169;
    border-bottom: 2px solid #5A6169;
}

#back-button {
    width: 40px;
    height: 40px;
    margin: 4px 8px 4px 0;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    background-color: #fff;
}

input:focus:invalid,
textarea:focus:invalid {
    box-shadow: 0 0 6px #eb666b;
    border: 1px solid #eb666b !important;
}

input:focus:valid,
textarea:focus:valid {
    box-shadow: 0 0 6px #17c671;
    border: 1px solid #17c671 !important;
}

input[type="file"]:focus:valid {
    box-shadow: none;
    border: 1px dashed #e0e1e2 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button,
input[type='button'] {
    background: #17c671;
    font: 700 16px 'Roboto', sans-serif !important;
    height: 34px !important;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

button:focus,
input[type='button']:focus {
    outline: 0;
}

button:disabled {
    background: url('../media/loading.svg') #9b9b9b no-repeat 55% 170%;
    font-size: 0px;
}

.button-gray {
    background-color: #9b9b9b !important;
}

.button-red {
    background-color: #eb666b !important;
}

.grey0 {
    color: #d8d8d8 !important;
}

.grey2 {
    color: #9b9b9b !important;
}

.grey {
    color: #5a6169 !important;
}

.green {
    color: #17c671 !important;
}

.yellow {
    color: #ffb400 !important;
}

.red {
    color: #eb666b !important;
}

.fsize12 {
    font-size: 12px !important;
}

.fsize14 {
    font-size: 14px !important;
}

.fsize16 {
    font-size: 16px !important;
}

.fsize18,
h3 {
    font-size: 18px !important;
}

.fsize20 {
    font-size: 20px !important;
}

.fweight500 {
    font-weight: 500 !important;
}

.fweight700 {
    font-weight: 700 !important;
}

.fitalic {
    font-style: italic;
}

.width100 {
    width: 100% !important;
}

.width50 {
    width: 50% !important;
}

.height100 {
    height: 100% !important;
}

.vatop {
    vertical-align: top !important
}

.vamiddle {
    vertical-align: middle !important
}

.vabottom {
    vertical-align: bottom !important
}

.displblock {
    display: block !important;
}

.displinblock {
    display: inline-block !important;
}

.tableheader {
    font-weight: 700;
    display: inline-block;
}

#nodata {
    margin: 100px auto 0;
    text-align: center;
}

#blackout {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.divider {
    width: 100%;
    margin: 30px auto 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.notification {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 0;
    bottom: 0px;
    overflow: hidden;
    z-index: 9999;
}

.successnotification {
    background: rgba(23, 198, 113, .8);
}

.warningnotification {
    background: rgba(255, 180, 0, .8);
}

.failnotification {
    background: rgba(235, 102, 107, .8);
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 999999;
}

.tooltipcircle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d8d8d8;
    top: 48px;
    position: absolute;
    left: 45px;
    z-index: 999999;
}

.tooltipline {
    position: absolute;
    width: 1px;
    top: 40px;
    height: 8px;
    background: #d8d8d8;
    left: 47px;
    z-index: 999998;
}

.tooltipfield {
    position: absolute;
    text-align: center;
    z-index: 999999;
    border: 1px solid #d8d8d8;
    width: 100px;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
    color: #9D9D9D;
    box-shadow: 0 3px 4px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05);
}

.loading {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999999;
    display: flex;
    align-items: center;
}

.loading img {
    margin: auto;
}

/*MENU*/

.logo {
    width: 127px;
    text-align: right;
    vertical-align: middle;
    margin-top: 12px;
}

.logos {
    font-size: 28px;
}

.logof {
    font-size: 18px;
    text-align: right;
    vertical-align: middle;
    height: 42px;
    background: url('../media/beegaragelogo.svg') no-repeat;
}

.menu {
    display: flex;
    height: 100vh;
}

.menu ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 10px;
    width: 100%;
    align-items: baseline;
}

.menu>ul>li {
    display: inline;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
    min-height: 30px;
    text-align: initial;
    width: 100%;
    margin: 4px 0;
    text-transform: uppercase;
}

.menu>ul>li svg {
    height: 18px;
    margin-right: 10px;
    fill: #5C6169;
}

.menu ul li a {
    color: #5a6169;
    letter-spacing: 0.5px;
    display: flex;
}

#createaccount {
    padding: 10px;
    background: #17c671;
    height: 34px !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

#createaccount a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.menu-active {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #efebeb;
    border-right: none;
}

.menu-active a {
    color: #5a6169 !important;
}

#profile {
    margin-top: auto;
    padding-bottom: 5vh;
    width: 95%;
}

.profile-pic {
    margin: 10px auto;
}

.profile-pic img {
    min-width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

/*MENU END*/

.wrapperbody {
    position: relative;
    padding: 60px 30px;
    min-height: 100px;
    margin: auto;
    /* box-shadow: 0 3px 4px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05); */
}

h1 {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 26px 0 0;
    letter-spacing: .5px;
}

.results {
    text-align: right;
    vertical-align: middle;
    padding: 20px 1px 0;
}

#results-header,
.results-padding {
    width: 100%;
    padding: 0 30px;
}

.results-span {
    float: left;
    margin-top: 10px;
}

.search-input {
    width: 300px;
    background: url(../media/search.svg) no-repeat;
    background-position: right 10px center;
}

.search-highlighted {
    background-color: rgba(255, 179, 0, 0.641);
    display: inline;
    text-transform: uppercase;
}

.sort-dropbox {
    width: 170px;
    margin-left: 35px;
    font-size: 14px;
}

#newvehiclebutton svg {
    display: inline-block;
    margin-left: 8px;
    transition: .3s;
}

/*TOGGLE ADD VEHICLE*/

.newvbclose1 {
    fill: #eb666b;
}

.newvbclose2 {
    transform: rotate(45deg);
}

.heightauto {
    height: auto;
}

.newappveh {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}

.new-button {
    z-index: 9999;
    right: 30px;
    top: 10px;
    position: fixed;
    width: auto;
    cursor: pointer;
    justify-content: center;
    padding: 5px 10px 5px 15px;
    background-color: rgba(245, 245, 245, .6);
    border-radius: 15px;
}

.new-button:hover {
    background-color: rgba(245, 245, 245, 1);
    box-shadow: 0 3px 4px 0 rgba(40, 47, 60, .2);
}

.flex {
    display: inline-flex;
    align-items: center;
}

.flex2 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.subitemtext {
    font-weight: 700;
}

#addnewvehiclewrapper {
    display: none;
}

#info {
    width: max-content;
    padding: 10px 65px;
    margin: 30px auto;
    color: #5a6169;
    background: url('../media/warning.svg') rgba(255, 180, 0, .1) no-repeat 3% 50%;
    border-radius: 0 4px 4px 0;
    border-left: 3px solid #ffb400;
}

.vinbutton {
    width: 70px;
    margin-left: 15px;
}

.vindiv {
    margin: 0 auto;
    text-align: center;
}

.vindiv>* {
    vertical-align: middle;
}

.vindiv input {
    letter-spacing: 2px;
    max-width: 450px;
    width: 50%;
    text-align: center;
    margin: auto 0 auto 15px;
    text-transform: uppercase;
}

.vindiv img {
    margin: auto 3px;
    cursor: pointer;
}

#statusvin {
    width: 90%;
    height: 0;
    background-color: rgba(216, 216, 216, .1);
    margin: auto;
    overflow: hidden;
}

.statusvin-items {
    flex-grow: 1;
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
}

.statusvin-items:first-child {
    margin-left: 17px;
}

.statusvin-items:before {
    display: inline-block;
    margin-right: 5px;
}

.statusvin-items:before {
    content: '?';
    width: 13px;
    text-align: right;
}

.vinstatusok:before {
    content: url("../media/tickmark.svg");
}

.vinstatusno:before {
    content: 'X';
    color: #eb666b;
}

#vehicletype {
    max-width: 600px;
    margin: 0 auto 35px;
    flex-wrap: wrap;
    flex-flow: row wrap;
    flex-direction: row;
}

.vehicletype-items {
    text-align: center;
    height: 100px;
    position: relative;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    padding-left: 5%;
    width: 150px;
    padding-right: 5%;
}

.vehicletype-items label>input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.vehicletypelabel {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.vehicletype-items label>input:checked+svg g {
    fill: #5a6169;
}

.vehicletype-items label>input:checked~div {
    color: #5a6169;
}

.vehiclestyle-header {
    width: 95%;
    margin: 20px auto 0;
    text-align: left;
}

.vehicledetails-items:not(:first-child) {
    margin-left: 5%;
}

#vehicledetails-inputs1,
#vehicledetails-inputs2,
#vehicledetails-inputs3 {
    width: 90%;
    margin: auto;
    padding-top: 35px;
    display: inline-flex;
}

.vehicledetails-label {
    font-weight: 700;
    margin: 0 0 10px 4px;
    text-align: left;
    white-space: nowrap;
}

#vehicledetails {
    padding-top: 1px;
    text-align: center;
}

.vehicledetails-items:nth-child(1),
.vehicledetails-items:nth-child(2) {
    width: 30%;
    min-width: 200px;
}

.vehicledetails-items:nth-child(3) {
    width: 20%;
    min-width: 100px;
}

.vehicledetails-items:nth-child(4) {
    width: 10%;
    min-width: 100px;
}

#vehicledetails-inputs2 .vehicledetails-items:nth-child(1) {
    width: 40%;
    min-width: 300px;
}

#vehicledetails-inputs2 .vehicledetails-items:nth-child(2) {
    width: 20%;
    min-width: 100px;
}

.vehicledetails-items:nth-child(4) label div {
    text-align: center;
}

#label-ModelYear,
#label-mileage,
#label-date,
#label-daterange,
.label-date {
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

.vehicledetails-items:nth-child(4) .vehicledetails-label {
    margin-left: 0;
}

#vehicledetails-inputs3>.vehicledetails-items {
    width: 33.33%;
    min-width: 185px;
}

#vehicledetails-inputs3 .vehiclestyle-header {
    margin-top: 30px;
}

#addvehicle_buttons {
    margin-top: 50px;
}

#newapp_buttons,
#inventory-import-buttons {
    margin-top: 15px;
}

#addvehicle_buttons button,
#newapp_buttons button,
#inventory-import-buttons button {
    width: 100px;
}

#addvehicle_buttons button:nth-child(2),
#newapp_buttons button:nth-child(2),
#inventory-import-buttons button:nth-child(2) {
    margin-left: 50px;
    background: #9b9b9b;
}

.fleet {
    margin: 30px auto 0;
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.completeness {
    background: #d8d8d8;
    width: 65%;
    height: 14px;
}

.complete50 {
    background: #ffb400;
    height: 14px;
}

.complete100 {
    background: #17c671;
    height: 14px;
}

.complete0 {
    background: #eb666b;
    height: 14px;
}

.fleet-vehicle svg g {
    fill: #5a6169;
}

.fleet-vehicle svg {
    width: 85px;
}

.fleet-block {
    vertical-align: top;
}

.fleet-block:not(:first-child) {
    margin-left: 30px;
}

.fleet-headers {
    margin-bottom: 30px;
    height: 20px;
}

.fleet-vehicle {
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
}

.fleet-vehicle-details {
    display: inline-block;
    margin-left: 25px;
}

.fleet-vehicle-details-name {
    width: 100%;
}

.fleet-vehicle-details-vin,
.fleet-registration-country {
    font-size: 14px;
}

.fleet-registration {
    width: 15%;
}

.fleet-mileage {
    width: 12%;
    min-width: 96px;
}

.fleet-mileage-field {
    display: inline-block;
    margin-left: 5px;
    color: #5a6169;
}

.fleet-completeness {
    width: 15%;
    min-width: 120px;
}

.complperc {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
}

.fleet-controls {
    width: 70px;
    text-align: right;
}

.fleet-controls svg:first-child {
    height: 14px;
}

.fleet-controls svg:last-child {
    height: 16px;
}

.deletevehicle,
.editvehicle {
    display: inline-block;
    cursor: pointer;
}

.fleet-content * {
    vertical-align: top;
}

.mileage-items {
    min-width: 126px;
    margin-right: 20px;
}

#popup {
    /*mileageupdate,  #newappointment*/
    position: fixed;
    display: none;
    z-index: 1000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 600px;
    background: #ffffff;
    margin: auto;
    vertical-align: middle;
    padding: 30px;
}

#mileageupdatediv,
#newappointmentdiv {
    position: absolute;
}

#mileageupdateadd {
    display: inline-flex;
    margin-left: 12px;
    margin-top: 20px;
}

.milgeaformheader {
    margin-bottom: 26px
}

.milgeaformheader:not(:first-child) {
    margin: 40px auto 16px;
}

#updatemileagebutton {
    margin-top: auto;
    padding: 0 10px;
}

.mileageupdatehistory-headers {
    width: 90%;
    justify-content: center;
    display: inline-flex;
    margin: 10px 10px 0;
}

#mileageupdatehistory-content {
    width: 95%;
    justify-content: center;
    margin: 0 10px;
    height: 300px;
    overflow: auto;
}

#mileageupdatehistory .divider {
    margin-top: 6px;
}

.mileagehistory-column1 {
    width: 92px;
}

.mileagehistory-column2 {
    width: 90px;
    margin-left: 15px;
    text-align: right;
}

.mileagehistory-column3 {
    width: 180px;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deletemileage svg {
    visibility: hidden;
    ;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.mileageupdatehistory-row:hover>.deletemileage svg {
    visibility: visible;
}

.mileageupdatehistory-row {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

#mileageupdatediv-closebutton {
    position: absolute;
    right: -10px;
    top: -10px;
    transform: rotate(45deg);
    cursor: pointer;
}

#mileageupdatediv-closebutton circle {
    fill: #eb666b;
}

#filter-vehicle,
#filter-location {
    width: 100%;
    max-width: 450px;
    display: inline-flex;
    padding-left: 40px;
}

#filter-vehicle {
    width: 70%;
}

#filter-location {
    background: url(../media/geo0.svg) no-repeat 14px 7px;
    background-size: 12px;
    vertical-align: middle !important;
}

.filtershome {
    padding-bottom: 16px;
}

.serviceswrap>*,
.line>* {
    display: inline-block;
}

.filtershome .subitemtext {
    width: 100px;
}

#newappointmentadd .subitemtext {
    width: 110px;
}

.filtershome img {
    left: 115px;
    max-height: 20px;
    position: absolute;
    max-width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.filtershome .line {
    margin-bottom: 18px;
    display: block;
    position: relative;
}

#filterresults>.line:nth-child(2) {
    margin-bottom: 22px;
}

#filterresults>.line:nth-child(3) {
    margin-bottom: 12px;
}

#newappointmentadd .line {
    display: block;
    height: 36px;
    position: relative;
}

#newappointmentadd #label-mileage {
    width: auto;
}

#newappointmentadd {
    margin-top: 10px;
    padding: 10px;
}

#newappointmentform #addvehicle_buttons,
#newapp_buttons,
#inventory-import-buttons {
    text-align: center !important;
}

.filtershome #label-date {
    width: 200px;
}

#label-daterange {
    width: 300px;
}

#label-date,
#label-daterange {
    background: url(../media/date.svg) no-repeat scroll 14px 9px;
    background-size: 16px;
    padding-left: 30px;
}

.label-date {
    width: 180px;
}

.serviceswrap {
    width: calc(100% - 110px);
}

/*geo input styling*/

.ap-nostyle-icon-pin,
.ap-footer,
.ap-icon-pin,
.ap-nostyle-input-icon,
.ap-nostyle-icon-clear,
.ap-input-icon,
.ap-icon-clear {
    display: none;
}

.input-clear {
    display: inline-block;
    margin: 0 0 0 -28px;
    background: url(../media/clear.svg) no-repeat 20% 45%;
    background-size: 50%;
    width: 28px;
    height: 31px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border: none !important;
}

.password-show {
    display: inline-block;
    margin: 0 0 0 -32px;
    background: url(../media/showpswd.svg) no-repeat 20% 60%;
    background-size: 50%;
    width: 28px;
    height: 31px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
}

.password-hide {
    background: url(../media/hidepswd.svg) no-repeat 20% 60%;
    background-size: 50%;
}

.input-clear-bg {
    background: none;
}

.ap-nostyle-icon-clear svg {
    fill: #9b9b9b;
}

.ap-nostyle-icon-clear svg path {
    stroke-width: 1.2;
    stroke: #9b9b9b;
}

.algolia-places-nostyle {
    width: 70%;
}

.algolia-places-nostyle pre {
    display: none;
}

#algolia-places-nostyle-listbox-0 {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    width: 100%;
}

.ap-nostyle-dropdown-menu {
    z-index: 9999;
}

.ap-nostyle-suggestion {
    padding: 5px;
    cursor: pointer;
    width: 100%;
    z-index: 999;
}

.ap-nostyle-suggestion:hover {
    background: rgba(216, 216, 216, .5);
}

#map-filter {
    width: 100%;
    height: 380px;
    position: relative;
}

.filtermapwr {
    padding: 0;
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.leaflet-popup {
    bottom: 8px !important;
}

.leaflet-control a {
    color: #9b9b9b !important;
}

.services-items, 
.div-newapp-services {
    margin-right: 25px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
}

.services-items input,
.inventory-statuses-filter input,
.estimation-statuses-filter input,
.div-newapp-services input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: auto;
}

.services-items input+label svg g {
    fill: #d8d8d8;
}

.services-items svg {
    height: 24px;
    width: 24px;
    margin-right: 6px;
    vertical-align: bottom;
}

.services-items input:checked+label svg {
    height: 24px;
}

.services-items input:checked+label svg g {
    fill: #5a6169;
}

.services-label {
    align-items: center;
    vertical-align: middle;
}

#results-list {
    text-align: left;
    margin-top: 30px;
    overflow: auto;
}

.results-items {
    padding: 15px 0 25px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.results-padding {
    display: flex;
    align-items: center;
}

.service-rating {
    width: 60px;
    font-size: 17px;
}

.service-name {
    font-size: 18px;
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-address {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-distance {
    width: 90px;
    text-align: right;
}

.service-distance svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.service-distance svg g {
    fill: #5a6169;
}

.show-more {
    text-align: center;
    margin: 30px auto;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    width: 140px;
    background: url(../media/togglemenu.svg) no-repeat;
    background-position: right 10px center;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;
    max-width: 450px;
    z-index: 99999;
    top: calc(100% + 2px);
    left: 104px;
    right: 0;
    display: none;
    ;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}

#suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
}

#suggestions li {
    padding: 5px 10px;
    cursor: pointer;
}

#suggestions li:hover {
    background-color: #eee;
}

/*BOOKING RESULTS*/

.schedule {
    background: #efefef;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    height: 42px;
    margin: 20px 30px 0;
    overflow: hidden;
    position: relative;
}

.slot {
    height: 100%;
    display: inline-block;
}

.timeaxe {
    height: 15px;
    border-left: 2px solid #d8d8d8;
    display: inline-block;
}

.timeaxe:first-child {
    border-left: none;
}

.timeaxe:last-child {
    width: 0 !important;
    border: none;
}

.timetable {
    margin: -9px 30px 0;
    padding: 0;
    vertical-align: top;
    height: 14px;
    border-right: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}

.htime {
    margin-top: 16px;
    font-size: 11px;
    margin-left: -22px;
}

.booked {
    background: #eb666b;
}

.notavailable {
    background: repeating-linear-gradient(45deg, rgba(155, 155, 155, .8), rgba(155, 155, 155, .8) 3px, rgba(250, 250, 250, .4) 3px, rgba(250, 250, 250, .4) 6px);
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.pending {
    background: repeating-linear-gradient(45deg, rgba(235, 102, 107, .6), rgba(235, 102, 107, .6) 3px, rgba(250, 250, 250, .4) 3px, rgba(250, 250, 250, .4) 6px);
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.empty {
    background: transparent;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.empty:hover {
    background: url(../media/addbutton.svg) #d0f3e2 no-repeat 50% 50%;
    opacity: .7;
}

.hide {
    display: none;
}

#appdescr {
    height: 6em !important;
    resize: none;
    margin-top: 10px;
}

.appdescrheader {
    height: auto;
    margin-top: 24px;
}

.newappaddress {
    margin: 8px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newappaddress svg,
.service-address svg {
    height: 18px;
    width: 12px;
    margin-right: 5px;
    vertical-align: top;
}

#newappointmentadd .divider {
    margin: 20px auto;
    width: 100%;
}

#newappointmentadd .line svg {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    vertical-align: bottom;
}

#newappointmentadd .line svg g {
    fill: #9b9b9b;
}

.service-address svg g {
    fill: #5a6169;
}

#newappointmentadd div:nth-child(5) {
    margin-top: 14px;
}

#newappointmentadd div:nth-child(6) {
    margin-top: 10px;
}

#newappointmentadd div:nth-child(7) {
    margin-top: 2px;
}

.nsymbols {
    text-align: right;
}

.infonewapp {
    padding: 10px 15px 10px 50px !important;
    margin: 10px auto !important;
}

#table-appointments-header,
#table-inventory-header,
#table-estimation-header,
#table-estimation-saved-header {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
}

.appointments-list-table,
.inventory-list-table,
.estimation-list-table,
.estimation-saved-list-table {
    width: 100%;
    border-collapse: collapse;
}

.appointments-list-table tr,
.inventory-list-table tr,
.estimation-list-table tr,
.estimation-saved-list-table tr {
    border-bottom: 1px solid #f7f7f7;
}

.appointments-list-table td,
.appointments-list-table th,
.inventory-list-table td,
.inventory-list-table th,
.estimation-list-table td,
.estimation-list-table th,
.estimation-saved-list-table td,
.estimation-saved-list-table th {
    padding: 10px;
}

#table-appointments-header>*,
#table-appointments>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#table-appointments>div {
    width: 100%;
    height: 38px;
    padding: 0 2.5%;
}

.tablerows:hover {
    background-color: rgba(245, 245, 245, 1);
    cursor: pointer;
}

.tablerows span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.table-row-a {
    display: block !important;
}

.inventory-list-table .tablerows td:nth-child(1),
.inventory_status {
    width: 110px;
}

.inventory-list-table .tablerows td:nth-child(2),
.inventory-list-table .tablerows td:nth-child(3),
.inventory-list-table .tablerows td:nth-child(8),
.inventory-list-table .tablerows td:nth-child(9),
.inventory-list-table .tablerows td:nth-child(10),
.inventory-list-table .tablerows td:nth-child(11),
.inventory-list-table .tablerows td:nth-child(12) {
    white-space: nowrap;
}

.statuspic {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: auto;
}

#filter-parent {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 30px;
}

.filter-div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.filter-field {
    width: 300px;
    padding-left: 140px;
}

.filter-dropbox {
    width: 130px;
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    border-radius: 4px 0 0 4px;
    height: 34px !important;
    margin-top: 1px;
    border: 0;
    margin-left: 1px;
}

.filter-div label {
    display: block;
}

.filter-div button {
    padding: 0 10px;
}

#filter-active {
    max-width: 350px;
    margin-top: 20px;
}

#filter-active div {
    padding: 7px 12px;
    background-color: #f8f8f8;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

#filter-active div:hover {
    background-color: #d8d8d8;
}

.daterangepicker td,
.daterangepicker th {
    font-size: 16px !important;
    width: 36px !important;
    height: 30px !important;
}

.daterangepicker td.in-range {
    background-color: rgba(208, 243, 226, .7) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #17c671 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    font-weight: 700;
}

/*LOGIN PAGE*/

.wrapperlogin {
    display: flex;
    position: relative;
    height: 356px;
    margin: 50px auto;
    width: 800px;
    box-shadow: 0 3px 4px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05), 0 0 25px 0 rgba(40, 47, 60, .05);
}

.loginleft {
    background-color: #17c671;
    position: relative;
    overflow: hidden;
    align-items: stretch;
    flex-shrink: 1;
    flex: 1;
}

.loginright {
    overflow: hidden;
    align-items: stretch;
    flex-shrink: 1;
    flex: 1;
}

.loginright>div {
    overflow: hidden;
    transition: all .2s linear;
    padding: 50px;
}

.logintab {
    width: 135px;
    height: 50px;
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
}

.logintabactive {
    background-color: white;
    color: #5a6169;
    box-shadow: -5px 3px 6px 0 rgba(0, 0, 0, .16);
}

#account-email {
    margin: 25px 4px 0;
}

.loginpageor {
    text-align: center;
    margin: 20px;
}

#incorrectemail {
    position: absolute;
    bottom: 18px;
    right: 130px;
    display: none;
}

.loginlabelfield {
    margin-bottom: 10px;
}

#loginbutton {
    margin-bottom: 10px;
}

#forgotpass {
    display: flex;
    justify-content: center;
}

#slfacebook {
    display: block !important;
    margin-bottom: 15px;
    background: url('../media/slfb.svg') no-repeat #3b5988;
}

#slgoogle {
    display: block !important;
    background: url('../media/slgl.svg') no-repeat #bd4437;
}

#loginright-accounttype {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.acctype-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#accounttype-label {
    margin: 0 0 45px;
}

.acctype {
    width: 140px;
    height: 140px;
    border: 1px solid grey;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    justify-content: center;
}

.acctype input {
    opacity: 0;
}

#selectaccountback,
#passwordback {
    margin: auto auto 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.checkpassworddiv {
    margin: 0 0 0 6px;
}

.passwordcheck {
    height: 20px;
    padding-left: 6px;
}

.passwordcheck svg {
    margin-right: 6px;
}

.passwordcheck svg g {
    fill: #9b9b9b;
}

#regbutton,
#eloginbutton,
#forgotpwdbutton {
    margin: 35px 0 15px;
}

#eloginbutton {
    background: url('../media/securelogin.svg') 110px 9px no-repeat #17c671;
}

.emailsignup {
    margin: 0 4px;
}

#emailreg {
    display: none !important
}

#error-login {
    position: absolute;
    width: 200px;
    text-align: center;
    display: flex;
    align-self: center;
    right: 100px;
}

/*LOGIN PAGE END*/


/*APPOINTMENT PAGE*/
.appointment-info-wrapper div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.phase-bar-dates,
.phase-bar-names,
.phase-bar-gates {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

}

.phase-bar-gates {
    width: 97%;
}

#phase-bar {
    width: 100%;
    text-align: center;
    padding: 16px 30px 16px 26px;
}

.app-phase {
    display: inline-block;

}


.app-phase-circle {
    width: 47px;
    height: 47px;
    border-radius: 90px;
    background-color: #d8d8d8;
    display: inline-block;
    margin: 8px;
}

.app-phase-circle svg g * {
    fill: #fff;
    stroke: none;
}

.app-phase-circle svg {
    width: 25px;
    height: 25px;
    margin-top: 11px;
}

.app-gate-date {
    font-size: 14px;
    widows: 100%;
    min-width: 76px;
    margin: auto 6px;
    white-space: nowrap;
}

.app-gate-name {
    white-space: nowrap;
}

.app-gate-phase {
    width: 25%;
    height: 6px;
    background-color: #d8d8d8;
}

.app-gate {
    margin: 0 -40px;
    z-index: 1;
}

.app-phase-circle-done {
    background-color: #17c671;
}

.app-phase-circle-canceled {
    background-color: #EB666B;
}

.phase-module-collapse {
    display: none;
    overflow: hidden;
    transition: max-height 0.9s ease-out;
    padding: 0 15px 15px;
}

.phase-module-collapse-header {
    padding: 10px;
    margin: 0 0 10px 0;
    cursor: pointer;
    background: url(../media/togglemenu.svg) #f9f9f9 no-repeat;
    background-position: right 10px center;
}

.phase-module-collapse-header:hover {
    background-color: #f1f1f1;
}

.phase-module-collapse-header-active {
    background: url(../media/togglemenur.svg) #f1f1f1 no-repeat;
    background-position: right 10px center;
}

.phase-module-collapse-header-inactive {
    color: #d8d8d8 !important;
    cursor: default;
}

.phase-active {
    display: block !important;
}

.appointment-info-wrapper {
    display: flex;
}

.appointment-info-names {
    font-weight: 700;
}

.appointment-info-values {
    margin-left: 30px;
}

#appointment-confirm-button {
    width: 200px;
}

#appointment-decline-button {
    width: 100px;
}

.inspection {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.inspection-main-checkin-time #label-date {
    width: 200px;
}

.inspection-main {
    width: 100%;
}

.inspection-statuses {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    justify-content: space-between;
    padding: 10px;
    margin: 20px 0 5px;
    width: 100%;
}

.inspection-statuses-green,
.inspection-statuses-yellow,
.inspection-statuses-red,
.inspection-statuses-gray {
    width: 24%;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}

.inspection-statuses-green {
    background-color: #17c671;
}

.inspection-statuses-yellow {
    background-color: #FFB400;
}

.inspection-statuses-red {
    background-color: #EB666B;
}

.inspection-statuses-gray {
    background-color: #5A6169;
}

.inspection-block {
    flex: 0 0 50%;
    padding: 15px 10px;
}

.inspection-block-item {
    display: flex;
    align-items: center;
}

.inspection-block-header {
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.87px;
}

.inspection-block-item-status-green,
.inspection-block-item-status-yellow,
.inspection-block-item-status-red,
.inspection-block-item-status-gray,
.inspection-block-item-status-blue {
    width: 12px;
    height: 0 !important;
    display: inline-block;
    padding: 12px;
    -webkit-appearance: none;
    appearance: none;
    outline-offset: -2px;
    border-radius: 0;
    border: none !important;
    cursor: pointer;
}

.inspection-block input:focus:valid {
    box-shadow: none;
    border: none !important;
}

.inspection-block input:disabled {
    cursor: default;
}

.inspection-block-item-status-green {
    outline: 2px solid #17c6717e;
}

.inspection-block-item-status-green:checked {
    background-color: #17c671;
}

.inspection-block-item-status-yellow {
    outline: 2px solid #ffb30088;
}

.inspection-block-item-status-yellow:checked {
    background-color: #FFB400;
}

.inspection-block-item-status-red {
    outline: 2px solid #eb666a87;
}

.inspection-block-item-status-red:checked {
    background-color: #EB666B;
}

.inspection-block-item-status-gray {
    outline: 2px solid #5a616979;
}

.inspection-block-item-status-gray:checked {
    background-color: #5A6169;
}

.inspection-block-item-status-blue {
    outline: 2px solid #0156b779;
}

.inspection-block-item-status-blue:checked {
    background-color: #0156b7;
}

.inspection-block-input-disabled {
    outline: none;
    cursor: default;
}

.inspection-block-item-label {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 12px;

}

.inspection-block-notes,
.inspection-main-service-notes {
    resize: none;
    height: auto !important;
}

.inspection label {
    margin: 15px 0 5px;
    display: inline-block;
}

/*APPOINTMENT PAGE END*/

/* INVENTORY PAGE START */
.inventory-blocks {
    margin: 10px 20px;
}

.inventory-block-info {
    width: 180px;
    margin-left: 15px;
    padding: 5px;
    display: inline-block;
    border-bottom: 3px solid #5a6169;
    text-align: center;

}

#inventory-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: stretch;
}

#inventory-buttons div {
    position: inherit;
    margin-left: 6px;
    padding-right: 6px;
}

.inventory_status,
.estimation-status, 
.inspection-status,
.appointment-status {
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

#estimation-block .estimation-status, 
.inspection-status,
.appointment-status {
    margin-left: auto;
    margin-right: 36px;
    top: -42px;
    position: relative;
    margin-bottom: -22px;
}

.inventory-statuses-filter>input:checked+label,
.estimation-statuses-filter>input:checked+label {
    color: #fff !important;
}

.inventory_critical,
.inventory-statuses-filter:nth-of-type(2)>input:checked+label,
.estimation-submitted,
.inspection-submitted,
.estimation-statuses-filter:nth-of-type(4)>input:checked+label {
    background-color: #FFB400;
}

.inventory_instock,
.inventory-statuses-filter:last-of-type>input:checked+label,
.estimation-approved,
.inspection-approved,
.appointment-confirmed,
.estimation-statuses-filter:last-of-type>input:checked+label {
    background-color: #17c671;
}

.inventory_outofstock,
.inventory-statuses-filter:first-of-type>input:checked+label,
.estimation-declined,
.inspection-declined,
.appointment-canceled,
.estimation-statuses-filter:first-of-type>input:checked+label {
    background-color: #EB666B;
}

.estimation-saved,
.inspection-saved,
.estimation-statuses-filter:nth-of-type(3)>input:checked+label {
    background-color: #3772ee;
}

.estimation-notstarted,
.inspection-notstarted,
.appointment-pending,
.estimation-statuses-filter:nth-of-type(2)>input:checked+label {
    background-color: #9b9b9b;
}

.inventory-statuses-filter,
.estimation-statuses-filter {
    display: inline-block;
    background-color: #f8f8f8;
    min-width: 140px;
}

.inventory-statuses-filter label,
.estimation-statuses-filter label {
    padding: 8px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.inventory-statuses-filter:first-of-type label,
.estimation-statuses-filter:first-of-type label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #f8f8f8;
    ;
}

.inventory-statuses-filter:last-of-type label,
.estimation-statuses-filter:last-of-type label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #f8f8f8;
    ;
}

#estimation-number {
    margin: 16px;
}

.page-inventory #popup {
    height: 600px;
}

.page-inventory #popup #csvFile {
    height: 80px !important;
    border: 1px dashed #e0e1e2;
    cursor: pointer;
    border-radius: 4px;
}

.page-inventory #popup #info {
    width: auto;
    text-align: left;
    padding: 2px 12px 2px 55px;
}

.page-inventory #popup #info ul {
    padding-left: 18px;
}

.table-submenu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    margin: 4px 0 0 -80px;
}

.table-submenu-show {
    display: block;
}

.table-submenu ul {
    padding: 0;
    margin: 4px;
}

.table-submenu li {
    list-style-type: none;
    padding: 5px 10px 5px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24%;
}

.table-submenu li:hover {
    background-color: #f7f7f7;
}

.table-submenu-edit {
    background-image: url('../media/edit.svg');
}

.table-submenu-delete {
    background-image: url('../media/delete.svg');
}

.inventory-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inventory-form div {
    margin: 8px 0;
}

.inventory-form label {
    margin-bottom: 4px;
}

.div-inv-itemcode {
    flex-basis: 35%;
}

.div-inv-itemname {
    flex-basis: 60%;
}

.div-inv-itemdescr {
    flex-basis: 100%;
}

.div-inv-vendor,
.div-inv-invorderdate,
.div-inv-stockqty,
.div-inv-unit {
    flex-basis: 47.5%;
}

/* INVENTORY PAGE END */

/* ESTIMATIONS PAGE START */
#table-estimation-parts,
#table-estimation-labor,
#table-estimation-other,
#table-estimation-total {
    border-spacing: 12px 8px;
}

#table-estimation-parts-header,
#table-estimation-labor-header,
#table-estimation-other-header,
#table-estimation-total-header {
    text-align: left;
}

.estimation-parts-row-code {
    width: 180px;
}

.estimation-parts-row-material {
    width: 320px;
}

.estimation-parts-row-unit {
    width: 120px;
}

.estimation-parts-row-qty,
.estimation-labor-row-hours {
    width: 100px;
}

.estimation-parts-row-price,
.estimation-labor-row-rate,
.estimation-tax-row-percent,
.estimation-discount-row-percent {
    width: 120px;
}

.estimation-parts-row-amount,
.estimation-labor-row-amount,
.estimation-other-row-amount {
    width: 120px;
}

.table-estimation-parts-row:not(:last-child) div,
.table-estimation-labor-row:not(:last-child) div,
.table-estimation-other-row:not(:last-child) div {
    border-bottom: 1px solid #e0e1e2;
    padding: 7px 0;
}

.estimation-labor-row-labor {
    width: 645px;
}

.estimation-other-row-name,
.estimation-subtotal-row-name {
    width: 885px;
}

#table-estimation-parts>tbody>tr:last-child,
#table-estimation-labor>tbody>tr:last-child,
#table-estimation-other>tbody>tr:last-child,
#table-estimation-total {
    font-weight: 700;
}

#table-estimation-parts>tbody>tr:last-child>td:first-child,
#table-estimation-labor>tbody>tr:last-child>td:first-child,
#table-estimation-other>tbody>tr:last-child>td:first-child,
.table-estimation-total-row {
    padding: 8px;
    text-align: right;
}

.estimation-row-delete {
    text-align: center;
    width: 30px;
    cursor: pointer;
}

.estimation-row-delete div {
    border-bottom: none !important;
}

.estimation-row-delete svg {
    width: 15px;
    height: 15px;
}

.estimation-row-delete:hover svg g {
    stroke: #eb666b;
}

.table-estimation-new {
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.table-estimation-new td {
    border-bottom: 1px solid #ccc;
}

.table-estimation-new:hover td {
    border-bottom: 1px solid #17c671;
}

.table-estimation-new svg {
    position: absolute;
    margin-top: -3px;
}

.table-estimation-new svg circle {
    fill: #9b9b9b;
}

.table-estimation-new:hover svg circle {
    fill: #17c671;
}

.percent {
    position: absolute;
    margin-left: -40px;
    margin-top: -18px;
}

.estimation-discount-row-percent div,
.estimation-tax-row-percent div {
    margin-right: 50px;
    font-weight: 400;
}

.inventory-autocomplete-dropdown {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    border: none !important;
}

.inventory-autocomplete-item {
    padding: 8px !important;
    cursor: pointer;
    border: 1px solid #ccc;
}

.inventory-autocomplete-item:not(:first-child) {
    border-top: none;
}

.inventory-autocomplete-item:hover {
    background-color: #f1f1f1;
}

#estimate-save {
    max-width: 300px;
}

.estimation-list-table-personnel div,
.estimation-staff {
    display: flex;
    align-items: center;
}

.estimation-list-table-personnel img,
.estimation-staff img {
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center center;
    margin-right: 12px;
}

.estimation-client-notes-div {
    display: flex;
    align-items: center;
}

.estimation-client-notes-div span:last-child {
    margin-left: 8px;
}

.estimation-notes-status {
    text-decoration: underline;
}

/* ESTIMATIONS PAGE END */

/* General CSS rules for every viewport, including smartphones */


@media (min-width: 768px) {
    /* Rules for tablets and bigger viewports */
}

@media (min-width: 1024px) {
    /* Rules for laptops, small desktop screens and bigger viewports */
}

@media (min-width: 1440px) {
    /* Rules for larger desktop screens only */
}