/*!
 *   AdminLTE v2.4.2
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <https://adminlte.io>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: auto;
  min-height: 100vh;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  font-weight: 400;
  overflow-x: hidden;
}
/* Layout */
.wrapper {
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 360px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 1599px) {
  .content-wrapper,
  .main-footer {
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    -o-transform: translate(240px, 0);
    transform: translate(240px, 0);
  }
}
.content-wrapper {
  background-color: #fff;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
.fixed .wrapper {
  overflow: hidden;
}
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* Content */
.content-gray {
  background-color: #f5f7fa;
  border: 1px solid #ccd1dd;
}
.content-body {
  padding: 40px;
}
@media (max-width: 1599px) {
  .content-body {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .content-body {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .content-body {
    padding: 10px;
  }
}
.content-footer {
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .content-footer {
    padding: 0 20px 20px;
  }
}
.content-footer .btn {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-footer .btn {
    margin-bottom: 10px;
  }
}
.content {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  .content {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 10px;
  }
}
.content-body.no-border,
.content.no-border {
  border: 0;
}
.content-body.pv-0,
.content.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.content-body.pv-20,
.content.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1599px) {
  .content-body.pv-20,
  .content.pv-20 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .content-body.pv-20,
  .content.pv-20 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.content-body.pv-30,
.content.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1599px) {
  .content-body.pv-30,
  .content.pv-30 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .content-body.pv-30,
  .content.pv-30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
.no-select {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
@media (max-width: 1599px) {
  .main-header {
    max-height: 74px;
  }
}
.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 360px;
  border: none;
  min-height: 100px;
  border-radius: 0;
}
@media (max-width: 1599px) {
  .main-header .navbar {
    min-height: 74px;
  }
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
@media (max-width: 1599px) {
  .main-header .navbar {
    margin-left: 240px;
  }
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 38px 10px;
  font-family: fontAwesome;
}
@media (max-width: 1599px) {
  .main-header .sidebar-toggle {
    padding: 25px 10px;
  }
}
@media (max-width: 767px) {
  .main-header .sidebar-toggle {
    padding: 23px 10px;
  }
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}
.main-header .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.main-header .navbar .nav > li.user > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1599px) {
  .main-header .navbar .nav > li.user > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar .nav > li.user > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li.user .dropdown-toggle .auth-info {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .main-header .navbar .nav > li.user .dropdown-toggle .auth-info {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar .nav > li.user .dropdown-toggle .auth-info {
    display: none;
  }
}
.main-header .navbar .nav > li.user .dropdown-toggle .email {
  font-size: 18px;
  font-weight: bold;
  color: #ffd621;
}
@media (max-width: 1599px) {
  .main-header .navbar .nav > li.user .dropdown-toggle .email {
    font-size: 16px;
  }
}
.main-header .navbar .nav > li.user .dropdown-toggle .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url('../images/chevron-down-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.1s linear;
}
@media (max-width: 1599px) {
  .main-header .navbar .nav > li.user .dropdown-toggle .arrow {
    width: 34px;
    height: 34px;
    margin-top: 2px;
  }
}
.main-header .navbar .nav > li.user.open .dropdown-toggle .arrow {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 100px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 360px;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-header .logo {
    width: 240px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .main-header .logo {
    width: 182px;
    height: 70px;
    float: none;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
}
.main-header .logo .logo-lg {
  display: block;
  padding: 11px 0;
}
@media (max-width: 1599px) {
  .main-header .logo .logo-lg {
    padding: 7px 0;
  }
  .main-header .logo .logo-lg img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .main-header .logo .logo-lg {
    padding: 5px 0;
  }
  .main-header .logo .logo-lg img {
    height: 60px;
    vertical-align: top;
  }
}
.main-header .logo .logo-mini {
  display: none;
  padding: 19px 0;
}
@media (max-width: 1599px) {
  .main-header .logo .logo-mini {
    padding: 12px 0;
  }
  .main-header .logo .logo-mini img {
    width: 46px;
  }
}
.main-header .navbar-brand {
  color: #fff;
}
.main-header .navbar-payments {
  padding: 28px 0;
  margin-right: 140px;
}
@media (max-width: 1599px) {
  .main-header .navbar-payments {
    padding: 18px 0;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-payments {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-payments {
    display: none;
  }
}
.main-header .navbar-payments .balance-image {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin-right: 30px;
  background-image: url('../images/icons/navbar-purse.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1599px) {
  .main-header .navbar-payments .balance-image {
    width: 38px;
    height: 38px;
    margin-right: 20px;
  }
}
.main-header .navbar-payments .balance-info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.main-header .navbar-payments .balance-info .text {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1599px) {
  .main-header .navbar-payments .balance-info .text {
    font-size: 12px;
  }
}
.main-header .navbar-payments .balance-info .sum {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffd621;
}
@media (max-width: 1599px) {
  .main-header .navbar-payments .balance-info .sum {
    font-size: 16px;
  }
}
.content-header {
  position: relative;
  padding: 31px 80px;
  background: #f5f7fa;
  border-bottom: 1px solid #ccd1dd;
  border-top: 1px solid #f5f7fa;
}
@media (max-width: 1599px) {
  .content-header {
    padding: 22px 60px;
  }
}
@media (max-width: 1199px) {
  .content-header {
    padding: 22px 20px;
  }
}
@media (max-width: 767px) {
  .content-header {
    padding: 17px 20px;
  }
}
.content-header > h1 {
  margin: 0;
  float: left;
  line-height: 1;
}
@media (max-width: 479px) {
  .content-header > h1 {
    float: none;
  }
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
.content-header.with-btn {
  padding: 19px 80px;
}
@media (max-width: 1599px) {
  .content-header.with-btn {
    padding: 11px 40px;
  }
}
@media (max-width: 767px) {
  .content-header.with-btn {
    padding: 11px 10px;
    text-align: center;
  }
}
.content-header.with-btn > h1 {
  padding: 12px 0;
}
@media (max-width: 1599px) {
  .content-header.with-btn > h1 {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .content-header.with-btn > h1 {
    padding: 13px 0;
    text-align: left;
    float: left;
  }
}
@media (max-width: 479px) {
  .content-header.with-btn .btn {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 40px 10px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
    max-height: none;
  }
  .main-header .logo,
  .main-header .navbar {
    float: none;
  }
  .main-header .navbar {
    width: 100%;
    min-height: 50px;
    margin: -70px 0 0 0;
    position: relative;
    z-index: 1;
  }
  .main-header .navbar-custom-menu {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
.search {
  width: 400px;
}
@media (max-width: 479px) {
  .search {
    width: 100%;
    margin-top: 10px;
  }
}
.search .search-content {
  position: relative;
}
.search .search-content input[type=text] {
  height: 36px;
  padding-right: 40px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
@media (max-width: 1599px) {
  .search .search-content input[type=text] {
    height: 30px;
  }
}
.search .search-content .btn-search {
  padding: 6px 8px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .search .search-content .btn-search {
    padding: 4px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.sidebar-collapse) .navbar-payments {
    display: none;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  min-height: 100%;
  width: 360px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 70px;
  }
}
@media (max-width: 1599px) {
  .main-sidebar {
    width: 240px;
    font-size: 14px;
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .main-sidebar {
    -webkit-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    transform: translate(-360px, 0);
    width: 240px;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    transform: translate(-360px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 11px 5px 6px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
@media (max-width: 1599px) {
  .user-panel > .info {
    padding: 7px 5px 6px 15px;
  }
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0 0 1px;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 3px 12px 17px;
  display: block;
}
@media (max-width: 1599px) {
  .sidebar-menu > li > a {
    padding: 11px 2px 11px 10px;
  }
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
  display: block;
}
.sidebar-menu .icon-container {
  position: relative;
  width: 46px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container {
    width: 38px;
    height: 38px;
    margin-right: 5px;
  }
}
.sidebar-menu .icon-container .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-background-size: contain;
  background-size: contain;
}
.sidebar-menu .icon-container .icon.icon-menu-dashboard {
  width: 38px;
  height: 38px;
  background-image: url('../images/menu/dashboard.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-dashboard {
    width: 30px;
    height: 30px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-statistic {
  width: 46px;
  height: 42px;
  background-image: url('../images/menu/statistic.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-statistic {
    width: 38px;
    height: 35px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-link-builder {
  width: 46px;
  height: 46px;
  background-image: url('../images/menu/link-builder.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-link-builder {
    width: 37px;
    height: 37px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-payments {
  width: 36px;
  height: 42px;
  background-image: url('../images/menu/payments.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-payments {
    width: 29px;
    height: 34px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-support {
  width: 42px;
  height: 40px;
  background-image: url('../images/menu/support.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-support {
    width: 33px;
    height: 33px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-faq {
  width: 40px;
  height: 40px;
  background-image: url('../images/menu/faq.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-faq {
    width: 32px;
    height: 32px;
  }
}
.sidebar-menu .icon-container .icon.icon-menu-news {
  width: 45px;
  height: 50px;
  background-image: url('../images/menu/news.png');
}
@media (max-width: 1599px) {
  .sidebar-menu .icon-container .icon.icon-menu-news {
    width: 36px;
    height: 39px;
  }
}
.sidebar-menu > li.active .icon.icon-menu-dashboard,
.sidebar-menu > li a:hover .icon.icon-menu-dashboard {
  background-image: url('../images/menu/dashboard-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-statistic,
.sidebar-menu > li a:hover .icon.icon-menu-statistic {
  background-image: url('../images/menu/statistic-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-link-builder,
.sidebar-menu > li a:hover .icon.icon-menu-link-builder {
  background-image: url('../images/menu/link-builder-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-payments,
.sidebar-menu > li a:hover .icon.icon-menu-payments {
  background-image: url('../images/menu/payments-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-support,
.sidebar-menu > li a:hover .icon.icon-menu-support {
  background-image: url('../images/menu/support-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-faq,
.sidebar-menu > li a:hover .icon.icon-menu-faq {
  background-image: url('../images/menu/faq-active.png');
}
.sidebar-menu > li.active .icon.icon-menu-news,
.sidebar-menu > li a:hover .icon.icon-menu-news {
  background-image: url('../images/menu/news-active.png');
}
.sidebar-menu > li span {
  display: inline-block;
  vertical-align: middle;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 80px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 80px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #39586f;
    position: absolute;
    bottom: -1px;
    left: 10px;
    margin: auto;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 80px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:after {
    width: 46px;
    left: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 55px;
  }
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse {
  /*.sidebar-menu > li:hover {
    > a {
      //overflow: visible;
    }
    > a > span:not(.pull-right), //:not(.pull-right-container),
    > .treeview-menu {
      display: block !important;
      position: absolute;
      width: @sidebar-width - 80;
      left: 80px;
      @media (max-width: @screen-lg-max) {
        width: 183px;
        left: 60px;
      }
    }

    //position the header & treeview menus
    > a > span {
      top: 0;
      margin-left: -3px;
      padding: 25px 5px 24px 20px;
      background-color: inherit;
      @media (max-width: @screen-lg-max) {
        padding: 20px 5px 20px 12px;
      }
    }
    > a > .pull-right-container {
      //display: block!important;
      position: relative !important;
      float: right;
      width: auto !important;
      left: 200px - 20px !important;
      top: -22px !important;
      z-index: 900;
      > .label:not(:first-of-type) {
        display: none;
      }
    }
    > .treeview-menu {
      top: 44px;
      margin-left: 0;
    }
  }*/
}
.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
  margin-left: 80px;
}
.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -360px;
  width: 360px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 100px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 150px;
  }
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 360px;
  }
}
.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #fff;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #062d4f;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #052541;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #041f37;
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #031a2e;
  border-bottom-color: #031a2e;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #052541;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #062d4f;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #062d4f;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #fff;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  background-color: #021f38;
  background-image: url('../images/dropdown-user-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
  border-top-width: 0;
  width: 344px;
  overflow: hidden;
  border: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 420px) {
  .navbar-nav > .user-menu > .dropdown-menu {
    width: 100%;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding: 30px 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > .user-image {
  z-index: 5;
  float: none;
  height: 64px;
  width: 64px;
  border: 5px solid #fff;
  margin: 0 auto 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > .user-image > img {
  width: 100%;
  height: 100%;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .h3,
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .h4 {
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .welcome-text {
  color: #fff;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .username {
  color: #ffd621;
  margin-top: 5px;
  font-weight: bold;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .last-visit {
  font-size: 12px;
  color: #4d778c;
  margin-top: 30px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 0 15px 30px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body .btn-profile {
  color: #fff;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body .btn-profile:hover,
.navbar-nav > .user-menu > .dropdown-menu > .user-body .btn-profile:focus,
.navbar-nav > .user-menu > .dropdown-menu > .user-body .btn-profile:active {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body .navbar-payments {
  display: none;
  float: none !important;
  padding: 0 0 28px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body .navbar-payments {
    display: block;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body .navbar-payments .balance-info {
  margin-right: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body .navbar-payments .buttons {
  margin-top: 15px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #01101c;
  padding: 14px 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-link {
  padding: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-link,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-link:hover,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-link:focus {
  color: #3a6178;
  text-decoration: none;
  background-color: initial;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-link:hover {
  color: #fff;
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    /*   position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;*/
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-group.has-success label {
  color: #24aa00;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #24aa00;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #24aa00;
}
.form-group.has-warning label {
  color: #ffd621;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #ffd621;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #ffd621;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}
/* Input group */
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 40px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 60px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: left;
}
.checkbox * {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.checkbox span {
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.checkbox .checkbox-icon {
  position: relative;
  background: #ffffff;
  border: 1px solid #808080;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 3px 10px 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.checkbox.checked .checkbox-icon:before,
.checkbox input:checked .checkbox-icon:before,
.checkbox.checked + .checkbox-icon:before,
.checkbox input:checked + .checkbox-icon:before {
  display: block;
  font-family: fontAwesome;
  content: "\f00c";
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #808080;
}
.checkbox.disabled .checkbox-icon,
.checkbox input:disabled .checkbox-icon,
.checkbox.disabled + .checkbox-icon,
.checkbox input:disabled + .checkbox-icon {
  border-color: #dadada;
  background: #eae9e9;
  cursor: no-drop;
}
.checkbox.disabled .checkbox-icon:before,
.checkbox input:disabled .checkbox-icon:before,
.checkbox.disabled + .checkbox-icon:before,
.checkbox input:disabled + .checkbox-icon:before {
  color: #bfbfbf;
}
.checkbox.disabled .span,
.checkbox input:disabled .span,
.checkbox.disabled + .checkbox-icon + span,
.checkbox input:disabled + .checkbox-icon + span {
  color: #dadada;
}
.radiobox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: left;
}
.radiobox + .radiobox {
  margin-left: 30px;
}
@media (max-width: 1599px) {
  .radiobox + .radiobox {
    margin-left: 15px;
  }
}
.radiobox * {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.radiobox span {
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.radiobox input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.radiobox .radiobox-icon {
  position: relative;
  background: #ffffff;
  border: 1px solid #808080;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .radiobox .radiobox-icon {
    margin-right: 5px;
  }
}
.radiobox.checked .radiobox-icon:before,
.radiobox input:checked .radiobox-icon:before,
.radiobox.checked + .radiobox-icon:before,
.radiobox input:checked + .radiobox-icon:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #808080;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.radiobox.disabled .radiobox-icon,
.radiobox input:disabled .radiobox-icon,
.radiobox.disabled + .radiobox-icon,
.radiobox input:disabled + .radiobox-icon {
  border-color: #dadada;
}
.radiobox.disabled .span,
.radiobox input:disabled .span,
.radiobox.disabled + .radiobox-icon + span,
.radiobox input:disabled + .radiobox-icon + span {
  color: #dadada;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #24aa00;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #ffd621;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: none;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  padding: 30px 40px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ccd1dd;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
}
@media (max-width: 1599px) {
  .box {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .box {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .box {
    padding: 10px;
  }
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #ffd621;
}
.box.box-success {
  border-top-color: #24aa00;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #ccd1dd;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #ccd1dd;
}
.box .border-left {
  border-left: 1px solid #ccd1dd;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #ffd621;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #ffd621;
  background-color: #ffd621;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #24aa00;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #24aa00;
  background-color: #24aa00;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  display: block;
  position: relative;
  font-size: 24px;
  padding-bottom: 30px;
}
@media (max-width: 1599px) {
  .box-header {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.box-header.with-border {
  border-bottom: 1px solid #ccd1dd;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.no-header .box-body {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.box-footer {
  background-color: #fff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #ccd1dd;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn > span {
  display: inline-block;
  vertical-align: middle;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn.btn-link:focus,
.btn.btn-link:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 479px) {
  .btn.btn-send-message.btn-xl {
    padding: 20px 30px;
    font-size: 16px;
  }
}
.btn.btn-send-message.btn-xl .icon-send-message {
  margin-right: -31px;
  margin-left: 32px;
}
@media (max-width: 1599px) {
  .btn.btn-send-message.btn-xl .icon-send-message {
    width: 60px;
    height: 26px;
    margin-right: -15px;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .btn.btn-send-message.btn-xl .icon-send-message {
    display: none;
  }
}
.btn-default .icon-ticket {
  margin-right: -16px;
  margin-left: 31px;
}
.btn-default .icon-report {
  margin-right: -12px;
  margin-left: 20px;
}
@media (max-width: 479px) {
  .btn-default .icon-report {
    display: none;
  }
}
.btn-success {
  background-color: #24aa00;
  border-color: #24aa00;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #24aa00;
}
.btn-success.btn-link,
.btn-success.btn-link:hover,
.btn-success.btn-link:focus {
  background: none;
  color: #24aa00;
  font-weight: bold;
  border: 0;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #ffd621;
  border-color: #ffd107;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #ffd107;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline.btn-success {
  border-color: #24aa00;
  color: #24aa00;
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:focus,
.btn-outline.btn-success:active {
  color: #fff;
}
.btn-outline.btn-default {
  border-color: #8c8c8c;
  background: none;
  color: #333333;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:focus,
.btn-outline.btn-default:active {
  border-color: #333333;
  background: none;
  color: #333333;
}
.btn-outline.btn-primary {
  border-color: #ffd621;
  color: #ffd621;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:active {
  color: #021f38;
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn-add.btn-xl .plus {
  width: 40px;
  height: 40px;
  margin-right: -42px;
  margin-left: 40px;
}
@media (max-width: 1599px) {
  .btn-add.btn-xl .plus {
    width: 36px;
    height: 36px;
    margin-right: -29px;
    margin-left: 20px;
  }
}
.btn-add.btn-xl .plus:after {
  content: '';
  width: 20px;
  height: 4px;
}
.btn-add.btn-xl .plus:before {
  content: '';
  width: 4px;
  height: 20px;
}
.btn-add.btn-lg .plus {
  width: 36px;
  height: 36px;
  margin-right: -32px;
  margin-left: 22px;
}
@media (max-width: 1599px) {
  .btn-add.btn-lg .plus {
    width: 32px;
    height: 32px;
    margin-right: -22px;
    margin-left: 20px;
  }
}
.btn-add.btn-lg .plus:after {
  content: '';
  width: 20px;
  height: 4px;
}
.btn-add.btn-lg .plus:before {
  content: '';
  width: 4px;
  height: 20px;
}
.btn-add.btn-success .plus {
  background: #24aa00;
  border: 1px solid #24aa00;
}
.btn-add.btn-success .plus:after,
.btn-add.btn-success .plus:before {
  background: #ffffff;
}
.btn-add.btn-success:hover .plus,
.btn-add.btn-success:focus .plus,
.btn-add.btn-success:active .plus {
  background: #ffffff;
  border: 1px solid #24aa00;
}
.btn-add.btn-success:hover .plus:after,
.btn-add.btn-success:focus .plus:after,
.btn-add.btn-success:active .plus:after,
.btn-add.btn-success:hover .plus:before,
.btn-add.btn-success:focus .plus:before,
.btn-add.btn-success:active .plus:before {
  background: #24aa00;
}
.btn-add.btn-default .plus {
  background: none;
  border: 1px solid #8c8c8c;
}
.btn-add.btn-default .plus:after,
.btn-add.btn-default .plus:before {
  background: #8c8c8c;
}
.btn-add.btn-default:hover .plus,
.btn-add.btn-default:focus .plus,
.btn-add.btn-default:active .plus {
  background: #ffffff;
}
.btn-add .plus {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-add .plus:after {
  content: '';
  width: 14px;
  height: 4px;
}
.btn-add .plus:before {
  content: '';
  width: 4px;
  height: 14px;
}
.btn-add .plus:after,
.btn-add .plus:before {
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-add.btn-link .plus {
  width: 30px;
  height: 30px;
  background: #24aa00;
  border: 1px solid #24aa00;
  margin-right: 15px;
}
.btn-add.btn-link .plus:after,
.btn-add.btn-link .plus:before {
  background: #f5f7fa;
}
.btn-add.btn-link:hover .plus,
.btn-add.btn-link:focus .plus,
.btn-add.btn-link:active .plus {
  background: #24aa00;
  border: 1px solid #24aa00;
}
.btn-add.btn-link:hover .plus:after,
.btn-add.btn-link:focus .plus:after,
.btn-add.btn-link:active .plus:after,
.btn-add.btn-link:hover .plus:before,
.btn-add.btn-link:focus .plus:before,
.btn-add.btn-link:active .plus:before {
  background: #f5f7fa;
}
.btn-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-with-icon.btn-lg {
  height: 60px;
}
@media (max-width: 1599px) {
  .btn-with-icon.btn-lg {
    height: 50px;
  }
}
.btn-with-icon.btn-xl {
  height: 80px;
}
@media (max-width: 1599px) {
  .btn-with-icon.btn-xl {
    height: 70px;
  }
}
.btn-back {
  float: right;
  font-weight: bold;
  margin: 8px 0;
}
@media (max-width: 1599px) {
  .btn-back {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .btn-back {
    margin: 3px 0;
  }
}
@media (max-width: 479px) {
  .btn-back {
    margin: 6px 0 0;
    float: left;
  }
}
.btn-back a {
  text-decoration: underline;
}
.btn-back a:hover {
  text-decoration: none;
}
.file-upload {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 40px;
  background: #6da047;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
}
.file-upload:hover {
  background: #7aad55;
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload span {
  line-height: 38px;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #edc100;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #197700;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #1f9100;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #ffd107;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #ffd621;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #24aa00;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
/* PAGINATION */
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ccd1dd;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th.nbr,
.table > tbody > tr > th.nbr,
.table > tfoot > tr > th.nbr,
.table > thead > tr > td.nbr,
.table > tbody > tr > td.nbr,
.table > tfoot > tr > td.nbr {
  border-right: 0;
}
.table > thead > tr > th.nbl,
.table > tbody > tr > th.nbl,
.table > tfoot > tr > th.nbl,
.table > thead > tr > td.nbl,
.table > tbody > tr > td.nbl,
.table > tfoot > tr > td.nbl {
  border-left: 0;
}
.table tr td .progress {
  margin-top: 5px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
.table.table-bordered.table-statistic > thead > tr:nth-child(1) {
  background: none;
}
.table.table-bordered.table-statistic > thead > tr:nth-child(1) > th {
  font-weight: bold;
  border: 0;
  font-size: 18px;
  background: none;
}
@media (max-width: 1599px) {
  .table.table-bordered.table-statistic > thead > tr:nth-child(1) > th {
    font-size: 14px;
  }
}
.table.table-bordered.table-statistic > thead > tr:nth-child(2) > th:first-child {
  border-top-left-radius: 5px;
}
.table.table-bordered.table-statistic > thead > tr:nth-child(2) > th:last-child {
  border-top-right-radius: 5px;
}
.table.table-bordered.table-statistic > thead > tr > th {
  padding: 12px 20px;
  white-space: nowrap;
}
@media (max-width: 1699px) {
  .table.table-bordered.table-statistic > thead > tr > th {
    padding: 12px 15px;
  }
}
@media (max-width: 1599px) {
  .table.table-bordered.table-statistic > thead > tr > th {
    padding: 9px 12px;
  }
}
.table.table-bordered.table-statistic > tbody > tr > td {
  white-space: nowrap;
}
.table-brs thead > tr:first-child > th:first-child,
.table-brs tbody > tr:first-child > th:first-child,
.table-brs thead > tr:first-child > td:first-child,
.table-brs tbody > tr:first-child > td:first-child {
  border-top-left-radius: 5px;
}
.table-brs thead > tr:first-child > th:last-child,
.table-brs tbody > tr:first-child > th:last-child,
.table-brs thead > tr:first-child > td:last-child,
.table-brs tbody > tr:first-child > td:last-child {
  border-top-right-radius: 5px;
}
.table-brs tbody > tr:last-child > th:first-child,
.table-brs tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 5px;
}
.table-brs tbody > tr:last-child > th:last-child,
.table-brs tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 5px;
}
.table-brs thead + tbody > tr:first-child > td:first-child {
  border-top-left-radius: 0;
}
.table-brs thead + tbody > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}
.table.table-clean > thead > tr {
  background: none;
}
.table-responsive > .dataTables_wrapper > .row {
  margin: 0;
}
.table-responsive > .dataTables_wrapper > .row > div {
  padding: 0;
}
.dataTables_wrapper .table {
  margin-bottom: 20px;
  /*    @media (max-width: @screen-lg-max) {
      margin-bottom: 10px;
    }*/
}
.dataTables_wrapper .table-bottom {
  padding: 0 0 40px 0;
}
@media (max-width: 1599px) {
  .dataTables_wrapper .table-bottom {
    padding: 0 0 20px 0;
  }
}
.dataTables_wrapper .pagination {
  margin: 0;
}
@media (max-width: 1599px) {
}
.dataTables_wrapper .dataTables_length {
  text-align: right;
}
@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    text-align: left;
    margin-top: 10px;
  }
}
.dataTables_wrapper .dataTables_length > label {
  margin: 0;
}
.dataTables_wrapper .dataTables_length .form-control.input-sm {
  height: 40px;
  padding: 9px 15px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  .dataTables_wrapper .dataTables_length .form-control.input-sm {
    height: 34px;
    padding: 6px 10px;
  }
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #edc100;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #197700;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
.confirm-delete-stream .modal-footer {
  text-align: center;
}
.confirm-delete-stream .modal-body {
  position: relative;
  padding: 40px 30px 30px 90px;
}
@media (max-width: 500px) {
  .confirm-delete-stream .modal-body {
    padding: 20px 10px 20px 50px;
  }
}
.confirm-delete-stream .text {
  margin: 0;
}
.confirm-delete-stream .image {
  width: 50px;
  height: 60px;
  background-image: url('../images/delete-modal-img.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 500px) {
  .confirm-delete-stream .image {
    width: 28px;
    height: 34px;
    top: 10px;
    left: 10px;
  }
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.treeview-menu .treeview-menu {
  padding-left: 20px;
}
.treeview-menu > li {
  margin: 0;
}
.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 20px;
}
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.icon.icon-ticket {
  width: 35px;
  height: 28px;
  background-image: url('../images/create-ticket-icon.png');
}
.icon.icon-all-ticket {
  width: 34px;
  height: 36px;
  background-image: url('../images/icons/ticket/all-ticket.png');
  /*    @media (max-width: @screen-lg-max) {
      width: 27px;
      height: 28px;
    }*/
}
.icon.icon-opened-ticket {
  width: 28px;
  height: 30px;
  background-image: url('../images/icons/ticket/opened-ticket.png');
  /*    @media (max-width: @screen-lg-max) {
      width: 23px;
      height: 25px;
    }*/
}
.icon.icon-closed-ticket {
  width: 28px;
  height: 30px;
  background-image: url('../images/icons/ticket/closed-ticket.png');
  /*    @media (max-width: @screen-lg-max) {
      width: 23px;
      height: 25px;
    }*/
}
.icon.icon-deleted-ticket {
  width: 28px;
  height: 30px;
  background-image: url('../images/icons/ticket/deleted-ticket.png');
  /*    @media (max-width: @screen-lg-max) {
      width: 23px;
      height: 25px;
    }*/
}
.icon.icon-message {
  width: 18px;
  height: 14px;
  background-image: url('../images/icons/message.png');
}
.icon.icon-send-message {
  width: 71px;
  height: 31px;
  background-image: url('../images/icons/send-message.png');
}
.icon.icon-view {
  width: 19px;
  height: 14px;
  background-image: url('../images/icons/view.png');
}
.icon.icon-close {
  width: 10px;
  height: 10px;
  background-image: url('../images/icons/close.png');
}
.icon.icon-search {
  width: 15px;
  height: 15px;
  background-image: url('../images/icons/search.png');
}
.icon.icon-report {
  width: 30px;
  height: 28px;
  background-image: url('../images/icons/statistic-report.png');
}
.icon.icon-edit {
  width: 27px;
  height: 26px;
  background-image: url('../images/icons/edit.png');
}
.icon.icon-link {
  width: 29px;
  height: 29px;
  background-image: url('../images/icons/link.png');
}
.icon.icon-trash {
  width: 24px;
  height: 29px;
  background-image: url('../images/icons/trash.png');
}
.icon.icon-profile-email {
  width: 20px;
  height: 17px;
  background-image: url('../images/icons/profile/email.png');
}
.icon.icon-profile-wmr {
  width: 23px;
  height: 22px;
  background-image: url('../images/icons/profile/wmr.png');
}
.icon.icon-profile-redemption {
  width: 21px;
  height: 26px;
  background-image: url('../images/icons/profile/redemption.png');
}
.icon.icon-profile-telegram {
  width: 26px;
  height: 21px;
  background-image: url('../images/icons/profile/telegram.png');
}
.icon.icon-profile-jabber {
  width: 18px;
  height: 26px;
  background-image: url('../images/icons/profile/jabber.png');
}
.icon.icon-profile-icq {
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/profile/icq.png');
}
.icon.icon-profile-skype {
  width: 22px;
  height: 22px;
  background-image: url('../images/icons/profile/skype.png');
}
.question-icon {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  color: #ccd1dd;
  border: 2px solid #ccd1dd;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -5px 0 0 5px;
}
@media (max-width: 1599px) {
  .question-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    border-width: 1px;
  }
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50.5%)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50.5%)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
  bottom: 50px;
  right: 50px;
  width: 460px;
}
@media (max-width: 1599px) {
  #noty_layout__bottomRight {
    width: 410px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 520px) {
  #noty_layout__bottomRight {
    width: 310px;
    bottom: 5px;
    right: 5px;
  }
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50.5%), -webkit-calc(-50.5%)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50.5%)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50.5%)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.noty_bar ul,
.noty_bar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__sunset.noty_bar .noty_body {
  position: relative;
  padding: 25px 80px 25px 95px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  text-shadow: none;
}
@media (max-width: 1599px) {
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 20px 50px 20px 95px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px 10px 10px 68px;
    font-size: 12px;
  }
}
.noty_theme__sunset.noty_bar .noty_body p {
  margin-bottom: 5px;
}
.noty_theme__sunset.noty_bar .noty_body:before {
  content: '';
  display: block;
  width: 44px;
  height: 40px;
  background-image: url('../images/danger.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 28px;
  top: 15px;
}
@media (max-width: 520px) {
  .noty_theme__sunset.noty_bar .noty_body:before {
    left: 10px;
    top: 10px;
  }
}
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}
.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}
.noty_theme__sunset.noty_type__error {
  background-color: #ff4c4c;
  color: #fff;
}
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}
.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #ccd1dd;
}
.mailbox-read-info {
  border-bottom: 1px solid #ccd1dd;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
.auth-page {
  min-height: 100vh;
  background-color: #021f38;
}
@media (max-width: 767px) {
  .auth-page {
    background-color: #080829;
  }
}
.auth-page .auth-form {
  width: 710px;
  margin: 20px auto;
}
@media (max-width: 1599px) {
  .auth-page .auth-form {
    width: 640px;
  }
}
@media (max-width: 767px) {
  .auth-page .auth-form {
    width: 100%;
    margin: 0;
  }
}
.auth-page .auth-form-content {
  position: relative;
  color: #888888;
  background-color: #080829;
  background-clip: padding-box;
  border: 1px solid #080829;
  border-radius: 10px;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.75);
  outline: 0;
  padding: 40px 80px 60px;
}
@media (max-width: 1599px) {
  .auth-page .auth-form-content {
    padding: 30px 80px 40px;
  }
}
@media (max-width: 767px) {
  .auth-page .auth-form-content {
    padding: 20px 10px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.auth-page .auth-form-footer {
  padding: 25px 0 0;
  text-align: center;
}
@media (max-width: 1599px) {
  .auth-page .auth-form-footer {
    padding: 0;
  }
}
.auth-page .auth-form-title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .auth-page .auth-form-title {
    margin-bottom: 15px;
  }
}
.auth-page .form-group {
  margin-bottom: 25px;
}
.auth-page .messenger-group .messenger-type {
  padding: 0 10px 0 0;
  border-left: 1px solid #ccd1dd;
}
.auth-page .messenger-group .messenger-type .form-control {
  width: 115px;
  height: 58px;
  background: none;
  border: 0;
}
@media (max-width: 1599px) {
  .auth-page .messenger-group .messenger-type .form-control {
    height: 44px;
  }
}
.auth-page .messenger-group .messenger-type .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.auth-page .input-lg {
  font-size: 16px;
}
.auth-page .btn-login {
  margin-top: 40px;
  -webkit-box-shadow: 0 0 30px rgba(255, 197, 39, 0.8);
  -moz-box-shadow: 0 0 30px rgba(255, 197, 39, 0.8);
  box-shadow: 0 0 30px rgba(255, 197, 39, 0.8);
}
@media (max-width: 1599px) {
  .auth-page .btn-login {
    margin-top: 25px;
  }
}
.auth-page .btn-default {
  color: #8c8c8c;
}
.auth-page .recover-password a {
  color: #888;
  text-decoration: underline;
}
.auth-page .recover-password a:hover {
  text-decoration: none;
}
.auth-page .recover-password span {
  display: inline-block;
  vertical-align: top;
}
.auth-page .recover-password span + span {
  margin-left: 10px;
}
.auth-page .contacts {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .auth-page .contacts a:after {
    content: '';
    clear: both;
    display: table;
    height: 10px;
  }
}
.auth-page .contacts img {
  max-width: 25px;
  height: auto;
  margin-right: 5px;
}
.auth-page .social-auth-links {
  margin: 10px 0;
}
.waiting-confirmation img {
  max-width: 25px;
  height: auto;
  margin-right: 5px;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
.profile .profile-right .form-group:last-child {
  margin: 120px 0 0 0;
}
@media (max-width: 1199px) {
  .profile .profile-right .form-group:last-child {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1599px) {
  .profile .profile-left {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .profile .profile-left .control-label {
    margin-bottom: 7px;
  }
}
@media (max-width: 1199px) {
  .profile .profile-left .content {
    padding: 10px 50px;
  }
}
@media (max-width: 479px) {
  .profile .profile-left .content {
    padding: 10px;
  }
}
.profile .profile-left .form-group:last-child {
  margin: 124px 0 0;
}
@media (max-width: 1599px) {
  .profile .profile-left .form-group:last-child {
    margin: 87px 0 0;
  }
}
@media (max-width: 1199px) {
  .profile .profile-left .form-group:last-child {
    margin: 15px 0 0;
  }
}
.profile .profile-right {
  position: relative;
}
.profile .profile-right .h2 {
  width: 400px;
  line-height: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .profile .profile-right .h2 {
    width: 330px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .profile .profile-right .h2 {
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .profile .profile-right .h2 {
    width: 100%;
  }
}
.profile .profile-right .content {
  padding: 40px 110px;
}
@media (max-width: 1599px) {
  .profile .profile-right .content {
    padding: 20px 50px;
  }
}
@media (max-width: 1199px) {
  .profile .profile-right .content {
    padding: 10px 50px;
  }
}
@media (max-width: 991px) {
  .profile .profile-right .content {
    padding: 10px 50px;
  }
}
@media (max-width: 479px) {
  .profile .profile-right .content {
    padding: 10px;
  }
}
.profile .h2 {
  margin: 0 0 30px 0;
}
.profile .control-label {
  width: 200px;
  text-align: left;
}
@media (max-width: 1599px) {
  .profile .control-label {
    width: 185px;
  }
}
.profile .control-label .text {
  display: inline-block;
  vertical-align: middle;
}
.profile .control-label .icon {
  margin-right: 25px;
}
@media (max-width: 1599px) {
  .profile .control-label .icon {
    margin-right: 10px;
  }
}
.profile .profile-image {
  width: 104px;
  height: 104px;
  background-image: url('../images/profile-image.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 50px;
}
@media (max-width: 1599px) {
  .profile .profile-image {
    width: 80px;
    height: 80px;
    right: 50px;
  }
}
@media (max-width: 479px) {
  .profile .profile-image {
    display: none;
  }
}
.profile .info {
  margin: 34px 0 0;
}
@media (max-width: 1599px) {
  .profile .info {
    margin: 22px 0 0;
  }
}
.profile .radioboxes {
  padding: 11px 0;
}
@media (max-width: 1599px) {
  .profile .radioboxes {
    padding: 6px 0;
  }
}
.profile .user-panel > .image {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  border: solid 5px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 460px) {
  .profile .user-panel > .image {
    margin: 0 auto;
    float: none !important;
  }
}
.profile .user-panel > .image > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.profile .user-panel .file-upload {
  margin-top: 15px;
}
@media (max-width: 460px) {
  .profile .user-panel .pull-left {
    text-align: center;
  }
}
.profile .user-panel .text {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  font-size: 10px;
  color: #333333;
  opacity: 0.5;
  margin-top: 13px;
  margin-left: 5px;
}
@media (max-width: 460px) {
  .profile .user-panel .text {
    width: 100%;
  }
}
.referral-url {
  float: right;
  margin: 8px -40px 8px 0;
}
@media (max-width: 1599px) {
  .referral-url {
    margin: 5px -20px 5px 0;
  }
}
@media (max-width: 1599px) {
  .referral-url {
    margin: 5px -10px 5px 0;
  }
}
@media (max-width: 767px) {
  .referral-url {
    margin: 5px 0 5px 0;
  }
}
.sort .form-group,
.stream .form-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .sort .form-group,
  .stream .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .sort .form-group {
    margin-bottom: 15px;
  }
}
.statistic-table-wrapper {
  margin-top: 20px;
}
.filters .pv-30 {
  padding-top: 37px;
  padding-bottom: 37px;
}
@media (max-width: 1599px) {
  .filters .pv-30 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .filters .date .control-label {
    margin-bottom: 5px;
    text-align: left;
  }
  .filters .date .control-label > div {
    text-align: left;
  }
}
.filters .date .input-group-addon {
  padding: 6px 12px;
}
.filters .date .date-icon {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  background-image: url('../images/icons/date.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (max-width: 1199px) {
  .stream .row-stream .control-label {
    margin-bottom: 5px;
  }
}
.stream .row-stream .stream-label-cell {
  width: auto;
}
.link-builder {
  padding: 40px 100px 40px 120px;
}
@media (max-width: 1599px) {
  .link-builder {
    padding: 32px 60px 20px 88px;
  }
}
@media (max-width: 479px) {
  .link-builder {
    padding: 32px 67px 20px 67px;
  }
}
@media (max-width: 399px) {
  .link-builder {
    padding: 30px 42px 10px 42px;
  }
}
.link-builder .link-builder-footer {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1599px) {
  .link-builder .link-builder-footer {
    margin-top: 20px;
  }
}
.header {
  position: relative;
}
.header .h2,
.header .h3 {
  margin: 0;
}
@media (max-width: 479px) {
  .header .h2 {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .header .h2 {
    font-size: 16px;
  }
}
.header .number {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #062d4f;
  position: absolute;
  top: -9px;
  left: -90px;
}
@media (max-width: 1599px) {
  .header .number {
    width: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    top: -8px;
    left: -67px;
  }
}
@media (max-width: 479px) {
  .header .number {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    top: -13px;
    left: -56px;
  }
}
@media (max-width: 399px) {
  .header .number {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    left: -36px;
    top: -7px;
  }
}
.header .number.empty {
  background: none;
  border: 1px solid #ccd1dd;
  line-height: 58px;
  color: #808080;
}
@media (max-width: 1599px) {
  .header .number.empty {
    line-height: 32px;
  }
}
.stream-content + .stream-content {
  margin-top: 80px;
}
@media (max-width: 1599px) {
  .stream-content + .stream-content {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .stream-content + .stream-content {
    margin-top: 30px;
  }
}
.stream-content .stream-link {
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .stream-content .stream-link {
    margin-top: 12px;
  }
}
@media (max-width: 479px) {
  .stream-content .stream-link {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.stream-content .stream-link a {
  text-decoration: underline;
}
.stream-content .stream-link a:hover {
  text-decoration: none;
}
.rounds-content {
  position: relative;
  margin-top: 30px;
  font-size: 0;
}
@media (max-width: 1599px) {
  .rounds-content {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .rounds-content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.rounds-content > .rounds-content-item {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (max-width: 767px) {
  .rounds-content > .rounds-content-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  .rounds-content > .rounds-content-item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .rounds-content > div .round-head .circle-title {
    display: block;
  }
  .rounds-content > div .rounds .round-item.empty-item {
    display: none;
  }
  .rounds-content > div .rounds .round-item .round-num {
    display: block;
  }
}
.rounds-content > div:first-child .circle-title {
  display: block;
}
.rounds-content > div:first-child .rounds .round-item .round-num {
  display: block;
}
@media (max-width: 991px) {
  .rounds-content > div:nth-child(3) .circle-title {
    display: block;
  }
  .rounds-content > div:nth-child(3) .rounds .round-item .round-num {
    display: block;
  }
}
@media (max-width: 991px) {
  .rounds-content > div:nth-child(3),
  .rounds-content > div:nth-child(4) {
    margin-top: 30px;
  }
}
.rounds-content .round-head {
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 8px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #ccd1dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1250px) {
  .rounds-content .round-head {
    display: block;
    margin-bottom: 8px;
  }
}
.rounds-content .round-head .circle-title {
  display: none;
  width: 62px;
  height: 62px;
  color: #4c4c4c;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 62px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ccd1dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -91px;
}
@media (max-width: 1599px) {
  .rounds-content .round-head .circle-title {
    width: 46px;
    height: 46px;
    font-size: 10px;
    line-height: 46px;
    left: -68px;
    top: 3px;
  }
}
@media (max-width: 479px) {
  .rounds-content .round-head .circle-title {
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 44px;
    left: -57px;
    top: 0;
  }
}
@media (max-width: 399px) {
  .rounds-content .round-head .circle-title {
    width: 36px;
    height: 36px;
    font-size: 9px;
    line-height: 36px;
    left: -40px;
    top: 4px;
  }
}
.rounds-content .rounds {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #ccd1dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  .rounds-content .rounds {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .rounds {
    padding: 10px;
  }
}
.rounds-content .rounds .round-item {
  position: relative;
}
.rounds-content .rounds .round-item + .round-item {
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .rounds-content .rounds .round-item + .round-item {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .rounds .round-item + .round-item {
    margin-top: 10px;
  }
}
.rounds-content .rounds .round-item .round-num {
  display: none;
  width: 62px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  position: absolute;
  top: 0;
  left: -111px;
}
@media (max-width: 1599px) {
  .rounds-content .rounds .round-item .round-num {
    font-size: 10px;
    width: 46px;
    height: 24px;
    line-height: 24px;
    left: -83px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .rounds .round-item .round-num {
    left: -78px;
  }
}
@media (max-width: 767px) {
  .rounds-content .rounds .round-item .round-num {
    left: -78px;
  }
}
@media (max-width: 479px) {
  .rounds-content .rounds .round-item .round-num {
    width: 44px;
    left: -67px;
  }
}
@media (max-width: 399px) {
  .rounds-content .rounds .round-item .round-num {
    width: 36px;
    left: -50px;
    font-size: 9px;
  }
}
.rounds-content .oss {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
@media (max-width: 1700px) {
  .rounds-content .oss {
    padding: 0 10px;
  }
}
@media (max-width: 1599px) {
  .rounds-content .oss {
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .oss {
    padding: 0 4px;
  }
}
@media (max-width: 1250px) {
  .rounds-content .oss {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .rounds-content .oss {
    display: table-cell;
    vertical-align: middle;
  }
}
.rounds-content .oss img {
  margin-right: 15px;
}
@media (max-width: 1700px) {
  .rounds-content .oss img {
    margin-right: 7px;
  }
}
@media (max-width: 1599px) {
  .rounds-content .oss img {
    width: 25px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .oss img {
    margin-right: 4px;
  }
}
@media (max-width: 1250px) {
  .rounds-content .oss img {
    width: auto;
    height: 20px;
  }
}
.rounds-content .oss .text {
  font-size: 18px;
  color: #4c4c4c;
  vertical-align: middle;
}
@media (max-width: 1700px) {
  .rounds-content .oss .text {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .rounds-content .oss .text {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .rounds-content .oss .text {
    font-size: 14px;
  }
}
.rounds-content .count-lands {
  display: table-cell;
  width: 60px;
  min-width: 60px;
  height: 50px;
  min-height: 50px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  .rounds-content .count-lands {
    height: 42px;
    min-height: 42px;
  }
}
@media (max-width: 1250px) {
  .rounds-content .count-lands {
    display: block;
    width: 100%;
    height: auto;
    min-height: initial;
  }
}
@media (max-width: 479px) {
  .rounds-content .count-lands {
    display: table-cell;
    width: 50px;
    min-width: 50px;
    height: 34px;
    min-height: 34px;
    padding: 0 3px;
  }
}
.rounds-content .count-lands .count {
  font-size: 18px;
  color: #8b8b8b;
  margin: 8px 0 2px;
}
@media (max-width: 1599px) {
  .rounds-content .count-lands .count {
    font-size: 16px;
    margin: 4px 0 0;
  }
}
@media (max-width: 1250px) {
  .rounds-content .count-lands .count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
  }
}
@media (max-width: 479px) {
  .rounds-content .count-lands .count {
    display: block;
    margin: 0;
    font-weight: normal;
  }
}
.rounds-content .count-lands .text {
  font-size: 8px;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .rounds-content .count-lands .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .rounds-content .count-lands .text {
    font-size: 9px;
    display: block;
  }
}
.rounds-content .remove {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
}
@media (max-width: 1250px) {
  .rounds-content .remove {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
.rounds-content .remove .btn-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px 0 6px;
}
.rounds-content .add {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 5px;
}
@media (max-width: 1599px) {
  .rounds-content .add {
    padding: 1px 5px;
  }
}
@media (max-width: 1250px) {
  .rounds-content .add {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.rounds-content .add .btn-link {
  padding: 0;
}
@media (max-width: 1250px) {
  .rounds-content .add .btn-link {
    width: 100%;
    border: 0;
  }
}
.rounds-content .add .plus {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #f5f7fa;
  border: 2px solid #ccd1dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .rounds-content .add .plus {
    width: 32px;
    height: 32px;
    border-width: 1px;
  }
}
.rounds-content .add .plus:after,
.rounds-content .add .plus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ccd1dd;
}
.rounds-content .add .plus:after {
  content: '';
  width: 4px;
  height: 20px;
}
@media (max-width: 1599px) {
  .rounds-content .add .plus:after {
    width: 3px;
    height: 16px;
  }
}
.rounds-content .add .plus:before {
  content: '';
  width: 20px;
  height: 4px;
}
@media (max-width: 1599px) {
  .rounds-content .add .plus:before {
    width: 16px;
    height: 3px;
  }
}
.rounds-content .landing {
  overflow: hidden;
}
.rounds-content .landing img {
  max-width: 100%;
}
.rounds-content .landing.empty {
  background: #f5f7fa;
  border: 1px solid #e1e4ea;
  background-image: url('../images/empty-landing.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.rounds-content .landing .landing-head {
  background: #062d4f;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
}
@media (max-width: 1599px) {
  .rounds-content .landing .landing-head {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .landing .landing-head {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .rounds-content .landing .landing-head {
    padding: 5px 15px;
  }
}
.rounds-content .landing .landing-body {
  position: relative;
  border: 1px solid #062d4f;
}
.rounds-content .landing .landing-image {
  width: 60%;
  position: relative;
  z-index: 2;
  border-right: 1px solid #062d4f;
}
@media (max-width: 1199px) {
  .rounds-content .landing .landing-image {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .rounds-content .landing .landing-image {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-image {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #062d4f;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-image {
    width: 60%;
    border-bottom: 0;
    border-right: 1px solid #062d4f;
  }
}
.rounds-content .landing .landing-image img {
  width: 100%;
  height: 100%;
  border: 0;
}
.rounds-content .landing .landing-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.rounds-content .landing .landing-info {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-left: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1199px) {
  .rounds-content .landing .landing-info {
    padding-left: 60%;
  }
}
@media (max-width: 991px) {
  .rounds-content .landing .landing-info {
    padding-left: 60%;
  }
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info {
    position: static;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info {
    padding-left: 60%;
    position: absolute;
  }
}
.rounds-content .landing .landing-info .landing-info-content {
  width: 100%;
  height: 100%;
  display: table;
  padding: 10px;
}
@media (max-width: 1599px) {
  .rounds-content .landing .landing-info .landing-info-content {
    padding: 5px;
  }
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info .landing-info-content {
    display: block;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info .landing-info-content {
    display: table;
  }
}
.rounds-content .landing .landing-info .row-info {
  display: table-row;
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info .row-info {
    display: block;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info .row-info {
    display: table-row;
  }
}
.rounds-content .landing .landing-info .row-info .row-info-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info .row-info .row-info-inner {
    display: block;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info .row-info .row-info-inner {
    display: table-cell;
  }
}
.rounds-content .landing .landing-info .row-info:first-child .row-info-inner {
  border-bottom: 1px solid #062d4f;
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info .row-info:first-child .row-info-inner {
    padding-bottom: 4px;
  }
}
@media (max-width: 550px) {
  .rounds-content .landing .landing-info .row-info:last-child {
    padding-top: 5px;
  }
}
.rounds-content .landing .landing-info .num {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .rounds-content .landing .landing-info .num {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .landing .landing-info .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .rounds-content .landing .landing-info .num {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info .num {
    display: block;
    font-size: 22px;
    line-height: 42px;
    margin: 0;
    font-weight: normal;
  }
}
@media (max-width: 399px) {
  .rounds-content .landing .landing-info .num {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 359px) {
  .rounds-content .landing .landing-info .num {
    font-size: 18px;
    line-height: 28px;
  }
}
.rounds-content .landing .landing-info .text {
  font-size: 12px;
}
@media (max-width: 1599px) {
  .rounds-content .landing .landing-info .text {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .landing .landing-info .text {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .rounds-content .landing .landing-info .text {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .rounds-content .landing .landing-info .text {
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .rounds-content .landing .landing-info .text {
    font-size: 11px;
  }
}
@media (max-width: 359px) {
  .rounds-content .landing .landing-info .text {
    font-size: 10px;
  }
}
.rounds-content .control-panel {
  width: 29px;
  height: 190px;
  position: absolute;
  top: 95px;
  right: -50px;
  margin: auto;
}
@media (max-width: 1599px) {
  .rounds-content .control-panel {
    top: 80px;
    right: -34px;
  }
}
@media (max-width: 1199px) {
  .rounds-content .control-panel {
    top: 80px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .rounds-content .control-panel {
    top: 85px;
    bottom: initial;
  }
}
@media (max-width: 767px) {
  .rounds-content .control-panel {
    right: -39px;
  }
}
@media (max-width: 479px) {
  .rounds-content .control-panel {
    width: 31px;
    height: 190px;
    right: -44px;
    top: 75px;
    bottom: auto;
  }
}
@media (max-width: 399px) {
  .rounds-content .control-panel {
    right: -31px;
  }
}
.rounds-content .control-panel .control-panel-item {
  text-align: center;
}
.rounds-content .control-panel .control-panel-item + .control-panel-item {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .rounds-content .control-panel .control-panel-item + .control-panel-item {
    margin-top: 35px;
  }
}
@media (max-width: 479px) {
  .rounds-content .control-panel .control-panel-item + .control-panel-item {
    margin-top: 30px;
  }
}
.rounds-content .control-panel .control-panel-item .btn-link {
  padding: 0;
}
@media (max-width: 399px) {
  .rounds-content .control-panel .control-panel-item .icon-edit {
    width: 24px;
    height: 23px;
  }
  .rounds-content .control-panel .control-panel-item .icon-link {
    width: 24px;
    height: 24px;
  }
  .rounds-content .control-panel .control-panel-item .icon-trash {
    width: 21px;
    height: 25px;
  }
}
.create-link {
  padding: 0 20px;
}
@media (max-width: 1599px) {
  .create-link {
    padding: 0 14px;
  }
}
.create-link .alert {
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .create-link .alert {
    margin-top: 14px;
  }
}
.create-link .header .number {
  top: -17px;
}
@media (max-width: 1599px) {
  .create-link .header .number {
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .create-link .header .number {
    width: 36px;
    height: 36px;
    line-height: 34px;
    top: -9px;
    left: -45px;
  }
}
@media (max-width: 479px) {
  .create-link .header .number {
    left: -45px;
    top: -9px;
  }
}
.create-link .control-label.num {
  width: auto;
  min-width: 44px;
}
@media (max-width: 767px) {
  .create-link .control-label.num {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .create-link .control-label.num {
    margin-bottom: 5px;
  }
}
.create-link .steps .step-content {
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .create-link .steps .step-content {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .create-link .steps .step-content {
    margin: 20px -40px 0;
  }
}
@media (max-width: 479px) {
  .create-link .steps .step-content {
    margin: 20px 0 0 -40px;
  }
}
.create-link .steps .step-content .rounds-content {
  margin: 40px 0 20px;
}
@media (max-width: 479px) {
  .create-link .steps .step-content .rounds-content .count-lands {
    display: block;
    width: 100%;
    height: 24px;
    min-height: initial;
  }
}
.create-link .steps .step-content .rounds-content .count-lands .count {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 2px;
}
@media (max-width: 1599px) {
  .create-link .steps .step-content .rounds-content .count-lands .count {
    margin: 2px 0 2px;
  }
}
@media (max-width: 1250px) {
  .create-link .steps .step-content .rounds-content .count-lands .count {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .create-link .steps .step-content .rounds-content .count-lands .count {
    display: inline-block;
  }
}
.create-link .steps .step-content .rounds-content .count-lands .text {
  color: #8c8c8c;
  padding-top: 5px;
}
@media (max-width: 1250px) {
  .create-link .steps .step-content .rounds-content .count-lands .text {
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .create-link .steps .step-content .rounds-content .count-lands .text {
    display: inline-block;
  }
}
.create-link .steps .step {
  padding: 47px 100px 40px;
}
@media (max-width: 1599px) {
  .create-link .steps .step {
    padding: 37px 75px 29px;
  }
}
@media (max-width: 767px) {
  .create-link .steps .step {
    padding: 37px 40px 29px;
  }
}
@media (max-width: 479px) {
  .create-link .steps .step {
    padding: 25px 0 25px 40px;
  }
}
.create-link .steps .step + .step {
  border-top: 1px solid #ccd1dd;
}
.create-link .steps .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .create-link .steps .form-group {
    margin-bottom: 15px;
  }
}
.create-link .rounds-content .round-head .circle-title {
  display: none;
  left: -91px;
}
@media (max-width: 1599px) {
  .create-link .rounds-content .round-head .circle-title {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -51px;
    top: 8px;
  }
}
.create-link .rounds-content .round-head .circle-title .num,
.create-link .rounds-content .round-head .circle-title .text {
  line-height: 1;
  font-weight: normal;
}
.create-link .rounds-content .round-head .circle-title .num {
  font-size: 18px;
  margin: 13px 0 5px;
}
@media (max-width: 1599px) {
  .create-link .rounds-content .round-head .circle-title .num {
    font-size: 14px;
    margin: 7px 0 2px;
  }
}
.create-link .rounds-content .round-head .circle-title .text {
  font-size: 10px;
}
@media (max-width: 1599px) {
  .create-link .rounds-content .round-head .circle-title .text {
    font-size: 8px;
  }
}
@media (max-width: 1599px) {
  .create-link .rounds-content .round-head .oss {
    padding: 0 2px;
  }
  .create-link .rounds-content .round-head .oss img {
    margin-right: 4px;
  }
}
@media (max-width: 479px) {
  .create-link .rounds-content .round-head .oss {
    display: block;
  }
}
@media (max-width: 1599px) {
  .create-link .rounds-content .round-head .oss .text {
    font-size: 14px;
  }
}
.create-link .rounds-content > .row + .row {
  margin-top: 20px;
}
@media (max-width: 479px) {
  .create-link .rounds-content > .row > div {
    width: 100%;
  }
}
.create-link .rounds-content .col-md-3:first-child .round-head .circle-title {
  display: block;
}
@media (max-width: 479px) {
  .create-link .btn-link.btn-add {
    padding: 0;
  }
  .create-link .btn-link.btn-add .plus {
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .create-link .form-control.input-lg {
    font-size: 12px;
    height: 34px;
    padding: 6px 10px;
  }
}
.step.domains-step .info {
  padding-top: 29px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
@media (max-width: 1599px) {
  .step.domains-step .info {
    padding-top: 24px;
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .step.domains-step .info {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .step.domains-step .info {
    font-size: 10px;
    line-height: 14px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .step.domains-step .col-md-6:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 1599px) {
  .create-link .step.redemption-step {
    padding: 37px 75px;
  }
}
@media (max-width: 767px) {
  .create-link .step.redemption-step {
    padding: 37px 40px;
  }
}
.create-link .step.redemption-step .h3 {
  float: left;
}
@media (max-width: 1020px) {
  .create-link .step.redemption-step .h3 {
    float: none;
  }
}
.create-link .step.redemption-step .header {
  height: 26px;
}
@media (max-width: 1599px) {
  .create-link .step.redemption-step .header {
    height: 19px;
  }
}
@media (max-width: 1020px) {
  .create-link .step.redemption-step .header {
    height: auto;
  }
}
.create-link .step.redemption-step .step-content {
  float: left;
  margin-top: -17px;
  margin-left: 80px;
}
@media (max-width: 1599px) {
  .create-link .step.redemption-step .step-content {
    margin-top: -15px;
  }
}
@media (max-width: 1020px) {
  .create-link .step.redemption-step .step-content {
    margin: 20px 0 0 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .create-link .step.redemption-step .step-content {
    margin: 20px -40px 0;
  }
}
.step.tb-step .tb-type {
  width: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .step.tb-step .tb-type {
    margin-bottom: 5px;
  }
}
.step.tb-step .link-example {
  width: auto;
}
@media (max-width: 991px) {
  .step.tb-step .link-example {
    font-size: 10px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .step.teaser-field-step .form-horizontal > .row > div > .row > div {
    margin-bottom: 15px;
  }
}
.step.teaser-field-step .num {
  width: 50px;
  text-align: left;
}
.oss-list .oss-item {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .oss-list .oss-item {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
  }
}
.oss-list .oss-item + .oss-item {
  margin-left: 40px;
}
@media (max-width: 1599px) {
  .oss-list .oss-item + .oss-item {
    margin-left: 25px;
  }
}
@media (max-width: 850px) {
  .oss-list .oss-item + .oss-item {
    margin: 0 0 10px 0;
  }
}
.oss-list .oss-image {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #ccd1dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 1599px) {
  .oss-list .oss-image {
    width: 50px;
    height: 50px;
    margin-right: 6px;
  }
}
.oss-list .oss-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.oss-list .oss-image.mts img {
  width: 25px;
}
@media (max-width: 1599px) {
  .oss-list .oss-image.mts img {
    width: 20px;
  }
}
.oss-list .oss-image.beeline img {
  width: 23px;
}
@media (max-width: 1599px) {
  .oss-list .oss-image.beeline img {
    width: 20px;
  }
}
.oss-list .oss-image.megaphone img {
  width: 23px;
}
@media (max-width: 1599px) {
  .oss-list .oss-image.megaphone img {
    width: 20px;
  }
}
.oss-list .oss-image.tele2 img {
  width: 25px;
}
@media (max-width: 1599px) {
  .oss-list .oss-image.tele2 img {
    width: 22px;
  }
}
.oss-list .checked .checkbox-icon + .oss-image,
.oss-list input:checked .checkbox-icon + .oss-image,
.oss-list .checked + .checkbox-icon + .oss-image,
.oss-list input:checked + .checkbox-icon + .oss-image {
  border-color: #808080;
}
.oss-list .checkbox-icon {
  margin: 21px 0;
}
@media (max-width: 1599px) {
  .oss-list .checkbox-icon {
    margin: 16px 0;
  }
}
.oss-list input[type="checkbox"]:disabled,
.oss-list input[type="checkbox"][disabled],
.oss-list input[type="checkbox"].disabled {
  cursor: no-drop;
}
.oss-list input[type="checkbox"]:disabled + .checkbox-icon + .oss-image,
.oss-list input[type="checkbox"][disabled] + .checkbox-icon + .oss-image,
.oss-list input[type="checkbox"].disabled + .checkbox-icon + .oss-image {
  cursor: no-drop;
}
.oss-list input[type="checkbox"]:disabled + .checkbox-icon + .oss-image:after,
.oss-list input[type="checkbox"][disabled] + .checkbox-icon + .oss-image:after,
.oss-list input[type="checkbox"].disabled + .checkbox-icon + .oss-image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(228, 226, 226, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.oss-list input[type="checkbox"]:disabled + .checkbox-icon + .oss-image img,
.oss-list input[type="checkbox"][disabled] + .checkbox-icon + .oss-image img,
.oss-list input[type="checkbox"].disabled + .checkbox-icon + .oss-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.select-landing-modal .modal-dialog {
  width: 1160px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599px) {
  .select-landing-modal .modal-dialog {
    width: 960px;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .select-landing-modal .modal-dialog {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .select-landing-modal .modal-dialog {
    width: 100%;
    min-height: 100vh;
    margin: 0;
  }
}
.select-landing-modal .modal-content {
  background: #f5f7fa;
}
@media (max-width: 767px) {
  .select-landing-modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.select-landing-modal .modal-footer {
  text-align: center;
}
.select-landing-modal .content {
  background: #fff;
  border: 1px solid #e1e4ea;
  padding: 20px 20px 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 1599px) {
  .select-landing-modal .content {
    padding: 10px 10px 0 10px;
  }
}
.select-landing-modal .content.content-header {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.select-landing-modal .rounds-content {
  margin: 0;
}
.select-landing-modal .rounds-content .rounds {
  padding: 0;
  border: 0;
  list-style: none;
}
.select-landing-modal .rounds-content .rounds .round-item {
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .select-landing-modal .rounds-content .rounds .round-item {
    margin-bottom: 10px;
  }
}
.select-landing-modal .rounds-content .rounds .round-item label {
  display: block;
}
.select-landing-modal .rounds-content .rounds .round-item label input[type=checkbox] {
  display: none;
}
.select-landing-modal .rounds-content .rounds .round-item label input[type=checkbox]:checked + .landing .landing-info .landing-info-content {
  background: #062d4f;
  color: #fff;
}
.select-landing-modal .rounds-content .rounds .round-item label input[type=checkbox]:checked + .landing .landing-info .row-info:first-child .row-info-inner {
  border-color: #fff;
}
.select-landing-modal .rounds-content .rounds .round-item + .round-item {
  margin-top: 0;
}
@media (max-width: 479px) {
  .select-landing-modal .rounds-content .rounds .round-item .round-num {
    display: none;
  }
}
@media (max-width: 500px) {
  .select-landing-modal .rounds-content .rounds > div {
    width: 100%;
  }
}
.select-landing-modal .rounds-content .landing {
  cursor: pointer;
}
.select-landing-modal .rounds-content .landing:hover .landing-info .landing-info-content {
  background: #062d4f;
  color: #fff;
}
.select-landing-modal .rounds-content .landing:hover .landing-info .row-info:first-child .row-info-inner {
  border-color: #fff;
}
.select-landing-modal .rounds-content .landing .landing-info .landing-info-content {
  border-top: 1px solid #fff;
}
.select-landing-modal .rounds-content .oss {
  width: 170px;
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
}
@media (max-width: 991px) {
  .select-landing-modal .rounds-content .oss {
    width: 105px;
    display: block;
    padding: 5px 5px;
    margin: 4px 0;
  }
}
.select-landing-modal .rounds-content .oss img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1599px) {
  .select-landing-modal .rounds-content .oss img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .select-landing-modal .rounds-content .oss img {
    width: auto;
    height: 20px;
  }
}
.select-landing-modal .rounds-content .oss .text {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1599px) {
  .select-landing-modal .rounds-content .oss .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .select-landing-modal .rounds-content .oss .text {
    font-size: 14px;
  }
}
.select-landing-modal .nav.nav-pills {
  text-align: right;
}
@media (max-width: 767px) {
  .select-landing-modal .nav.nav-pills {
    text-align: left;
  }
}
.select-landing-modal .nav.nav-pills > li {
  display: inline-block;
  float: none;
  margin: 5px 0 5px 10px;
}
@media (max-width: 991px) {
  .select-landing-modal .nav.nav-pills > li {
    margin: 5px 0 5px 5px;
  }
}
.select-landing-modal .nav.nav-pills > li > a {
  font-size: 14px;
  color: #8b8b8b;
  padding: 10px 15px;
  border: 1px solid #dfe5f2;
  background: #f5f7fa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .select-landing-modal .nav.nav-pills > li > a {
    padding: 5px;
    font-size: 12px;
  }
}
.select-landing-modal .nav.nav-pills > li > a:hover,
.select-landing-modal .nav.nav-pills > li > a:focus,
.select-landing-modal .nav.nav-pills > li > a:active {
  background: #062d4f;
  border: 1px solid #062d4f;
  color: #fff;
}
.select-landing-modal .nav.nav-pills > li > a:hover:before,
.select-landing-modal .nav.nav-pills > li > a:focus:before,
.select-landing-modal .nav.nav-pills > li > a:active:before {
  display: none;
}
.select-landing-modal .nav.nav-pills > li.active > a {
  background: #062d4f;
  border: 1px solid #062d4f;
  color: #fff;
}
.select-landing-modal .nav.nav-pills > li.active > a:before {
  display: none;
}
@media (max-width: 1599px) {
  .select-landing-modal .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .select-landing-modal .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.select-landings-table {
  width: auto;
  min-width: 40%;
}
@media (max-width: 767px) {
  .select-landings-table {
    min-width: 100%;
  }
}
.select-landings-table > tbody > tr:last-child td {
  border-bottom: 1px solid #ccd1dd;
}
.select-landings-table .oss-cell {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  white-space: nowrap;
  padding-right: 0;
}
@media (max-width: 1599px) {
  .select-landings-table .oss-cell {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
  }
}
@media (max-width: 479px) {
  .select-landings-table .oss-cell {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
.select-landings-table .oss-cell img {
  margin-right: 15px;
}
@media (max-width: 1599px) {
  .select-landings-table .oss-cell img {
    width: 25px;
    margin-right: 10px;
  }
}
.select-landings-table .oss-cell .oss-name {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1599px) {
  .select-landings-table .oss-cell .oss-name {
    font-size: 14px;
  }
}
.select-landings-table .add-cell {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
@media (max-width: 479px) {
  .select-landings-table .add-cell {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }
}
.select-landings-table .selected-cell {
  font-size: 16px;
}
@media (max-width: 1599px) {
  .select-landings-table .selected-cell {
    font-size: 12px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing {
    height: auto;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-image {
    width: 100%;
    height: auto;
    border-right-width: 0;
    border-bottom: 1px solid #062d4f;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info {
    position: static;
    padding: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .landing-info-content {
    display: block;
    padding: 5px 5px 3px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info {
    display: block;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info:first-child .row-info-inner {
    padding-bottom: 3px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info:last-child .row-info-inner {
    padding-top: 6px;
  }
}
@media (max-width: 1400px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info:last-child .row-info-inner {
    padding-top: 5px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px), (min-width: 768px) and (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info .row-info-inner {
    display: block;
  }
}
@media (max-width: 1399px) {
  body:not(.sidebar-collapse) .rounds-content .landing .landing-info .row-info .num {
    font-size: 18px;
  }
}
.get-link-modal table {
  width: 100%;
}
.get-link-modal textarea {
  width: 100%;
  max-width: 100%;
}
.get-link-modal .section {
  padding: 30px 0;
  border-top: 1px solid #ccd1dd;
}
@media (max-width: 767px) {
  .get-link-modal .section {
    padding: 20px 0;
  }
}
.get-link-modal .section:last-child {
  border-bottom: 1px solid #ccd1dd;
}
.get-link-modal .section .section-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.get-link-modal .modal-dialog {
  width: 1160px;
  margin-top: 100px;
}
@media (max-width: 1599px) {
  .get-link-modal .modal-dialog {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .get-link-modal .modal-dialog {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .get-link-modal .modal-dialog {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .get-link-modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.get-link-modal .modal-content {
  background: #f5f7fa;
  padding: 20px 130px;
}
@media (max-width: 1199px) {
  .get-link-modal .modal-content {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .get-link-modal .modal-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .get-link-modal .modal-content {
    padding: 10px;
    border-radius: 0;
  }
}
@media (max-width: 500px) {
  .get-link-modal .modal-content {
    padding: 5px;
  }
}
.get-link-modal .modal-header .close {
  right: -110px;
}
@media (max-width: 1199px) {
  .get-link-modal .modal-header .close {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .get-link-modal .modal-header .close {
    right: 0;
  }
}
.get-link-modal .modal-footer {
  text-align: center;
}
@media (max-width: 767px) {
  .get-link-modal .direct-link-section .form-group > div {
    padding: 0;
  }
}
.get-link-modal .direct-link-section .control-label {
  font-weight: bold;
  text-align: left;
  padding-left: 0;
}
@media (max-width: 767px) {
  .get-link-modal .direct-link-section .control-label {
    margin-bottom: 5px;
  }
}
.get-link-modal .direct-link-section .form-group {
  margin: 0;
}
.get-link-modal .direct-link-section .col-md-10 {
  padding-right: 0;
}
.get-link-modal .js-redirect-section textarea {
  height: 60px;
  max-height: 60px;
  min-height: 60px;
}
.get-link-modal .js-redirect-section .oss-list .oss-item {
  display: inline-block;
  float: none;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 399px) {
  .get-link-modal .js-redirect-section .oss-list .oss-item {
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
  }
}
.get-link-modal .js-redirect-section .oss-list .oss-item + .oss-item {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .get-link-modal .js-redirect-section .oss-list .oss-item + .oss-item {
    margin: 0 0 0 9px;
  }
}
@media (max-width: 399px) {
  .get-link-modal .js-redirect-section .oss-list .oss-item + .oss-item {
    margin: 0 0 10px 0;
  }
}
.get-link-modal .php-redirect-section ul,
.get-link-modal .php-redirect-section li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.get-link-modal .php-redirect-section .index {
  padding-right: 10px;
}
.get-link-modal .ip-address-section textarea {
  height: 140px;
  min-height: 140px;
  max-height: 140px;
}
.get-link-modal .ip-address-section .oss-list {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .get-link-modal .ip-address-section .oss-list .oss-item {
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
  }
  .get-link-modal .ip-address-section .oss-list .oss-item + .oss-item {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .get-link-modal .ip-address-section .oss-list {
    margin-bottom: 10px;
  }
  .get-link-modal .ip-address-section .oss-list .oss-item {
    display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .get-link-modal .ip-address-section .oss-list .oss-item + .oss-item {
    margin: 0 0 0 9px;
  }
}
@media (max-width: 399px) {
  .get-link-modal .ip-address-section .oss-list .oss-item {
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
  }
  .get-link-modal .ip-address-section .oss-list .oss-item + .oss-item {
    margin: 0 0 10px 0;
  }
}
.get-link-modal .oss-list {
  margin-bottom: 15px;
}
.get-link-modal .oss-list .oss-item + .oss-item {
  margin-left: 15px;
}
@media (max-width: 850px) {
  .get-link-modal .oss-list .oss-item + .oss-item {
    margin: 0 0 10px 0;
  }
}
.get-link-modal .radioboxes {
  text-align: center;
}
@media (max-width: 767px) {
  .get-link-modal .radioboxes {
    text-align: left;
    margin-bottom: 10px;
  }
}
.faq-content {
  padding: 0 110px;
}
@media (max-width: 1599px) {
  .faq-content {
    padding: 0 70px;
  }
}
@media (max-width: 1199px) {
  .faq-content {
    padding: 10px 50px;
  }
}
@media (max-width: 991px) {
  .faq-content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .faq-content {
    padding: 5px;
  }
}
.faq-content .panel-group {
  margin: 0;
}
.faq-content .content-bottom {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 1599px) {
  .faq-content .content-bottom {
    margin-top: 25px;
  }
}
.faq-content .content-bottom .info {
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .faq-content .content-bottom .info {
    margin-bottom: 15px;
  }
}
.ticket-list .header {
  padding: 6px 0;
}
@media (max-width: 1599px) {
  .ticket-list .header {
    padding: 4px 0;
  }
}
.ticket-list .header .h3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
@media (max-width: 1599px) {
  .ticket-list .header .h3 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .ticket-list .header .h3 {
    display: none;
  }
}
.ticket-list .header .nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  margin-bottom: -2px;
}
@media (max-width: 1599px) {
  .ticket-list .header .nav {
    margin-bottom: -1px;
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .ticket-list .header .nav {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .ticket-list .header .nav {
    display: block;
    margin-bottom: 0;
  }
}
.ticket-list .header .nav > li {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media (max-width: 479px) {
  .ticket-list .header .nav > li {
    width: 33.3333%;
    height: 28px;
    display: block;
    float: left;
    margin-bottom: 15px;
  }
  .ticket-list .header .nav > li:not(:first-child) {
    padding: 2px 0 1px 0;
  }
}
@media (max-width: 413px) {
  .ticket-list .header .nav > li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .ticket-list .header .nav > li + li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .ticket-list .header .nav > li > a {
    font-size: 14px;
  }
}
.ticket-list .header .nav .icon {
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .ticket-list .header .nav .icon {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .header .nav .icon {
    margin-right: 5px;
  }
}
.ticket-list .messages {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .ticket-list .messages {
    display: block;
    margin: 0;
  }
}
.ticket-list .messages .icon {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .ticket-list .messages .icon {
    margin-right: 5px;
  }
}
.ticket-list .messages .text {
  vertical-align: middle;
  font-weight: bold;
}
.ticket-list .new-messages {
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .ticket-list .new-messages {
    margin-left: 22px;
    font-size: 10px;
  }
}
.ticket-list .cell-date {
  width: 170px;
  max-width: 170px;
}
@media (max-width: 1599px) {
  .ticket-list .cell-date {
    width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-date {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
  }
}
.ticket-list .cell-date span {
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .ticket-list .cell-date span {
    display: block;
    font-size: 11px;
  }
}
.ticket-list .cell-date span.separator {
  margin: 0 6px;
}
@media (max-width: 1199px) {
  .ticket-list .cell-date span.separator {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-title {
    min-width: 290px;
  }
}
.ticket-list .cell-messages {
  width: 230px;
  max-width: 230px;
}
@media (max-width: 1599px) {
  .ticket-list .cell-messages {
    width: 180px;
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-messages {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}
.ticket-list .cell-status {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
@media (max-width: 1599px) {
  .ticket-list .cell-status {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }
}
.ticket-list .cell-actions {
  width: 260px;
  min-width: 260px;
  position: relative;
}
@media (max-width: 1599px) {
  .ticket-list .cell-actions {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions {
    width: 105px;
    min-width: 105px;
  }
}
.ticket-list .cell-actions:after {
  content: '';
  display: block;
  height: 70%;
  width: 1px;
  background: #ccd1dd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions:after {
    display: none;
  }
}
.ticket-list .cell-actions .actions .left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .ticket-list .cell-actions .actions .left {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions .actions .left {
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
  }
}
.ticket-list .cell-actions .actions .right {
  width: 50%;
  float: right;
  padding-left: 20px;
}
@media (max-width: 1599px) {
  .ticket-list .cell-actions .actions .right {
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions .actions .right {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions .actions .right .btn-link {
    margin-left: 5px;
  }
}
.ticket-list .cell-actions .actions .btn {
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.ticket-list .cell-actions .actions .btn:hover {
  text-decoration: none;
}
.ticket-list .cell-actions .actions .btn span {
  vertical-align: middle;
}
.ticket-list .cell-actions .actions .btn .icon {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .ticket-list .cell-actions .actions .btn .icon.icon-view {
    margin-right: 6px;
  }
}
.ticket-list .cell-actions .actions .btn.btn-view {
  color: #0088cc;
}
.ticket-list .cell-actions .actions .btn.btn-delete {
  color: #3d3d3d;
}
.ticket-list .pagination {
  margin: 0;
}
.create-ticket-content {
  padding: 40px 250px;
}
@media (max-width: 1700px) {
  .create-ticket-content {
    padding: 40px 200px;
  }
}
@media (max-width: 1599px) {
  .create-ticket-content {
    padding: 40px 125px;
  }
}
@media (max-width: 1199px) {
  .create-ticket-content {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .create-ticket-content {
    padding: 20px 10px;
  }
}
.create-ticket-content .form-group {
  margin-bottom: 25px;
}
.create-ticket-content .table-row {
  margin: 40px 0;
}
@media (max-width: 1599px) {
  .create-ticket-content .table-row {
    margin: 20px 0;
  }
}
.create-ticket-content .select-file-row {
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .create-ticket-content .select-file-row {
    margin-top: 25px;
  }
}
.create-ticket-content .select-file .h4 {
  vertical-align: middle;
  margin: 0 25px 0 0;
}
.create-ticket-content .btn-link {
  padding: 0;
}
.create-ticket-content .table {
  margin: 0;
}
.create-ticket-content .table .cell-id {
  width: 60px;
  max-width: 60px;
}
.create-ticket-content .table .cell-remove {
  width: 90px;
  max-width: 90px;
}
.create-ticket-content .table .cell-size {
  width: 86px;
  max-width: 86px;
  min-width: 86px;
}
.create-ticket-content .table .cell-link {
  position: relative;
  width: 100%;
}
.create-ticket-content .table .cell-link .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 18px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .create-ticket-content .table .cell-link .link {
    padding: 9px;
  }
}
.create-ticket-content .info {
  display: inline-block;
  padding: 12px 0;
  color: #333333;
  opacity: 0.5;
}
@media (max-width: 1599px) {
  .create-ticket-content .info {
    padding: 5px 0;
  }
}
.create-ticket-content .separator {
  margin: 0 35px;
  font-style: italic;
  color: #000;
  opacity: 0.4;
}
@media (max-width: 1100px) {
  .create-ticket-content .separator {
    display: block;
    margin: 15px 0;
  }
}
@media (max-width: 479px) {
  .create-ticket-content .separator {
    margin: 10px 0;
  }
}
.create-ticket-content .row-buttons {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .create-ticket-content .row-buttons {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .create-ticket-content .row-buttons {
    margin-top: 30px;
  }
}
.view-ticket .view-ticket-content {
  padding: 40px 250px;
}
@media (max-width: 1599px) {
  .view-ticket .view-ticket-content {
    padding: 30px 125px;
  }
}
@media (max-width: 1199px) {
  .view-ticket .view-ticket-content {
    padding: 20px 60px;
  }
}
@media (max-width: 767px) {
  .view-ticket .view-ticket-content {
    padding: 20px 10px;
  }
}
.view-ticket .ticket-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .view-ticket .ticket-title {
    font-size: 18px;
  }
}
.view-ticket .count-messages {
  font-size: 18px;
  font-weight: bold;
  color: #0088cc;
}
@media (max-width: 479px) {
  .view-ticket .count-messages {
    font-size: 14px;
  }
}
.view-ticket .messages .messages-list {
  margin-top: 20px;
}
.view-ticket .messages .messages-item {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(204, 209, 221, 0.75);
  -moz-box-shadow: 0 0 5px rgba(204, 209, 221, 0.75);
  box-shadow: 0 0 5px rgba(204, 209, 221, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 479px) {
  .view-ticket .messages .messages-item {
    padding: 10px;
  }
}
.view-ticket .messages .messages-item + .messages-item {
  margin-top: 10px;
}
.view-ticket .messages .messages-item .message-content {
  position: relative;
  padding: 0 0 0 70px;
  min-height: 48px;
}
@media (max-width: 479px) {
  .view-ticket .messages .messages-item .message-content {
    padding: 0;
  }
}
.view-ticket .messages .messages-item .message-content .avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.view-ticket .messages .messages-item .message-content .avatar img {
  width: 100%;
  height: 100%;
}
.view-ticket .messages .messages-item .message-content .message-info {
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  .view-ticket .messages .messages-item .message-content .message-info {
    padding: 5px 0 7px 60px;
    margin-bottom: 5px;
  }
}
.view-ticket .messages .messages-item .message-content .message-info .user,
.view-ticket .messages .messages-item .message-content .message-info .date {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .view-ticket .messages .messages-item .message-content .message-info .user,
  .view-ticket .messages .messages-item .message-content .message-info .date {
    display: block;
  }
}
.view-ticket .messages .messages-item .message-content .message-info .user {
  font-weight: bold;
  margin-right: 15px;
}
.view-ticket .messages .messages-item .message-content .message-info .date {
  font-size: 12px;
}
@media (max-width: 479px) {
  .view-ticket .messages .messages-item .message-content .message-text {
    font-size: 12px;
  }
}
.view-ticket .send-message {
  padding-top: 30px;
}
@media (max-width: 479px) {
  .view-ticket .send-message {
    padding-top: 30px;
  }
}
.view-ticket .send-message label {
  font-size: 18px;
  padding-bottom: 20px;
  margin: 0;
}
@media (max-width: 479px) {
  .view-ticket .send-message label {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.view-ticket .send-message textarea {
  width: 100%;
  max-width: 100%;
  height: 220px;
  padding: 35px 50px;
}
@media (max-width: 479px) {
  .view-ticket .send-message textarea {
    height: 140px;
    padding: 10px;
  }
}
.view-ticket .send-message .form-group {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .view-ticket .send-message .form-group {
    margin-bottom: 30px;
  }
}
.view-ticket .send-message .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .view-ticket .send-message .buttons {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .payments .balance {
    margin-top: 10px;
  }
}
.payments .balance .balance-image {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  margin-right: 25px;
  background-color: #ffd621;
  background-image: url('../images/icons/bag-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .payments .balance .balance-image {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    -webkit-background-size: 42%;
    background-size: 42%;
  }
}
@media (max-width: 1199px) {
  .payments .balance .balance-image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}
.payments .balance .balance-content {
  display: inline-block;
  vertical-align: middle;
}
.payments .payments-history {
  margin-top: 18px;
}
@media (max-width: 1599px) {
  .payments .payments-history {
    margin-top: 12px;
  }
}
.payments .payments-history .payments-history-item {
  position: relative;
  font-size: 16px;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .payments .payments-history .payments-history-item {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .payments .payments-history .payments-history-item {
    font-size: 12px;
  }
}
.payments .payments-history .payments-history-item + .payments-history-item {
  margin-top: 6px;
}
@media (max-width: 1599px) {
  .payments .payments-history .payments-history-item + .payments-history-item {
    margin-top: 4px;
  }
}
.payments .payments-history .payments-history-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccd1dd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  z-index: 1;
}
.payments .payments-history .name,
.payments .payments-history .sum {
  position: relative;
  z-index: 2;
  padding: 0 6px;
  background: #ffffff;
}
.payments .payments-history .name {
  float: left;
}
.payments .payments-history .sum {
  float: right;
}
.payments .order-payment {
  margin-top: 40px;
}
@media (max-width: 1599px) {
  .payments .order-payment {
    margin-top: 30px;
  }
}
@media (max-width: 1599px) {
  .payments .order-payment .h4 {
    font-size: 16px;
  }
}
.payments .order-payment .form-group {
  margin: 0;
}
.payments .order-payment .info {
  color: #000;
  opacity: 0.5;
  margin-top: 5px;
}
@media (max-width: 400px) {
  .payments .order-payment .info {
    font-size: 10px;
  }
}
.payments .order-payment .btn {
  margin-top: 39px;
}
@media (max-width: 1599px) {
  .payments .order-payment .btn {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .payments .order-payment .btn {
    margin-top: 33px;
  }
}
@media (max-width: 479px) {
  .payments .order-payment .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .payments .order-payment .row > div {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .payments .table-responsive {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .payments .table {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .payments .table > tbody > tr > td {
    font-size: 10px;
  }
}
.payments .table th.cell-status,
.payments .table td.cell-status {
  min-width: 90px;
}
.payments .table th.cell-sum,
.payments .table td.cell-sum {
  min-width: 97px;
}
.payments .table th.cell-comment,
.payments .table td.cell-comment {
  min-width: 93px;
}
.payments .table th.cell-date,
.payments .table td.cell-date {
  min-width: 145px;
}
.payments .table th.cell-correct,
.payments .table td.cell-correct {
  min-width: 136px;
}
.payments .table th.cell-comment-text,
.payments .table td.cell-comment-text {
  min-width: 220px;
}
.payments .table th.cell-payment-sum,
.payments .table td.cell-payment-sum {
  min-width: 69px;
}
.payments .table th.cell-payment-rate,
.payments .table td.cell-payment-rate {
  min-width: 69px;
}
.news .news-list {
  padding: 0 210px;
}
@media (max-width: 1599px) {
  .news .news-list {
    padding: 10px 100px;
  }
}
@media (max-width: 1199px) {
  .news .news-list {
    padding: 10px 50px;
  }
}
@media (max-width: 991px) {
  .news .news-list {
    padding: 0;
  }
}
.news .news-list .news-item {
  padding: 40px 100px 50px;
  background: #ffffff;
  border: 1px solid #ccd1dd;
}
@media (max-width: 1599px) {
  .news .news-list .news-item {
    padding: 20px 50px 25px;
  }
}
@media (max-width: 479px) {
  .news .news-list .news-item {
    padding: 10px 10px 15px;
  }
}
.news .news-list .news-item + .news-item {
  margin-top: 10px;
}
.news .news-list .news-header {
  border-bottom: 1px solid #ccd1dd;
}
.news .news-list .news-header .h3 {
  padding: 20px 0 30px;
}
@media (max-width: 479px) {
  .news .news-list .news-header .h3 {
    padding: 10px 0 15px;
  }
}
.news .news-list .news-header .date {
  position: relative;
}
@media (max-width: 479px) {
  .news .news-list .news-header .date {
    margin-left: 23px;
  }
}
.news .news-list .news-header .date:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/icons/calendar.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -36px;
}
@media (max-width: 479px) {
  .news .news-list .news-header .date:before {
    left: -22px;
  }
}
.news .news-list .news-body {
  padding-top: 25px;
}
@media (max-width: 479px) {
  .news .news-list .news-body {
    padding-top: 15px;
  }
}
.news .content-bottom {
  padding-top: 35px;
}
@media (max-width: 1599px) {
  .news .content-bottom {
    padding-top: 25px;
  }
}
.news .content-bottom .info {
  color: #808080;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .news .content-bottom .info {
    margin-bottom: 10px;
  }
}
.table.dataTable.table-news thead {
  display: none;
}
.table.dataTable.table-news tbody > tr,
.table.dataTable.table-news tbody > tr:hover,
.table.dataTable.table-news tbody > tr.odd,
.table.dataTable.table-news tbody > tr.odd:hover,
.table.dataTable.table-news tbody > tr.even,
.table.dataTable.table-news tbody > tr.even:hover {
  display: block;
  padding: 40px 100px 50px;
  background: #ffffff;
  border: 1px solid #ccd1dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  .table.dataTable.table-news tbody > tr,
  .table.dataTable.table-news tbody > tr:hover,
  .table.dataTable.table-news tbody > tr.odd,
  .table.dataTable.table-news tbody > tr.odd:hover,
  .table.dataTable.table-news tbody > tr.even,
  .table.dataTable.table-news tbody > tr.even:hover {
    padding: 20px 50px 25px;
  }
}
@media (max-width: 479px) {
  .table.dataTable.table-news tbody > tr,
  .table.dataTable.table-news tbody > tr:hover,
  .table.dataTable.table-news tbody > tr.odd,
  .table.dataTable.table-news tbody > tr.odd:hover,
  .table.dataTable.table-news tbody > tr.even,
  .table.dataTable.table-news tbody > tr.even:hover {
    padding: 10px 10px 15px;
  }
}
.table.dataTable.table-news tbody > tr + tr,
.table.dataTable.table-news tbody > tr:hover + tr,
.table.dataTable.table-news tbody > tr.odd + tr,
.table.dataTable.table-news tbody > tr.odd:hover + tr,
.table.dataTable.table-news tbody > tr.even + tr,
.table.dataTable.table-news tbody > tr.even:hover + tr {
  margin-top: 10px;
}
.table.dataTable.table-news tbody > tr > td,
.table.dataTable.table-news tbody > tr:hover > td,
.table.dataTable.table-news tbody > tr.odd > td,
.table.dataTable.table-news tbody > tr.odd:hover > td,
.table.dataTable.table-news tbody > tr.even > td,
.table.dataTable.table-news tbody > tr.even:hover > td {
  display: block;
  border: 0;
}
.table.dataTable.table-news tbody > tr > td.news-date,
.table.dataTable.table-news tbody > tr:hover > td.news-date,
.table.dataTable.table-news tbody > tr.odd > td.news-date,
.table.dataTable.table-news tbody > tr.odd:hover > td.news-date,
.table.dataTable.table-news tbody > tr.even > td.news-date,
.table.dataTable.table-news tbody > tr.even:hover > td.news-date {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
}
.table.dataTable.table-news .h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccd1dd !important;
  padding: 20px 0 20px;
  margin-top: 0;
}
@media (max-width: 1599px) {
  .table.dataTable.table-news .h3 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .table.dataTable.table-news .h3 {
    padding: 10px 0 10px;
  }
}
.table.dataTable.table-news .news-body {
  padding: 15px 0 0;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .table.dataTable.table-news .news-body {
    font-size: 12px;
  }
}
.table.dataTable.table-news .news-date {
  position: relative;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .table.dataTable.table-news .news-date {
    font-size: 12px;
  }
}
.table.dataTable.table-news .news-date:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/calendar.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 1599px) {
  .table.dataTable.table-news .news-date:after {
    top: 0;
  }
}
.full-news-modal .modal-dialog {
  width: 1130px;
  margin-top: 100px;
}
@media (max-width: 1599px) {
  .full-news-modal .modal-dialog {
    width: 930px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .full-news-modal .modal-dialog {
    width: 830px;
  }
}
@media (max-width: 991px) {
  .full-news-modal .modal-dialog {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .full-news-modal .modal-dialog {
    width: auto;
  }
}
.full-news-modal .news-date {
  margin-top: 20px;
}
.full-news-modal .news-date .date {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.full-news-modal .news-date .date:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/calendar.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 1599px) {
  .full-news-modal .news-date .date:after {
    top: 0;
  }
}
.dashboard .box-chart .chart {
  height: 457px;
  max-height: 457px;
  margin-top: 0;
}
@media (max-width: 1599px) {
  .dashboard .box-chart .chart {
    height: 359px;
    max-height: 359px;
  }
}
@media (max-width: 479px) {
  .dashboard .box-chart .chart {
    height: auto;
    max-height: none;
  }
}
.dashboard .box-chart .chart .flot {
  height: 457px !important;
  max-height: 457px !important;
}
@media (max-width: 1599px) {
  .dashboard .box-chart .chart .flot {
    height: 359px !important;
    max-height: 359px !important;
  }
}
@media (max-width: 479px) {
  .dashboard .box-chart .chart .flot {
    height: 310px !important;
    max-height: none !important;
  }
}
@media (max-width: 399px) {
  .dashboard .box-chart .chart .flot {
    height: 270px !important;
  }
}
.dashboard .box-chart .chart .stick-top-right {
  top: -58px;
}
@media (max-width: 1599px) {
  .dashboard .box-chart .chart .stick-top-right {
    top: -43px;
  }
}
@media (max-width: 479px) {
  .dashboard .box-chart .chart .stick-top-right {
    position: static;
    margin-bottom: 20px;
  }
}
.dashboard .box-statistic .table {
  margin: 40px 0 30px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .table {
    margin: 30px 0 24px;
  }
}
.dashboard .box-statistic .table > thead > tr > th {
  font-size: 10px;
  color: #4c4c4c;
  text-transform: uppercase;
  padding: 8px 10px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .table > thead > tr > th {
    font-size: 9px;
    padding: 5px 9px;
  }
}
.dashboard .box-statistic .table > thead > tr > th:first-child {
  padding-left: 0;
}
.dashboard .box-statistic .table > thead > tr > th:last-child {
  padding-right: 0;
  text-align: right;
}
.dashboard .box-statistic .table > tbody > tr > td {
  padding: 21px 10px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .table > tbody > tr > td {
    padding: 16px 9px;
  }
}
.dashboard .box-statistic .table > tbody > tr > td:last-child {
  padding-right: 0;
  text-align: right;
}
.dashboard .box-statistic .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ccd1dd;
}
.dashboard .box-statistic .table > tbody > tr > td:first-child {
  padding-left: 9px;
}
.dashboard .box-statistic .nav.nav-pills > li + li {
  margin-left: 40px;
}
.dashboard .box-statistic .nav.nav-pills > li > a {
  color: #0088cc;
}
.dashboard .box-statistic .nav.nav-pills > li > a:hover,
.dashboard .box-statistic .nav.nav-pills > li > a:focus {
  color: #000;
}
.dashboard .box-statistic .nav.nav-pills > li > a:hover:before,
.dashboard .box-statistic .nav.nav-pills > li > a:focus:before {
  height: 4px;
  bottom: -4px;
  background: #000;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .nav.nav-pills > li > a:hover:before,
  .dashboard .box-statistic .nav.nav-pills > li > a:focus:before {
    height: 3px;
    bottom: -3px;
  }
}
.dashboard .box-statistic .nav.nav-pills > li.active > a {
  color: #000;
}
.dashboard .box-statistic .nav.nav-pills > li.active > a:before {
  height: 4px;
  bottom: -4px;
  background: #000;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .nav.nav-pills > li.active > a:before {
    height: 3px;
    bottom: -3px;
  }
}
.dashboard .box-statistic .oss {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    font-size: 12px;
  }
}
.dashboard .box-statistic .oss span {
  display: inline-block;
  vertical-align: middle;
}
.dashboard .box-statistic .oss-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss-icon {
    margin-right: 10px;
  }
}
.dashboard .box-statistic .oss-icon.mts {
  width: 26px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss-icon.mts {
    width: 21px;
  }
}
.dashboard .box-statistic .oss-icon.beeline {
  width: 23px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss-icon.beeline {
    width: 18px;
  }
}
.dashboard .box-statistic .oss-icon.megaphone {
  width: 26px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss-icon.megaphone {
    width: 20px;
  }
}
.dashboard .box-statistic .oss-icon.tele2 {
  width: 26px;
}
@media (max-width: 1599px) {
  .dashboard .box-statistic .oss-icon.tele2 {
    width: 19px;
  }
}
@media (max-width: 479px) {
  .dashboard .box-statistic .btn-report {
    padding: 15px 20px;
    font-size: 14px;
  }
  .dashboard .box-statistic .btn-report .icon-report {
    width: 24px;
    height: 23px;
    margin-right: -12px;
    margin-left: 6px;
  }
}
.dashboard .user-panel {
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .dashboard .user-panel {
    padding: 5px;
    margin-bottom: 15px;
  }
}
.dashboard .user-panel .image {
  width: 73px;
  height: 73px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  border: solid 5px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .dashboard .user-panel .image {
    width: 50px;
    height: 50px;
    border-width: 4px;
    margin-right: 0;
  }
}
.dashboard .user-panel .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.dashboard .user-panel > .info {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .dashboard .user-panel > .info > .h4 {
    font-size: 14px;
  }
}
.dashboard .user-panel > .info .welcome-text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1599px) {
  .dashboard .user-panel > .info .welcome-text {
    font-size: 14px;
  }
}
.dashboard .user-panel > .info .user-email {
  font-size: 18px;
}
@media (max-width: 1599px) {
  .dashboard .user-panel > .info .user-email {
    font-size: 14px;
  }
}
.dashboard .user-panel > .info .user-info {
  color: #000;
  margin-top: 10px;
}
@media (max-width: 1599px) {
  .dashboard .user-panel > .info .user-info {
    margin-top: 6px;
  }
}
.dashboard .user-panel > .info .user-info .username {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .dashboard .user-panel > .info .user-info .username {
    font-size: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .dashboard .user-panel > .info .user-info .username {
    font-size: 18px;
  }
}
.dashboard .last-news {
  padding: 10px 40px 0;
}
@media (max-width: 1599px) {
  .dashboard .last-news {
    padding: 0 20px 0;
  }
}
@media (max-width: 991px) {
  .dashboard .last-news {
    padding: 0 5px 0;
  }
}
.dashboard .last-news .h2 {
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .dashboard .last-news .h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dashboard .last-news .h2 {
    margin-bottom: 0;
  }
}
.dashboard .last-news .las-news-list {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1599px) {
  .dashboard .last-news .las-news-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .dashboard .last-news .las-news-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.dashboard .last-news .last-news-date {
  position: relative;
  font-size: 12px;
  padding-bottom: 30px;
}
.dashboard .last-news .last-news-date:before {
  content: '';
  width: 20px;
  height: 5px;
  display: block;
  background: #ccd1dd;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.dashboard .last-news .last-news-item {
  padding: 20px 30px;
}
@media (max-width: 1599px) {
  .dashboard .last-news .last-news-item {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .dashboard .last-news .last-news-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .dashboard .last-news .last-news-item {
    border-left: 0;
    padding: 20px 5px 10px 5px;
  }
}
.dashboard .last-news .last-news-item + .last-news-item {
  border-left: 1px solid #ccd1dd;
}
@media (max-width: 991px) {
  .dashboard .last-news .last-news-item + .last-news-item {
    border-left: 0;
    border-top: 1px solid #ccd1dd;
  }
}
@media (max-width: 1199px) {
  .dashboard .last-news .last-news-item:nth-child(3) {
    border-left: 0;
  }
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 53px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  line-height: 40px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 76px;
}
.btn-social.btn-lg > :first-child {
  line-height: 60px;
  width: 60px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 53px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: 40px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  line-height: 40px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 76px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 60px;
  width: 60px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 60px;
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 30px 40px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3c8dbc !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 5px;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline > table,
.box .datepicker-inline .datepicker-days > table {
  width: 100%;
}
.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline > table td:hover,
.box .datepicker-inline .datepicker-days > table td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline > table td.day.old,
.box .datepicker-inline .datepicker-days > table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline > table td.day.new,
.box .datepicker-inline .datepicker-days > table td.day.new {
  color: #777;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #ffd621 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #24aa00 !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #ffd002 !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #1f9100 !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #ffd621 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #24aa00 !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled,
.chart-legend,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39CCCC !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39CCCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #ffd621 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffd621), color-stop(1, #ffe573)) !important;
  background: -ms-linear-gradient(bottom, #ffd621, #ffe573) !important;
  background: -moz-linear-gradient(center bottom, #ffd621 0%, #ffe573 100%) !important;
  background: -o-linear-gradient(#ffe573, #ffd621) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe573', endColorstr='#ffd621', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #24aa00 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24aa00), color-stop(1, #2cce00)) !important;
  background: -ms-linear-gradient(bottom, #24aa00, #2cce00) !important;
  background: -moz-linear-gradient(center bottom, #24aa00 0%, #2cce00 100%) !important;
  background: -o-linear-gradient(#2cce00, #24aa00) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cce00', endColorstr='#24aa00', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #D81B60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #D81B60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #ccd1dd;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #ccd1dd;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}
.chart .stick-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.chart .flot-legend-horizontal table tr {
  float: left;
  padding-right: 8px;
}
.chart .flot-legend-horizontal .legendLabel {
  font-size: 14px;
}
@media (max-width: 1599px) {
  .chart .flot-legend-horizontal .legendLabel {
    font-size: 12px;
  }
}
.chart .legendColorBox > div {
  margin: 5px;
  border: none !important;
}
.chart .legendColorBox > div > div {
  width: 5px !important;
  border-width: 6px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .chart .legendColorBox > div > div {
    width: 5px !important;
    border-width: 5px !important;
  }
}
/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}
/*# sourceMappingURL=AdminLTE.css.map */