/***************************************************
* Default admin less styling
***************************************************/
html,
body {
  width: 100%;
  height: 100%;
  color: #373f48;
  background: #f7f7f7;
}
.container-custom {
  padding-right: 30px;
  padding-left: 30px;
}
.navbar-admin {
  min-height: 60px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.navbar-admin .nav > li > a {
  padding-right: 25px;
  padding-left: 25px;
}
.navbar-admin .nav-text .glyphicon {
  margin-left: 10px;
}
.navbar-header {
  width: 100%;
  height: 60px;
}
.navbar-header .navbar-brand {
  display: inline-block;
  float: none;
  height: auto;
  padding: 15px 18px;
}
.btn-back {
  margin-right: 6px;
  line-height: 12px;
  vertical-align: top;
  padding: 0;
  color: #8e969c;
}
.btn-back:hover {
  color: #373f48;
}
.nav-title {
  display: inline-block;
  float: left;
}
.nav-title h1 {
  font-size: 19px;
  margin: 20px 0;
}
.nav-title h1 small {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sidebar-translations .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-admin-login h1 {
  font-size: 15px;
  font-weight: 300;
  margin: 25px 0;
}
.page-admin-login .logo {
  margin: 24px 0;
}
.page-admin-login .logo img {
  width: 56px;
  height: auto;
}
.page-admin-login form {
  position: relative;
  padding: 35px 25px 58px;
  max-width: 380px;
  margin: auto;
}
.page-admin-login form .actions {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  bottom: -25px;
}
.page-admin-login form .actions .btn-login {
  position: relative;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  padding: 0 56px;
}
.page-admin-login .alert {
  margin-top: 0;
  margin-bottom: 26px;
}
.page-admin-login .copyright {
  margin: 40px 0;
}
.page-admin-login .g-recaptcha > div > div {
  margin: auto;
  margin-top: 20px;
}
.page-admin-login .label-effect label {
  text-transform: uppercase;
}
header .label-effect {
  margin: 0;
}
header .label-effect input[name="search"] {
  margin-bottom: 20px;
}
.sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  background: #373f48;
  color: #8e969c;
  z-index: 1000;
}
.sidebar {
  font-size: 14px;
}
.sidebar .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 6px;
  display: block;
}
.sidebar .navbar-toggle .glyphicon-menu-right {
  display: none;
}
.sidebar .nav li {
  width: 100%;
  left: auto;
}
.sidebar .nav .dropdown-menu {
  position: static;
  top: auto;
  left: auto;
  min-width: auto;
  float: none;
  border: 0;
  border-radius: 0;
  background: #414a55;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .nav .dropdown-menu > li {
  padding-left: 50px;
}
.sidebar .nav .dropdown-menu > li .dropdown-menu > li {
  padding-left: 12px;
}
.sidebar .nav .dropdown-menu > li > a {
  white-space: normal;
}
.sidebar .sidebar-scroll {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 220px;
  overflow: auto;
}
.sidebar .sidebar-scroll::-webkit-scrollbar {
  width: 0;
}
.sidebar .sidebar-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
.sidebar .sidebar-scroll::-webkit-scrollbar-thumb {
  outline: 0;
}
.sidebar .navbar-nav {
  margin: 0;
}
.sidebar .navbar-nav li.open > ul.dropdown-menu,
.sidebar .navbar-nav li.active > ul.dropdown-menu {
  display: block;
}
.sidebar .navbar-nav > li > a {
  padding: 0;
  height: 50px;
}
.sidebar .navbar-nav > li > a > .glyphicon,
.sidebar .navbar-nav > li > a > svg {
  padding: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 0;
}
.sidebar .navbar-nav > li > a > .glyphicon path,
.sidebar .navbar-nav > li > a > svg path {
  fill: inherit !important;
}
.sidebar .navbar-nav > li > a > .nav-text {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding: 15px 0 14px;
  padding-left: 0;
  border-bottom: 1px solid #5d646e;
}
.sidebar .navbar-nav > li:hover > a > .nav-text,
.sidebar .navbar-nav > li.active > a > .nav-text {
  border-bottom: 1px solid transparent;
}
.sidebar .navbar-nav .dropdown-submenu .dropdown-menu > li {
  padding-left: 28px !important;
}
.sidebar-closed .sidebar-scroll {
  width: 270px;
}
.sidebar-closed .navbar-nav {
  margin: 0;
}
.sidebar-closed .navbar-nav > li.open ul.dropdown-menu,
.sidebar-closed .navbar-nav > li.active ul.dropdown-menu {
  display: none;
}
#content {
  margin: 20px 0;
}
.content-wrapper {
  padding-left: 220px;
}
.sidebar-closed {
  width: 50px;
}
.sidebar-closed .sidebar .navbar-toggle .glyphicon-menu-left {
  display: none;
}
.sidebar-closed .sidebar .navbar-toggle .glyphicon-menu-right {
  display: block;
}
.sidebar-closed .sidebar .navbar-brand {
  display: none;
}
.sidebar-closed .sidebar .dropdown.open {
  color: inherit;
  background: inherit;
}
.sidebar-closed .sidebar .navbar-nav {
  width: 50px;
}
.sidebar-closed .sidebar .navbar-nav .dropdown-menu {
  display: none;
}
.sidebar-closed .sidebar .navbar-nav > li {
  height: 50px;
}
.sidebar-closed .sidebar .navbar-nav > li > a > .nav-text {
  display: none;
  padding: 15px 0 15px;
  border-bottom: 0;
}
.sidebar-closed .sidebar .navbar-nav > li:hover > a > .nav-text {
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 0;
  width: 220px;
  padding: 15px;
  color: white;
  background: #ff007a;
}
.sidebar-closed .sidebar .navbar-nav > li:hover .dropdown-menu {
  display: inline-block;
  width: 218px;
  margin-left: 52px;
}
.sidebar-closed .sidebar .navbar-nav > li:hover .dropdown-menu .dropdown-menu {
  margin: 0;
}
.sidebar-closed .sidebar .navbar-nav > li:hover .dropdown-menu li {
  padding: 0;
}
.sidebar-closed + .content-wrapper {
  padding-left: 50px;
}
header {
  padding: 15px 0 0;
}
header .input-group,
header .form-group {
  margin: 15px 0;
}
.input-group-btn .btn-clean {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dashboard-stat {
  position: relative;
  padding: 15px;
  font-size: 14px;
  min-height: 142px;
  margin-bottom: 15px;
}
.dashboard-stat .number {
  font-size: 42px;
}
.dashboard-stat .more {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 15px;
}
table.table tr.state_blocked {
  background: rgba(244, 40, 0, 0.15);
}
table.table tr.state_blocked .btn-ban {
  color: red;
}
table.table tr.editing td:not([readonly]) {
  background: white;
}
table.table tr.editing td:not([readonly]):before {
  background: none;
  border: 1px solid #ccc;
  border-left: 3px solid #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none;
  outline: 4px solid white;
}
table.table tr.editing:hover td:not([readonly]):before {
  outline: 4px solid #f5f5f5;
}
table.table td {
  position: relative;
  outline: 0;
}
table.table td:last-child {
  text-align: right;
}
table.table td:focus {
  outline: 0;
}
table.table td.has-changed {
  background: white;
}
table.table td.has-changed:before {
  background: none;
  border: 1px solid #ccc;
  border-left: 3px solid #ffa500!important;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none;
  outline: 4px solid white;
}
table.table td.actions {
  white-space: nowrap;
}
table.table tr:hover .actions {
  color: #ff007a;
}
table.table tr:hover td.has-changed:before {
  outline: 4px solid #f5f5f5;
}
table.table th .order {
  text-decoration: underline;
  position: relative;
}
table.table th .order-asc:after {
  content: "\e260";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: -2px;
  right: -20px;
}
table.table th .order-desc:after {
  content: "\e259";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: -2px;
  right: -20px;
}
textarea.table-editing {
  background: white;
  border: 1px solid #373f48 !important;
  border-left: 1px solid #373f48 !important;
  display: block;
  outline: 4px solid white;
}
.table-empty-message {
  margin: 10px;
  color: #8e969c;
  font-style: italic;
  display: none;
}
.sidebar-translations {
  background: white;
  padding: 15px;
}
.sidebar-translations .navbar-nav {
  float: none;
}
.sidebar-translations .navbar-nav > li > a.dropdown-toggle {
  background: white;
  border: 1px solid lightgray;
}
.sidebar-translations .navbar-nav > li > a.dropdown-toggle:hover {
  color: inherit;
  opacity: 1;
  border: 1px solid #ff007a;
}
.sidebar-translations .navbar-nav > li.dropdown.open > a.dropdown-toggle {
  border: 1px solid #ff007a;
}
.sidebar-translations .navbar-nav > li.dropdown.open > a.dropdown-toggle:hover {
  color: white;
}
.sidebar-translations .navbar-nav li {
  width: 100%;
  margin-bottom: 12px;
}
.sidebar-translations .navbar-nav li:last-child {
  margin-bottom: 0;
}
.sidebar-translations .navbar-nav .dropdown.open,
.sidebar-translations .navbar-nav .dropdown.active {
  margin-bottom: 0;
}
.sidebar-translations .navbar-nav .dropdown.open > a,
.sidebar-translations .navbar-nav .dropdown.active > a {
  background: #ff007a;
  color: white;
}
.sidebar-translations .navbar-nav .dropdown.open > a:hover,
.sidebar-translations .navbar-nav .dropdown.active > a:hover,
.sidebar-translations .navbar-nav .dropdown.open > a:focus,
.sidebar-translations .navbar-nav .dropdown.active > a:focus {
  opacity: 1;
}
.sidebar-translations .navbar-nav .dropdown-menu {
  width: 100%;
  background: transparent;
  position: static;
  border: none;
  padding: 12px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-translations .navbar-nav .dropdown-menu li {
  position: relative;
}
.sidebar-translations .navbar-nav .dropdown-menu li.active a.nav-page {
  background: #BEC1C4;
  opacity: 1;
  color: white;
  display: inline-block;
  border-radius: 12px;
}
.sidebar-translations .navbar-nav .dropdown-menu > li > a.nav-page {
  word-break: break-word;
  white-space: normal;
  padding-right: 40px;
}
.sidebar-translations .navbar-nav .dropdown-menu > li > a {
  color: #9B9FA4;
}
.sidebar-translations .navbar-nav .dropdown-menu > .active > a,
.sidebar-translations .navbar-nav .dropdown-menu > .active > a:focus,
.sidebar-translations .navbar-nav .dropdown-menu > .active > a:hover {
  background: inherit;
}
.sidebar-translations .navbar-nav > li > a.btn-export {
  position: absolute;
  top: 12px;
  right: 22px;
  padding: 0;
}
.sidebar-translations .navbar-nav > li > a.btn-export:hover {
  background: none;
}
.sidebar-translations .btn-page-delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
.sidebar-translations .btn-page-goto {
  position: absolute;
  top: 0;
  right: 18px;
  padding: 3px;
}
.btn-link {
  display: inline-block;
  margin: 0 4px;
  opacity: .5;
}
.btn-link:hover {
  opacity: 1;
}
form h3,
form .h3 {
  margin-bottom: 36px;
  color: #8e969c;
}
form input,
form textarea,
form select,
form .ms-list,
form .form-control {
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none !important;
}
form .form-actions {
  margin: 32px 0;
}
/* hamburger */
#hamburger {
  width: 30px;
  height: 22px;
  position: absolute;
  right: 11px;
  top: 18px;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8e969c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
#hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.sidebar-closed #hamburger span:nth-child(1) {
  top: 0px;
  width: 100%;
  left: 0;
}
.sidebar-closed #hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.sidebar-closed #hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.sidebar-closed #hamburger span:nth-child(4) {
  top: 16px;
  width: 100%;
  left: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #8e969c;
  background: none;
  border: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ff007a;
  background: none;
}
.pagination .prev a,
.pagination .next a {
  background: #f5f5f5 !important;
}
.label-trad {
  padding: 4px 14px;
  border: 1px solid lightgray;
  border-radius: 14px;
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
.nav-tabs {
  margin: 20px 0 32px;
  padding: 0 10px;
  text-transform: uppercase;
}
.nav-tabs > li.active {
  border: 0;
}
.nav-tabs > li.active > a {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 15px 0 13px;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 2px solid transparent;
}
.nav-tabs > li {
  display: inline-block;
  padding: 0 15px;
  float: auto;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding: 15px 0 15px;
  border: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: inherit;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-radius: 0;
}
.label-effect .select2-bootstrap-append .input-group-btn .btn {
  margin-top: 25px;
  padding: 7px 12px 6px;
}
.DateRangeSelector-item {
  display: inline-block;
  margin-right: 20px;
}
.gapi-analytics-data-chart .google-visualization-table .google-visualization-table-table {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.ga-chart-table-row-header {
  font-family: 'klavika' !important;
}
.ga-chart-table-row-header th {
  border: 0 !important;
}
.ga-chart-table-row {
  background: #e3f6ff;
}
.ga-chart-table-row-odd {
  background: #f0f9fd;
}
#api_version h4 {
  font-weight: 500;
}
#api_version .ios,
#api_version .android {
  position: relative;
  margin-bottom: 8px;
  background: #f0f9fd;
  padding: 4px 0;
}
#api_version .ios p,
#api_version .android p {
  margin: 0;
}
#api_version .ios:before,
#api_version .android:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -14px;
  width: 9px;
  height: 11px;
}
#api_version .ios {
  border-left: 19px solid #48b6ff;
}
#api_version .ios:before {
  background-image: url("/images/front/ico/ico-ios-small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #api_version .ios:before {
    background-image: url("/images/front/ico/ico-ios-small@2x.png");
    background-size: 9px 11px;
  }
}
#api_version .android {
  border-left: 19px solid #44fb96;
}
#api_version .android:before {
  background-image: url("/images/front/ico/ico-android-small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #api_version .android:before {
    background-image: url("/images/front/ico/ico-android-small@2x.png");
    background-size: 9px 11px;
  }
}
#api_version .ios-last,
#api_version .ios-validating,
#api_version .android-last {
  padding: 6px 10px;
}
.modal-admin .modal-header {
  background: #f5f5f5;
  padding: 15px 25px;
}
.modal-admin .modal-header .close {
  font-size: 32px;
  margin-top: 3px;
  outline: none !important;
}
.modal-admin .modal-header h3 {
  color: #373f48;
  margin: 10px 0;
}
.modal-admin .modal-header h3 .glyphicon {
  font-size: 85%;
  margin-right: 10px;
}
.modal-admin .modal-body {
  padding: 48px 32px 24px;
  font-size: 17px;
  text-align: center;
}
.modal-admin .modal-body .modal-body-header {
  color: #8e969c;
}
.modal-admin .modal-body .modal-body-value {
  color: #373f48;
  font-size: 21px;
}
.modal-admin .modal-footer {
  text-align: center;
  font-size: 17px;
  padding: 25px 32px;
}
.modal-admin .modal-footer .modal-footer-header {
  color: #8e969c;
}
.modal-admin .modal-footer .btn {
  min-width: 100px;
}
.modal-admin .modal-footer .btn-cancel {
  background: white;
  border: 1px solid #373f48;
  color: #373f48;
}
.modal-admin .modal-footer .btn-cancel:hover {
  background: #f7f7f7;
}
.modal-admin .modal-footer .modal-footer-actions {
  padding: 25px 0;
}
.modal-admin hr {
  width: 50%;
  margin: 0 auto;
}
.modal-backdrop {
  background: #373f48;
}
.modal-backdrop.in {
  opacity: .9;
}
.box {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(55, 55, 55, 0.15);
  box-shadow: 0 2px 3px rgba(55, 55, 55, 0.15);
}
.bg-white {
  background: white;
}
tr.state_deleted {
  opacity: 0.5;
}
