html, body {
    height: 100%;
    padding: 0; margin: 0;
    background-color: antiquewhite;
    font-family: 'Roboto', sans-serif !important;
}

span.btn-link:hover {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* for centered Connecting */
.height-desktop-hundred {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
}

@media (min-width: 769px) {
    html, body, .height-desktop-hundred {
        height: 100%;
    }

    .app-main-wrapper { 
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden
    }
}


.hide-scroll {
    overflow: hidden !important;
}


.lite-blue-check{background-image:url(/images/check/lite-blue-check.png);}
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.both + label.css-label {
    background-position: 0 -30px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

input[type=checkbox].css-checkbox.on + label.css-label {
    background-position: 0 -15px;
}

.fade-color {
    transition: background-color 500ms ease-in;
}

.fancy-slider {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 300px;
}

.fancy-slider::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.fancy-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2f76c3;
    margin-top: -4px;
}

.fancy-slider:focus {
    outline: none;
}

.fancy-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.fancy-slider::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.fancy-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2f76c3;
}


/*hide the outline behind the border*/

.fancy-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.fancy-slider::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

.report-header-wrapper {
    width: 100%;
    max-width: 100%;
}
.for-print {
    display: none !important;
}

.fancy-slider::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.fancy-slider::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.fancy-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2f76c3;
}

.fancy-slider:focus::-ms-fill-lower {
    background: #888;
}

.fancy-slider:focus::-ms-fill-upper {
    background: #ccc;
}

.hidden {
    display: none;
}

/* .report-table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
    font-size: 11px;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
}

.report-table table {
    transform: translate3d(0, 0, 0);
}

.primary-modal-body {
    -webkit-overflow-scrolling: touch;
}

.new-table .header:first-child th:first-child {
    border-top-left-radius: 5px;
}
.new-table .header:first-child th:last-child {
    border-top-right-radius: 5px;
}
.report-table > tbody > tr > td, .report-table > thead > tr > th {
    padding: 5px;
}

.new-table > tbody > tr > td, .new-table > thead > tr > th {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.new-table > tbody td.footer {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.new-table {
    margin-bottom: 8px;
}

.report-table:not(.new-table) > tbody > tr > td, .report-table > thead > tr > th {
    border: 1px solid #999;
    border-right-width: 0;
}

.report-table > thead > tr > th {
    text-align: center;
}

.report-table > tbody > tr > td, .report-table > thead > tr > th {
    border-right: none;
}

.report-table:not(.new-table) > tbody > tr > td:last-child, .report-table > thead > tr > th:last-child {
    border-right: 1px solid #999;
}


.report-table > thead > tr > th {
    position: relative;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
    top: 0;
}
    .report-table > thead > tr > th:first-child {
        font-weight: bold;
    }
    .report-table > thead > tr > th.left {
        padding-left: 20px;
    }
    .report-table > thead > tr > th.right {
        padding-right: 20px;
    }
    .report-table > tbody > tr > td.row-pager {
        padding: 0;
        position: sticky;
        top: 34px;
    }
        .report-table > thead > tr > th.left i {
            background-color: #629bd9;
            display: flex;
            position: absolute;
            left: 0; top: 0; bottom: 0;
            justify-content: center;
            align-items: center;
            color: #fff;
            width: 15px;
        }

        .report-table > thead > tr > th.right i {
            background-color: #629bd9;
            position: absolute;
            right: 0; top: 0; bottom: 0;       
            color: #fff;
            width: 15px;
            display: flex;
            position: absolute;
            justify-content: center;
            border-top-right-radius: 7.5px;
            align-items: center;
        }

        .report-table > thead > tr > th.can i {
            background-color: #2f76c3;
            cursor: pointer;
        }
.report-table > tbody > tr:nth-child(odd) > td {
        border-top: none;
}

.report-table > tbody > tr:nth-child(odd):not(:last-child) > td {    
    border-bottom: none;
}
*/
/* .report-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #999;
} */

.report-table > thead > tr > th {
    background-color: #f0f0f0f0;
}
/* .report-table > thead > tr > th:first-child, .report-table > tbody > tr > td:first-child {
    background-color: #e5e5e5;
} */

.report-table > tbody > tr > td {
    text-align: center;
}
.report-table > tbody > tr > td:first-child {
    text-align: left;
}
.report-table > thead > tr > th:first-child {
    border-top-left-radius: 8px;
}

.report-table > thead > tr > th:last-child {
    border-top-right-radius: 8px;
}


@keyframes flash-the-thing {
    from { opacity: 1 }

    to { opacity: .4 }
}

.battery-flash {
    animation-duration: 2s;
    animation-name: flash-the-thing;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.modal-help:hover {
    color: #2f76c3;
    transition: color 500ms ease-out;
}

.help-body {
    flex-shrink: 0;
    transition: max-height 300ms ease;
    max-height: 0;
    overflow: hidden;
}

.help-body.active {
    max-height: 500px;
}

.mas-input:focus {
    box-shadow: 0 0 5px #2f76c3;
}

.mas-input:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed;
}

.mas-row:hover {
    background-color: #e5e5e5;
}

.mas-fav-style:hover {
    border-color: #2f76c3;
}

.mas-primary-btn:hover {
    border-color: #2f76c3;
}

.mas-non-primary-btn:hover {
    background-color: #fafafa80;
}

.print-handle.date-range .tile-header .txt {
    display: none
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(47,118,95, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(47,118,95, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(47,118,95, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(47,118,95, 0.4);
      box-shadow: 0 0 0 0 rgba(47,118,95, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(47,118,95, 0);
        box-shadow: 0 0 0 10px rgba(47,118,95, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(47,118,95, 0);
        box-shadow: 0 0 0 0 rgba(47,118,95, 0);
    }
  }

.pulse .inner {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
}
.pulse .inner2 {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f76c3;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
}
.pulse {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2f76c3;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(47,118,95, 0.4);
    animation: pulse 2s infinite;
  }
.grecaptcha-badge {
    display: none !important;
}

.app-container {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 200px #fff;
    z-index: 50;
}

/*.DayPicker-Day--selected:not(.DayPicker-Day--disabled) {
    color: #FFF;
    background-color: #4A90E2;
}*/

.login-modal {
    position: fixed;
    overflow: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    background-image: url(/images/bg-streets.jpg);
    background-size: cover;
    color: #fff;
}

.login-modal .center {
    display: flex;
    justify-content: center;
}
.login-modal .logo {
    max-width: 210px;
    max-height: 210px;
}

@font-face {
	font-family: "Roboto";
	src: url("../../src/assets/font/Roboto-Regular.woff") format("woff"),
		url("../../src/assets/font/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../../src/assets/font/Oswald-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}