﻿/* 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. */


body {
    font-family: 'Roboto', sans-serif;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.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 {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.datatable-font-size {
    font-size: 13px !important;
}

.hide_column {
visibility:hidden;
}
/*customising legend*/
/*.fieldset {
    padding-top: 48px;*/ /*legend height(18px) + top value(15px) + bottom spacing(15px) */
/*position: relative;
}

legend {
    height: 18px;*/ /* Default Height of non-styled legend element with default font-size of 16px as tested at time of this posting */
/*left: 15px;*/
/*margin:15px 0;*/ /* Margins initially trying to achieve */
/*}*/
.row_selected {
    background-color: #EA2948 !important;
    color: white;
}

.nav-tabs .nav-link {
    margin-bottom: -1px !important;
    background-color: #EA2948 !important;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white !important;
    margin: 1px !important;
}


.nav-link.active {
    color: #EA2948 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

/*table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: red !important;
    color: white;
    cursor: pointer;
}
*/

table.dataTable.display tbody tr:hover, table.dataTable.order-column.hover tbody tr:hover {
    /*    background-color: red !important;
    color: white;*/
    cursor: pointer;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #EA2948 !important;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{*/
/*color: #333 !important;*/
/*border: 1px solid #EA2948 !important;*/
/*background-color: #EA2948 !important;
    color: none !important;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
    background-color: #EA2948 !important;
}






.dataTables_wrapper .dataTables_length select {
    border: 1px solid #EA2948 !important;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
}


.container-fluid-05 {
    width: 100%;
    padding-right: 0.5px !important;
    padding-left: 0.5px !important;
    margin-right: auto;
    margin-left: auto;
}

egend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 16px !important;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

#save-delivery:hover {
    background: green;
    color:white;
}


.side-navbar-links-container {
    padding: 10px;
    font-size: 25px;
}

.side-navbar-links {
    text-decoration: none;
    color: white;
}


.side-navbar {
    display: none;
    height: 100vh;
    border-left: solid 2px red;
    position: absolute;
    right: 0;
    color: white;
    background: #EA2948;
    top: 0;
    width: 340px;
    z-index: 100  !important;
}

.close-side-navbar {
    border: none;
    background: #EA2948;
    color: white;
    font-size: 45px;
    width: 50px;
}

a:hover {
    /*color: white;*/
    text-decoration: none;
}


/*.forgot-password > a:hover {
    color: black;
    text-decoration: none;
}*/

.offcanvas-active {
    overflow: hidden;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

    .screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

.offcanvas {
    width: 350px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}
    .offcanvas a:hover {
        color: #EA2948 !important;
        background-color:white !important;
    }

    .offcanvas.offcanvas-right {
        right: 0;
        left: auto;
        transform: translateX(100%);
    }

    .offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        transition: transform .2s;
    }

    .offcanvas .btn-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    
    
    .customise-slim-select{
        height: 37px !important;
        font-size:1rem;
    }

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 37px !important;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
}

textarea {
    resize: none;
}


.display-none{
    display:none;
}

.parcel-wrapper{
height: 580px;
overflow-x: hidden;
overflow-y: auto;
}

/*.zoom {*/
    /*animation: zoom-in-zoom-out 7s infinite;*/
    /*animation-duration: 3s;
    animation-name: zoom-in-zoom-out;
    animation-iteration-count: infinite;
}*/


/*@keyframes zoom-in-zoom-out {*/
/*    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }*/
    /*0% {
        background-color: red;
    }

    25% {
        background-color: yellow;
    }

    50% {
        background-color: blue;
    }

    100% {
        background-color: green;
    }
}*/

/*div {
    width: 100px;
    height: 100px;
    background-color: red;
    animation-name: example;
    animation-duration: 8s;
}*/
/*
@keyframes example {
    0% {
        background-color: red;
    }

    25% {
        background-color: yellow;
    }

    50% {
        background-color: blue;
    }

    100% {
        background-color: green;
    }
}*/

/*Background colour of active button in pagination: */

/*ul > li.paginate_button.active > a {
    background-color: #FF9E43 !important;
    border-color: #FF9E43 !important;
    font-family: 'Roboto', sans-serif;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: white;
    color: #EA2948;
}

.horizontal-rule {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1.5px solid #EA2948 !important;
}


/*Loader CSS*/
.loader {
    border: 16px solid #EA2948;
    border-radius: 50%;
    border-top: 16px solid #17233B;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(50%, 50%);
    z-index: 100;
    display: none;
}


/*Loader 2*/
.loader1 {
    border: 16px solid #EA2948;
    border-radius: 50%;
    border-top: 16px solid #17233B;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(50%, 50%);
    z-index: 100;
    visibility: visible;
}



/*Loader 3*/
.loader2 {
    border: 16px solid #EA2948;
    border-radius: 50%;
    border-top: 16px solid #17233B;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(50%, 50%);
    z-index: 100;
    visibility: visible;
}


    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

.loader-model-wrapper {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 114%;
    overflow: hidden;
    opacity: 0.7;
}



/*hiding-default-datatable-search*/

#searchDelivery_filter{
    display:none;
}

#searchDelivery_length{
    display:none
}

#searchDelivery_info {
    display: none;
}
#searchDelivery_paginate {
    display: none;
}


/*Global loader*/
/*.loader1 {
    border: 12px solid #a0ca22;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    visibility: hidden;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center-loader {
    margin: 300px auto;
}*/
