/*mobi-wrap*/
body{
  background-color: #fdfdfd;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: none;
    border: none;
    border-radius: 1px;
}
.element-display-block{display: block;}
.element-display-none{display: none;}
.sp-app-default-color{color: #ff0066;}
.sp-app-default-text-color{color:#000000;}
.sp-app-default-text-color-dim{color:#696969;}
.sp-app-default-text-color-dim-1{color:#898989;}
.sp-app-default-background-color{background: #ff0066;}
.plain-bold{font-weight: bold;}
.main-wrap {
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  /* height: 100vh; */
  /* padding: 2em; */
}
.logo{
  height: 100%;
  background-image: url(../images/favicon-o.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrap{
  /* background: #ffffff; width: 100%;  height: 4.5em; top: 0; position: fixed; z-index:9999; */
  background: #ffffff; width: 100%;  top: 0; z-index:9999;
}
.header-wrap-sticky{
  background: #000000; width: 100%;  top: 0; position: fixed; z-index:9999; margin-bottom: 2em; clear: both;
}
.header-wrap-inner{
  margin: 5px 15px; 
  /* border-bottom: 1px solid #e7e7e7; */
}
.header-wrap-inner li{display: inline-block; list-style: none;}
.header-nav-back{color: #000000; font-size: 28px; font-weight: 500; cursor: pointer;}
.header-left{ width:10%;}.header-left-2{ min-width:70%;max-width:70%;/*width:80%;*/ }
.header-title{width:65%;text-align: center;}
.header-right{width:10%;}
.header-right-2{float: right;}
.header-right-2 ul{margin: 0;padding: 0}
.header-right-2 ul li{
  display: inline-block;
  margin: 0 0.2em;
}
.page-top-header{
  background: #ffffff; width: 100%; z-index:9999;
  margin-bottom: 3px;
}

.page-top-header li{display: inline;}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.header-sticky + .pager-wrap {
  padding-top: 10px;
}

.header-sticky-after {
  position: fixed;
  top: 2.8em; /*calc main header height */
  width: 100%;
  /* -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0); */
  -webkit-transform: perspective(1px) translate3d(0,0,0) !important;
  transform: perspective(1px) translate3d(0,0,0) !important;
}
.header-sticky-after + .row-after-stick {
  padding-top: 10px;
}
.header-sticky-after-2 {
  position: fixed;
  top:0em; 
  width: 100%;
  -webkit-transform: perspective(1px) translate3d(0,0,0) !important;
  transform: perspective(1px) translate3d(0,0,0) !important;
}
.header-sticky-after-2 + .row-after-stick {
  padding-top: 12em;
}
.header-main-unfix{position: relative;}
.header-main-refix{position: fixed;}
.pager-wrap{
  margin: 0; padding: 0;
  /* margin: 0 auto; */
  /* margin: 3.5em 0;  */
  height: inherit;
}

.pager-clear-sticky{margin-top: 3em;}

.card{text-align: left;}
.card-flat{position: relative; border-bottom: #f7f5f5 solid 1px;}
.card-pad{padding: 1em; margin-bottom: 4em}
.card-flat-pad{position: relative; padding: 1em; border: #dddddd solid 1px; margin-bottom: 1em}
.card-flat p{color: #000000;}
.card-box{
  background:#ffffff;
  padding: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.card-box-full{
  height: 100vh; padding: 7em 3em;
}
.card-box-0{
  padding: 0 3px 3em 3px;
}
.card-box-o{
  margin-top: 2.6em;
  padding: 1em 3px 3em 3px;
}
.card-strip{
  border-bottom:1px #f7f5f5 solid; margin-bottom: 8px;
}
.card i{
  color:#ffffff; 
  text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333;
  /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; */
}
.i-default{color:#f8f0f0; text-shadow: -1.5px 0 #000, 0 1px #000, 1px 0 #333, 0 -1.5px #000;}
.card-link{cursor:pointer; text-decoration: none; color:inherit;}
.card-link:active{cursor:pointer; text-decoration: none; color:inherit;}
.card-01{
  background:#ffffff; 
  /* border-radius: 4px; */
  padding: 1em;
  height: 90px;
  /* margin: 0.7px 1px; */
  margin: 5px 1px;
  box-shadow: 0px 15px 30px 0px rgba(126, 124, 126, 0.1);
}
.card-02{
  background:#ffffff;
  /* padding: 0.5em; */
  height: auto;
  box-shadow: 0px 15px 30px 0px rgba(126, 124, 126, 0.1);
}
.card-thumb-up-left{
  float: right;
  /* margin: 0; */
  margin: -1em 5px;
}

.card-left{float: left; width: 20%;}
.card-right{float: right; width: 80%;}
.card-left-50{float: left; width: 50%;}
.card-right-50{float: right; width: 50%;}
.card-avatar-circle{
  /* display: inline-block; */
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.card-avatar-circle-sm{
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.card-avatar-circle img{
  width: 100%;
  height: 100%;
  /* margin-left: -50px; */
}

.card-avatar-square{
  /* display: inline-block; */
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.card-avatar-square img{
  width: 100%;
  height: 100%;
  /* margin-left: -50px; */
}
.card-arm-line{
  width: 80%;
  height: 40px;
  /* margin-top: 1.5em; */
  padding: 3px 5px;
  text-align:left;
  /* border: #000000 2px solid; */
}
.card-arm-alt-bottom{
  position: relative;
  padding-top: 3px;
  text-align:right;
}
.card-analytics ul li{
  display: inline;
  margin:5px 8px; 
}
.card-analytics ul li span{
  display: inline-block;
  padding: 0;
  margin: 1px 8px;
  background-color: none;
  border:none; 
  border-radius:0;
}
.card-tag-qty span{
  color:#f85e17;
  /* border-radius: 0px;border: none; padding: 0 */
}
.card-tag-orders span{
  color:#39a12b;
}
.form-card{margin-bottom:2em; padding:1em; text-align: left;}
.detail-card{margin-bottom:2em; padding:1em; text-align: left; border: thin #dddddd;}
.component-tabs a{color: inherit; text-decoration: none;}

.tab-menu{
  width:100%;
	background: #ffffff;
	text-align: left;
	padding: 5px 6%;
}

.tab-menu li{
	/* margin: 5px 1em;
	width: 30%; */
  /* margin: 5px; */
  display:inline;
	width: 20%;
	font-weight: bold;
}

.tab-menu li a{
	color: inherit;
	cursor: pointer;
	display: inline-block;
  padding: 0;
  background-color: none;
  border: 0;
  border-radius: 0;
}

.tab-menu li a:active{
	/* text-decoration: underline; */
}


.bottombar {display: none;}
.bottombar-large {
  display: block;
  overflow: hidden;
  /* background: #fafafa; */
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.bottombar-large a {
  line-height: 0.2;
  float: left;
  display: block;
  color: #afafaf;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
}
.bottombar-large a i{
  padding-bottom: 5px; 
  color:#ffffff; 
  text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333;
  /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; */
  /* margin-left: -1em; */
}
.bottombar-large a span {
  font-size: 10px;
  color: #000000;
  /* margin-left: -1em; */
  padding-top: 1em;
  font-weight: bolder;
}

.bottombar-large a:hover {
  background: #ddd;
  color: black;
}


/*menus and nav*/
.info{color: #ff0000;}

/* upload */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;

  /*make width and height 100% of wrapper both in the button and the inpuyfile itself*/
  height: 100%;
  width: 100%; 
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute; 
  left: 0;
  top: 0;
  opacity: 0;  

  /*make width and height 100% of wrapper both in the button and the inpuyfile itself*/
  height: 120%;
  width: 100%;
}

.bottombtn {
  display: block;
  overflow: hidden;
  position: fixed;
  width: auto;
  bottom: 5em;
  left: 84%;
  z-index: 23;
}
.bottombtn a {
  border: #cccbcc solid 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #f7deed;
  float: right;
  padding: 9.2px 5px;
}
.bottombtn i{
  font-size: 22px;
  color: #ff0066;
}

/*toggle-on-off-buttons*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*..//toggle-on-off-buttons*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .main-wrap {
    /* background: #ffffff; */
    border: 0;
    border-radius: 0;
    width: 100%;
    margin:0;
    height: 100vh;
    padding: 0
  }
  .bottombar-large {display: none;}

  .bottombarXX {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fafafa;
    /* border-top: #979696 solid 1px; */
    border-top: #eee4e4 solid 1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 1em 0;
  }
  
  .bottombar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%; 
    background: #fafafa;
    z-index: 3;
    overflow: hidden;
    text-align:center;
    border-top: #eee4e4 solid 1px;
  }
  
  
  .bottombar a {
    margin: 0.5em 0;
    width: 20%;
    line-height: 0.2;
    float: left;
    display: block;
    color: #afafaf;
    text-decoration: none;
    font-size: 1.4em;
  }

  .bottombar a i{
    padding-bottom: 5px; 
    color: #2b2a2a;
    /* color:#ffffff;  */
    /* text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333; */
  }

  .bottombar a span {
    font-size: 10px;
    color: #000000;
    /* margin-left: -1em; */
    margin-top: 1em;
    padding-top: 1em;
    /* font-weight: bold; */
  }
  
  .bottombar a:hover {
    background: #ddd;
    color: black;
  }
  /*menus and nav*/
}