﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}
@font-face {
    font-family: 'TT Hoves Regular';
    src: url('../fonts/TT Hoves/TT Hoves Regular.otf') format('opentype');
}
html, body {
    height: 100%;
    margin: 0;
    width: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
    width: 15px;
}

.validation-summary-errors {
    color: #FF2C58;
    text-transform: lowercase !important;
}

.validation-summary-valid {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-default {
    background: #F5F5F5;
}

.bg-default-dark {
    background: #a9a9a9;
}

.btn-circle {
    border-radius: 15px;
}

#title-block {
    background: url("../../Images/banner_image.png");
    display: block;
    /*background-color: #08588b;*/
    border-top-style: solid;
    border-top-color: #FF2C58 !important;
    border-top-width: 4px;
}

    #title-block h2, h1 {
        color: #39403F;
        padding-bottom: 10px;
        padding-top: 10px;
    }

ul li {
    list-style: none;
}


footer a {
    font-size: 11px;
}

h1, h2, h3, h4 {
    font-weight: 600;
}


div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    width: 250px;
    top: -3.3em;
    left: 10em;
}

@media only screen and (max-width: 400px) {
    div.dataTables_wrapper div.dataTables_filter {
        position: absolute;
        width: 250px;
        top: 0em;
        left: 0em;
    }

    .top {
        position: absolute;
        top: 1em;
        left: 0em;
    }
}






@media only screen and (max-width: 360px) {
    .ChartStyle {
        width: 420px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
    .ChartStyle {
        width: 420px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (min-width:600px) {
    .ChartStyle {
        width: 560px;
        margin-bottom: 50px;
    }
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .ChartStyle {
        width: 560px;
        margin-bottom: 50px;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .ChartStyle {
        width: 560px;
        margin-bottom: 50px;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .ChartStyle {
        width: 560px;
        margin-bottom: 50px;
    }
}

.bg-Jaffa {
    background-color: #F58634 !important;
}

.bg-Cerulean-1 {
    background-color: #ff2c58 !important;
}

.bg-Cerulean {
    background-color: #00c0ef !important;
}

.bg-VeniceBlue {
    background-color: #08588B !important;
}

/*.bg-Scheduled {
    background-color: #ff2c58 !important;
}

.bg-Pending {
    background-color: #9E9E9E !important;
}

.bg-Accepted {
    background-color: #00ccff !important;
}

.bg-Ongoing {
    background-color: #f58634 !important;
}

.bg-Complete {
    background-color: #4CAF50 !important;
}*/

.bg-danger {
    background-color: #ff0000 !important;
}

/*.bg-Drivers-Online {
    background-color: #2962FF !important;
}*/

.bg-Ongoing,.bg-Complete  {
    border: 1px solid #e9ecef;
    background-color: transparent;
}

.bg-Drivers-Online 
 {
    border: 1px solid #dee1e3;
    background-color: transparent;
}

.bg-Scheduled,.bg-Pending,.bg-Accepted {
    border: 1px solid #dee1e3;
    background-color: transparent;
}

.bg-CoolGray5 {
    background-color: #c5c5c5 !important;
}



.table-no-border thead > tr > th, .table-no-border tbody > tr > th, .table-no-border tfoot > tr > th, .table-no-border thead > tr > td, .table-no-border tbody > tr > td, .table-no-border tfoot > tr > td {
    border-top: 0px solid #fff !important;
    border: none;
}

#title-block-client {
    border-top: solid;
    border-top-color: #607d8b;
    border-top-width: 1px;
    padding-top: 20px;
}

    #title-block-client .text-primary {
        color: #6C808C !important;
    }

.footer-block-client {
    background: url("../Images/footer_truck_design.png") no-repeat center bottom;
    /*height:100%;*/
    /*padding: 20px 20px 20px 20px;*/
    background-position: 90% 10%;
    height: 150px;
}

/*Bootstrap 4 customise styles*/

.form-check-input {
    margin-top: 0rem !important;
}
 /*.oddcolor:nth-child(even) {
    background-color: #dddddd;
}*/


.dark-bg {
    background: url('../../Images/banner_image.png');
    height: 260px;
    position: relative;
    z-index: -1;
    background-size: cover;
}

.blue-bg {
    background: #ff2c58 !important;
    background-color: #ff2c58 !important;
    height: 260px;
    position: relative;
    z-index: -1;
}
.form-group {
    position: relative;
    margin-bottom: 1.3rem;
}
.table thead th{
    font-weight:600!important;
    vertical-align: middle!important;
}
.table td{
    font-size:0.9rem!important;
    
}
.form-horizontal .control-label{
    text-indent:0px!important;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

#dropdownMenuButton:focus {
    background-color: #f4f4f4;
    border-top-left-radius: 10px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: small !important;
    font-weight: 600 !important;
    text-transform:lowercase!important;
}

.form-error {
    color: #b94a48;
    position: absolute !important;
    width: 100% !important;
    font-size: small !important;
    text-align: left !important;
    font-weight: 600 !important;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

/*Bootbox button styling*/
.bootbox-btn-primary {
    background: #ff2c58!important;
    border: 2px solid #ff2c58!important;
    text-transform: lowercase;
    border-radius: 0px !important;
    min-width: 150px;
    min-height: 30px;
    font-weight: 400;
    color: #fff !important;
}

.bootbox-btn-default {
    border: 2px solid #6c757d!important;
    text-transform: lowercase;
    border-radius: 0px !important;
    min-width: 150px;
    color: #6c757d!important;
    min-height: 30px;
    font-weight: 400;
}

/*notice market place bootbox design*/
#Notice .modal-header {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

#Notice .modal-body {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

#Notice .footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    text-align: right !important;
}

#Notice .btn {
    color: #ff2c58;
    cursor: pointer;
}
/*market hour css*/
#marketHour .modal-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    font-size: 18px !important;
}

#marketHour .modal-body {
    text-transform:lowercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    /*border-top: 1px solid !important;*/
}

#marketHour .footer {
    padding-left: 0rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0rem !important;
    text-align: right;
}

#marketHour .modal-dialog {
    max-width: 365px !important;
    max-width: 500px !important;
    top: 150px !important;
}

/*#marketHour td {
    padding: 0.5rem 2rem 0rem 0rem !important;
}*/

#marketHour th {
    font-weight: 500 !important;
}

.primary-block {
    width: 25% !important;
    padding: 3px !important;
    background-color: #4C4CFF !important;
}

#marketHour .btn-primary {
    background: #ff2c58 !important;
    text-transform: lowercase;
    border-radius: 5px !important;
    border-radius:0px!important;
}

#marketHour .modal-content {
    background-color: #efefef !important;
}

/*Main radio button styling for request delivery page*/
#SecDeliverySize .radio-title {
    color: #39403f;
    padding: 20px 0px 2px 0px;
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
    font-family: TT-Hoves-Regular;
    text-transform: lowercase;
    letter-spacing: normal;
    position: relative;
}

#SecDeliverySize .radio-spec {
    color: #39403f;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

#SecDeliverySize .radio-img {
    padding: 2px 0px 20px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

    /*Service level radio button styling for request delivery page*/
#SecServiceLevel .radio-title {
    color: #39403f;
    padding: 25px 0px 0px 0px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
   
    text-transform: lowercase;
    letter-spacing: normal;
    position: relative;
}

#SecServiceLevel .radio-spec {
    color: #39403f;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

#SecServiceLevel .radio-img {
    padding: 2px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

#SecServiceLevel .custom-tooltip {
    position: relative !important;
    text-align: right;
    right: 0 !important;
    bottom: 0 !important;
}

/*bootstrap version-5 migration issue fixes start
*/
.modal-dialog-scrollable {
    display: block!important;
}
hr:not([size]) {
    height: 0px!important;
}

/*bootstrap version-5 migration issue fixes ends
*/
