﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.top-title {
    font-size: 18px;

}
.center-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 430px;
    margin: auto;
}
.table td {
    border-color: #188E41;
    padding:20px 0;
    font-size:1.2em;
}
select.form-control {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 1.2em;
    height: 50px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #0cb479;
    border-color: #0cb479;
}
.form-control {
    border-radius: 30px;
    padding: 24px 20px;
    font-size: 1.2em;
}
.form-control.dropdown {
    border-radius: 30px;
    padding: 0 12px;
    font-size: 1.2em;
    height: 48px;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: lightgray;
}

    .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: lightgray;
        opacity: 1;
    }

    .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: lightgray;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: lightgray;
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: lightgray;
    }

    .form-control::placeholder { /* Most modern browsers support this now. */
        color: lightgray;
    }
.text-danger ul {
    list-style-type: none;
    padding:0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox] {
    width:20px;
    height:20px;
    margin-top:5px;
}

.checkboxLabel {
    font-size:1.2em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-danger {
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 12px 0;
    width: 100%;
    margin: 0px;
    font-size: 1.2em;
}

.btn-primary {
    color: #fff;
    background-color: #0cb479;
    border-radius: 30px;
    border: none;
    padding:12px 0;
    width: 100%;
    margin:0px;
    font-size:1.2em;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #0cb479;
        border-color: #fff;
    }
    .btn-primary:active {
        background-color: #fff;
        color: #0cb479;
        border-color: #0cb479;
    }
    .btn-primary:disabled {
        background-color: #fff;
        color: #0cb479;
        border-color: #0cb479;
    }
    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #E4E6E8;
        border-color: #E4E6E8;
    }

.vehicle-card {
    border: 2px solid #0cb479!important;
    border-radius:25px;
}
.dark-border {
    border: 1px solid #00323C;
    border-radius: 30px;
}
.navbar-brand img {
    background: #0cb479;
    border-radius: 30px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    background: #00323C;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
a.job:hover, a.job:active {
    text-decoration:none;
}

.badge-primary {
    background: #0cb479!important;
}

.border-top {
    border-top: 1px solid #0cb479 !important;
    margin-bottom: -1px;
}

.border-bottom {
    border-bottom: 1px solid #0cb479 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    min-height: 100%;
    position: relative;
    /*background-image: url(/images/dotted-bg.png);*/
    background-position: center top;
    background-repeat: repeat-y;
    background-repeat: repeat-x;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 130px;
    background:none;
    color:#fff;
}

header {
    background: #00323C;
}
    header img {
        max-width: 50px;
    }
        header img.settings, header img.logout {
            background-color: #0cb479;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #0cb479;
}
.footerSignup {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: #00323C;
    height: 120px;
    box-shadow: 0 0px 40px 30px #00323C;
    background: #0cb479;
    padding: 35px 0 0;
}

.AddressFooter {
    padding: 0 !important;
    height: 210px !important;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    text-align: center;
    background: #00323C;
    height: 75px;
    box-shadow: 0 0px 40px 30px #00323C;
}
    .footer .left-footer-links {
        color: #fff;
        background-color: #0cb479;
        border-radius: 30px;
        border: none;
        width: 100%;
        margin: 0px;
        font-size: 1.2em;
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        padding: 10px 6px 4px;
    }
    .footer .left-footer-links a {
        width: 33.3%;
        position:relative;
    }
    .footer .right-footer-link a {
        width: 100%;
    }
        .footer .right-footer-link a img {
            width: 52px;
            height: 52px;
            background: #0cb479;
            border-radius: 30px;
        }
    .footer .left-footer-links a:after {
        content:"";
        background-color: #00323C;
        height:30px;
        width:2px;
        position:absolute;
        top:3px;
        right:0;
    }
        .footer .left-footer-links a:last-child:after {
            background-color: transparent!important;
        }
    .footer a {
        float: left;
    }

        .footer a img {
            height: 40px;
        }

        .footer a p {
            color: #0cb479;
            padding: 0;
        }

        .footer a.active p {
            color: #fff;
        }

.icons {
text-align: center;
}
.icons a {
    width: 50%;
    float: left;
}
    .icons a img {
        height: 50px;
    }
    .icons a p {
        color: #0cb479;
    }
.ql-head {
    color: #0eb479 !important;
}
h1 {
    font-size:1.8em;
}
h2 {
    padding:10px 0;
    font-size:1.3em;
}
h3 {
    padding: 10px 0 0;
    font-size: 1.3em;
}
p {
    padding: 0 0 10px;
    font-size: 1em;
    color: #0cb479;
}


h1, h2, h3, h4, h5, a {
    color: #fff;
}
    a.link-style {
        padding-bottom: 2px;
        border-bottom: 2px solid #188E41;
        font-size: 0.9em;
    }
    a:hover {
        color: #188E41;
        text-decoration:none;
    }

p, span {
    margin: 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
}


.footer a.active img {
    color: #fff;
}

.footer a:active {
    text-decoration:none;
}
.card {
    border: none;
    background: #0cb479;
    border-radius: 25px;
    padding:20px 20px 10px;
}

    .card img {
        max-width:30px;
    }

#map p {
    color: #00323C;
}

.file-div {
    background: #00323C;
    border: 2px dashed #fff;
    border-radius: 20px;
    padding: 20px 20px 30px;
}

.custom-file-upload {
    border: 2px solid #0cb479;
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 10px;
    cursor:pointer;
}

input[type="file"] {
    display: none;
}
.sortcode {
    padding-right:0;
}
.sortcode .form-control {
    height: 50px;
    width: 50px;
    padding:0 13px;
    float:left;
}
    .sortcode span {
        text-align: center;
        color: #0cb479;
        font-weight: bold;
        font-size: 1.2em;
        display: inline-block;
        margin-top: 6px;
        float:left;
        padding:0 5px;
    }
.footerSignup.dark {
    background: #00323C;
}

    .footerSignup.dark a.btn-dark {
        background: #0cb479;
        padding: 0px 16px 0 13px;
        font-size: 3em;
        line-height: 1.2em;
        margin-top: -8px;
    }
.inverted {
    background: #00323C !important;
    border: 2px solid #0cb479;
}
.inverted-text {
    background: #00323C !important;
    border: 2px solid #0cb479;
    padding:10px 10px;
}
.meter {
    height: 6px;
    position: relative;
    background: #fff;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
    .meter > span {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #00323C;
        background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        position: relative;
        overflow: hidden;
        margin-top:5px;
    }
a.btn-dark {
    background: #00323C;
    padding: 0px 16px 0 13px;
    font-size: 3em;
    line-height: 1.2em;
    margin-top: -8px;
}
.card p {
    padding-bottom:5px;
}

.modal.show .modal-dialog {
    height: 100%;
    margin: 0;
}
.modal-header {
    border:none;
}
.modal-content {
    height: 100%;
    background: url(/images/swish_more.png) #0cb479 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-header .close {
    margin: 0;
}

.modal img {
    background: #00323C;
    max-width: 50px;
}

.text-big {
    font-size: 3em;
    padding: 0;
}
.text-medium {
    font-size: 2em;
}
.text-normal {
    font-size: 1.5em;
}
.menu-logout {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
}
.modal.modal-inverted .modal-content {
    background: #00323C;
}
.modal.modal-inverted img {
    background: #0cb479;
}
.modal .footer {
    max-width:498px;
}
.modal-white .modal-content {
    height: 100%;
    background: #fff;
}
#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.carousel {
    min-height: 600px;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    background: #0cb479;
    opacity:1;
    margin:0 5px;
}
.carousel-indicators .active {
    background: #fff;
    width:50px;
}
.carousel-item {
    height: 500px;
    margin-top: 30px;
    padding:0 8px;
}
    .carousel-item .item-content {
        background: #0cb479;
        background-image: url(/images/top-right-dark.png), url(/images/lower-swish-dark.png);
        background-position: right top, left bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 50% 40%, 120% 40%;
        border-radius: 30px;
    }
    .carousel-item p {
        line-height: 500px;
    }
#enable-authenticator {
    margin-bottom:15px;
}
.timeline-effect .badge {
    width: 0px;
    height: 0px;
    padding: 3px;
    background: #0cb479;
    border: #00323C 2px solid;
}
    .timeline-effect .badge.badge-block {
        background: #00323C;
    }
.timeline-effect .badge-header {
    line-height: 0;
    margin-bottom: 0;
}
.timeline-effect .line {
    background: #00323C;
    width: 2px;
    height: 100%;
    float: right;
    margin-left: 0px;
}
.timeline-effect:last-child .line {
    display:none;
}
.timeline-effect .ShipmentDateDiv {
    margin-top: -3px;
    font-size: 0.85em;
}

.AdvertisedJobDiv .line {
    background: #0cb479;
}
.AdvertisedJobDiv .badge {
    background: #00323C;
    border: #0cb479 2px solid;
}
.Expander {
    height: 53px;
    overflow: hidden;
}
    .Expander.active {
        height:auto;
    }
.arrow-image {
    margin-top: -3px;
    transform: rotate(-90deg);
}
.Expander.rotate .arrow-image {
    transform: rotate(0deg);
}
.button-div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-icon {
    padding: 5px;
    border: #00323C solid 1px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    max-width: 100px;
}

.rounded-circle {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #212529;
}