1body {
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

i{
cursor: pointer;
}

.test_icon1{
 	height: 20px;
 	width: 20px;
 	background-image : url("../images/empty_s.png");
 	background-repeat: no-repeat;
	background-size: cover;
}

.test_icon2{
	height: 20px;
	width: 20px;
	background-image : url("../images/send_s.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}

.test_icon3{
	height: 20px;
	width: 20px;
	background-image : url("../images/get_s.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.test_icon4{
height: 20px;
width: 20px;
background-image : url("../images/good_s.png");
background-repeat: no-repeat;
background-size: cover;
}

.test_icon5{
height: 20px;
width: 20px;
background-image : url("../images/fingup_s.png");
background-repeat: no-repeat;
background-size: cover;
}


.test_icon1_col{
 height: 45px;
 width: 45px;
 background-image : url("../img/icons/color/empty.png");
 background-repeat: no-repeat;

}

.test_icon2_col{
	height: 45px;
width: 45px;
background-image : url("../img/icons/color/send.png");
background-repeat: no-repeat;
	
}

.test_icon3_col{
	height: 45px;
width: 45px;
background-image : url("../img/icons/color/get.png");
background-repeat: no-repeat;
}

.test_icon4_col{
height: 45px;
width: 45px;
background-image : url("../img/icons/color/good.png");
background-repeat: no-repeat;
}

.test_icon5_col{
height: 45px;
width: 45px;
background-image : url("../img/icons/color/fingup.png");
background-repeat: no-repeat;
}

* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Formular, Roboto, Arial;
background-color1: #5ec6a1;
padding1: 20px;
}
/*
.login {
margin: 20px auto;
width: 350px;
padding: 20px;
height: 100%;
}

.login-screen {
background-color: #eef5e3;
padding: 20px;
border-radius: 5px
}

.app-title {
  width: 55px;
  height: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}

.login-form {
text-align: center;
}
.group {
margin-bottom: 10px;
}

.login-field {
text-align: center !important;
background-color: #fcfcfc;
border: 2px solid transparent;
border-radius: 3px;
border-color:#cacaca;
font-size: 16px;
font-weight: 200;
padding: 10px 0 !important;
width: 250px !important;
transition: border .5s;
}

input:focus {
border: 2px solid #5ec6a1;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #5ec6a1;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-bottom:10px;
}

.btn:hover {
  background-color: #9abf59 !important; 
  border 1px solid red !important;
  color: red;
}
*/
.icons_footer {
  width: 25px;
  height: 25px; 
  display: block;
}

.scroll{
  width:250px;
  height:50px;
  overflow-x:scroll;
  overflow-y:hidden;
  margin-left: auto;
  margin-right: auto;
}
.scroll_child{
  width:99999px;
}
.scroll_child > div{
  float:left;
  width:75px;
  text-align:center;
}

/*
.ind-row {
	list-style-type: none;
}
.ind-level0 {
	margin-left: 	0px;
	margin-top: 	12px;
}
.ind-level1 {
	margin-left: 15px;
	margin-top: 8px;
}
.ind-level2 {
	margin-left: 30px;
	margin-top: 5px;
}
.ind-level3 {
	margin-left: 45px;
}
.ind-level4 {
	margin-left: 60px;
}
.div-radio {
	height: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.div-radio input {
	margin-left: 10px;
	font-size: 20px;
}
.div-radio1 {
	display: flex;
	border1: 1px dotted #60C0A0;
	border-radius: 8px;
	height: 26px;
  /* box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1); *
}
*/
//////////////////////////////////////
/*
.radio {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  font-size: 14px;
  margin: 15px;
  margin-top: 4px;
}
.radio .label, .radio .label1, .radio .label2{
  position: relative;
  display: block;
  float: left;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border: 0px solid #808080;
  background-color: #F2F2F2;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
  font-weight: 700;
}
.radio .label {
  color: green;
}
.radio .border {
  border-color: green;
}
.radio .label1 {
  color: #eee94a;
}
.radio .border1 {
  border-color: #eee94a;
}
.radio .label2 {
  color: #dd2e2e;
}
.radio .border2 {
  border-color: #dd2e2e;
}
.radio .label:after, .radio .label1:after, .radio .label2:after { 
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: green;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio .label1:after {
	  background: #eee94a !important;
}
.radio .label2:after {
	  background: #dd2e2e !important;
}
.radio:hover .label:after, .radio:hover .label1:after, .radio:hover .label2:after  {
  transform: scale(3.6);
}
input[type="radio"]:checked + .label {
  border-color: green; // #CFBD29;
}
input[type="radio"]:checked + .label1 {
  border-color: #eee94a; // #2e2edd;
}
input[type="radio"]:checked + .label2 {
  border-color: #dd2e2e;
}
input[type="radio"]:checked + .label:after, input[type="radio"]:checked + .label1:after, input[type="radio"]:checked + .label2:after{
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.cntr {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  text-align: center;
}
.hidden {
  display: none;
}

.is-value {
	border-bottom: 1px solid red;
}
.load_file_anim {
  display: none;
  text-align: center;
  padding-top: 100px;
}

input[type="radio"][readonly] {
  pointer-events: none;
}
*/
/* staff *
.staff-admin, .store-admin {
  display:  none; 
  margin: 20px auto; 
  max-width:  480px;
  padding:  1px;
  border-radius:  10px;
  border: 1px solid green;
}
.staff-content-my, .store-content-my {
  list-style-type: none;
}
.staff-content-my:nth-child(odd), .store-content-my:nth-child(odd) {
  background-color: #ededed;
}
.staff-row, .store-row {
  display: flex;
  margin-bottom: 4px;
  background-color: #e5e5e5;
}
.staff-row:hover, .store-row:hover {
  background-color: white;
  color: green;
}

.user_name0,.user_name1,.user_name2,.user_name3,.user_name4, .store_name {
  font-size: 1em;
  width: 70%;
}
.staff-img, .staff-img-L, .store-img, .store-img-L {
  width: 15%;
  text-align: center;
}
.staff-img img, .staff-img-L img , .store-img img, .store-img-L img {
  cursor: pointer;
  padding-top: 3px;
}
.staff-img : hover, .store-img : hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.user_name0, .store_name {  padding-left: 5px; }
.user_name1 {  padding-left: 15px; }
.user_name2 {  padding-left: 25px; }
.user_name3 {  padding-left: 35px; }
.user_name4 {  padding-left: 45px; }

.card-user {
  display: none;
  background-color: #eef5e3;
  /*background-image: url('/img/photo.jpg');*
  background-position: center;
  background-size: cover;
  /*position: fixed;
  top: 100px;
  left: 3px;
  right: 3px;
  bottom: 50px; 
  border-radius: 10px;
  border: 1px solid gray;
  text-align: center;
  /*max-width: 480px;*
  margin: 2px auto;
}
.card-row {
  display:flex;
  padding:0 5px;
  align-items:center;
}
.card-field-caption {
  width:30%;
  text-align:right;
  padding-right:5px;
}
*/
/*
.report-main {
  display:      none; 
  margin:       20px auto; 
  max-width:    480px;
  padding:      1px;
  border-radius:10px;
  border:       1px solid green;
}
.report-filter {
  /*display: none; *
  background-color: #eef5e3;
  background-image: url('/img/photo.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  text-align: center;
}
.report-div-button {
  border: 0px solid;
  border-radius:  5px;
  text-align: center;
  width:  48%;
  margin: 2px 5px;
}
.report-div-button button {
  background-color: #c9dec9;
}
.card-exit {
  width:10%;
  height: 30px;
  background-image: url('/img/exit.png');
  background-position: center; 
  background-repeat: no-repeat;
}
.card-exit:hover {
  cursor: pointer;
}
.cr-name {
  width: 90%;
  text-align: center;
  font-size: 1.3em;
  color: green;
  font-weight: 700;
}
.report-perc {
  margin: 0 10px;
  font-size: 1.3em;
  color: red;
  font-weight: 700;
}
/*
#menu-admin li {
  /*border: 1px solid green; *
  border-radius: 3px;
  margin: 2px;
  padding: 2px;
  width: 120px;
  text-align: right;
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 0.9em;
}
#menu-admin li:hover {
  cursor: pointer;
  background-color: #5c834a;
}
*/