﻿/* Site Master */
.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

.header-title {
    color: #3a3a3a !important;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

.page-title {
    color: white;
    font-size: 15px;
    margin-top: 10px;
}

.member-info-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

    .member-info-group .date-label {
        color: white;
        font-size: 12px;
        order: 2;
    }

    .member-info-group .member-card {
        order: 1;
        max-width: 60px;
    }

/* End of Site Master */

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #fff;
    border-top: none;
    color: #333;
    font-size: 1em;
    /*font-family: Calibri, Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    background-image: url("images/backgroundwall.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}

.divImage { 
    position: absolute;
    z-index: 999;
    left: auto;
    right: auto;
    top: 2%;
    overflow: hidden;
}

.divSectionHeader {
    background-color:white;
    position:fixed;
    top:20px;
    bottom:3%;
    left:auto;
    right:auto;
    width:75%;
    height:38px;
    border:5px solid #c8c8c8;
}

.divSectionHeaderText {
    float:left;
    font-size: 1.1em;
    font-weight: 900;
    vertical-align:bottom;
    padding: 5px 10px 5px 10px;
}

.divSectionContent {
    background-color: white;
    position: fixed;
    top: 58px;
    bottom: 3%;
    left: auto;
    right: auto;
    width: 75%;
    overflow: auto;
    border-top: none;
    border: 5px solid #c8c8c8;
}

.contacttitle {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ec0202;
}

.contactcopy {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.viewSelector {
    background: url("../Images/gvheader.jpg");
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding: 7px;
    width: 99%;
    max-height: 34px;
    border: 1px solid #c8c8c8;
}

.viewSelector td {
    width: 33%;
    border: 1px solid #c8c8c8;
    text-align: center;
}

.viewSelector a {
    cursor: pointer;
    text-decoration: none;
}

.viewSelector span {
    color: #ff0000;
}

.sectionHeader {
    background: url("../Images/gvheader.jpg");
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding: 7px;
    width: 99%;
    max-height: 34px;
    border: 1px solid #c8c8c8;
}

.sectionHeader span {
    color: #333333;
    margin-left: 6px;
}

.formBgColor {
    background-color: #e6ecf6;
    padding: 10px;
    max-width:99%;
}

.formPropertiesBgColor {
    background-color: #e6ecf6;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.formAccountsBgColor {
    background-color: #e6ecf6;
    width: 100%;
    margin-bottom: 20px;
}

/* div dimmer */
.divdimmer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    z-index: 50;
}
/* div dimmer */

/* for message box div start */
.msgdivbody {
    position: fixed;
    background-color: #888888; 
    border: 1px solid #999999; 
    z-index: 50; 
    left: 20%; 
    right: 20%; 
    top: 20%;
}

.msgtablebody {
    width : 100%;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.msgtitle {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    background-image: url("../Images/msg_title.jpg");
    color: #FFFFFF;
    height: 25px;
}

.msgicon {
    width: 100px;
    text-align: center;
}

.msgtext {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    padding-left: 5px;
}

.msgbutton {
    font-family: "Roboto", sans-serif;
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
    text-align: right;
}
/* for message box div end */

.dropdown {
    /*font-family: Calibri, Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
    font-family: "Roboto", sans-serif;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

/*
    a:link, a:visited
    {
        color: #333;
    } */
    
    a.topmenu:link, a.topmenu:visited 
    {
        font-family: "Roboto", sans-serif;
        text-decoration: none;
        font-size: 90%;
    }

    a:hover {
        color: red;
    }

.unitavailableTd {
    background-color: #04B404;
}

.unitavailableA {
    font-size: x-small;
    font-weight: normal;
}

.unitunavailableLabel {
    font-size: x-small;
    color: white;
}

.unitunavailableTd {
    background-color: red;
}


.loginView
{
    color: #333;
    background-color:gray;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.loginView link, visited, active {
        color: #333;
    }

.loginView hover {
    background-color: #c7d1d6;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size:18px;
    font-weight:800;
    font-family:"Segoe UI",Arial,sans-serif;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0px auto;
    max-width: 1024px;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        padding-left: 10px;
        padding-top: 40px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 10px; 
}
    
footer {
    clear: both;
    background-color: #fff;
/*    background-color: #e2e2e2;*/
    font-size: .8em;
    min-height:40px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Calibri, Tahoma, Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    /*text-align: right;*/
}

     #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    } 

    #login span.username {
        color: red;
        background: none;
        margin-top: 0px;
        margin-left: 0px;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-top: 10px;
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.nostyle {
    list-style-type: none;
    padding-left: 0;
}

ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
    vertical-align: top;
}

.required {
    color: red;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }
    
#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

fieldset.open-auth-providers button {
    margin-bottom: 12px;
}
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

    fieldset ol li {
        /*padding-bottom: 5px;*/
        width: 100%;
    }

    fieldset input {
        width: 100%;
    }

    label {
         display: block;
        font-size: 1em;
        font-weight: 500;
    }

    label.checkbox {
        display: inline;
    }

    /*
    input, textarea {
        border: 1px solid #c8c8c8;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 1px 0 1px 5px;
        padding: 3px;
        width: 300px;
    }

    td input[type="text"],
    td input[type="password"] {
        height: 16px;
    } */
   
    select {
        border: 1px solid #c8c8c8;
        font-size: 1em;
        margin: 1px 0 1px 5px;
        padding: 0px;
    }
    textarea {
        font-family: inherit;
    }
        
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
            -webkit-transform: scale(1,1);
        }
     
        /*
    input[type="submit"],
    input[type="button"],
    button {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
    width: auto;
    min-width: 80px;
    max-height: 34px;
}
    input[type="submit"],
    input[type="button"],
    button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
    input[type="submit"],
    input[type="button"],
    button:active {
	position:relative;
	top:1px;
}


    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    } */

/* My Properties */
.viewSelectorProp {
    background: url("../Images/gvheader.jpg");
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #333333;
    /*padding: 7px;*/
    width: 100%;
    /*max-height: 34px;*/
    border: 1px solid #c8c8c8;
}

.viewSelectorProp td {
    width: 14.29%;
    border: 1px solid #c8c8c8;
    text-align: center;
    padding: 0px;
}

.viewSelectorProp a {
    cursor: pointer;
    text-decoration: none;
}

.viewSelectorProp span {
    color: #ff0000;
}

.blue-tint-on-select {
    background-color: skyblue !important;
    color: black;
}

    .blue-tint-on-select:hover {
        background-color: lightblue !important;
        color: black;
        outline: none;
    }

/* My Properties -> Construction Progress */
.const-prog-card {
    display: inline-block;
    width: 180px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 10px;
    margin-right: 5px;
    background-color: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
    vertical-align: top;
}

    /*.const-prog-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }*/

.const-prog-icon img {
    width: 150px;
    height: 150px;
}

.horizontal-scroll-for-group {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
}

    .horizontal-scroll-for-group::-webkit-scrollbar {
        height: 10px;
    }

    .horizontal-scroll-for-group::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .horizontal-scroll-for-group::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

        .horizontal-scroll-for-group::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* My Properties -> Defect Status */
    .defect-icon img {
        width: 175px;
        max-width: 100%;
        height: auto;
    }

    .defect-group-container {
        max-width: 500px;
        margin-left: 10px;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .defect-group-header {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-left: 5px;
        box-sizing: border-box;
    }

        .defect-group-header h4 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            padding: 0;
        }

            .defect-group-header h4 strong {
                margin-right: 10px;
            }

    .defect-images-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .defect-item-card {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        min-width: 300px;
        margin-left: 5px;
        margin-bottom: 15px;
    }

    .defect-description-text {
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
        flex-grow: 1;
        margin-right: 10px;
    }

        .defect-description-text p:first-child {
            display: flex;
            align-items: baseline;
            margin-bottom: 5px;
            padding-left: 0;
        }

    .defect-item-number {
        width: 25px;
        flex-shrink: 0;
    }

    .defect-item-location {
        flex-grow: 1;
        padding-left: 5px;
    }

    .defect-description-text p {
        margin: 0;
        padding: 2px 0;
        font-size: 14px;
        padding-left: 30px;
    }

        .defect-description-text p + p {
            margin-top: 2px;
        }

    .defect-icon {
        flex-shrink: 0;
    }

/* My Properties footer button */
.fixedBottomBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 5px 15px;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


    .fixedBottomBar .HeaderButtons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 3px;
        margin-bottom: 5px;
    }

    .fixedBottomBar .topmenu {
        display: block;
        padding: 8px 12px;
        background-color: #0056b3;
        color: white;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        white-space: nowrap;
    }

        .fixedBottomBar .topmenu:hover {
            background-color: #1a6ad1;
        }

@media (max-width: 575.98px) {
    .page-content {
        padding-bottom: 300px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-content {
        padding-bottom: 215px;
    }
}

@media (min-width: 992px) {
    .page-content {
        padding-bottom: 165px;
    }
}

/* Manage Profile */
.btn-update-contact {
    background-color: #002c6f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    width: 63%;
    text-align: center;
    box-sizing: border-box;
}

    .btn-update-contact:hover {
        background-color: #001f4d;
    }

/* My Dashboard */
.property-card {
    display: inline-block;
    width: 180px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 10px;
    margin-right: 10px;
    background-color: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
    vertical-align: top;
    text-decoration: none;
}

    .property-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

.property-content {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.property-icon img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    flex-shrink: 0;
}

.property-details h4 {
    margin: 5px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.property-text-details p {
    margin: 2px 0;
    font-size: 12px;
}

.property-text-details .status {
    font-size: 11px;
    color: gray;
}

.horizontal-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px 8px;
}

.news-card {
    display: inline-block;
    width: 180px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 10px;
    margin-right: 10px;
    background-color: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
    vertical-align: top;
}

    .news-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

.news-icon img {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}

.news-details h4 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.news-details p {
    margin: 2px 0;
    font-size: 12px;
}

#modalSubject {
    font-weight: bold;
}
.viewSelectorAccProp {
    background: url("../Images/gvheader.jpg");
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #333333;
    /*padding: 7px;*/
    width: 100%;
    /*max-height: 34px;*/
    border: 1px solid #c8c8c8;
}

    .viewSelectorAccProp td {
        width: 25%;
        border: 1px solid #c8c8c8;
        text-align: center;
        padding: 0px;
        /*background-color: lightgrey;*/
    }

.viewSelectorAccProp a {
    cursor: pointer;
    text-decoration: none;
}

.viewSelectorAccProp span {
    color: #ff0000;
}

/* Change Password */
.ns-darkblue {
    background-color: #003366 !important; /* Dark Blue */
    color: white !important;
    border: none;
}

.ns-outline-blue {
    background-color: transparent !important;
    color: #003366 !important; /* Dark blue text */
    border: 2px solid #003366 !important;
    padding: 6px 12px;
    border-radius: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 0.9em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.9em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    margin-right: 83px;
}

th {
	font-size: 1em;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #fff;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #ff0000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 0.2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #e6c06c;
    color: #000;
    border: 1px solid #BF9000;
}

.gvselectrow {
    background-color: lightblue;
    padding: 2px;   
    /* border: solid 1px #c1c1c1;  */ 
    font-weight: bold;
    color: white;
    height: 28px;   
}

.gvfooterrow {
    background-color: #000000;
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    font-weight: bold;
    color: white;
    height: 28px;   
}

.gridviewform {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: none;
    border-collapse: collapse;
    border-style: none;
    font-size: 12px;
}

.gridviewform td {   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;
    height: 15px;   
    font-size: 12px;
}

.gridviewform th {   
    background-color: #fff; 
    min-height: 15px;   
    font-size: 12px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding: 7px;
    max-height: 20px;
    border: 1px solid #c8c8c8;
}  

.gridview {   
    width: 100%;   
    background-color: #fff;
    margin: 5px 0 10px 0;   
    border: none;
    border-collapse:collapse;   
    border-style: none;
}

.gridviewsub {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: none;
    border-collapse: collapse;
    border-style: none;
}


.gridview td {   
    padding: 2px;   
    /*border: solid 1px #c1c1c1;  */ 
    color: #717171;
    height: 28px;   
}

.gridviewsub td {   
    padding: 2px;   
    /* border: solid 1px #c1c1c1;   */
    color: #717171;
    height: 28px;   
} 

.gridview th {   
    background-color: #000; 
    min-height: 50px;   

    /*background: url("../Images/gvheader.jpg");*/
    font-size: 1.1em;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 7px;
    max-height: 34px;
    /*border: 0px solid #c8c8c8;*/
}

.gridviewsub th {
    background-color: #607d8b;
    min-height: 50px;
    /* background: url("../Images/gvheader_green.jpg"); */
    font-size: 1.1em;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 7px;
    max-height: 34px;
    /* border: 1px solid #c8c8c8 */;
}

.gridview .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
.gridview .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
.gridview .pgr table { margin: 5px 0; }  
.gridview .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.gridview .pgr a { color: #666; text-decoration: none; }  
.gridview .pgr a:hover { color: #000; text-decoration: none; }

.gridviewsub .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
.gridviewsub .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
.gridviewsub .pgr table { margin: 5px 0; }  
.gridviewsub .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.gridviewsub .pgr a { color: #666; text-decoration: none; }  
.gridviewaub .pgr a:hover { color: #000; text-decoration: none; }

/* Formview */
.formview {
    width: 99%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: none;
    border-collapse: collapse;
    border-style: none;
}

.formview th {   
    background-color: #000; 
    min-height: 5px;   
    /* background: url("../Images/gvheader.jpg"); */
    font-size: 1.1em;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 7px;
    max-height: 15px;
    /* border: 1px solid #c8c8c8; */
} 

/* Gridview no border */
.gridviewNB {   
    width: 100%;   
    background-color: #fff;
    margin: 5px 0 10px 0;   
    border: none;
    border-collapse:collapse;   
    border-style: none;
}  
.gridviewNB td {   
    padding: 1px;   
    border: none;   
    color: #717171;   
}  
.gridviewNB th {   
    text-align: left;
    border-bottom: solid 2px #999; 
    background-color: #fff;
    font-size: 1.2em;   
}  
.gridviewNB .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
.gridviewNB .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
.gridviewNB .pgr table { margin: 5px 0; }  
.gridviewNB .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: none;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.gridviewNB .pgr a { color: #666; text-decoration: none; }  
.gridviewNB .pgr a:hover { color: #000; text-decoration: none; }

/* Gridview Test */
.gridviewTestNB {   
    width: 100%;   
    background-color: #fff;
    margin: 0px 0 10px 0;   
    min-width: 300px;
    border: none;
    border-collapse:collapse;   
    border-style: none;
}  
.gridviewTestNB td {   
    padding: 1px;   
    border: none;   
    color: #717171;   
}  
.gridviewTestNB th {   
    text-align: left;
    border-bottom: solid 2px #999; 
    background-color: #fff;
    font-size: 1.2em;   
}  
.gridviewTestNB .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
.gridviewTestNB .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
.gridviewTestNB .pgr table { margin: 5px 0; }  
.gridviewTestNB .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: none;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.gridviewTestNB .pgr a { color: #666; text-decoration: none; }  
.gridviewTestNB .pgr a:hover { color: #000; text-decoration: none; }

.gvrow { background-color: #fff; }
.gvaltrow { background-color: #f1f1f1; }

.gvrowstyle { 
    height:42px;
    background-color: #fff; 
}

.gvaltrowstyle { 
    height:42px;
    background-color: #f1f1f1; 
}

.gvcolstyleopac { 
    opacity: 0.5; 
}

div.centre
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button-appointment-header {
    max-width: 80px;
    margin-right: 2px;
}

.button-appointment-class {
    width: 200px;
    margin-bottom: 2px;
}

.button-appointment-class:hover {
    cursor: pointer;
    background-color: #d0d0d0; 
    transform: scale(1.02); 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

#myScrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    /*font-size: 12px;*/
    border: none;
    outline: none;
    /*background-color: #FFD700;*/
    /*color: gray;*/
    cursor: pointer;
    min-width: 48px !important;
    max-width: 48px !important;
    background-color: none !important;
    /*padding: 10px;*/
    /*border-radius: 10px;
    background-image: url("images/gotop.png");*/
}

    #myScrollTopBtn:hover {
        background-color: #555;
    }

#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    border-radius: 10px;
    top: 30px;
    right: 30px;
    font-size: 12px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login 
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        } */

    /* menu */
    nav {
        margin-bottom: 2px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
