/* Navbar i2m */
/*
@navbar-default-link-disabled-color:  #;
@navbar-default-link-disabled-bg:     #;*/
.navbar-default {
  margin-bottom: 0;
  background-color: #34495e;
  border-color: #293846;
}
.navbar-default .navbar-brand {
  color: #1ba39c;
  font-size: 38px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1ba39c;
  background-color: #293846;
}
.navbar-default .navbar-text {
  color: #d2d7d3;
}
.navbar-default .navbar-nav {
  /*
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
        background-color: @navbar-default-link-disabled-bg;
      }
    }
    */

}
.navbar-default .navbar-nav > li > a {
  color: #d2d7d3;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 0px rgba(124, 170, 216, 0.05) inset;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .navbar-nav > li > a:first-child a {
  border-top: 0;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .navbar-toggle {
  border-color: #34495e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #293846;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1ba39c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #293846;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #293846;
  color: #e5e7e8;
}
.navbar-default .nav .open > a,
.navbar-default .nav .open > a:hover,
.navbar-default .nav .open > a:focus {
  border-color: #293846;
  background-color: #293846;
}
body {
  background-color: #f3f3f4;
  padding-bottom: 0;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  min-height: 568px;
  padding: 0 20px 20px;
  background-color: #f3f3f4;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#page-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.navbar-default {
  margin-bottom: 20px;
}
.navbar-default .nav li a {
  color: #d2d7d3;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 0px rgba(124, 170, 216, 0.05) inset;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.navbar-default .nav li a:hover {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .nav li a.active,
.navbar-default .nav li a:focus {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .nav li a:focus:hover {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .nav li:first-child a {
  border-top: 0;
  box-shadow: none;
}
.navbar-default .nav li.active a {
  color: #e5e7e8;
  background-color: #293846;
}
.navbar-default .nav.navbar-top-links li a {
  border-top: 0;
  box-shadow: none;
  color: #4d4d4d;
}
.navbar-default .nav.navbar-top-links li a .fa {
  color: #d2d7d3;
}
.navbar-default .nav.navbar-top-links li a:hover .fa {
  color: #e5e7e8;
}
.navbar-default .nav.navbar-top-links .dropdown-menu li a:hover {
  background-color: #e5e7e8;
  color: #000;
}
.navbar-default .nav.navbar-top-links .dropdown-menu li a:hover .fa {
  color: #34495e;
}
.navbar-default .nav.nav-second-level li a {
  border-top: 0;
  box-shadow: none;
}
.navbar-default .nav.nav-second-level li a:hover {
  border-left: 3px solid transparent;
  background: #23303c;
}
.navbar-default .nav.nav-second-level li a:focus,
.navbar-default .nav.nav-second-level li a.active {
  border-left: 3px solid #1ba39c;
  background: #23303c;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #2574a9;
  border-color: #206390;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1e5d88;
  border-color: #15405e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2574a9;
  border-color: #206390;
}
.btn-success {
  color: #ffffff;
  background-color: #1ba39c;
  border-color: #1fbdb5;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #15807b;
  border-color: #178983;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #1ba39c;
  border-color: #1fbdb5;
}
.btn-info {
  color: #ffffff;
  background-color: #52b3d9;
  border-color: #39a8d3;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31a4d2;
  border-color: #2585aa;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #52b3d9;
  border-color: #39a8d3;
}
.btn-warning {
  color: #ffffff;
  background-color: #eb9532;
  border-color: #e88717;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #de8116;
  border-color: #b06611;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9532;
  border-color: #e88717;
}
.btn-danger {
  color: #ffffff;
  background-color: #dd4656;
  border-color: #d82c3e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d32739;
  border-color: #a81f2d;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dd4656;
  border-color: #d82c3e;
}
.btn-purple {
  color: #ffffff;
  background-color: #9b59b6;
  border-color: #8c49a7;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #8646a0;
  border-color: #68377c;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #9b59b6;
  border-color: #8c49a7;
}
.btn-green {
  color: #ffffff;
  background-color: #4daf7c;
  border-color: #449a6d;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #419368;
  border-color: #316f4f;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #4daf7c;
  border-color: #449a6d;
}
.btn-bluedark {
  color: #ffffff;
  background-color: #34495e;
  border-color: #293a4a;
}
.btn-bluedark:hover,
.btn-bluedark:focus,
.btn-bluedark:active,
.btn-bluedark.active,
.open .dropdown-toggle.btn-bluedark {
  color: #ffffff;
  background-color: #253544;
  border-color: #131b23;
}
.btn-bluedark:active,
.btn-bluedark.active,
.open .dropdown-toggle.btn-bluedark {
  background-image: none;
}
.btn-bluedark.disabled,
.btn-bluedark[disabled],
fieldset[disabled] .btn-bluedark,
.btn-bluedark.disabled:hover,
.btn-bluedark[disabled]:hover,
fieldset[disabled] .btn-bluedark:hover,
.btn-bluedark.disabled:focus,
.btn-bluedark[disabled]:focus,
fieldset[disabled] .btn-bluedark:focus,
.btn-bluedark.disabled:active,
.btn-bluedark[disabled]:active,
fieldset[disabled] .btn-bluedark:active,
.btn-bluedark.disabled.active,
.btn-bluedark[disabled].active,
fieldset[disabled] .btn-bluedark.active {
  background-color: #34495e;
  border-color: #293a4a;
}
.btn-white {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #f0f0f0;
  color: #707070;
  border: 1px solid #c6c6c6;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #d1d1d1;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #f0f0f0;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: #707070;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #2574a9;
}
.btn-success.btn-outline {
  color: #1ba39c;
}
.btn-info.btn-outline {
  color: #52b3d9;
}
.btn-warning.btn-outline {
  color: #eb9532;
}
.btn-danger.btn-outline {
  color: #dd4656;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.md-btn,
.md-btn input[type="submit"],
.md-btn input[type="button"] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-image: none;
  color: #fff;
  border-radius: 2px;
  border: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.428571429;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 8px 18px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-osx-font-smoothing: grayscale;
}
.md-btn:hover,
.md-btn input[type="submit"]:hover,
.md-btn input[type="button"]:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.20), 0 4px 15px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.20), 0 4px 15px 0 rgba(0, 0, 0, 0.18);
  opacity: none;
  text-decoration: none;
  color: #fff;
}
.md-btn:active,
.md-btn input[type="submit"]:active,
.md-btn input[type="button"]:active,
.md-btn:focus,
.md-btn input[type="submit"]:focus,
.md-btn input[type="button"]:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
}
.md-btn.btn-upp,
.md-btn input[type="submit"].btn-upp,
.md-btn input[type="button"].btn-upp {
  text-transform: uppercase;
}
.md-btn.btn-sm,
.md-btn input[type="submit"].btn-sm,
.md-btn input[type="button"].btn-sm {
  font-size: 13px;
  padding: 6px 16px;
}
.md-btn.btn-md,
.md-btn input[type="submit"].btn-md,
.md-btn input[type="button"].btn-md {
  font-size: 21px;
  padding: 10px 22px;
}
.md-btn.btn-lg,
.md-btn input[type="submit"].btn-lg,
.md-btn input[type="button"].btn-lg {
  font-size: 26px;
  padding: 13px 30px;
}
.md-btn-bluedark {
  background: #34495e;
}
.md-btn-bluedark:hover {
  background: #3d566e;
}
.md-btn-bluedark .ripple {
  background: #e2e6e9;
}
.md-btn-default {
  background: #a3a3a3;
}
.md-btn-default:hover {
  background: #b0b0b0;
}
.md-btn-default .ripple {
  background: #cccccc;
}
.md-btn-primary {
  background: #2574a9;
}
.md-btn-primary:hover {
  background: #2a82be;
}
.md-btn-primary .ripple {
  background: #d8e2f3;
}
.md-btn-success {
  background: #1ba39c;
}
.md-btn-success:hover {
  background: #1fb9b1;
}
.md-btn-success .ripple {
  background: #e9f1f0;
}
.md-btn-green {
  background: #4daf7c;
}
.md-btn-green:hover {
  background: #5eb889;
}
.md-btn-green .ripple {
  background: #e1eae5;
}
.md-btn-info {
  background: #52b3d9;
}
.md-btn-info:hover {
  background: #67bcde;
}
.md-btn-info .ripple {
  background: #f1f6f8;
}
.md-btn-warning {
  background: #eb9532;
}
.md-btn-warning:hover {
  background: #eda149;
}
.md-btn-warning .ripple {
  background: #ffffff;
}
.md-btn-danger {
  background: #dd4656;
}
.md-btn-danger:hover {
  background: #e15c6a;
}
.md-btn-danger .ripple {
  background: #ffffff;
}
.md-btn-purple {
  background: #9b59b6;
}
.md-btn-purple:hover {
  background: #a66bbe;
}
.md-btn-purple .ripple {
  background: #e8e0eb;
}
.md-btn-white {
  background: #ffffff;
  color: #707070;
  border: 1px solid #c6c6c6;
}
.md-btn-white:hover,
.md-btn-white:active,
.md-btn-white:focus {
  color: #707070;
}
.md-btn-white .ripple {
  background: #e6e6e6;
}
.ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*animation effect*/
.ripple.animate {
  -webkit-animation: ripple 0.45s linear;
  -moz-animation: ripple 0.45s linear;
  animation: ripple 0.45s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.btn-circle {
  width: 40px;
  height: 40px;
  padding: 7px 0;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.428571429;
}
.btn-circle [class^="icon-"]:before,
.btn-circle [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}
.btn-circle.btn-lg {
  width: 55px;
  height: 55px;
  padding: 10px 16px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e5e7e8;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #1ba39c;
}
.panel-green .panel-heading {
  border-color: #1ba39c;
  color: white;
  background-color: #1ba39c;
}
.panel-green a {
  color: #1ba39c;
}
.panel-green a:hover {
  color: #10615d;
}
.panel-red {
  border-color: #dd4656;
}
.panel-red .panel-heading {
  border-color: #dd4656;
  color: white;
  background-color: #dd4656;
}
.panel-red a {
  color: #dd4656;
}
.panel-red a:hover {
  color: #b52131;
}
.panel-yellow {
  border-color: #eb9532;
}
.panel-yellow .panel-heading {
  border-color: #eb9532;
  color: white;
  background-color: #eb9532;
}
.panel-yellow a {
  color: #eb9532;
}
.panel-yellow a:hover {
  color: #be6e13;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-osx-font-smoothing: grayscale;
}
h1 large {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
h2 large {
  font-size: 45px;
  font-weight: 400;
}
h3 large {
  font-size: 34px;
  font-weight: 400;
}
h4 large {
  font-size: 24px;
  font-weight: 400;
}
h5 large {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
h6 large {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0em;
  opacity: 0.85;
  font-size: 0.6em;
  color: #818f84;
}
h5 small {
  font-size: 0.8em;
}
h6 small {
  font-size: 0.75em;
  font-weight: 500;
}
p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
a {
  color: #3399cc;
}
a:hover {
  color: #297aa3;
}
hr {
  border-top-color: #d2d7d3;
}
.icons-green {
  color: #1ba39c;
}
.icons-purple {
  color: #9b59b6;
}
.form-control {
  border-radius: 2px;
  border-color: #d2d7d3;
}
.form-control:focus {
  box-shadow: none;
  border-color: #1ba39c;
}
.input-sm {
  border-radius: 2px;
}
.input-lg {
  border-radius: 3px;
}
.sbox {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sbox .sbox-header {
  border-bottom: 1px solid #d2d7d3;
  padding: 15px 25px 10px;
}
.sbox .sbox-header .fa {
  margin-right: 5px;
}
.sbox .sbox-header h1 {
  margin: 0 0 10px;
}
.sbox .sbox-header h2,
.sbox .sbox-header h3,
.sbox .sbox-header h4,
.sbox .sbox-header h5,
.sbox .sbox-header h6 {
  margin: 0 0 7px;
}
.sbox .sbox-content {
  padding: 25px;
}
.sbox .sbox-content:before,
.sbox .sbox-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.sbox .sbox-content:after {
  clear: both;
}
.sbox .sbox-subunit:before,
.sbox .sbox-subunit:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.sbox .sbox-subunit:after {
  clear: both;
}
.box-entry {
  padding-top: 0;
}
@media (min-width: 768px) {
  .box-entry {
    margin: 0 auto;
    padding-top: 60px;
  }
  .box-entry.box-login {
    width: 350px;
  }
}
.tac {
  text-align: center;
}
.doc-example {
  padding: 20px 0;
}

.title-page {
  margin-bottom: 30px;
  font-family: 'Open Sans', 'Helvetica Neue', HeelveticaNeue, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.table-toolbar-left {
float: left;
text-align: left;
}

/* Button Labeled */
/*---------------------------------*/
.btn-labeled,
.btn-labeled.fa {
  overflow: hidden;
}
.btn-labeled:not(.btn-block):not(.form-icon) {
  font-family: inherit;
  font-size: 11px;
  line-height: 1.42857;
  padding-bottom: 0;
  padding-top: 0;
}
.btn-block.btn-labeled:not(.form-icon) {
  font-family: inherit;
  font-size: 11px;
  line-height: 1.42857;
}
.btn-block.btn-labeled:not(.form-icon):before {
  float: left;
  margin-top: -7px;
  margin-bottom: -7px;
}
.btn-labeled .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px;
  line-height: 1.42857;
}
.btn-labeled:before {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px;
}
.btn-labeled.fa:before,
.btn-labeled .fa:before {
  font-family: fontAwesome;
}
.btn-default.btn-labeled:before,
.btn-default .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.btn-lg.btn-labeled {
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm.btn-labeled {
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs.btn-labeled {
  font-size: 12px;
  line-height: 1.5;
}
.btn-lg.btn-labeled:before,
.btn-lg .btn-label {
  margin-left: -16px;
  margin-right: 10px;
  padding: 10px 16px;
}
.btn-lg.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -10px;
  margin-bottom: -10px;
}
.btn-sm.btn-labeled:before,
.btn-sm .btn-label {
  margin-left: -10px;
  margin-right: 5px;
  padding: 5px 10px;
}
.btn-sm.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -5px;
  margin-bottom: -5px;
}
.btn-xs.btn-labeled:before,
.btn-xs .btn-label {
  margin-left: -5px;
  margin-right: 1px;
  padding: 1px 5px;
}
.btn-xs.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -1px;
  margin-bottom: -1px;
}
.btn-labeled.icon-2x:before,
.btn-labeled .btn-label.icon-2x:before {
  vertical-align: -0.15em;
}
.btn-labeled.icon-3x:before,
.btn-labeled .btn-label.icon-3x:before {
  vertical-align: -0.18em;
}
td {
  font-size: 12px;
}

.currency {
  font-size: 12px;
  text-align: right;
}

.th-label {
  font-size: 10px;
}


.form-group {
  margin-bottom: 15px;
}

#annual_employment_incomes.0, 
#annual_employment_incomes.1, 
#annual_employment_incomes.2, 
#annual_employment_incomes.3, 
#annual_employment_incomes.4, 
#annual_employment_incomes.5, 
#annual_employment_incomes.6 {
  border: 2px solid #e3e3e3;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}



