body {
  padding-top: 0px;
  font-size: 12px;
  background: #f6f6f9;
  color: #275f6c;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.f11 {
  font-size: 11px;
}

header {
  margin: 0 0 20px;
  max-height: 60px;
  font-size: 16px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
}

header nav {
  display: table;
}

header nav > a {
  position: relative;
  display: table-cell;
  font-weight: normal;
  font-size: 12px;
  padding: 0 10px;
  border-left: solid 1px #ddd;
  color: #275f6c;
}

header nav > a:hover {
  box-shadow: inset 0 5px 0 -1px #73b7ca;
  text-decoration: none;
  color: #73b7ca;
}

header nav > a.active {
  background: #f6f6f9;
  color: #275f6c;
  box-shadow: inset 0 5px 0 -1px #73b7ca;
}

header nav > a.active:after {
  background: #f6f6f9;
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
}

h2 a.btn {
  background: #2b363c;
  padding: 3px 10px;
  border-radius: 2px;
  float: right;
  color: #fff;
}

h2 a.btn:hover {
  background: #21a9e1;
  color: #fff;
}

a,
a:hover,
a:focus {
  text-decolation: none;
}

span.icon.red {
  color: #d66;
}

span.icon.green {
  color: #21a9e1;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(50, 50, 200, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 50, 200, 0.2);
}

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

.input-group {
  width: 100%;
  margin-bottom: 20px;
}

.input-group:hover .input-group-addon,
.input-group:active .input-group-addon {
  background: #fff;
  color: #2b363c;
}

.subject.input-group:hover .form-control,
.subject.input-group:hover .input-group-addon {
  background: #fff;
  color: inherit;
  border: 1px solid #ccc;
}

.subject.input-group:hover .input-group-addon {
  border-left: none;
}

.form-control,
.input-group-addon,
.input-group-btn {
  box-sizing: border-box;
}

.input-group-btn a {
  color: #fff;
}

.subject {
  table-layout: fixed;
  width: 600px;
  margin: 0 auto;
}

.subject select {
  display: table-cell;
}

.subject .form-control,
.subject .input-group-btn .btn,
.subject .input-group-addon {
  height: 40px;
}

.subject .form-control.left {
  width: 360px;
  background: #fff;
}

.subject .input-group-addon {
  width: 180px;
  border-left: none;
  background: #fff;
}

.subject .input-group-btn {
  width: 60px;
}

.subject .input-group-btn .btn {
  width: 60px;
  background: #2b363c;
  color: #fff;
  border: none;
  text-shadow: none;
}

.input-group-addon {
  background: #ddd;
  box-sizing: border-box;
}

.input-group.half-width {
  width: 50%;
}

body#login {
  background: url(/img/bg/login_mini.jpg) center center;
  background-size: 2400px;
  -webkit-transition: all 10000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#login h1 {
  text-align: center;
}

body#login h1 img {
  width: 250px;
}

body#login h2 {
  text-align: center;
  font-size: 16px;
  color: #333;
  border: none;
  background: none;
}

body#login .input-group-addon {
  width: 10%;
  background: rgba(0, 0, 0, 0.3);
  line-height: 30px;
  border: none;
  color: #fff;
  border-radius: 0;
}

body#login .input-group-addon .icon {
  padding: 0;
}

body#login .form-control {
  height: 43px;
}

.input-group.half-width .input-group-addon {
  width: 50%;
}

.input-group .form-control {
  background: #f9f9f9;
}

.form-control.parent {
  width: 33.5%;
}

.form-control.child {
  width: 66.5%;
  border-left: none;
}

th {
  font-weight: normal;
}

td {
  height: 100%;
  vertical-align: middle;
}

.table {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fcfcfc;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  vertical-align: middle;
}

.item-list {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.item-list h3,
.item-list h4 {
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item-list > section {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.item-list > section:nth-child(odd) {
  background: #fff;
}

.item-list > section > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 15px 20px;
}

.item-list > section > div.img {
  padding: 0;
  width: 120px;
  border-left: solid 4px #333;
}

.item-list > section > div.img img {
  max-width: 60%;
  position: relative;
  display: block;
  margin: 15px 15px 15px 20px;
}

.item-list > section > div.toggle {
  width: 130px;
  text-align: right;
}

.item-list > section:hover > div {
  background: rgba(0, 0, 100, 0.03);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.item-list > section:hover > div.img:before {
  content: "";
  position: absolute;
  left: 0;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  top: 50%;
  margin-top: -6px;
  z-index: 100;
}

.item-list > section:nth-child(5n + 1) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 1) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 2) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 2) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 3) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 3) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 4) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 4) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 5) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3);
}

.item-list > section:nth-child(5n + 5) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3);
}

section.order-status {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

section.order-status > div {
  width: 20%;
  height: 180px;
  display: table-cell;
}

section.order-status > div > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 120px;
  color: #ccc;
  font-size: 15px;
  background: url("../img/order-status/order-step_01.png") center center
    no-repeat;
  background-size: 50%;
}

section.order-status > div > span:after,
section.order-status > div > span:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 99;
}

section.order-status > div > span:after {
  right: 0;
  left: auto;
}

section.order-status > div > span > i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #ccc;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 94px;
  z-index: 100;
}

section.order-status > div.active > span {
  color: #22373c;
  font-weight: bold;
}

section.order-status > div.active > span:after,
section.order-status > div.active > span:before {
  background: #22373c;
}

section.order-status > div.active > span > i {
  background: #22373c;
  border-color: #22373c;
}

section.order-status > div.setp-1 > span:before {
  display: none;
}

section.order-status > div.setp-5 > span:after {
  display: none;
}

section.order-status > div.setp-1 > span {
  background: url("../img/order-status/order-step_01.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-1.active > span {
  background: url("../img/order-status/order-step_01_active.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-2 > span {
  background: url("../img/order-status/order-step_02.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-2.active > span {
  background: url("../img/order-status/order-step_02_active.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-3 > span {
  background: url("../img/order-status/order-step_03.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-3.active > span {
  background: url("../img/order-status/order-step_03_active.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-4 > span {
  background: url("../img/order-status/order-step_04.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-4.active > span {
  background: url("../img/order-status/order-step_04_active.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-5 > span {
  background: url("../img/order-status/order-step_05.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.order-status > div.setp-5.active > span {
  background: url("../img/order-status/order-step_05_active.png") center center
    no-repeat;
  background-size: 40px 40px;
}

section.form {
  background: #fff;
  box-shadow: none;
  padding: 30px;
}

section.form > section {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: dotted 1px #ddd;
}

section.form > section > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 20px;
}

section.form > section > div .input-group {
  margin-bottom: 0;
}

section.form > section > div label {
  margin-bottom: 0;
}

section.form > section > div.width_min {
  width: 33%;
}

section.form > section > div:first-child {
  width: 33%;
}

section.form > section:last-child {
  border: none;
}

section.form > section.submit > div {
  width: 25%;
}

section.form > section.submit > div:first-child {
  width: 25%;
}

section.form > section.submit .btn {
  line-height: 30px;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

section.form > section.submit .btn.btn-save {
  background: #73b7ca;
}

section.form > section.submit .btn.btn-cancell {
  background: #eee;
  color: #437d93;
}

section.form > section.submit .btn.btn-save:hover {
  background: #437d93;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

section.form > section.submit .btn.btn-cancell:hover {
  background: #437d93;
  color: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.form-group {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
}

#login .container {
  padding-right: 0;
  padding-left: 0;
}

#login .form-group {
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 2px 120px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

#login {
  color: #666;
}

#login a {
  color: #666;
}

#login #login-username,
#login #login-pass {
  -webkit-animation: width-100 1s ease-out;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

#login #login-pass {
  -webkit-transition-delay: 0.5s;
}

#login h5 {
  font-size: 12px;
}

#login .submit div button {
  background: #fff;
  color: #00cccb;
  font-size: 16px;
}

#login .submit div button:hover {
  background: #333;
  color: #fff;
}

#login .submit div a.btn {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  color: #666;
  font-size: 18px;
  line-height: 48px;
  border-radius: 0 0 5px 5px;
  padding: 0;
}

#login .submit div a.btn:hover {
  background: #333;
  color: #fff;
}

#login .submit a {
  display: block;
}

#login .form-group input {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
  color: #fff;
}

#login .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

#login .link {
  color: #666;
}

.form-group-inner {
  padding: 40px 40px 20px;
}

.container.wrapper {
  padding-top: 50px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.container.wrapper .low {
  height: 100%;
  position: relative;
}

@media (max-width: 480px) {
  #login .form-group {
    width: 300px;
  }

  .form-group-inner {
    padding: 30px 30px 15px;
  }

  .container.wrapper {
    padding-top: 10px;
  }
}

.form-control {
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  background: #fff;
}

.btn {
  background: #73b7ca;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border: 0;
}

.btn-cancell {
  background: #fff;
  color: #73b7ca;
  border: solid 1px #eee;
}

.btn:focus {
  padding: 9px 19px;
  border: solid 1px #73b7ca;
  outline: 0;
  background: #f8fbff;
  box-shadow: none;
}

.submit {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.submit div {
  display: table-cell;
}

.submit div.button {
  width: 50%;
}

.submit div.back {
  border: none;
}

.submit div.pass input {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 65px;
  background: #f9f9f9;
  border-radius: 0 0 0 5px;
}

.submit div.pass:after {
  content: "\e61c";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  display: block;
  font-family: icomoon;
  font-size: 18px;
  vertical-align: -3px;
  font-style: normal;
  line-height: 47px;
  color: #2d80a7;
}

.submit div.back a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #f9f9f9;
  border-radius: 0 0 0 5px;
  border: none;
}

.submit div button {
  width: 100%;
  background: #2d80a7;
  color: #fff;
  border: none;
  line-height: 48px;
  border-radius: 0 0 5px 0;
}

.submit.one div button {
  border-radius: 0 0 5px 5px;
}

#login .submit div button {
  border-radius: 0 0 5px 5px;
}

#login input:focus,
#login .input-group-addon.focus {
  outline: 0;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.6);
}

.submit div.back a:hover,
.submit div button:hover {
  background: #2b363c;
  color: #fff;
  text-decoration: none;
}

.list-button button.add {
  width: 100%;
  background: #2a6496;
  color: #fff;
  border: none;
  line-height: 30px;
  border-radius: 5px;
}

.list-button button.delete {
  width: 100%;
  background: #808080;
  color: #fff;
  border: none;
  line-height: 30px;
  border-radius: 5px;
}

.list-button button.add:hover,
button.delete:hover {
  background: #2b363c;
  color: #fff;
  text-decoration: none;
}

.btn-default:hover {
  border-color: #ccc;
  background: #2b363c;
  color: #fff;
  text-shadow: none;
  border: none;
}

.btn-default {
  background: #fff;
  border-color: #ccc;
  border-right: none;
  box-shadow: none;
}

.btn-group-justified a.btn-default {
  box-sizing: border-box;
  height: 34px;
}

.btn-group-justified a.btn-default:last-child {
  border-right: 1px solid #ccc;
}

.btn-default.active {
  background: #21a9e1;
  border: none;
  text-shadow: none;
  color: #fff;
}

.btn-group-justified .btn-default.active:after {
  content: "";
  position: absolute;
  top: 33px;
  border: 8px solid transparent;
  border-top: 8px solid #21a9e1;
  left: 50%;
  margin-left: -8px;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 40px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-inverse {
  background: #fff;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid #ddd;
}

.navbar > .container {
  width: 100%;
}

.navbar > .container .navbar-brand {
  line-height: 40px;
  height: 40px;
  color: #2b363c;
  padding: 0 15px;
  overflow: hidden;
  background: #fff;
}

.navbar-brand span {
  font-size: 12px;
  vertical-align: 1px;
}

.navbar-nav li {
  color: #fff;
}

.navbar-nav li a {
  font-size: 12px;
}

.navbar-nav > li > a.arrow {
  padding: 10px 8px;
  border-left: 1px solid #ddd;
}

.navbar-nav > li > a.arrow:hover {
  color: #ea7c65;
  border: none;
}

.navbar-nav li a.active {
  background: #21a9e1;
  color: #fff;
}

.navbar-nav li a.active:hover,
.navbar-nav li a:hover {
  background: #e44;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background: #ea7c65;
}

.vartical-nav {
  background: #22373c;
  width: 50px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}

.vartical-nav ul {
  padding: 0;
  font-size: 0.95em;
}

.vartical-nav span.icon {
  font-size: 16px;
  height: 20px;
  width: 20px;
  padding: 0;
  vertical-align: -5px;
  margin-right: 10px;
}

.vartical-nav a {
  color: rgba(200, 255, 255, 0.4);
  display: block;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.vartical-nav ul li {
  position: relative;
  display: block;
}

.vartical-nav ul li.active a,
.vartical-nav ul li:hover a {
  background: #1d2e33;
  color: #73b7ca;
  text-decoration: none;
  text-shadow: none;
}

.vartical-nav ul li.active a:before {
  position: absolute;
  animation: translate-arrow 0.3s;
  -webkit-animation: translate-arrow 0.3s;
  content: " ";
  top: 50%;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #1d2e33;
  margin-top: -8px;
}

.vartical-nav a.vartical-nav-brand {
  height: 60px;
  text-align: center;
  padding-top: 5px;
}

.vartical-nav a.vartical-nav-brand img.logo {
  width: 70%;
}

.vartical-nav .vartical-nav-user {
  background: #172528;
  height: 70px;
  width: 100%;
  color: #999;
  display: table;
}

.vartical-nav .vartical-nav-user > div {
  display: table-cell;
  vertical-align: middle;
}

.vartical-nav .vartical-nav-user > div.user-img {
  text-align: center;
  padding: 10px;
}

.vartical-nav .vartical-nav-user > div.user-img img {
  border-radius: 50%;
  width: 55px;
  border: solid 2px #666;
}

.user-name {
  font-size: 11px;
}

.vartical-nav .vartical-nav-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.vartical-nav .vartical-nav-bottom > a {
  display: table-cell;
  background: #172528;
  padding: 0;
  text-align: center;
}

.vartical-nav .vartical-nav-bottom > a.nav-shop:hover {
  background: #73b7ca;
  color: white;
}

.vartical-nav .vartical-nav-bottom > a.nav-help:hover {
  background: #ea7c65;
  color: white;
}

.vartical-nav .vartical-nav-bottom > a.nav-mail:hover {
  background: #73b7ca;
  color: white;
}

.vartical-nav .badge {
  background: #ea7c65;
  border-radius: 8px;
  padding: 2px;
  height: 16px;
  min-width: 16px;
  text-align: center;
  margin-left: 10px;
  font-size: 11px;
}

.sidebar {
  width: 240px;
  position: fixed;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
  left: 50px;
  border-right: solid 1px #ddd;
}

.sidebar h3 {
  line-height: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding-left: 20px;
  background: #3b404b;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.sidebar a {
  color: #21a9e1;
  display: block;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  position: relative;
  display: block;
}

.sidebar ul li a {
  padding: 10px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  position: relative;
}

.sidebar ul li a:before {
  content: "\e62a";
  position: absolute;
  top: 50%;
  font-family: icomoon;
  right: 25px;
  margin: -10px;
  color: #21a9e1;
}

.sidebar ul li.active a {
  border-right: solid 4px #21a9e1;
  background: #f6f6f6;
}

.sidebar ul li a:hover {
  background: #21a9e1;
  color: #fff;
}

.sidebar ul li.active a:before,
.sidebar ul li a:hover:before {
  color: #21a9e1;
}

.main {
  width: 100%;
  padding-left: 300px;
  box-sizing: border-box;
}

.main .block {
  padding: 0 20px;
}

#login .main {
  width: 100%;
  float: none;
  padding: 40px 0;
  margin: 0;
}

@-webkit-keyframes hover-bg-change {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #21a9e1;
  }
}

@-webkit-keyframes bg-zoom {
  0% {
    background-size: 1920px;
  }

  100% {
    background-size: 2400px;
  }
}

@-webkit-keyframes width-100 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

#layout,
#menu,
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#menu {
  width: 100px;
}

#layout {
  padding-left: 100px;
}

#menu.active {
  width: 50px;
}

#menu.active span.icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-right: 0;
}

#layout.active {
  padding-left: 50px;
}

.tooltip {
  white-space: nowrap;
}

.tooltip-inner {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px;
}

@media (max-width: 768px) {
  #menu span.icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
    margin-right: 0;
  }
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}

.navbar-right {
  float: right !important;
}

.navbar-header {
  float: left;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 26px;
  background-color: white;
  border-radius: 15px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin-bottom: 0;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background: #ea7c65;
  border-radius: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: white;
}

.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: #fff;
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #73b7ca;
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pagination {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}

.pagination > li > a {
  color: #555;
  padding: 4px 12px;
  line-height: 22px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #73b7ca;
  border-color: #73b7ca;
}

.rowRadio {
  display: inline-block;
  margin-right: 30px;
}

.custom-checkbox label::-moz-selection {
  background: transparent;
  color: inherit;
}

.custom-checkbox label::selection {
  background: transparent;
  color: inherit;
}

.custom-radio label::-moz-selection {
  background: transparent;
  color: inherit;
}

.custom-radio label::selection {
  background: transparent;
  color: inherit;
}

.custom-checkbox,
.custom-radio {
  position: relative;
}

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  top: 0;
  left: 1px;
  margin: 0;
  border: none;
  width: 1px;
  height: 1px;
  display: none;
}

.custom-radio input {
  left: 10px;
}

.checkbox-large .custom-checkbox input {
  left: 20px;
}

.ie8 .custom-checkbox input,
.ie8 .custom-radio input {
  display: block;
}

.custom-checkbox label.focus,
.custom-radio label.focus {
  outline: 0;
}

.custom-checkbox label:before,
.custom-checkbox label.checked:after,
.custom-radio label:before,
.custom-radio label.checked:after,
.checkbox-large .custom-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
}

.custom-checkbox label,
.custom-radio label {
  display: block;
  position: relative;
  min-height: 18px;
  line-height: 18px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  color: #3f4b56;
}

.custom-checkbox label:before,
.custom-radio label:before {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  background: #f9f9f9;
}

.custom-checkbox label.checked:after,
.custom-radio label.checked:after {
  width: 10px;
  height: 10px;
  background: #76bed3;
  top: 4px;
  left: 5px;
}

.custom-radio label:before,
.custom-radio label.checked:after {
  border-radius: 50%;
}

.checkbox-large .custom-checkbox label {
  line-height: 28px;
  padding-left: 84px;
}

.checkbox-large .custom-checkbox label:before {
  content: "off";
  font-size: 11px;
  color: #7b8a97;
  text-transform: uppercase;
  text-align: right;
  padding: 0 12px 0 14px;
  width: 71px;
  height: 31px;
  top: 0;
  left: 0;
  border-radius: 16px;
}

.checkbox-large .custom-checkbox label.checked:before {
  content: "on";
  text-align: left;
}

.checkbox-large .custom-checkbox label:after {
  width: 25px;
  height: 25px;
  background: #647380;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.checkbox-large .custom-checkbox label.checked:after {
  left: 43px;
}

.checkbox-large.text-left .custom-checkbox label {
  padding: 0;
  padding-right: 84px;
}

.checkbox-large.text-left .custom-checkbox label:before {
  left: auto;
  right: 0;
}

.checkbox-large.text-left .custom-checkbox label:after {
  left: auto;
  right: 43px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.checkbox-large.text-left .custom-checkbox label.checked:after {
  right: 3px;
}

.form-control:focus {
  border-color: #73b7ca;
  outline: 0;
  background: #f8fbff;
  box-shadow: none;
}

.input-group-addon.add-on-btn {
  background: #73b7ca;
  color: white;
  border-color: #73b7ca;
  cursor: pointer;
}

.input-group-addon.add-on-btn:hover,
.input-group:hover .input-group-addon.add-on-btn {
  background: #437d93;
  color: white;
  border-color: #437d93;
}

.input-select select,
input.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.input-select select::-ms-expand {
  display: none;
}

.form .form-control[readonly] {
  cursor: pointer;
}

.input-thumbnail img {
  max-width: 80%;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.block-child {
  background: white;
  padding: 40px 20px;
  text-align: center;
}

.block-news {
  background: white;
}

.block-news h3 {
  font-size: 1.2em;
  padding: 10px 20px;
  background: #73b7ca;
  color: #fff;
}

.block-news > div {
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
  margin: 0 20px;
}

.block-news > div:last-child {
  border: none;
}

.block-news > div h4 {
  font-size: 12px;
}

.font-exl {
  font-size: 40px;
  line-height: 40px;
  color: #73b7ca;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

canvas.chart {
  width: 100% !important;
}

hr.margin10px {
  border: solid 5px transparent;
  margin: 0;
}

.icon-xl {
  font-size: 2em;
  width: 2em;
  line-height: 2em;
  vertical-align: -0.1em;
}

.icon-ll {
  font-size: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  vertical-align: -0.1em;
}

.icon-l {
  font-size: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  vertical-align: -0.05em;
}

.dashboard .row > div > div {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.well {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: solid 4px #eee;
  padding: 26px;
}

.well.pointprogram {
  margin-top: 20px;
}

.well.pointprogram .table {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.well.pointprogram th {
  font-weight: bold;
}

.well.pointprogram td {
  text-align: center;
  position: relative;
}

.well.pointprogram td i.icon {
  position: absolute;
  right: -11px;
  top: -11px;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: #333;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}

.well h4 {
  font-weight: bold;
  margin: 40px 0 20px;
  font-size: 20px;
}

@media (max-width: 768px) {
  body#login {
    -webkit-animation: none;
  }

  #layout {
    min-width: 100% !important;
    padding-left: 0px;
  }
}
