@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	padding: 0;
	margin: 0;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #f2f0f1;	
}

.action {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 777;
}
.inaction {
	float: right;
}
.action a  .fa{
	font-size: 30px;
	color: #ffffff;
	background-color: #0dab0d;
	padding: 12px 15px;
	text-align: center;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	border-radius: 360px;
}
div.fmtl {
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 1px solid #f2f0f1;
	margin-bottom: 20px;
}
div.fmsb {
	padding: 8px 10px;
	border-bottom: 1px solid #f2f0f1;
	font-size: 13px;
	color: blue;
}
div.fmls {
	padding: 12px 15px;
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
}
div.fmtls {
	margin-top: 10px;
	padding: 12px 15px;
	border-top: 1px dotted #aaa;
	font-size: 14px;
}
div.fmls .fa {
	width: 40px;
	text-align: center;
}
.minf {
	font-size: 13px;
	color: blue;
	font-weight: bold;
}
.iif {
	font-size: 15px;
	color: blue;
	width: 30px;
	text-align: center;
}
div.fmcl {
	padding: 5px 35px 0px 35px;
}
div.fmcl1 {
	padding: 10px 35px 5px 35px;
}
header .nav a.icn {
	font-size: 30px;
	color: #fff;
	padding: 5px 15px 3px 15px;
	text-shadow: 0px 0px 3px rgba(111, 13, 33, 1);
	display: block;
	width: 27px;
}

header .nav span.title {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: center;
	vertical-align: top;
}
.app-contents {
	vertical-align: top;
}
header ul.nav {
	padding: 0;	
	margin: 0;
    list-style-type: none;
	width: 100%;
	}
header ul.nav li {
	display: inline-block;
	padding: 5px;
	margin: 0;
	}
header .nav li:active {
	background-color: #ff657e;
}	
.wrapper {
	margin-top: 60px;
}
*::after, *::before {
    box-sizing: border-box;
}
.dark-header {
    background: #f2f0f1 none repeat scroll 0 0;
}
.wrapper {
    overflow: hidden;
    position: relative;
}

a, a:hover {text-decoration: none;color: #E2615C;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
input,
button {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-grps {
    margin-right: 15px;
    margin-top: 19px;
}
.pink-btn {
    background: #e2615c none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 2px 0 #b2534f;
    color: #fff;
    font-size: 13px;
	font-weight: bold;
    padding: 10 15px;
}
.pink-btn:hover, .pink-btn:active {
    background-color: #b2534f;
	border: none;
}

.btn-grps .dark-btn {
    background: #565656 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #4b4b4b;
}

.logo {
    float: left;
    font-size: 25px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 24px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Login Page */
header {background: #da0326; border-bottom: 1px solid #fff; position: fixed; width: 100%; top: 0; left: 0; z-index: 999; white-space: nowrap;}
#load {
	background: #fe869a url(load.png) no-repeat center center;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 15% 0;
	top: 0px;
	text-align: center;
	font-weight: bold;
	z-index: 888;
	display: none;
}
header .ld {
	background-color: #580818;
	padding: 0;
	margin: 0;
	}
header .ld div { border-bottom: 1px solid #c2082e; }
.btn-grps .dark-btn{background: #565656; box-shadow:0 2px 0 #4b4b4b; }
.btn-grps {margin-top: 13px;margin-right: 15px;}
.login-middle {vertical-align: middle;display: table-cell;height: 100vh;}
input:focus, input:hover{outline: none;}
.app-contents select, .app-contents input[type="text"], .app-contents input[type="password"], .app-contents input[type="number"], .app-contents input[type="email"] {width: 100%;padding-left: 10px;background: #f4f4f4;height: 40px;border: 1px solid #d5d5d5;border-radius: 5px;font-weight: 600;}
.app-contents h2 {font-size: 25px;margin: 0;padding-bottom: 30px;}
.app-contents {max-width: 666px;margin: 0 auto;background: #fff;padding: 0px 1px 35px 1px;border-radius: 7px; box-shadow: 0 0 7px rgba(0,0,0,0.1); }
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: FontAwesome;
	font-size: 18px;
	padding: 1px 3px 0px 3px;
	text-align: center;
	font-weight: 600;
	background-color: #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
input[type=checkbox]:before { content: "\f204"; color: #999; }
input[type=checkbox]:checked:before {content: "\f205"; color: #226c0b; }

 @media (max-width:799px) {
.login-middle {display: block;height: auto;padding: 15px;}
.btn-grps {float: left !Important;width: 100%;}
.wrapper {
	margin: 60px 5px 60px 5px;
}
}

 @media (min-width:900px) {
.ipad {
	background: url(background.png) 30px 10px no-repeat fixed;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 790px;
	height: 560px;
	padding-left: 115px;
}
.ipad .wrapper, #load {
	margin-top: 88px;
	padding: 20px;
	height: 384px;
	width: 590px;
	overflow-y: scroll;
	background-color: #f2f0f1;	
}
.ipad header {
	width: 630px;
	margin: 39px 0px 0px 115px;
}
.action {
	top: 440px;
	left: 630px;
}
body {
	background: url(bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
}