
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
em,
img,
ins,
kbd,
q,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
audio,
video {
  padding: 0;
  margin: 0;
  border: 0;
}
/* Prevents iOS text size adjust after orientation change, without disabling (Thanks to @necolas) */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/* Base styles
-------------------------------------------------- */

body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    font-size: 100%;
    line-height: 1.5;
	font-family:Tahoma, Geneva, sans-serif;
  color: #333;
  background-color: #FFF;
}
/* Universal link styling */
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Removes the dark touch outlines on links */
}
h1{font-size:20px; font-size:4vw; font-weight:normal;  color:#AAA; margin:10px 0 0;}
h2{font-size:18px;   color:#999; }
h3{font-size:16px; }
h3 small{font-size:14px;  color:#999; }
h4{font-size:15px;  }
h4 small{font-size:12px;  color:#999; }
.clear{clear:both;}
/* Wrapper to be used around all content not in .bar-title and .bar-tab */
.content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x:hidden;
  background: #FFF;
  -webkit-transition-property: top, bottom;
          transition-property: top, bottom;
  -webkit-transition-duration: .2s, .2s;  
          transition-duration: .2s, .2s;  
  -webkit-transition-timing-function: linear, linear;
          transition-timing-function: linear, linear;
  -webkit-overflow-scrolling: touch;
  padding-bottom:100px;
}

/* Hack to force all relatively and absolutely positioned elements still render while scrolling
   Note: This is a bug for "-webkit-overflow-scrolling: touch" */
.content > * {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
/* Utility wrapper to pad in components like forms, block buttons and segmented-controllers so they're not full-bleed */
.content-padded {
  padding: 10px 5px;
  display:inline-block;
}
.content-padded p {
line-height:22px; 
}

.bar-title ~ .content {
  top: 44px;
}
.bar-tab ~ .content {
  bottom: 51px;
}
.bar-header-secondary ~ .content {
  top: 88px;
}/* General bar styles
-------------------------------------------------- */

[class*="bar-"] {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 44px;
  padding: 5px;
  box-sizing: border-box;
}

/* Modifier class to dock any bar below .bar-title */
.bar-header-secondary {
  top: 44px;
}

/* Modifier class to dock any bar to bottom of viewport */
.bar-footer {
  bottom: 0;
}


/* Title bar
-------------------------------------------------- */
.bar-title {
  top: 0;
  display: -webkit-box;
  display: box;
  background-color:#FFF;
  box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, .8);
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
}

/* Centered text in the .bar-title */
.bar-title .title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height:40px;
  margin-top:5px;
  text-align:center;
  cursor:pointer;

}
.bar-title .title img {
  height:35px;
  width: auto;
}

.bar-title > a:not([class*="button"]) {
  display: block;
  width: 100%;
  height: 100%;
}

/* Retain specified title color */
.bar-title .title a {
  color: inherit;
}

/* Generic style for all buttons in .bar-title */
.bar-title [class*="button"] {
  position: relative;
  z-index: 10; /* Places buttons over full width title */
  font-size: 12px;
  box-shadow: 0 1px rgba(0, 0, 0, .25);
  -webkit-box-flex: 0;
          box-flex: 0;
}
/* Position/size search bar within the bar */
.bar-standard input[type=search] {
  height: 32px;
  margin: 0;
}

/* Force form elements to inherit font styles */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Stretch inputs/textareas to full width and add height to maintain a consistent baseline */
select,
textarea,
input[type="text"],
input[type=search],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
  background: #fff;
  -webkit-appearance: none;
  display:block;
  color:#666;
  font-size:4vmin;
}

textarea:focus, input:focus {outline:0;}

[class*="button"] {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  margin:3px  0;
  border-radius:8px; -moz-border-radius:8px;-webkit-border-radius:8px;
  color: #FFF;
  text-align: center;
  vertical-align: top;
  background-color:#0FA6A9;

}

.progress{  width:88%;  position:relative; margin:50px auto 10px;
  display:block; background:#CCC; height:10px; border-radius:10px;  -moz-border-radius:10px;-webkit-border-radius:10px; }
.progress-value{position:absolute; left:0; top:0;  height:10px; border-radius:10px;  -moz-border-radius:10px;-webkit-border-radius:10px;   background:#11A8AB;}
.progress-value:after{   content:"";  position:absolute; right:-6px; top:-6px; border:12px solid #11A8AB; border-radius:20px;  -moz-border-radius:20px;-webkit-border-radius:20px; 
-webkit-box-shadow: 1px 1px 0px 0px rgba(13, 143, 147, 1);
-moz-box-shadow:    1px 1px 0px 0px rgba(13, 143, 147, 1);
box-shadow:         1px 1px 0px 0px rgba(13, 143, 147, 1);
 }
.progress-value-box{background:#11A8AB; color:#FFF; text-align:center; line-height:20px; border-radius:5px;  -moz-border-radius:5px;-webkit-border-radius:5px; min-width:30px; width:auto; height:20px; padding:5px; position:absolute; right:-15px; top:-47px; font-size:4vmin; }


.progress-value-box:before {
   content:"";
   position: absolute;
   left:50%;
   top: 30px;
   width: 0;
   height: 0;
   border-top: 8px solid #11A8AB;
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
   margin-left:-5px;
}
/* Active */
[class*="button"]:active {
  color: #FFF;
  background-color:#11A8AB;
}

.inline{display:inline!important;}

.btn {
	width: 32px; height:32px;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background:none;
}
.btn img{width:100%; height:100%; float:left;}

.btn:focus {
 outline:none;
}

.swipe-menu{width:35px; height:35px; position:absolute; top:5px; right:5px;  display: inline-block;   z-index: 10; }

.credit{width:100%; position:relative; margin:0; padding:0;  z-index:1;}
.credit-row{  width:90%;
  margin:10px auto ;
  display:block;}
.add-email{width:92%; padding:10px 4%; border:none; height:100%;  }
.send-email{position:absolute; right:0; top:0; text-align:center; background:#11A8AB; padding:0 10px; }
.send-email img{width:50%; height:auto; padding:10px 0;}

.info-textarea{  background: #fff;
  -webkit-appearance: none;
  width:88%;
  margin:10px auto;
  display:block;
  padding:5px;
  color:#666;
  border:2px solid #CCC;
  font-size:4vmin;
  min-height:30px;
    border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px}
.alarm{
	position:relative;
	left:0; bottom:0;
  background:#FF7F00;
  -webkit-appearance: none;
  width:100%;
  line-height:44px;
  margin:0 ;
  display:block;
  padding:5px 0;
  color:#FFF;
  height:44px;
text-align:center; font-size:20px; font-size:4.5vw;
}
.alarm img{width:auto; height:100%;}
.send {
  float:right;
  position: relative;
  display: block;
  padding: 6px 15px;
  margin:5px 10px;
  border-radius:8px; -moz-border-radius:8px;-webkit-border-radius:8px;
  color: #FFF;
  border:none;
  text-align: center;
  vertical-align: top;
  background-color:#11A8AB;
}
.odeme-row{width:99%;
float:left;
 padding:10px 0 10px 1%;
  display:block;
  border-bottom:1px solid #CCC;
  font-size:18px; font-size:4vw;
  color:#999;
  position:relative;
  cursor:pointer;
  z-index:2;
  }
.odeme-row span{ color:#444; float:right; padding-right:10px;}
.odeme-row1{width:19%;
float:left;}
.odeme-row1 span{padding:0; float:left; width:100%; margin-top:-8px;  position:relative;}
.odeme-row1 span span{font-size:16px; font-size:2.9vw; color:#AAA; position:absolute; left:0; bottom:-18px;}
.odeme-row2{width:27%;
float:left; text-align:center;}
.odeme-row2 img{width:90%; height:auto; float:left;}
.odeme-row-half{width:50%; float:left;}
.odeme-row-half span{float:right; padding-right:10px;}
.odeme-row3{width:73%; float:left;}
.odeme-row3 span{float:left; padding-right:5px; width:45%;}
.bg-gray{background:#EEE; color:#32557C;}  
.pl{left:5px;}
.btn-back {
	border:none;
	width: 32px; height:32px;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  vertical-align: middle;
  cursor: pointer;
  background:none;
}
.btn-back:focus {
 outline:none;
}
.btn-back img {width:100%; height:auto;}
.ecolor{color:#EEE!important;}
.grayrow{background:#F8F8F8;}
.editrow{background:#18293C; width:50%; position:absolute; right:0; top:0;  height:100%; color:#FFF; }
.editrow span{float:left; width:50%; text-align:center; padding:4px 0;}
.editrow span img{width:35%; height:auto; }

.editrowh{background:#18293C; width:50%; position:absolute; right:-46%; top:0;  height:100%; color:#FFF; }
.editrowh span{float:left; width:50%; text-align:center; padding:4px 0;}
.editrowh span img{width:35%; margin-top:3%; height:auto; }
.editrowh span .delete {width:50%; margin-left:75%; margin-top:3%; height:auto; }
.editrowh:hover{right:0;}

.red{color:#E64C65;}
.green{color:#11A8AB;}
.yellow{color:#F1C305;}
.menu{position:fixed; width:100%; background:#1B2E43; left:0; bottom:0; z-index:10;}
.doviz-menu{float:left; width:25%; text-align:center; background:#1B2E43; padding:8px 0; color:#FFF; cursor:pointer;

  box-shadow: inset 0 0px 0px 1px rgba(21, 35, 51, 1);
  -webkit-box-orient: horizontal;
          box-orient: horizontal;}
.doviz-menu img{width:42%; height:auto;}
.doviz-menu:hover{background:#152333;}
.menu-selected{background:#152333;}
.alarm-set{background:#FF7F00; width:100%; float:left; display:blok; padding:10px 0; text-align:center; }
.graphic{width:100%; float:left; display:block;}
.text-right{text-align:right;}
.alarmkur-layer{ background:rgba(24,41,60,0.8); position:fixed; left:0; top:0; width:100%; height:100%; z-index:100; display:none;}
.alarmkur{position:fixed; left:0; top:20%; width:95%;  background:#FFF;; border-bottom:1px solid #CCC;margin-left:10px;margin-right:10px}
.alarmkur-header{position:relative; text-align:center; background:#F5F5F5; border-top:1px solid #CCC;  border-bottom:1px solid #CCC; padding:10px 0 ; font-size:18px; font-size:4vw;}
.alarmkur-header-confirm{position:absolute; top:0px; right:0; background:#11A8AB; padding:0 10px; height:100%; text-align:center;}
.alarmkur-header-cancel{position:absolute; top:0px; left:0; background:#E64C65; padding:0 10px; height:100%; text-align:center;}
.alarmkur-header-confirm img , .alarmkur-header-cancel img{width:50%; height:auto; padding:10px 0;}
.alarmkur .credit-row{ padding:10px 0 20px;}
.bgdark{background-color:#18293C;}

/* switch items */

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch {
  display: table-cell;
  vertical-align: middle;
}
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 80px;
  height: 40px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 34px;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #11A8AB;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 42px;
  background-color:#11A8AB;
}

.warningBox {
	background: #11a6a6;
color: white;
padding: 20px;
margin-top: 20%;
border-radius: 10px;
}