﻿/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


html,
body {
  
}

body {
  background: #FFFFF;
  /*font: 12px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
  /*font: 12px/1 "Baskerville", "Classico URW";*/
  font: 12px/1 "OPTIMA (ROMAN)";
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-selected {
    background: #B96346 !important;
    color: white !important;
}


#top a {
    margin: 5px 5px 5px 5px;
}

.logo {
    background-color: rgba(0, 0, 255, 0.5);
}


.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

/* Message Box
----------------------------------------------------------------------------------------------------*/

.overlayLoading {    
    height: 100%;
    width: 100%;
    display: block;
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlayMessage {    
    height: 100%;
    width: 100%;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


#messageBox
{
    position: relative;
    top: 20%;
    left: 10%;
    width: 80%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.success {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
}

.info {
    padding: 20px;
    background-color: #2196F3;
    color: white;
}

.warning {
    padding: 20px;
    background-color: #ff9800;
    color: white;
}

.error {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.closebtn {
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 10px;
}

.closebtn:hover {
    color: black;
}

#loading {
    color: white;
    position: relative;
    top: 30%;
    left: 10%;
    width: 80%;
    text-align: center;
}

#loginButton {
    background-color: #B96346 !important;
}

#menu-toggle {
    background-color: #B96346 !important;
}

#sidebar-wrapper {
    background-color: #B96346 !important;
}

#enterButton {
    background-color: #B96346 !important;
}

#clearButton, 
#registerVisitorButton, 
#viewQRButton, 
#cancelAppointmentButton,
#registerVisitorPrintButton,
#registerVisitorEmailButton,
#registerVisitorSMSButton,
#registerVisitorCloseButton,
#generateReportButton,
#newUserButton,
#saveUserButton,
#newLocationButton,
#deleteLocationButton,
#saveLocationButton
  {
    background-color: #B96346 !important;
} 


/* User Page
----------------------------------------------------------------------------------------------------*/

.userSection{
    margin-top: 5px;
    margin-bottom: 5px;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#user table tbody {
    cursor: pointer;
}

#user table tbody tr:hover {
    background-color: #D2AE91 !important;
}

#user .buttons {
    margin-top: 20px;
    margin-bottom: 10px;
}




/* Register Page
----------------------------------------------------------------------------------------------------*/

#register {
    /*height: 450px;*/
}

#countryCodesDiv {
    float: left;
}

#countryCodesDiv select{
    text-align: right;
    margin-top: 0px;
    width: 51px;
    height: 34px;
    cursor: pointer;

    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.phoneNumber {
    margin-left: 2px;
    
    float: left;
}

#gender {
    text-align: right;
    margin-top: 0px;
    width: 100%;
    height: 34px;
    cursor: pointer;

    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.registrationSection {

    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-bottom: 10px;

    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sectionHeader {
    line-height: 40px;
    margin-left: 15px;
    font-size: 16px;
    text-decoration: underline;
}

.accessBy {
    vertical-align: middle;
    margin-top: -1px !important;
    cursor: pointer;
}

.accessByLabel {
    cursor: pointer;
}

.scheduleMode {
    vertical-align: middle;
    margin-top: -1px !important;
    cursor: pointer;
}

.scheduleModeLabel {
    cursor: pointer;
}


#CaptureImageButton {
    display: none;
}

#CapturedImage {
    cursor: pointer;
}


#webcamDisplay {
    vertical-align: middle;
    width: 170px;
}


.overlayQR {    
    height: 100%;
    width: 100%;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999999998; /* Sit on top */
    left: 0;
    top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


#divQR {
    color: white;
    position: relative;
    text-align: center;
    width: 425px;
    height: 425px;
    background: white;
}


#divQRQR {
    margin-top: 10px; 
    border: black; 
    border-style: solid; 
    border-width: 2px;
    margin-left: 10px;
    margin-right: 10px;
}


.overlayVisitorInformation {    
    display: none;
    z-index: 99999999; /* Sit on top */
    position: absolute;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */



    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.overlayVisitorFloor {    
    display: none;
    z-index: 99999999; /* Sit on top */
    position: absolute;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */



    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}







/* Appointment Page
----------------------------------------------------------------------------------------------------*/
.appointmentSection{
    margin-top: 5px;
    margin-bottom: 5px;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#appointment table tbody {
    cursor: pointer;
}

#appointment table tbody tr:hover {
    background-color: #D2AE91 !important;
}

#appointment .buttons {
    margin-top: 20px;
    margin-bottom: 10px;
}

.templateZone {
    margin-left: 30px;
    margin-right: 30px;
    width: auto !important;
}

    .templateZone label {
        cursor: pointer;
    }

    .templateZone label input[type='checkbox'] {
        cursor: pointer;
    }

    .templateZone label span {
        position: absolute;
        margin-top: 5px;
        margin-left: 4px;
    }








/* Location Management Page
----------------------------------------------------------------------------------------------------*/
.locationSection{
    margin-top: 5px;
    margin-bottom: 5px;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#location table tbody {
    cursor: pointer;
}

#location table tbody tr:hover {
    background-color: #D2AE91 !important;
}

#location .buttons {
    margin-top: 20px;
    margin-bottom: 10px;
}














/* License
----------------------------------------------------------------------------------------------------*/

.overlayLicense {    
    height: 100%;
    width: 100%;
    display: none;
    position: absolute; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.modal-contentB {
    /* A centered div above the overlay with a box shadow. */
    background-color: white;
    border-radius:10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 20%;
    left: 25%;
    opacity: 1;
    width: 50%;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
