﻿html {
    height: 100%;
    width: 100%;
}

    .map-icon-label .map-icon {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        white-space: nowrap;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
    }

    .nav-tabs {
        background: black !important;
        border: 0;
        /* border-radius: 3px; */
        padding: 0 0px;
        border-radius: 0px;
    }

.break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-family: 'MTNBrighterSans-Bold';
}

.info_content {
    color: black !important;
    
}
.map_canvas {
    color: black !important;
    
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    font-weight: normal;
    font-family: 'MTNBrighterSans-Bold';
    background: white !important;
    color: black !important;
}

.content {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-default {
    background-color: #d4d4d4;
    border: 0px solid black ;
    width: 100%;
    margin-bottom: 5px;
    height: 60px;
    font-weight: bolder;
    color: black;

}

    .btn-default:active, .btn-default:hover, .btn-default:focus, .btn-default:visited {
        background-color: #fdca17;
        color: black;
        border: 0;
        cursor: pointer;
    }

.btn-main {
    background-color: #004F71;
    border: 0;
    margin-bottom: 5px;
    height: 35px;
    font-weight: 500 !important;
    font-size: 14px;
    font-family: 'MTNBrighterSans-Bold';
    width: 100%;
    line-height: 18px;
    font-weight: bolder !important;
    color: #FFFFFF !important;
    border-radius: 30px;
    margin-bottom: 4%;
}

.btn-main-lg {
    width: 100%;
    height: 60px;
    background-color: #fdca17;
    color: black !important;
    border: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px !important;
}

.input-default {
    background-color: transparent;
    border: 1px solid black;
    width: 280px;
    margin-bottom: 5px;
    height: 56px;
    font-weight: 300;
    color: black !important;
    text-align: center;
    border-radius: 15px;    
    margin-bottom: 10% !important;
    font-family: 'MTNBrighterSans-Bold';
}

.select-default {
    background-color: transparent;
    border: 1px solid black;
    width: 100%;
    margin-bottom: 5px;
    height: 56px;
    font-weight: 300;
    color: black !important;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10% !important;
    font-family: 'MTNBrighterSans-Bold';
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 7.99999L11.8526 15.4755C11.9318 15.562 12.0682 15.562 12.1474 15.4755L19 7.99999' stroke='black' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

    .select-default:focus, .select-default:active {
        background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19 15.6364L12.1474 8.16083C12.0682 8.07436 11.9318 8.07436 11.8526 8.16083L5 15.6364' stroke='%23004F71' stroke-linecap='round'/%3e%3c/svg%3e");
    }

.custom-floating-label {
    opacity: 1;
    transform: scale(.85) translateY(1.5rem) translateX(.15rem);
    margin-top: -1% !important;
    background-color: white;
    width: 118px;
    margin-left: 2%;
    padding-left: 1%;
}

    .custom-floating-label > label {
        width: 35%;
        height: 16px;        
        margin-left: 3%;
        font-family: 'MTNBrighterSans-Bold';        
        color: black
    }

.custom-date-picker-icon {
    margin-left: 81%;
    bottom: 40%;
    position: absolute;
}

.router-body {
    text-align: center;
    font-size: 18px;
}

.black {
    color: black;
    font-weight: bolder;
}

.black-bold {
    color: black;
    font-weight: bolder;
}

.btn-title {
    position: absolute;
    top: 4px;
    left: 60px;
}

.btn-description {
    position: absolute;
    font-size: 14px;
    left: 60px;
    top: 32px;
}

/*.btn-menu {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    background: transparent;
}

#btn-menu_container {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
}

.btn-menu img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    border-radius: 5px;
}*/


.btn-menu span {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}



.btn {
    border: 1px solid black !important;
    border-radius: 15px !important;
    background: white !important;
    border-radius: 0px !important;
    width: 100%;
    height: 60px;
    font-size: 20px !important;
    text-align: left;
    text-transform: none !important;
    font-weight: 100 !important;
    /*background: rgba(255, 255, 255, 0.17) !important;*/
    padding: 12px 10px !important;
    color: black !important;
}

.btn,
.navbar .navbar-nav > li > a.btn {
    border: none;
    border-radius: 15px !important;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*.btn {
    border: 0px solid white !important;
    background: #fdca17 !important;
    border-radius: 0px !important;
    width: 100%;
    height: 60px;
    font-size: 20px !important;
    text-align: left;
    text-transform: none !important;
    font-weight: 100 !important;
    /*background: rgba(255, 255, 255, 0.17) !important;
    padding: 12px 10px !important;
    color:black !important;
}*/

.btn-label {
}

.material-icons {
    font-size: 40px !important;
}


.control-label {
    top: -38px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}


/* History Results*/
#history_results_view {
    padding: 5px;
}

.history-table {
    color: black;
    width: 100%;
    background: #d4d4d4;
}
/*.history-table {
    color: white;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
}*/

    .history-table tr td {
        padding: 7px;
    }

.history-table-results {
    color: black;
    width: 100%;
}

    .history-table-results tr td {
        padding: 7px;
    }

    .history-table-results tr {
        height: 60px;
    }

.tr-shade1 {
    transition: background 0.2s ease-in;
    background: rgba(0, 0, 0, 0.25)
}

.tr-shade2 {
    transition: background 0.2s ease-in;
    background: rgba(0, 0, 0, 0.36);
}

.tr-shade3 {
    transition: background 0.2s ease-in;
    background: #fdca17 !important;
}

.history-table-results tr:hover {
    cursor: pointer;
}

.transaction-detail {
    border-top: 1px solid white;
    background: rgba(253, 202, 23, 0.15) !important;
    font-size: 14px;
}
/* History Results*/

/* SweetAlert */

.swal2-icon {
    /*height: 200px !important;
    width: 200px !important;*/
}

.swal2-show {
    background: white !important;
    border: 1px solid #d2d2d2;
}

.swal2-modal {
    background: white !important;
    border: 1px solid #d2d2d2;
}

.swal2-modal h2 {
    color: black !important;
}

.swal2-modal .swal2-content {
    color: black !important;
}

.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success:active:focus, .btn.btn-success:active:hover, .btn.btn-success.active:focus, .btn.btn-success.active:hover, .open > .btn.btn-success.dropdown-toggle, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn.btn-success.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-success, .navbar .navbar-nav > li > a.btn.btn-success:hover, .navbar .navbar-nav > li > a.btn.btn-success:focus, .navbar .navbar-nav > li > a.btn.btn-success:active, .navbar .navbar-nav > li > a.btn.btn-success.active, .navbar .navbar-nav > li > a.btn.btn-success:active:focus, .navbar .navbar-nav > li > a.btn.btn-success:active:hover, .navbar .navbar-nav > li > a.btn.btn-success.active:focus, .navbar .navbar-nav > li > a.btn.btn-success.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle:hover {
 
    height: 60px;
    background-color: #fdca17 !important;
    color: black !important;
    border: 0 !important;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px !important;
    text-align: center;
}

.swal2-icon.swal2-success::before {
    background: transparent !important;
}

.swal2-success.animate::after {
    background: transparent !important;
}
.swal2-icon.swal2-success .fix {
    background: transparent !important;
}

.swal2-icon.swal2-success::after {
        background: transparent !important;
}
/* SweetAlert */

.history-header-grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background-color: #004F71;    
    height: 64px;
}

.history-header-grid-item {
    background-color: #004F71;
    /*padding: 20px;*/
    font-size: 30px;
    text-align: center;
    height: 64px;
}

.router-menu-header-grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background-color: #004F71;    
    height: 64px;
}

.router-menu-header-grid-item {
    background-color: #004F71;
    /*padding: 20px;*/
    font-size: 30px;
    text-align: center;
    height: 64px;
}

.router-page-header-grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background-color: #004F71 !important;    
    height: 64px;
}

.router-page-header-grid-item {
    background-color: #004F71 !important;
    /*padding: 20px;*/
    font-size: 30px;
    text-align: center;
    height: 64px;
}

.headerBox {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -10%;
    background-color: #004F71;
    height: 95px;
    justify-content: center;
}

.routerHeaderBox {
    position: static;
    width: 100%;
    margin-top: -7%;
    background-color: #004F71;   
    height: 95px;
}

.header-text {
    position: absolute;
    font-family: "MTNBrighterSansMedium";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px;
    font-feature-settings: 'salt' on;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

.routerHeaderTitle {
    color: white;
    font-family: 'MTNBrighterSansMedium';
    font-style: normal;
}

.backHeaderButton {
    border: transparent 1px;
    background: transparent;
    /*margin-left: 10px;*/
    display: flex;
    align-items: center;
}

.routerBackHeaderButton {
    border: transparent 1px;
    background: transparent;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancelHeaderButton {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent 1px;
    background: transparent;
    /*margin-right: 10px;*/
}

.routerCancelHeaderButton {
    align-self: end;
    /*margin-right: 10px;*/
    border: transparent 1px;
    background: transparent;    
}

@media (min-width:320px) /* smartphones, iPhone, portrait 480x320 phones */
{
    .router-body {
        text-align: center;
        font-size: 16px;
        padding-bottom: 300px;
    }

    body {
        font-size: 16px;
        word-break: break-all;
    }

    .input-default {
        width: 280px;
        margin-bottom: 5px;
        height: 56px;
        font-weight: bolder;
        text-align: center;
        max-width: 100%;
    }

    .select-default {
        width: 100%;
        margin-bottom: 5px;
        height: 35px;
        font-weight: bolder;
        text-align: center;
        max-width: 100%;
    }

        .btn-default {
        width: 100%;
        margin-bottom: 10px;
        height: 35px;
        font-weight: bolder;
    }
    h2 {
        text-align: center;
        font-size: 25px !important;
        font-weight:bolder !important;
    }

    .btn-menu {
        position: relative;
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        padding: 0 10px;
        text-align: left;
        font-size: 16px;
        color: white;
        border: 1px solid white;
        background: transparent;
    }

    #btn-menu_container {
        width: 100px;
        height: 100px;
        float: left;
        position: relative;
    }

    .btn-menu img {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
        border-radius: 5px;
    }


    .btn-menu span {
        display: inline-block;
        width: 120px;
        vertical-align: middle;
    }
}

@media (min-width:481px) /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
{
}

@media (min-width:641px) /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
{
    body {
        font-size: 30px;
    }

    .btn-default {
        width: 100%;
        margin-bottom: 10px;
        height: 80px !important;
        font-weight: 300;
    }

    .btn-main {        
        color: black;
        border: 0;
        margin-bottom: 5px;
        height: 80px;
        font-weight: 300;
        width: 100%;
    }

    .input-default {
        background-color: transparent;
        border: 1px solid black;
        width: 280px;
        margin-bottom: 5px;
        height: 56px;
        font-weight: 300;
        color: black;
        text-align: center;
        max-width: 100%;
    }

    .select-default {
        background-color: transparent;
        border: 1px solid black;
        width: 100%;
        margin-bottom: 5px;
        height: 80px;
        font-weight: 300;
        color: black;
        text-align: center;
        max-width: 100%;
    }
}

@media (min-width:961px) /* tablet, landscape iPad, lo-res laptops ands desktops */
{
    body {
        font-size: 20px;
    }

    .btn-default {
        width: 100%;
        margin-bottom: 10px;
        height: 60px !important;
        font-weight: 300;
    }

    .btn-main {                
        border: 0;
        margin-bottom: 10px;
        height: 60px;
        font-weight: 300;
        width: 100%;
    }

    .input-default {
        background-color: transparent;
        border: 1px solid black;
        width: 280px;
        margin-bottom: 10px;
        height: 58px;
        font-weight: 300;
        color: black;
        text-align: center;
        max-width: 100%;
    }

    .select-default {
        background-color: transparent;
        border: 1px solid black;
        width: 100%;
        margin-bottom: 10px;
        height: 60px;
        font-weight: 300;
        color: black;
        text-align: center;
        max-width: 100%;
    }
}

@media (min-width:1025px) /* big landscape tablets, laptops, and desktops */
{
}

@media (min-width:1281px) /* hi-res laptops and desktops */
{
}

@font-face {
    font-family: MTNBrighterSans-Bold;
    src: url(/fonts/MTNBrighterSans-Bold.ttf);
}

@font-face {
    font-family: MTNBrighterSansMedium;
    src: url(/fonts/MTNBrighterSansMedium.ttf);
}