#onlineStatus {
  height:6px;
  width:100vw;			
}
.offline {color:#666; background:#FFFC7F;}
.online {color:#fff; background:#90C048;} 

/* ---------------------------------------------------------
   COLOURS   blue - #044B88  #005CC3
   ---------------------------------------------------------*/

*{
  -webkit-tap-highlight-color: transparent;  
}

*:focus {
  outline:none !important
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  margin:0;
  padding:0  
  width: 100vw;
  height: 100vh;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.4;    
}

body.noScroll {
  overflow:hidden;
}

h1, h2, h3, h4, h5, h6, ol, ul {
  margin:0;
  padding:0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */


#dlgwrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dlgbox {
  margin: auto;
  width: 70%;
  background: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=124, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;


  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

#dlgmsg {
  padding: 40px;  
}

#dlgcntrs {
  padding: 10px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#dlgcntrs button {
  margin-left: 8px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #999999;
}






#wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#header {
  position: relative;
  padding-top: 30px;
  height: 120px;
  color:#fff;
  background: #005CC3;
  border-bottom:5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header h1 {
  margin:auto;
  font-size:24px;
  color: #fff;
}

.member {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #ffffff;
  font-size: 12px;
}

.cntrls {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
        
  margin: auto;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; 
}

.print {
  margin:0 5px;
  height:30px;
}

.logio {
  margin:0 12px 0 20px;
  height:35px;
}

#limsg {
  color:#FF2536;
  font-size:14px;
}

#loginbtn {
  width: 50px;
  height: 50px;
  background-image: url('img/checkmark.png');
  background-position: center right; 
  background-repeat: no-repeat;
}

.weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wstats {
  margin: auto;
  position:relative;
  padding-right:10px;
  line-height:1.3em;
  font-size: 16px;
  color: #eeeeee;  
}

.wstats img{
  position:absolute;
  top:-32px;
  right:-32px;
  width:60px;
  height:60px;
}



#main {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  position: relative;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;  
}

#li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.lipanel {
  margin:auto;
  width: 300px;
}

.tab {
  display:none;
  width: 100%;
  padding: 15px 50px 25px 15px;
}

.tabsel {
  display:block;
}

.tab h1 {
  font-size: 34px;
  color: #8ec5fb;
}

.content-block {
  margin: 40px 25px 0;
}

.content-block h2 {
  padding: 5px 8px;
  font-size: 18px;
  color: #fff;
}

.toggle {
  width: 100%;
  margin-bottom: 25px;
  color: #fff;
  background: #005CC3;  
}

#footer {
  background: #005CC3;
  border-top: 2px solid #005CC3;
}


#newrecord {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 32px;
  color: #fff;
  background: #005CC3; 
  border-radius: 120px;
  text-align:center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=124, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */  
}

.selbtn {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

#timerConf, #deleteServConf, #deleteConf, #saveConf {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0; 
  background-color: #FFFFFF;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirmbox {
  margin: auto;
  width: 60%;
  background: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=124, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between; 
}

.cbox {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  padding:25px;
  font-size:22px;
  color: #005CC3;
}

.confirmbtns {
  padding:8px 25px;  
  display:flex;
}

.confirmbtns button {
  margin:5px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #005CC3;    
  border: 2px solid #005CC3;
  border-radius: 0;
  padding: 10px 4px 10px;
  text-align: center;
  text-decoration: none;  
}

.button {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #005CC3;    
  border: 2px solid #005CC3;
  border-radius: 0;
  padding: 10px 4px 10px;
  text-align: center;
  text-decoration: none;
}

.btnsel {
  visibility: hidden;
}

.timerbtn {
  margin: 15px 20%;  
  padding: 10px;  
  width: 100%;
  color: #333;
  background-color: #eee;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
}

label {
  color: #005CC3;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin-bottom:15px;
  color:#333;
  font-size:18px;
  border:none;
  border-bottom:1px solid #333;
  border-radius:0;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  color: #333;
  background: #FFFC7F;
}

input[type="date"], input[type="datetime-local"] {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin: 10px 0;
  padding: 3px 5px;
  color: #333;
  font-size: 18px;
}


.inprpl {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin-bottom:15px;
  color:#333;
  font-size:18px;
  border-bottom:1px solid #333;  
}

.printrpl {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin-bottom:15px;
  color:#333;
  font-size:18px;
  border-bottom:1px solid #333;
}

select {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin: 10px 0;
  padding: 3px 5px;
  color: #333;
  font-size: 18px;
}

textarea {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
  padding: 3px 5px;
  color: #333;
  font-size: 18px;  
}

.notessp {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  margin-bottom: 15px;
  padding: 3px 5px;
  color: #333;
  font-size: 18px;
  white-space: pre-wrap;  
}

.contain {
  display:flex;
  align-items: baseline;
}

.contain label {
  width: 165px; 
  margin-right: 10px;
  font-size:16px;  
  white-space: nowrap;
}

.contain-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; 
}

.contain-left label {
  margin-right: 10px;
  font-size:16px;
}

.contain-left input {
  font-size:16px;
}

.msr {
  margin-left: 8px;
  color: #005CC3; 
}

.gridblock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-bottom: 40px
}

.gridblock h2{
  color: #005CC3;
  font-size:18px;
}

.gridblock .content-block {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin: 20px 10px 0 25px;
}

.gridblock label {
  width: 110px; 
  margin-right: 10px;
  font-size:16px;  
  white-space: nowrap;
}

.gridblock2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

.gridblock2 h2{
  color: #ffffff;
  font-size:18px;
}

.gridblock2 .content-block {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin: 20px 10px 0 25px;
}

.gridblock2 label {
  width: 110px; 
  margin-right: 10px;
  font-size:16px;  
  white-space: nowrap;
}

.scrollpanel {
  border-top: 1px solid #eee;
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#refreshrec {
  position:absolute;
  top:0;
  right:25px;
  width:46px;
  height:46px;
  background-color: white;
  background-image: url('img/refresh.png');
  background-position: center center; 
  background-repeat: no-repeat;
}

input[type=text]#search {
  position:absolute;
  top:0;
  left:0;
  width: 135px;
  box-sizing: border-box;
  border: 2px solid #eee;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('img/search.png');
  background-position: 10px 8px; 
  background-repeat: no-repeat;
  margin-left:6px;
  padding: 10px 16px 10px 42px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus#search {
  width: 100%;
}

.panel {
  border-top: 1px solid #eee;
  margin-bottom:75px;
}





/* ==========================================================================
   Record Lists - Server and Device
   ========================================================================== */

.list {
  margin: 0;
  padding: 0;
  width: 250px;
  background: #ffffff;  
  list-style-type: none;
}

.list li {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100px;
  border-bottom: 1px solid #eee;
  overflow:hidden;
}

.recordbox {
  position: relative;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.recinf {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  font-size: 14px;
  overflow:hidden;
}

.recordbox div {
  margin: 3px 10px 0;
  padding:0 8px;
  font-size:14px;
  white-space: nowrap;
}

.feature { 
  font-weight: bold;
  color:#005CC3;
}

.recsel {
  background: url(img/editform.png) no-repeat right center;
}

.editbx {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
}

.savrec {
  width:50%;
  height:100%;
  background: #FF8700 url(img/save.png) no-repeat center center;
}

.delrec {
  width:50%;
  height:100%;
  background: #FF2536 url(img/delete.png) no-repeat center center;
}

.delsvrrec {
  width:100%;
  height:100%;
  background: #FF2536 url(img/delete.png) no-repeat center center;
}


.list li button{
  width: 56px;
  height: 110px;
  border: 0;
  border-radius: 0;
  padding: 10px 4px 10px;
  text-align: center;
  text-decoration: none;
}

.saved {
  position: absolute;
  top: 0;
  right: -7px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #90C048;
}

.notsaved {
  background: #FFFC7F; 
}














.stored {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 15px;
}

.notstored {
  background: url(img/stored.png) no-repeat center center;
}


#wdtimer {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  color: #ffffff;
  background:black;
  text-align: center;
}

#timertxt {
  margin-top:18px;
  color: #FFFF66;
  letter-spacing:.4em;
  font-size: 22px;
}

#swdisplay {
  font-weight:100;
  font-size: 72px;
}

.danger {
  color: #FF2536;
}


#message {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:120px;
  line-height:120px; 
  text-align:center;
  display:none;
}

#msgtxt {
  padding:10px 30px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=124, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 11px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */  
}

.success {
  color:#ffffff;
  background: #90C048;  
}

.error {
  color:#333333;
  background: #FFFC7F;
}


.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}



/* ==========================================================================
   Flex classes
   ========================================================================== */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spacearound {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



.printable {
  display:none;
}

.blink {
  animation-duration: 0.8s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}


@media all {

  .splitpanelwrapper {
    display: block;
  }  
  
  .page-break {
    display: none;  
  }
}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  
    * {
      margin: 0 !important;
      padding: 2px !important;
    } 
  
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
  
  .page-break {
    display: block;
    page-break-before: always;
  }  
  
  .splitpanelwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content:space-between;
  }
  
  .splitpanel {
    width: 49%;
    padding: 50px;
    
  } 
  
  .splitpanel .contain label {
    width: 90px;
    font-size:16px;  
    white-space: nowrap;
  } 
  
  .splitpanelww {
    width: 49%;
    padding: 50px;
  } 
  
  .splitpanelww .contain label { 
    font-size:16px;  
    white-space: nowrap;
  }   
  
  .tab {
    padding: 0;
  }  
  
  .tab h1 {
    margin: 15px 0 0;
    padding: 0;
    font-size: 22px;
  } 
  
  .content-block h2 {
    padding: 0;
    font-size: 16px;
    color: #fff;
  }
  
  #wrapper {
    position: relative;
  }
  #header {
    display: none;
  } 
  #footer {
    display: none;
  } 
  
  .timerbtn {
    display: none;
  }
  
  .printable {
    display:block;
  }
  
  input[type="date"], input[type="datetime-local"], select {
    border:none;
    border-bottom:1px solid #333;
    border-radius:0;
  }
  
  .printrpl {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
  }
  
  .noprint {
    display:none;
  }  

  #map, #mapww {
    display: block;
    page-break-inside: avoid;
  }
  
  #mapcp {
    display: none;
  }  

}
