﻿/*
=====================home banner */
.homebanner {
    //background-image: url('../images/prop/home with swimming pool.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
===================================== login page ==========*/

.Login-page {
    height: 90vh;
    //background-image: url('../images/prop/house-outside.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-in-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    text-align: center;
}
.log-in-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.login-box button {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: none;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
/*
=========================== Dashboard page =======*/
.mt-10 {
    margin-top: 10px;
}

.loader-div {
    display: inline-block;
    width: 100%;
    /*min-height: 64px;*/
}
.loader-div img {float: right}
.loader-div .dloader {
    float: right; 
    /*top: 40px;*/
}
.loader-div-home {
    display: inline-block;
    width: 100%;
    min-height: 64px;
}
.loader-div-home .dloader {
    float: right;
    top: 40px;
}
.card-body > table:nth-of-type(1) {
    float: left;
    margin-right: 35px;
}
.show-hide-transcript { text-decoration: none; font-size: 15px; }
.tab-content-section {
    margin-top: 14px;
}
.button-header {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.email-box {
    width: 100%;
    height: auto;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, .03);
    padding: 10px;
}
.visit-summary-card table th {padding: 0 5px;}
.visit-summary-card table td {padding: 1px 5px;}
.visit-summary-card .form-control {padding: 0px 2px;}


