@charset "UTF-8";
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v12/7Auwp_0qiz-afTLGKA.ttf) format('truetype');
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  font-family: Muli, sans-serif;
  color: #444;
}
ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
a {
  cursor: pointer;
  display: block;
  color: #b3b3b3;
  text-decoration: none !important;
}
.bckg {
  background-color: #383B42;
  box-shadow: -4px 0px 10px rgba(14, 14, 14, 0.48) inset;
  width: 200px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
h1 {
  text-align: center;
  font-weight: normal;
  color: #F6F6EF;
  line-height: 60px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #34363A;
  border-bottom: 1px solid rgba(101, 116, 134, 0.57);
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
  color: #919191;
  font-weight: normal;
  padding-left: 40px;
  line-height: 60px;
  text-shadow: 1px 1px 2px #fff;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
h2:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  left: -19px;
  top: 12px;
  background-color: #34363A;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
h3 {
  font-size: 17px;
  margin: 0;
  line-height: 40px;
  color: #555;
  cursor: pointer;
  position: relative;
}
header {
  width: 200px;
  height: 100%;
  float: left;
  position: relative;
  z-index: 99;
}
header nav ul li {
  border-bottom: 1px solid #42454D;
  transition: all 0.6s;
  border-top: 1px solid #2E3036;
}
header nav ul li:hover {
  background-color: #454952;
  transition: all 0.6s;
  border-bottom: 1px solid #797979;
}
header nav ul li:hover a {
  color: #fff;
  transition: all 0.6s;
}
header nav ul li a {
  line-height: 45px;
  font-size: 18px;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.6s;
}

main {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.title {
  background-color: #fff;
  border-bottom: 1px solid #C0C1C0;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.title a {
  color: #AAA;
  width: auto;
  margin: 0 20px;
  float: right;
  line-height: 62px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.title a:before {
  content: "\1f464";
  font-size: 38px;
  position: absolute;
  left: -50px;
  font-family: 'entypo';
}
a:hover {
  color: #33526B;
  transition: all 0.5s;
}
.larg {
  max-width: 960px;
  margin: 30px auto;
  padding: 0 30px;
}

.creditCard {
  width: 100%;
  border-radius: 20px;
  background: #369;
  margin: 20px 2%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4485C7), to(#326ca6));
  background: -moz-linear-gradient(top, #4485C7, #326ca6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4485C7', endColorstr='#326ca6');
  border: solid 3px #326ca6;
  box-shadow: 0 0 10px #267f3d;
  float: left;
  text-align: center;
}

.cardTitle {
  color: #dbdbdb;
  font-size: 24px;
  padding: 20px;
}

.card-content{
  color: #dbdbdb;
  font-size: 40px;
  padding: 0px 15px;
  text-align: center;
}

#creditCardNumber {
  padding: 0;
  font-size: 24px;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  background: transparent;
  color: #efefef;
  width: 100%;
}
#creditCardNumber::-webkit-input-placeholder {
  color: #efefef;
  opacity: 0.2;
  letter-spacing: 2px;
}

#customerName {
  background: transparent;
  border: none;
  border-bottom: slid 1px #efefef;
  margin: 0 30px;
  font-size: 15px;
  color: #BFBFBF;
  outline: none;
}
#customerName::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 0.5;
  letter-spacing: 2px;
}

#expirationDate {
  background: transparent;
  border: none;
  margin: 30px 0 0 30px;
  font-size: 15px;
  color: #BFBFBF;
}
#expirationDate::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 0.5;
  letter-spacing: 2px;
}

/*Form Style*/
form {
  position: relative;
  margin: auto;
  margin-top: 150px;
  padding: 30px;
  width: 600px;
  height: 300px;
  background: rgba(255,255,255,1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 30px 100px -40px #000;
}

#in:before {
  position: absolute; 
  content: 'In-stock';
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#out:before {
  position: absolute; 
  content: 'Out-stock';
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#edit:before {
  position: absolute; 
  content: 'Edit Out-stock';
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#add_device:before {
  position: absolute; 
  content: 'Add Device';
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#settings:before {
  position: absolute; 
  content: 'Change Password';
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  line-height: 100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#reminder:before {
  position: absolute; 
  content: 'SMS Sender';
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  line-height: 100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#login:before {
  position: absolute; 
  content: 'Login';
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  line-height: 100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#add_customer:before {
  position: absolute; 
  content: 'Add Customer';
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: bold;
  color: #00D2FF;
  top: -100px;
  line-height: 100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

formfield {
  float: left;
  width: 100%;
}

label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5px;
  color: #92A3A6;
}

input, select, button {
  float: left;
  background: transparent;
  border: 2px solid #EBEBEB;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-size: 1em;
  line-height: 2em;
  color: rgba(146,163,166,1);
  transition: border 300ms ease-in;
}

input:focus, select:focus {
  border-color: #20A8FF;
}

input::-webkit-input-placeholder {
  color: rgba(146,163,166,.5);
}

input[type="submit"] {
  float: right;
  margin-top: 33px;
  width: calc(35% - 10px);
  background: #F7D055;
  border: none;
  color: rgba(0,0,0,.6);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms ease-in;
}

input[type="submit"]:hover {
  background: #FFDC70;
  cursor: pointer;
}
input[type="button"] {
  float: right;
  margin-top: 33px;
  width: calc(35% - 10px);
  background: #F7D055;
  border: none;
  color: rgba(0,0,0,.6);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms ease-in;
}

input[type="button"]:hover {
  background: #FFDC70;
  cursor: pointer;
}

#ccn input[type="text"] { 
  width: calc(100% - 10px); 
  letter-spacing: 1px;
}

#ed, #ch{
  width: 50%;
}

#ch input[type="date"] { 
  width: calc(100% - 10px); 
  line-height: 30px !important; 
}

#ch input[type="text"] { 
  width: calc(100% - 10px); 
  line-height: 30px !important; 
}

#ch #template { 
  width: calc(100% - 10px); 
  line-height: 30px !important; 
}

#ed select {
  background: #fff;
  height: 46px;
  width: calc(100% - 10px);  
  line-height: 2em;
  text-align: center;
}

label.cards {
  float: left;
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
}

label.cards div {
  width: 100%;
  height: 40px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,.5);
  transition: all 200ms ease-in;
}

label.cards div:hover {
  cursor: pointer;
}

label.cards > input {
  display: none;
}

label.cards > input:checked + div {
  border-color: #20A8FF;
}

.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

.tabs {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 50px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}
.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
}

/* Style the sidenav links and the dropdown button */
.sidenav li a, .dropdown-btn {
  padding: 0px 8px 0px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav li a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Loading*/
 #loading{
  background-color: rgba(55,55,55,0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  }
  #loading-center{
    width: 100%;
    height: 100%;
    position: relative;
  }
  #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
  .object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
  }
  #object_one { 
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
    }
  #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
  #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    }
  @-webkit-keyframes object_one {
  75% { -webkit-transform: scale(0); }
  }
  @keyframes object_one {
    75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
    }
  }
  @-webkit-keyframes object_two {
    75% { -webkit-transform: scale(0); }
  }
  @keyframes object_two {
    75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
    }
  }
  @-webkit-keyframes object_three {
    75% { -webkit-transform: scale(0); }
  }
  @keyframes object_three {
    75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
    }
  }