
<style>

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, form, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo', sans-serif !important;
}

#TxtAlertsNotice{
  padding: 6px;
  display: none;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  width: 80%;
  height: 48px;
  color: rgb(255,255,0);
  z-index: 9999;
  border: solid 1px rgb(255,0,0);
}
.circle{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border-radius: 50% !important;
   width: 0px !important;
   height: 0px !important;
   text-align: center;
   
   color: #fff;
   background-color: rgba(0,0,0,0.7) !important;
   transition: all 1s ease;
}
#overlay{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
    height: 100%;
  background-color: rgb(0,0,0);
  z-index: 999999;
}
#StartDateStep{display: none;}
#errOut{color:rgb(255,0,0); height: 12px; display: inline-block;}
#dateErrOut{color:rgb(255,0,0); height: 12px; display: inline-block;}

#smsTitle,.countOutput{
  margin-top: 0 !important;
}
.visitorData{
     font-size: 24px;
         width: 400px;
}
table.dataTable tbody>tr.selected{
    background-color: rgb(0, 255, 80);
    color: #000;
}

@font-face {
    font-family: Exo;
    src: url(/fonts/Exo2-Bold.ttf);
}
form, h2{
    margin-bottom: 2px !important;
    margin-top:  2px !important;
    display: inline-block;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
a{
    color: rgb(39,118,208);
}
a:visited{
    color: rgb(39,118,208);
}
html{height:100%; }
body {
    line-height: 1;
    color: rgb(10,100,200);
    font-weight: 600;
    width: 100%; height: 100%; font-family: 'Exo', sans-serif !important;
    /*text-shadow: 0.51px 0.51px 1px rgb(0,0,0); */
    font-size: 16px;
    margin: 0;
    /*background-color: midnightblue;*/
    background: rgb(0,5,20) ;
    text-align: center;

}
ol, ul {
    list-style: none;
    margin: 0 !important;
    padding:0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table { 
    
    width: 100%; 
    
}
table.dataTable th { 
  border: solid 1px #000; 
  border-right: 1px; 
  border-bottom: 0px;
}
table.dataTable tr.selected td.select-checkbox:after {
text-shadow: 0 0 0 transparent !important;

}
table.dataTable tbody td.select-checkbox{
  color: #000 !important;
}

.dataTables_wrapper .dataTables_info{
  color: #fff;
}
table.dataTable tbody tr{
  background-color: transparent;
}
table, th, td { 
    border-top: 1px transparent ;
    border-bottom: 1px solid rgb(39,118,208);
    /*padding: 0px 12px 10px 12px;*/
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 0 #000;
        
}
/*tr:nth-child(1) td{
    text-shadow: 0.51px 0.51px 0 rgb(150,225,255); 
    background: rgb(39,118,208);
    color: rgb(0,0,0);
}*/
.centerWrap td:last-child{
  min-width: 180px;
}
.centerWrap tr:nth-child(even){
    background: rgba(3, 81, 140,0.6);
    color: rgb(80, 180, 255) ;
}
.centerWrap tr:nth-child(odd){S
    background: rgba(16, 51, 92, 0.7);
    color: rgb(80, 180, 255) ;
}
.centerWrap tr{
    border-left: 4px solid transparent;
}
.centerWrap tr:hover{
    background: rgba(10, 81, 140, 1);
    border-left: solid 4px rgb(100,200,255);
    
    transition: 0.3s;
}
#residentTable .fa {font-size: 2rem; padding-right:12px;}
.faTextSpan{font-family: 'Exo', sans-serif ;  font-size: 1rem; margin: auto; }
#residentTable td:nth-child(2), #visitorTable td{
    text-align: right;
    /*padding: 0 12px 0 0;*/
/*remove for mobile*/
    /*min-width: 150px;*/
}
.scrollArea {
    overflow-y: scroll;
    width: 100%;
   /* height: 480px;*/
    display: block;
}
.resFormLabel{
   margin-top:12px;
}
.centerWrap label .disabled {
    vertical-align: top;
}
.centerWrap label{
    /*vertical-align: top;*/
    height: 22px;
    /*min-width: 275px;*/
    max-width: 275px;
    display: inline-block;
    margin-right: 25px;

}
.centerWrap input[type="radio"]{
    height: inherit;
    margin: 0 4px;

}
.centerWrap select, option{
    border: dotted 2px rgb(255,0,0);
    color: rgb(255,50,50);
    font-weight: bold;
    background: rgb(255,255,200);
    /*display: inline-block;*/
    height: auto;
    /*margin-left: 25px;*/
    max-width: 600px;
    font-size: 36px;
    padding: 2px 0px;
    font-family: 'Exo', sans-serif;
}
.centerWrap input[type="text"]:enabled, input[type="password"]:enabled{
    border-color: rgb(255,0,0);
    border: dotted 2px;
    color: rgb(255,50,50);
    background: rgb(255,255,200);
    display: inline-block;
    letter-spacing: .5px;
    min-height:36px;
   /* margin-left: 25px;*/
    max-width: 600px;
    font-weight: bold;
    font-size: 24px;
    padding: 6px 0px;
}

.centerWrap input[type="text"]:disabled,input[type="password"]:disabled{
    
    color: rgb(255,255,255);
    border: dotted 2px transparent;
    background: transparent;
    display: inline-block;
    letter-spacing: .5px;
    min-height:36px;
    /*margin-left: 25px;*/
    max-width: 600px;
    font-weight: bold;
    font-size: 24px;
    padding: 6px 0px;
    background: transparent;

}
.centerWrap input[type="text"],input[type="password"]{

    font-family: 'Exo', sans-serif;
}
ul{
    display: block;
    padding-start: 0px;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 0px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;

}
ul li{
    padding: 4px;
    text-align: left;
    list-style: none;
    font-size: 24px;
    font-style: italic;
    font-weight: 900 !important;
    letter-spacing: 1px;
    min-height: 25px;
}
li{
    margin: 4px 0px 0px 0px;
    color: rgb(80,180,255);
    
    border: solid 2px transparent;

}
li:hover{
    color: rgb(255,255,255);
    background: rgb(80,180,255);
    cursor: pointer;
    transition: 0.2s;

}

button:hover{
    cursor: pointer;
}
button {
   
   border: none;
   background-color: #65a9d7;
   background-color: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background-color: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   /*text-shadow: rgba(0,0,0,1) 0.51px 0.51px 0.51px;*/
   color: white;
   font-size: 16px;
   font-family: 'Exo', sans-serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   margin: 4px 4px 0 ;

   }
  .button {
   
   font-size: 28px;
   

   }
   .disabled{
/*   border: none;
   background-color: #666;

   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-shadow: none;
   color: rgb(50,50,50);
   font-size: 16px;
   font-family: 'Exo', sans-serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   margin: 4px 4px 0 ;*/
    
}
.disabled:hover{
    color: rgb(50,50,50); 
    text-shadow: none;
    cursor: default;
}
@keyframes flashingNotice {
    0%   {color: transparent;}
    50%  {color: rgba(7,200,100, 0.6); text-shadow: 0 0 24px rgba(70,255,180, 0.6);}
    100%  {color: transparent;}
   }
@keyframes flashingError {
    0%   {color: transparent;}
    50%  {color: rgba(255,0,0, 0.6); text-shadow: 0 0 24px rgba(255,50,50, 0.6);}
    100%  {color: transparent;}
   }

.flashing{
    
    font-size: 2em;
    animation-name: flashingNotice;
    animation-duration: 1s;
    animation-iteration-count: infinite;
 }  
 .flashingError{
    
    animation-name: flashingError;
    animation-duration: 0.2s;
    animation-iteration-count: 3;
 }
.fa-exclamation-circle {

    animation-name: flashingError;
    animation-duration: 1s;
    animation-iteration-count: infinite;

}
error{

    font-size: 22px;
    display: inline-block;
    margin: 48px auto;
    color: rgb(255,0,0) !important;
    /*text-shadow: 0 0 1px rgba(255,225,255, 1), 0 0 12px rgba(200,100,100, 0.5)!important;*/
    position: relative;
    /*top: -64px;*/
    letter-spacing: 1px;
}

   /*error:before{
        content: "ERROR: [ ";
   }
   error:after{
        content: " ] ";
   }*/
#cardNav li{
    display: inline-block;
    float: left;
    margin-left: auto;
   }
#adminWrap{
    display: none;
    max-height: 600px;
    position: relative;
    top: -44px;

    border-radius: 0 0 48px 0;
}
#admin{
    min-height: 200px;
    background: rgba(255,100,100,0.3);
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: none; 
}
#adminWrap .tabHighlight{
    background: rgba(255,100,100,0.3) !important;
}
 #notice .error, #notice .confirm{
    font-size: 6em !important;
    
 
 }
#notice .error{
    color: rgb(200, 50, 0);
    position: relative;
    

}
#notice .confirm{
    color: rgb(0, 200, 50);
    position: relative;
    
    
}
confirm{

    font-size: 22px;
    display: inline-block;
    margin: 48px auto;
    color: rgb(0,255,0)!important;
    /*text-shadow: 0 0 1px rgb(255,225,255), 0 0 12px rgba(100,200,100, 0.5)!important;*/
    position: relative;

    /*top: -64px;*/
    
    letter-spacing: 1px;
   }

/*confirm:before{
        content: "SUCCESS: [ ";
   }
confirm:after{
        content: " ] ";
   }*/

 
   button:hover{
   text-shadow: rgba(200,200,200,1) 0.51px 0.51px 0.51px;
   color: black;
   font-family: 'Exo', sans-serif;
   transition: .2s;
   }
  .clickableImg{
    border: solid 3px transparent !important;
  }
  .clickableImg:hover{
    cursor: pointer;
    border: solid 3px red !important;
    
   }
 

#logOutTab{
    border-radius: 0 0 50px 0 !important;
}
.red{
  color: rgb(200,10,10);
  text-shadow: 1px 1px 1px rgb(0,0,0);
}
.redBtn{
   border: none;
   background-color:  #d46565;
  background-color: -webkit-gradient(linear, left top, left bottom, from(#803333), to(#d46565));
   background-color:  -webkit-linear-gradient(top, #803333, #d46565);
   background-color:  -moz-linear-gradient(top, #803333, #d46565);
  background-color:  -ms-linear-gradient(top, #803333, #d46565);
   background-color:  -o-linear-gradient(top, #803333, #d46565);
   font-size: 28px;
   font-family: 'Exo', sans-serif;
   font-weight: bold;
   text-decoration: none;
   border-radius: 3px;

   
   }
   .redBtn>.material-icons
  .mdl-button {
    margin:6px !important;
    -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
  }
  .mdl-button:hover{
   
    background-color: rgb(180,255,70);
    -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
  }
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.mdl-tooltip {

    background: rgba(0,0,0, 0.9);
    border: 2px solid rgb(7,180,255);
    border-radius: 2px;
    color: rgb(7,180,255);
   
}
.grnBtn {

   background-color: #65d483;
   background-color: -webkit-gradient(linear, left top, left bottom, from(#32804e), to(#65d483));
   background-color: -webkit-linear-gradient(top, #32804e, #65d483);
   background-color: -moz-linear-gradient(top, #32804e, #65d483);
   background-color: -ms-linear-gradient(top, #32804e, #65d483);
   background-color: -o-linear-gradient(top, #32804e, #65d483);
   font-size: 28px;
   font-family: 'Exo', sans-serif;
   font-weight: bold;
   text-decoration: none;
   border-radius: 3px;
   }
.bluBtn{
   background-color: #65a9d7;
   background-color: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background-color: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background-color: -o-linear-gradient(top, #3e779d, #65a9d7);
   font-size: 28px;
   font-family: 'Exo', sans-serif;
   font-weight: bold;
   text-decoration: none;
   border-radius: 3px;
}

#smsTitle{text-shadow: 1px 1px 1px #000;}


.content{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: auto;

}
#lgmsg{
  color: #fff;
}
.centerWrap {
    margin: 64px auto auto;
    display: inline-block;
        width: 70%;
    min-height: 400px;
    max-height: 725px;
   
      /*min-width: 855px;*/
    /* padding: 12px; */
    /*box-shadow:  0 0 48px rgba(39,118,208, 0.5);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b1f35+0,7578c4+63,8b8ee8+87,8b8ee8+87&amp;0.55+0,1+25,0.14+45,0.26+52,0+61,0.15+68,0.14+83,1+100,0.12+100 */
    background: -moz-linear-gradient(-45deg,  rgba(11,31,53,0.55) 0%, rgba(53,66,110,1) 25%, rgba(87,94,155,0.14) 45%, rgba(99,104,171,0.26) 52%, rgba(114,117,191,0) 61%, rgba(117,120,196,0.04) 63%, rgba(122,125,204,0.15) 68%, rgba(135,138,226,0.14) 83%, rgba(139,142,232,0.14) 87%, rgba(139,142,232,0.12) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(11,31,53,0.55)), color-stop(25%,rgba(53,66,110,1)), color-stop(45%,rgba(87,94,155,0.14)), color-stop(52%,rgba(99,104,171,0.26)), color-stop(61%,rgba(114,117,191,0)), color-stop(63%,rgba(117,120,196,0.04)), color-stop(68%,rgba(122,125,204,0.15)), color-stop(83%,rgba(135,138,226,0.14)), color-stop(87%,rgba(139,142,232,0.14)), color-stop(100%,rgba(139,142,232,0.12))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(11,31,53,0.55) 0%,rgba(53,66,110,1) 25%,rgba(87,94,155,0.14) 45%,rgba(99,104,171,0.26) 52%,rgba(114,117,191,0) 61%,rgba(117,120,196,0.04) 63%,rgba(122,125,204,0.15) 68%,rgba(135,138,226,0.14) 83%,rgba(139,142,232,0.14) 87%,rgba(139,142,232,0.12) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(11,31,53,0.55) 0%,rgba(53,66,110,1) 25%,rgba(87,94,155,0.14) 45%,rgba(99,104,171,0.26) 52%,rgba(114,117,191,0) 61%,rgba(117,120,196,0.04) 63%,rgba(122,125,204,0.15) 68%,rgba(135,138,226,0.14) 83%,rgba(139,142,232,0.14) 87%,rgba(139,142,232,0.12) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(11,31,53,0.55) 0%,rgba(53,66,110,1) 25%,rgba(87,94,155,0.14) 45%,rgba(99,104,171,0.26) 52%,rgba(114,117,191,0) 61%,rgba(117,120,196,0.04) 63%,rgba(122,125,204,0.15) 68%,rgba(135,138,226,0.14) 83%,rgba(139,142,232,0.14) 87%,rgba(139,142,232,0.12) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(11,31,53,0.55) 0%,rgba(53,66,110,1) 25%,rgba(87,94,155,0.14) 45%,rgba(99,104,171,0.26) 52%,rgba(114,117,191,0) 61%,rgba(117,120,196,0.04) 63%,rgba(122,125,204,0.15) 68%,rgba(135,138,226,0.14) 83%,rgba(139,142,232,0.14) 87%,rgba(139,142,232,0.12) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0b1f35', endColorstr='#1f8b8ee8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
    border: 1px solid rgba(39,118,208, 0.7);
    border-radius: 0px 0px 8px 8px;
    clear: none;
    z-index: 1;
    position: relative;
    text-align: center;
}
.centerParent{
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch; 
  align-content: stretch; 
  

}
.centerWin{
  text-align: center;
  top: 30%;
  padding: 0 24px;
}

.footer{
    position: fixed;
    bottom: 0;
    padding: 6px 16px 6px 0;
    background:rgb(39,118,208);
    color: rgb(10,60,140);
    text-shadow: 0.3px 0.3px .3px rgb(150,225,255) !important;
    width: 100%;
    box-shadow: 0 -3px 5px rgba(0,0,0,0.5);
    text-align: right;
    z-index: 100;
}

#historyWrap{
    display: none;
    position: relative;
    top: -44px;
}
.tableWrap{
        overflow-y: auto;
        max-height: 660px;
        display: inline-block;
        width: 100%;
    }

.header{
    margin: auto;
    display: inline-block;
    width: 100%;
    height: 39px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.7);
    position: relative;
    z-index: 3;
    background: rgb(39,118,208);
    

}
.highlight{
    text-shadow: 0.51px 0.51px 0 rgb(0,0,0) !important;
    background: rgb(80,180,255);
    color: rgb(255,255,255);
    border: dotted 2px #fff;
}

.leftSideBar {
    
    margin: auto auto 0 0;
    display: inline-block;
    top: 0;
    float: left;
    clear: none;
    /*height: 50%;*/
    background: rgba(39,118,208,0.3);
    box-shadow: 0px 8px 12px rgba(0,0,0,0.7);
    border: solid 1px rgba(39,118,208,1);
    z-index: 4;
    left: 0px;
    position: relative;
   
    border-radius: 0 0 48px 0;
}
.navWrap{
    display: inline-block;
    width: 100%;
}
.headWrap{
    display: inline-block;
    float: left;
    width: 100%;
    text-shadow: 0.51px 0.51px 0 rgb(70,180,228); 
    background: rgb(39,118,208);
    color: rgb(0,0,0);
    padding: 8px 0 8px;
    
}
.headWrap span{
    display: inline-block;
    padding-left: 12px;
    margin-right: 6px;
    float: left;
    font-size: 22px;

}
#expires{
    font-size: 14px;
    display: inline-block;
    color: rgb(255,255,0);
    float: right;
    text-shadow: 0.51px 0.51px 1px rgb(0,0,0); 
    clear: none;
}
#Renter{
    display: inline-block;
    color: rgb(255,255,0);
    float: right;
    text-shadow: 0.51px 0.51px 1px rgb(0,0,0); 
    clear: none;
}
#announceBanner{
    background: rgb(80,180,255);
    color: rgb(0,0,0);
    text-shadow: 0.51px 0.51px 0 rgb(150,225,255) !important;
    padding: 4px;
    margin-bottom: 4px;
    text-align: left;
} 
#newsFeed h4{ 
    font-weight: 600; 
    font-style: italic;
    font-size: 36px; 
    color: rgb(28,100,180);
    text-shadow: 0.51px 0.51px 0 rgb(150,225,255) !important;
    margin: 6px 0 6px 0 !important; 
    display: inline-block; 
    max-height: 40px; 

}
#newsFeed .fa{
    font-size: 36px; display: inline-block; float: right; margin-right: 24px; text-shadow: 0px 0px 1px rgb(255,255,255);color: rgb(10,100,190);
}
#newsFeed{
    
    width: 100%;
    margin: auto;
    background: rgb(255,255,255);
    padding: 0px;
    z-index: 999;
    
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    
}
#NewsWrap{
    display: none;
    position: relative;
    top: -44px;
}
#newsFeed p{
    padding: 4px;
}
#notice> h2{
    
    /*text-shadow: 0 0 1px rgb(255,225,255), 0 0 12px rgba(70,180,255,0.5);*/
    letter-spacing: 1px;
    
}
.errorNotice{
    
    background-color: rgba(20,0,0,0.2) !important;
    box-shadow: 0 0 32px rgba(255,150,100,0.3) !important;
    border: solid 1px rgba(255,100,100, 0.5) !important;
    background-image: url('/img/linesTileRed.png') !important;
    
}
.successNotice{
    
    background-color: rgba(0,10,0,0.2) !important; 
    box-shadow: 0 0 32px rgba(100,255,150,0.3) !important;
    border: solid 1px rgba(100,255,150, 0.5) !important;
    background-image: url('/img/linesTileGreen.png') !important;
    
}
.benignNotice{
    
    background-color: rgba(0,10,20,0.2) !important;
    box-shadow: 0 0 32px rgba(39,118,208, 0.3) !important;
    border: solid 1px rgba(100,150,255,0.5) !important;
    background-image: url("/img/linesTileBlue.png") !important;

}
.imageNotice{
        overflow: hidden;
    /* margin-top: 24px; */
    display: inline-block;
    width: 100%;
    
}
.histImg{
    object-fit: cover;
    max-width: 780px;
    max-height: 640px;
    width: auto;
    }
    
borderElement{
    border-color: rgba(100,180,255, 1);
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.topLeftCorner{
    float: left;
    border-top: solid 4px;
    border-left: solid 4px;
    top:-4px;
    left: -4px;
    
}
.topRightCorner{
    float: right;
    border-right: solid 4px;
    border-top: solid 4px;
    top: -4px;
    right: -4px;
    margin: 0;
}
.bottomLeftCorner{
    bottom: -4px;
    left: -4px;
    float: left;
    border-bottom: solid 4px;
    border-left: solid 4px;

}
.bottomRightCorner{
    bottom: -4px;
    right: -4px;
    float: right;
    border-right: solid 4px;
    border-bottom: solid 4px;
  
}
#noticeWrapBG{
    position: absolute;
    display: none;
    top: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
   
    background: #000;
    opacity: 0.95;
    z-index: 9;
}
#noticeWrap{
    position: absolute;
    display: none;
    top: 50%;
    text-align: center;
    margin: auto;
    width: 100%;
    
    z-index: 9;
}
#notice{
    
    margin: auto;
    width:  auto;
    height:  auto;
    /*overflow: hidden;*/
   /* max-width: 40%;*/
    /* min-height: 250px; */
   /* min-width: 24px;
    max-width: 50%;*/
    position: relative;
    z-index: 10;
    padding: 6px 25px 25px 25px;
    font-size: 18px;
    border-radius: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   
}
#noticeContent{
    display: none;
    padding: 24px;
    /*removed for mobile*/
    /*min-width: 400px;*/
    height: 100%;
    opacity: 0;
}
.notice {
    margin: auto;
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
}
#noticeBorderTop{
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;

}
#noticeBorderBottom{
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.noticeRow{
    display: block;
   
}
wrap{
    display: none;
    /*background-image: url("/img/linesTileBlue.png") !important;
    background-color: rgba(0,10,20,0.8) !important;
    box-shadow: 0 0 48px rgba(39,118,208, 0.5) !important;
    border: solid 1px rgba(39,118,208, 0.5);*/
    width: auto;
    height: auto;

}

.border-top{
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;

}
.border-bottom{
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
/*.noteBorder{
    display: inline-block;
    width: 100%;
    position: relative;
     margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-left{
    float: left;
    border-top: solid 1px rgb(0,150,255);
    border-left: solid 1px rgb(0,150,255);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
}
.top-right{
    float: right;
    border-right: solid 1px rgb(0,150,255);
    border-top: solid 1px rgb(0,150,255);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
}
.bottom-left{
    bottom: 0;
    float: left;
    border-bottom: solid 1px rgb(0,150,255);
    border-left: solid 1px rgb(0,150,255);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
}
.bottom-right{
    bottom: 0;
    float: right;
    border-right: solid 1px rgb(0,150,255);
    border-bottom: solid 1px rgb(0,150,255);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
}

#noticeWrap{
    position: absolute;
    top: 0;
    text-align: center;
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    max-height: 1080px;
    background: #000;
    opacity: 0.9;
    z-index: 9;
}*/
.stats{

    font-size: 12px;
    color: black;
    display: inline-block;
    
    float: right;
    padding: 4px;

}
.tagLine{
    text-shadow: 0.3px 0.3px .3px rgb(150,225,255) !important;
    color: rgb(10,60,140);
    display: inline-block;
    float: right;
    font-weight: bold !important;
    padding-top: 12px;
    padding-right: 12px;
}
.tabbedNav{
    list-style: none;
    min-height: 43px;
}
.tabbedNav li{
    display: inline-block;
    float: left;
    border-radius: 3px 20px 0 0;
    background: rgb(39,118,208);
    color:rgb(80,180,255);
    text-shadow: 0.51px 0.51px 0 #000, , 0 0 0.5px #000;
    padding: 6px;
    border: solid 1px rgb(10,60,150);
    border-bottom: none;
    box-shadow: 0 -5px 10px rgba(0,0,0, 0.3);
}
 .ui-effects-transfer {
    /*border-radius: 25px;*/
    background-color: rgba(80,180,255,0.7);
    /*background: url("/img/img_ico.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 2px dotted #fff;
    z-index: 999;

  }


.tabbedNav li:hover{
    color: rgb(255,255,255) !important;
    border: dotted 1px #fff !important;
    cursor: pointer;
}
.tabbedNav li:active{
    color: rgb(255,255,255) !important;
    text-shadow: 0 0 1px #fff, 1px 1px 2px rgba(0,0,0,1) !important;
}
.tabHighlight{
    color: rgb(255,255,255) !important;
    background: rgb(80,180,255)!important;
    text-shadow: 1px 2px 0 rgb(0,0,0), 0px -1px rgba(0,0,0,0.5)!important;
    border: dotted 1px #fff !important;

}
.tabIco {
    
    padding-right: 4px;
    width: 24px;
    min-height:  24px;
    display: inline-block;
    text-align: center;
    float: left;
    clear: left;
}
.tabTxt {
    padding-right: 4px;
    text-align: right;
    display: inline-block;
    float: left;
}
.textBlock{
    display: inline-block;
    margin: 12px 0px;
}
.toolBar{
    display: inline-block;
    float: right;
    clear: none;
    position: relative;
    margin: 2px auto ;

}
#ResidentTableWrap{

    position: relative;
    top: -44px;
}
#residentTable{

}
.smsWrap{
    display: inline-block;
    padding: 4px;
    margin: auto;
}
#VisitorTableWrap{
    display: none;
    position: relative;
    top: -44px;
}
#visitorTable{
    
}
.widgetWrap{
    margin-top: 40px;
    padding: 4px;
    display: inline-block;
    min-height: 108px;
    /*min-width: 200.031px;*/
}
.visitorForm{

    padding: 4px;
    width: 100%;

}
.visitorInput{
    width: 200px;
    font-size: 24px;
    margin: 4px;
    margin-left: 2px !important;
}
.visitorInput:disabled{
  background-color: rgb(50,50,50);
}
.countOutput{
  color: rgb(10,255,180);
  text-shadow: 1px 1px 2px #000; 
}
.countWrap{
    font-size: 12;
    font-weight: normal !important;
    color:   rgb(80,180,255);
    vertical-align: super;
    
    padding: 4px ;
    border-radius: 4px;
    float:right;
    display: inline-block;
    border: solid 3px #fff;
    position: absolute;
}

#VisitorFormWrapper{
    text-align: center;
    border-radius: 5px;
    display:inline-block;
    padding: 4px;
    height: 100%;
    max-width: 700px;
    min-width: 70%;
    /*border: solid 1px rgb(0,150,255);*/
    margin: 12px 0px;
    color:   rgb(80,180,255) !important;
    /*background-color: rgba(0,20,50,0.4); 
    box-shadow: 0 0 32px rgba(100,150,255,0.7);
    background-image: url('/img/linesTile.png') !important;
    text-shadow: 0.51px 0.51px 0 rgb(100,150,255)!important;*/
    font-weight: bold !important;
    overflow: hidden;
}

.right{
    float: right !important;
    position: relative;
    right: -22px;
    top: -6px;
}
.expired>td{color: rgb(0,0,0) !important; background: #960200; border: solid 1px rgb(255,0,0) ;border-left: 2px; border-right: 2px;  }
.valid>td{color: rgb(0,0,0)!important; border: solid 4px rgb(0,180,0); border-left: 2px; border-right: 2px; background: rgba(200,255,200,0.7); }
.error>td{color: rgb(0,0,0)!important;  border: solid 4px; border-left: 2px; border-right: 2px rgb(255,255,0);}
#carrierWrapper{
    
    padding: 4px;
    margin: 2px;
}
.scrollWrap{
  display: inline-block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-height: 650px;
}
.TestSMSWrap{
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    min-height: 200px;
    height: 100%;
    overflow-y: auto;
}
#primarySelectWrap{
    position: relative;
    display: none;
    width: 100%;
}
#ProviderWrap{
    position: relative;
    display: none;
    width: 100%;
}
#ConfirmTestWrap{
    position: relative;
    display: none;
    width: 100%;
}

#CallBoxHistTable{
    
}
#VisitorHistTable{
    display:none;
}
#VisitorTable tr:hover{
    
    border-left: solid 4px rgb(255,255,255);
    
    transition: 0.3s;
}
#AccessControlWrap{
    margin-top: 12px;
    text-shadow: 1px 1px 2px #000; 
    max-height: 400px;
    overflow-y: auto;
}
#accessWrap{
    display:none;
}
#resourceWrap{
    display: none;
    max-height: 760px;
    position: relative;
    top: -44px;
}
#resource{
    
}
#PrimarySmsForm{
    width: 100%;
}
#mapWrap{
    display: none;
    max-height: 760px;
    position: relative;
    top: -44px;
    height: 400px;
}
#map{
    border-radius: 0 0 48px 0;
    overflow-y: hidden;
    height: inherit;
}
#adminTab{
    color: red;
}


@media screen and (max-width: 1200px) {
    input[type="text"]

    body{
        font-size: 32px;
    }
   .tabTxt  {
        display: none;
    }
   .widgetWrap{
        max-width: 100px;
    }
    .centerWrap{
        width: 85%;
        margin: 48px auto;
        clear: none;
    }
}

/*@media screen and (max-height: 700px) {

    input[type="text"][class="enabled"], input[type="password"] {
            
            max-height: 24px !important;
    }
    /**{
        font-size: 16px !important;
    }*/
    /*td,th{*/
      /*padding: 0 !important;*/
   
/*    }
    .centerWrap{
      margin: 44px auto auto !important;
    }
}*/*
/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles {
  position:relative;
  right: -18px;
  top: -14px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  box-shadow: -2px -1px 3px rgba(0,0,0,0.3);
  color: #000;
  text-shadow: none;

}
.triangle-isosceles.left {
  
  background:rgb(80,180,255);
  box-shadow: 3px 3px 5px #000;
}
/* creates triangle */
.triangle-isosceles.left:before {
  content:"";
  position:absolute;
  bottom:4px; /* value = - border-top-width - border-bottom-width */
  left:-15px; /* controls horizontal position */
  border-width: 0 0 14px 15px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color: #fff transparent;
  background-color: transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:5px; /* value = - border-top-width - border-bottom-width */
  left:-11px; /* controls horizontal position */
  border-width: 0 0 10px 12px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color: rgb(80,180,255) transparent;
  background-color: transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;

}


#smsWrap{
    padding: 12px;
    z-index: 999;
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #000514;
    
}

#smsWrap:before{
        color: black;
        content: "enter or select the 10 digit mobile number.";
   }
#QREmailWrap{
    padding: 12px;
    z-index: 999;
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #000514;
    
}

#QREmailWrap:before{
        color: black;
        content: " Enter an email address to send the visitor pass. ";
   }


.QREmailInput{
    display: inline-block;
    clear: both;
    margin: 10px auto ;
    font-size: 22px;
    height: 44px;
}
#dndLabel{
  display: inline-block;
/*  margin: auto; */
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/*Overrides*/
#QREmailWrap i.fa.fa-envelope {
    padding-bottom: 4;
}
td.class-expirationDay {
}
td.class-expirationDay>a{
    border-color: rgb(255,0,0) !important;
    background: rgb(255,150,150) !important;
    color: rgb(0,0,0)!important;
    font-weight: bold!important;
}

#smsNotice{
    
}


 .toggle-switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }

    .toggle-switch input[type="checkbox"] {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .toggle-switch label {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 34px;
      background-color: #ccc;
      border-radius: 34px;
      cursor: pointer;
    }

    .toggle-switch label:before {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: white;
      top: 4px;
      left: 4px;
      transition: all 0.3s ease;
    }

    .toggle-switch input:checked + label {
      background-color: #4CAF50;
    }

    .toggle-switch input:checked + label:before {
      transform: translateX(26px);
    }





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 12px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ccc;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  font-size: 12px;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  top: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#debug {
  border: solid .51px rgb(255,255,0);
    display: none;
    position: absolute;
    bottom: 1;
    left: 1;
    padding: 6px;
    color:  rgb(0,0,0);
    font-size: 12px !important;
    width: 50%;
    min-height: 200px;
    max-height: 400px;
    background-color: rgb(80,80,80);
    z-index: 9999;
    font-family: monospace;
    overflow-y: auto;
    overflow-x: hidden;
}

#callBoxCount,#visitorHistCount,#AccessCount{
  display: none;
}
debugTitle{
  display: inline-block;
  background-color: rgb(80,80,80);
  width: 98%;
  padding: 2px;
}
dLine{
  background-color: rgb(100,100,100);
  display: inline-block;
  width: 100%;
  padding: 2px;
  border-bottom: solid 1px rgb(0,0,0);
}
input:checked + .slider {
  background-color: rgb(125,0,0);
  border: 2px solid rgb(255,0,0);
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: rgb(255,255,0);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  /*width: 60px;*/
  margin: auto;
}

.slider.round:before {
  border-radius: 50%;
}
#visRef{display: inline-block; float: right !important; position: relative; right:0; color: rgb(0,255,100);}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  font-size: 11px !important;
  color: rgb(70,180,255)
}
.ui-dialog{
    z-index: 99999;
    background-color: #ffffff;
    margin: auto !important;
    font-size: 12px;
    display: none;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: rgb(70,180,255);
  box-shadow: 0 0 12px rgb(10,100,180);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb
{
  background: rgba(7, 200, 120, 1);
  box-shadow: 1px 1px 12px rgba(7, 255, 180, 1);
  border: solid 0.5px rgba(70, 255, 200, 1);
}
#visForm >.mdl-tooltip{
  position: absolute;
  top: auto !important;
  left: auto !important; 
  margin-left: auto !important;
  min-width: 150px !important;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-align {
    text-align: center;
}

#IsPermanent{}
#PermaOpt{display: none;}
#DatesRow{
  border: none !important;
}
.pushpin{
  max-width: 225px;
  z-index: 99999999;
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  padding: 6px;
  background: rgb(255,255,255);
  border: 2px solid rgb(255,0,0);
  box-shadow: -5px -5px 17px rgb(0,0,0);
}
.pushpin p{
  text-align: left;
  margin-bottom: 0;
}

.close-left{
  position: absolute;
  top: -36px;
  left: -36px;
  color: rgb(0,0,0);
  background: rgb(180,180,180);
  border: 2px solid rgb(255,255,255);
  border-radius: 25px;
  padding:2px;
  width: 24px;
  height: 24px;
   box-shadow: -5px -5px 17px rgb(0,0,0);
}
hr{
  margin: 0;
}