﻿@media only screen and (max-width: 1875px) {
    .ps-break-mobile-3 {
        width: 50%;
    }

    .material-infobox-right small {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1400px) {
    .ps-break-mobile {
        width: 100%;
    }

    .ps-break-mobile-2 {
        width: 50%;
    }

    .material-infobox-right span {
        font-size: 11.5px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .ps-break-mobile-2 {
        width: 100% !important;
    }

    .ps-break-mobile-3 {
        width: 100% !important;
    }

    .material-infobox-right span {
        font-size: 14px !important;
    }

    .material-infobox-right small {
        display: inline;
    }
}


@media only screen and (max-width: 1300px) {
    .material-infobox-right small {
        display: none;
    }
}


html, body {
    height: 100%;
}

.white {
    color: #fff0f5;
}

.red {
    color: #E20000;
}

.blue {
    color: #004A7F;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.left {
    width: 40%;
    float: left;
}

.right {
    width: 60%;
    float: right;
}

.center {
    text-align: center;
}

.w20p {
    width: 20%;
}

.w40p {
    width: 40%;
}

.w60p {
    width: 60%;
}

.w100p {
    width: 100%;
}

.w20 {
    width: 20px;
}

.w40 {
    width: 40px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
    display: block;
    margin: 0px 0px 100px 0px;
}

.l10 {
    margin-left: 10px;
}

.t20 {
    margin-top: 20px;
}

.maxw-30 {
    max-width: 20px;
}

.main-header {
    background-color: #ECEFF1;
    position: fixed;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.top-link {
    color: #00519E !important;
    background-color: #CFD8DC !important;
}

.main-sidebar {
    background-color: #EFEFEF;
}

.content-wrapper {
    background-color: #ecf0f5 !important;
    padding: 60px 0 0 0;
}

.form-group {
    margin-bottom: 10px;
}

.sidebar-menu {
    color: #eee;
    position: fixed;
}

.profileimage {
    width: 28px;
    height: 28px;
    float: left;
    background: #fff;
    color: #004a7f;
    border-radius: 50%;
    margin: 5px 10px 0 10px;
    font-size: 20px;
    padding: 0 0 0 6px;
}

.accountinfo {
    display: block;
    margin: 20px 0 20px 10px !important;
    font-size: 12px;
}

/* Backgrounds */
.ps_logout {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 1px 5px 1px 5px;
    margin: 1px 10px 2px 0px;
}

.ps_logoWrapper {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
}

.ps_image {
    margin-left: 10px;
    margin-top: 10px;
}

.ps_file {
    margin: 10px 0 10px 20px;
}

.ps_editLogo {
    width: 50%;
    height: auto;
}

.ps_indexLogo {
    width: auto;
    max-width: 200px;
    height: auto;
}

.ps_editSignature {
    margin: auto auto;
    width: 100%;
}

.ps_logout:hover {
    background-color: #fff;
    color: #004A7F;
}

.ps-text-x-large {
    font-size: 16px;
}

.ps-check-pos {
    color: #008000;
}

.ps-check-neg {
    color: #ff0000;
}

.ps-no-results {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 15px !important;
}

.ps-checkboxwrapper {
    padding: 0 0 0 30px;
}

.ps-checkbox {
    display: inline-block;
    position: absolute;
    border: 1px solid #999;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin: 2px 0 0 -25px;
}

.ps-checkbox-active {
    background-color: #004A7F;
    border: 1px solid #004A7F;
}

    .ps-checkbox-active:before {
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        font-size: 14px;
        margin: -3px 0 0 1px;
        display: inline-block;
        position: absolute;
    }

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dropdown-toggle {
    margin: 0 20px 20px 0;
}

.caret {
    float: right;
    margin: 8px 0 0 0;
}

.filter-input {
    width: 60%;
    padding: 6px;
    float: left;
    margin: 1px 0 0 0;
    border-radius: 3px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

    .filter-input:disabled {
        background-color: #f2f2f2;
        cursor: not-allowed;
    }

.selectedMechanics {
    margin: 45px 0 0 0;
    padding: 10px;
    color: #999;
    border: 1px solid #dedede;
    border-radius: 3px;
}

/* Custom Modal */
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

    .modalDialog > div.cmodal-large {
        max-width: 900px;
        width: 98%;
        height: auto;
        margin: 2% auto;
        padding-bottom: 15px;
    }

    .modalDialog > div.cmodal-medium {
        max-width: 600px;
        width: 98%;
        height: auto;
        margin: 2% auto;
    }

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 600px;
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 10% auto;
        padding: 5px 20px 20px 20px;
        background: #fff;
        color: #666;
        font-size: 16px;
        border-radius: 5px;
    }

.cmodal-h3 {
    margin: -5px 0 20px -20px;
    padding: 12px 0 14px 20px;
    min-width: 600px;
    width: 100%;
    background: #2196F3;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-top-left-radius: 4px;
    text-transform: uppercase;
    border-top: 3px solid #1976D2;
}

.close-cmodal {
    color: #fff !important;
    line-height: 25px;
    font-size: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 46px;
    height: 46px;
    margin: -10px -10px 0 0;
    padding: 8px 0 0 0;
    background: #1976D2;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    transition: color .1s ease-in;
    border-top-right-radius: 4px;
}

    .close-cmodal:hover {
        color: #64B5F6 !important;
    }

.cmodal-bottom-line {
    margin: 15px 0 20px -20px;
    width: 600px;
    border-bottom: 1px solid #ccc;
}

.bg_haendler {
    color: #fff;
    border-radius: 2px;
    padding: 4px;
}

.ps_button_inactive {
    background-color: #dedede;
    float: left;
    color: #ababab;
    padding: 8px;
    border-radius: 2px;
    border: none;
    margin-left: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 3px 0px rgba(0,0,0,0.2);
}

.ps_button {
    background-color: #1565C0;
    float: left;
    color: #fff;
    padding: 8px;
    border-radius: 2px;
    border: none;
    margin-left: 10px;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 3px 0px rgba(0,0,0,0.2);
}

    .ps_button:hover {
        background-color: #0D47A1;
        color: #fff;
    }

.ps_button_warn {
    background-color: #D84315 !important;
}

    .ps_button_warn:hover {
        background-color: #FF5722 !important;
    }

.ps_button_deactivated {
    background-color: #cdcdcd !important;
    color: #787878 !important;
    cursor: not-allowed;
}

.ps-inline-button {
    float: none;
    margin: 15px 0 0 0;
    width: 170px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.ps_radiobutton {
    margin: 15px 0px 0px 10px !important;
}

.ps_upload {
    width: 95%;
}

.ps_subInfo {
    color: #bbb;
}

.ps_blockedInfo {
    color: #F44336;
}

.ps_blockedInfoRow > td {
    color: #bbb;
}

.ps_statisticPack {
    color: #FFC107;
}

.ps_statisticPack {
}

.ps_colorbox {
    position: absolute;
    margin: 0px 0px 0px 65px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ps_warning {
    padding: 10px;
    margin: 20px 0px 20px 20px;
    font-size: 18px;
    color: #D84315;
    border: 1px solid #FF5722;
    border-radius: 3px;
    background-color: #FFCCBC;
    width: 50%;
}

.ps_infoBox {
    padding: 5px;
    /* color: #2196F3; */
    font-size: 14px;
    background-color: #eee;
    border: 1px solid #2196F3;
    border-radius: 3px;
    display: block;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
    max-width: 500px;
}

.ps_top {
    vertical-align: top;
}

.ps_dropdown {
    margin: 10px 0 10px 10px;
    padding: 8px;
    border: 1px solid #dedede;
    width: 100%;
    background-color: #fdfdfd;
}

.ps-checkbtn {
    background: #fff;
}

    .ps-checkbtn.active:hover {
        background-color: #006EBC !important;
        color: #fff;
        box-shadow: none;
    }

td.active.day {
    background-image: none !important;
    background-color: #004A7F !important;
}

.ps-checkbtn:active, .ps-checkbtn.active {
    background: #1565C0;
    color: #fff;
    border: 1px solid #1565C0;
}

.button_wrapper {
    margin-top: 10px;
}

.PsLogoTop {
    width: auto;
    height: 45px;
}

.PsLogoProfile {
    width: 180px !important;
    height: auto !important;
}

.logoL {
    position: absolute;
    right: 10px;
    top: 45px;
}

    .logoL img {
        width: auto;
        height: 150px;
    }

.innerbox {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 3px;
}

.dashed {
    border: 3px dashed #ccc;
}

.labels {
    /* font-size: 18px;*/
    margin: 0px 0px 0px 0px;
}

.colorpicker {
    height: 50px;
    border: 0px solid;
    background-color: #fff;
    margin: 0 0 0px 10px;
}

.hidden {
    display: none;
}

.checkbox {
    margin: 0px 0px 0px 20px;
}

a.sidebarLink {
    color: #2196F3;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    transition: color .25s ease-in;
}

    a.sidebarLink:visited {
        color: #2196F3;
    }

a.sidebarLight, a.sidebarLight:visited {
    color: #b8c7ce;
}

a.sidebarLink:hover {
    color: #F44336;
}

a.sidebarLinkWarn {
    color: #F44336;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    transition: color .25s ease-in;
}

    a.sidebarLinkWarn:visited {
        color: #F44336;
    }

    a.sidebarLinkWarn:hover {
        color: #e20000;
    }

.ps_profileCircle {
    height: 40px;
    width: 40px;
    float: left;
    display: inline-block;
    font-size: 32px;
}

.ps_profileLogin {
    margin: 3px 20px 0px 0px;
    display: inline-block;
    float: right;
}

/* Overriding styles */
.box-footer {
    height: 60px !important;
    padding: 0;
    text-align: right !important;
}

/* Form Styles */
input {
    outline-width: 0;
}

.textfield {
    border-bottom: 1px solid #006EBC;
    color: #006EBC;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 3px;
    margin: 10px;
    font-size: 14px;
    -webkit-transition: border-bottom .25s ease-in, color.25s ease-in;
    -moz-transition: border-bottom .25s ease-in, color.25s ease-in;
    -o-transition: border-bottom .25s ease-in, color.25s ease-in;
    -ms-transition: border-bottom .25s ease-in, color.25s ease-in;
    transition: border-bottom .25s ease-in, color.25s ease-in;
}

    .textfield:focus {
        border-bottom: 1px solid #E20000;
        color: #E20000;
    }

.ps_textarea {
    width: 100%;
    max-width: 100% !important;
    height: 600px;
}

input.cb {
    margin-left: 10px;
}

.field-validation-error {
    margin: 12px;
    display: block;
}

.fill-width {
    width: 100%;
}

.ps-pagination {
    width: 100%;
    margin: 30px auto 0 auto;
    position: relative;
    height: 50px;
    text-align: center;
}

    .ps-pagination div:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .ps-pagination div:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #dedede;
    }

    .ps-pagination div.active {
        background: #dedede;
    }

        .ps-pagination div.active:hover {
            background: #cdcdcd;
        }

.ps-pagination-inner {
    display: inline;
    padding: 8px 12px 8px 12px;
    margin: auto auto;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    min-width: 40px;
    text-align: center;
}

    .ps-pagination-inner:hover {
        background: #dedede;
    }

.ps-pagination-divider {
    border-top: none;
    border-bottom: none;
    color: #2196F3;
}

    .ps-pagination-divider:hover {
        background: #fff;
    }

.ps-infoSpan {
    display: inline-block;
    color: #bbb;
    padding: 10px 0 0 20px;
    font-style: italic;
}

.ps-border-grey {
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding: 5px 20px 15px 20px;
}

    .ps-border-grey:last-child {
        border-bottom: none;
    }

    .ps-border-grey:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.main-sidebar {
    background: #222d32;
}

/* Material Design Stuff */
.material-wrapper {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 0 10px 20px 10px;
    padding: 0;
    border-radius: 3px;
    height: 100px;
}

.material-infobox-left {
    width: 30%;
    height: 100px;
    padding: 24px 0 0 0;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.material-infobox-right {
    height: 100px;
    width: 70%;
    padding: 10px 0 0 20px;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .material-infobox-right span {
        font-size: 12.5px;
        display: block;
    }

    .material-infobox-right small {
        font-size: 14px;
    }

.material-blue {
    background: #2196F3;
}

.material-blue-dark {
    background: #1976D2;
}

.material-blue-light {
    background: #64B5F6;
}

.material-yellow {
    background: #FDD835;
}

.material-yellow-dark {
    background: #FBC02D;
}

.material-yellow-light {
    background: #FFEE58;
}

.material-green {
    background: #8BC34A;
}

.material-green-dark {
    background: #689F38;
}

.material-red {
    background: #F44336;
}

.material-red-dark {
    background: #D32F2F;
}

.material-turqoise {
    background: #009688;
}

.material-turqoise-dark {
    background: #00796B;
}

.material-turqoise-light {
    background: #4DB6AC;
}

.material-purple {
    background: #9C27B0;
}

.material-purple-dark {
    background: #7B1FA2;
}

.material-purple-light {
    background: #BA68C8;
}

.material-cyan {
    background: #00BCD4;
}

.material-cyan-dark {
    background: #0097A7;
}

.material-cyan-light {
    background: #4DD0E1;
}

.material-black {
    background: #000000;
}

.material-black-light {
    background: #222222;
}

.material-floating-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
}

    .material-floating-button.material-blue-light:hover {
        background: #2196F3;
    }

    .material-floating-button.material-yellow-light:hover {
        background: #FDD835;
    }

    .material-floating-button.material-purple-light:hover {
        background: #9C27B0;
    }

    .material-floating-button.material-turqoise-light:hover {
        background: #009688;
    }



.btn-box-tool {
    color: #fff !important;
}

.box-primary {
    border-top-color: #1976D2 !important;
}

    .box-primary div.box-header {
        background: #2196F3;
        color: #fff;
    }

.box-success {
    border-top-color: #7CB342 !important;
}

    .box-success div.box-header {
        background: #8BC34A;
        color: #fff;
    }

.box-danger {
    border-top-color: #D32F2F !important;
}

    .box-danger div.box-header {
        background: #F44336;
        color: #fff;
    }

.box-warning {
    border-top-color: #FFA000 !important;
}

    .box-warning div.box-header {
        background: #FFC107;
        color: #fff;
    }

.box {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 3px 8px rgba(0,0,0,0.16);
}

a.logo {
    background-color: #CFD8DC;
}

.ui-autocomplete {
    background: #fff;
    max-width: 200px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ui-menu-item {
    color: #000;
    padding: 5px 10px 5px 10px;
    margin: 3px;
    list-style: none;
    border-radius: 3px;
}

    .ui-menu-item:hover {
        background: #1565C0;
        color: #fff;
        cursor: pointer;
    }

.selectedMechanic {
    display: inline-block;
    padding: 0 10px 5px 10px;
    background: #efefef;
    border-radius: 3px;
    margin: 0 20px 10px 0;
}

    .selectedMechanic:before {
        font-family: fontawesome;
        content: "\f007";
        padding: 0 5px 0 0;
    }

.selectedLocation {
    display: inline-block;
    padding: 0 10px 5px 10px;
    background: #efefef;
    border-radius: 3px;
    margin: 0 20px 10px 0;
}

    .selectedLocation:before {
        font-family: fontawesome;
        content: "\f1ad";
        padding: 0 5px 0 0;
    }

.remove {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #F44336;
    border-radius: 50%;
    color: #fff;
    margin: 5px 0 0 10px;
    padding: 0 0 0 5px;
    cursor: pointer;
}

    .remove:before {
        font-family: fontawesome;
        content: "\f00d";
        margin: -1px 0 0 0;
    }

.meta_remarks {
    width: 600px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* Color Picker */
.sp-replacer {
    margin: 10px 0 10px 10px;
    width: 200px;
    border: none;
    background: #fff;
    padding: 0px;
    border-radius: 3px;
}

.sp-preview {
    width: 100%;
    min-height: 40px;
    border: none;
}

.sp-preview-inner {
    border-radius: 3px;
}

.full-spectrum > .sp-dd {
    display: none;
}

.sp-container {
    background: #efefef;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .sp-container button {
        height: 35px;
        font-weight: lighter;
        background: #1565C0;
        color: #fff;
        text-shadow: none;
        border: none;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 3px 0px rgba(0,0,0,0.2);
    }

        .sp-container button:hover {
            background: #0D47A1;
            text-shadow: none;
            font-weight: lighter;
            border: none;
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 3px 0px rgba(0,0,0,0.2);
        }

.sp-input {
    background: #222d32;
    color: #fff;
}

/* PS Floating Action Button */

.ps-floating-button {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 0px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    cursor: pointer;
    background: rgba(178, 53, 61,0.8);
}

    .ps-floating-button i {
        font-size: 32px;
        line-height: 60px;
        margin: 0 0 -8px 2px;
    }

.ps-radio-settings {
    margin: 4px 0 0 12px !important;
}

.ps-link_deactivated {
    color: #bbb !important;
    cursor: help;
}

.controllerModeInfo {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 50px;
    margin: 0 200px 0 0;
    max-height: 50px;
    white-space: nowrap;
}

.controllerModeExit {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0 40px 0 40px;
    background: rgb(168, 21, 80);
}

    .controllerModeExit:hover {
        color: #eee;
    }

.ps-dropdown {
    background: #efefef;
    border: none;
    color: #565656;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px 0 10px;
}

    .ps-dropdown:hover {
        background: #1565C0;
        border: none;
        color: #fff;
    }

.ps-dd-ul {
    margin: -15px 0 0 -100px;
    text-align: left;
    width: 240px;
}

    .ps-dd-ul > li > a, .ps-dd-ul > li > a:visited, .ps-dd-ul > li > a:active {
        color: #1565C0;
    }

        .ps-dd-ul > li > a:hover {
            color: #0D47A1;
        }

        .ps-dd-ul > li > a > i.fa {
            margin: 0;
            width: 25px;
        }

.ps-material-label {
    display: block;
    font-size: 11px;
    font-weight: bolder;
    margin: 0 0 -8px 13px;
    color: #0B3B82;
}

.ps-subtext-grey {
    color: #bbb;
    font-size: 12px;
    display: inline-block;
}

.ps-tbl-head {
    text-transform: uppercase;
    margin: 0 0 4px 0;
    display: inline-block;
}

.ps-custom-line-height {
    line-height: 14px !important;
}

.box-title {
    font-size: 15px !important;
}

.ps-material-label-modal {
    display: block;
    font-size: 11px;
    font-weight: bolder;
    margin: 0;
    color: #0B3B82;
}

.ps-scheiben {
    color: #DB0132;
    font-weight: bolder;
    display: inline-block;
    font-size: 24px;
    margin: 7px 0 0 10px;
}

.ps-check {
    display: inline-block;
    color: #00519E;
    font-weight: bolder;
    font-size: 24px;
}

.validation-summary-errors > ul > li {
    list-style: none !important;
}

.ps-table-month {
    background: #efefef;
    color: #999;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.ps-save-cars {
    background: #2196F3;
    display: inline;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
}

.ps-edit {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin: 0 0 0 76px;
    background: #ddd;
    color: #2196F3;
}

    .ps-edit:hover {
        color: #efefef;
    }

.ps-save-cars:hover {
    background: #1976D2;
}

.ps-select-car {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 3px;
    margin: 0 10px;
}

    .ps-select-car:focus {
        outline: none;
        border: 1px solid #555;
    }

#toast {
    width: 400px;
    height: 20px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-family: Calibri;
    font-size: 20px;
    border-radius: 25px 25px 25px 25px/ 50% 50% 50% 50%;
    padding: 12px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
