﻿/* 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 {
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.form-control-custom {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #747c83;
    height: 40px;
    color: #747c83;
}



html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.center-panel {
    width:360px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    color:#454546;
    position: relative;
    margin: 0px auto;
    min-height: 700px;
}
.UserName {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #18879b;
    margin-bottom: 15px;
}
.description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #454546;
}

.p-2 {
    font-size: 18px;
    margin-bottom: 82px;
}

.today {
    font-size: 18px;
}
.icon {
    height: 20px;
    margin-right: 10px;
}
.center-panel .logo {
    height: 62px;
    margin-top:45px;
    margin-bottom: 100px;
}


h1 {
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #454546;
    margin-bottom: 14px;
    margin-top:0px;
}

.btn-green {
    width: 315px;
    height: 50px;
    line-height: 48px;
    border: 2px solid transparent;
    border-radius: 4px;
    background-color: #6e9d42;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #FFF;
    display: inline-block;
}

.btn-green:hover {
	background: #618b3a;
	text-decoration: none;
	color: #FFF;
}

a.btn-blue.margin-top-2.go-to-dashboard-link {
	background: none;
    	color: #18879b;
	border: 0 !important;
}

a.btn-blue.margin-top-2.go-to-dashboard-link:visited,
a.btn-blue.margin-top-2.go-to-dashboard-link:active {
	border: 0 !important;
}

a.btn-blue.margin-top-2.go-to-dashboard-link:hover {
	background: none !important;
	text-decoration: underline !important;
	color: #18879b !important;
}

.btn-blue {
    width: 290px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 2px #18879b;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #18879b;
    display: inline-block;
}


.btn-blue-50 {
    width: 48%;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 2px #18879b;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #18879b;
    display: inline-block;
    margin-bottom: 20px;
}



.btn-blue-50:hover {
    color: #fff;
    background: #18879b;
    text-decoration: none;
}



.btn-orange-50 {
    width: 48%;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 2px #e57e26;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #e57e26;
    display: inline-block;
    margin-bottom: 20px;
}



    .btn-orange-50:hover {
        color: #fff;
        background: #e57e26;
        text-decoration: none;
    }

.btn-blue:hover {
    color: #fff;
    background: #18879b;
    text-decoration: none;
}

.clock {
    height: 14px;
    margin-top: -2px;
    margin-right: 8px;
}

.margin-top-1 {
    margin-top:70px;
}

.margin-top-2 {
    margin-top:30px;
}

input {
    outline: none;
}

.logo2 {
    display: inline-block;
}

.btn-back {
    position: absolute;
    left: -100px;
    margin-top: 16px;
    color: #a5a4a4;

}


    .btn-back:hover {
        color: #18879b;
        text-decoration: none;
    }


.form-margin-bottom-1 {
    margin-bottom: 36px;
}

.form-margin-bottom-2 {
    margin-bottom: 93px;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
        
    .today {
        font-size: 14px;
    }

    .p-2 {
        font-size: 14px;
        margin-bottom: 36px;
    }

    .btn-blue-50 {
        width: 70%;
        margin: 10px 15%;
    }

    .btn-orange-50 {
        width: 70%;
        margin: 10px 15%;
    }

    .form-margin-bottom-2 {
        margin-bottom: 36px;
    }

    .logo2 {
        display: none;
    }
    
    .center-panel .logo {
        height: 62px;
        margin-top:45px;
        margin-bottom: 66px;
    }

    h1 {
        font-size: 34px;
    }
    
    .margin-top-2 {
        margin-top:25px;
    }

    .logo {
        height: 32px !important;
    }


    .btn-back {
        position: inherit;
        height: 70px;
        line-height: 70px;
        margin-top: 0px;
        left: 0px;
        padding: 0px 15px;
        width: 100%;
               text-align:left;
        display: inline-block;
    }
}

.footer {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #454546;
}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -50px;
}
.footer,
.push {
    height: 50px;
}

.modal-dialog {
    margin-top: 200px;
}

#loadingDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);

}


.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: -60px auto;
    top: 50%;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.700em solid rgba(255, 255, 255, 0.2);
    border-right: 0.700em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.700em solid rgba(255, 255, 255, 0.2);
    border-left: 0.700em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.btn-teal {
    width: 99px;
    height: 38px;
    border-radius: 2px;
    background-color: #18879b;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
}

.btn-teal:hover {
    color: #ffffff;
}




.btn-orange {
    width: 99px;
    height: 38px;
    border-radius: 2px;
    background-color: #e57e26;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
}

    .btn-orange:hover {
        color: #ffffff;
    }

.greetings-orange {
    color: #e57e26;
}

.greetings-teal {
    color: #18879b;
}

.modal-title-success {
    border-top: 6px solid #18879b;
}
.modal-title-orange {
    border-top: 6px solid #e57e26;
}