﻿* {
    box-sizing: border-box;
}

body {
    background-color: #E5E5E5;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}

html {
    font-family: "Arial", sans-serif;
    font-size: 15px;
}

.header {
    font-family: Arial;
    font-size: 16pt;
    background-color: #ffffff;
    color: #507CD1;
    margin: 0;
    /*padding-left: 30px;*/
    padding-top: 30px;
    text-align: center;
}

.headerLeft {
    font-family: Arial;
    font-size: 16pt;
    background-color: #ffffff;
    color: #507CD1;
    margin: 0;
    padding-left: 30px;
    padding-top: 30px;
    text-align: left;
}

.information {
    background-color: #ffffff;
    padding: 15px;
    border-top: 1px solid #DFDFDF;
    /*border-bottom: 1px solid #507CD1;*/
}

.rowBorderShadow {
    padding: 7px;
    margin: 7px;
    border: 1px solid #507CD1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.rowBorder {
    padding: 5px;
    margin: 7px;
    border: 2px solid #507CD1;
}

.rowHeader {
    background-color: cornflowerblue;
    color: #ffffff;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rowColor {
    background-color: #DFDFDF;
    margin-bottom: 7px;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.rowStandard {
    margin-bottom: 7px;
    padding: 10px;
}

.colColor {
    background-color: #DFDFDF;
    padding: 10px;
    color: #507CD1;
}

.fontBold {
    font-weight: bold;
}

.borderColor {
    border: 2px solid #507CD1;
}

.page {
    width: 100%;
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}

.buttonFill {
    background-color: #DFDFDF;
    border: none;
    color: #4E4E4E;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 180px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .buttonFill:hover {
        background-color: #4CAF50;
        color: white;
    }

.buttonShadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.buttonBorder {
    background-color: white;
    color: #4E4E4E;
    /*border: 2px solid #507CD1;*/
    margin: 1px;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .buttonBorder:hover {
        /*background-color: #507CD1;*/
        background-color: #4E4E4E;
        color: white;
    }

.buttonBorderBig {
    background-color: white;
    color: #4E4E4E;
    border: 2px solid #507CD1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 180px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .buttonBorderBig:hover {
        background-color: #4E4E4E;
        color: white;
    }

.buttonRound {
    border-radius: 4px;
}

.boxRound {
    border-radius: 4px;
}

.boxHeight {
    height: 25px;
}

.controlStyle {
    height: 25px;
    border: 2px solid #507CD1;
}

.img {
    width: 50%;
    height: auto;
}

.logo {
    width: auto;
    height: 70px;
}

.logoLeft {
    width: auto;
    height: 70px;
    margin: 0;
    /*padding-left: 20px;*/
    text-align: left;
}

.logoRight {
    width: auto;
    height: 70px;
    margin: 0;
    /*padding-right: 20px;*/
    text-align: right;
}

.paddingZero {
    padding: 0px;
}

.patient-details {
    max-height: 100%;
    transition: .8s;
    overflow: hidden;
}

    .patient-details.hidden {
        max-height: 0;
    }

.asideCenter {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.asideRight {
    color: #ffffff;
    text-align: right;
    box-sizing: border-box;
}

.apptColPaddingBottom {
    padding-bottom: 15px;
}

.apptColPaddingProv {
    padding: 10px;
}

.asideLeft {
    color: #ffffff;
    text-align: left;
    box-sizing: border-box;
}

.boxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
    vertical-align: text-top;
}

.textShadow {
    color: black;
    text-shadow: 2px 2px 4px #507CD1;
}

.rowPadding {
    padding: 15px;
}

.footer {
    background-color: cornflowerblue;
    color: #ffffff;
    margin: 7px;
    padding: 10px;
}

.textColor {
    color: #4E4E4E;
}

.modal {
    position: fixed;
    height: 100%;
    width: 900px;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}