@import url("fonts.css");

/* =Colors
Blue: #27313d
Green: #a0cc3a
---------------------------------------------*/

/* =Global
---------------------------------------------*/
body {
  font-family: "Gotham", 'Helvetica Neue', "Helvetica", "Arial", "sans-serif";
}
h1,h2,h3,h4,h5,h6 {
  color: #333;
}

/* =Repeat
---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
a {
  color: rgba(14, 82, 140, .7);
  text-decoration: none !important;
  cursor: pointer;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
a:hover {
  color: rgba(24, 47, 89, 0.50);
  text-decoration: none !important;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}

div > p:last-child {
  margin-bottom: 0;
}

.width100p {
  width: 100%;
}


/* =Headers
---------------------------------------------*/
h1 {
  font-weight: medium;
  color: #333;
  font-size: 28px;
  line-height: 28px;
}
h4 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  font-weight: 600;
}


/* =Form
---------------------------------------------*/
.form-group {
  margin-bottom: 10px;
}
.input-group-addon {
  border-radius: 0;
  color: #999;
  min-width: 40px;
}
.input-group-addon>* {
  vertical-align: middle;
}
.input-group {
  margin-bottom: 10px;
}
.form-control {
  border-radius: 0;
  height: 42px;
  padding-top: 11px;
  padding-bottom: 9px;
  color: #27313d;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled] {
  background-color: rgba(248,248,248,.8);
  color: #222;
}
.form-control:hover {
  border-color: rgba(75,100,125,.50);
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(75,100,125,.65);
  box-shadow: none;
}
select.form-control {
  -webkit-appearance:none;
  color: #666;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.select.arrowdown {
  position: relative;
}
.select.arrowdown:after {
  content:'';
  position: absolute;
  right: 10px;
  top: 18px;
  width:0;
  height:0;
  border-left: 7px solid transparent; /* width of this triangle (for sure it depends of rotation) */
  border-right: 7px solid transparent; /* width of this triangle (for sure it depends of rotation) */
  border-top: 7px solid #cccccc; /* height of this triangle*/
  border-bottom: 7px solid transparent; /* height of this triangle*/
  z-index: 2;
}
.checkbox label,
.radio label
label {
  font-weight: 600;
}

label.control-label {
  margin-top: 8px;
}
.form-control.error,
.form-control.returnError {
  border: 2px solid #c86464;
}
label.error,
label.returnError {
  border-top: none;
  background-color: #c86464;
  display: block;
  color: #fff;
  padding: 6px 8px 5px;
  font-weight: 500;
}
.input-group label.error,
.input-group label.returnError {
  margin-bottom: 0;
  clear: both;
}
.label {
  padding: 3px 10px;
}
.alert {
  display: none;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-weight: 500;
}


/* =Buttons
---------------------------------------------*/
.btn {
  border-radius: 2px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
.btn:hover {
  background-color: #ddd;
  color: #444;
}
.btn.active,
.btn:active,
.btn:focus,
input:focus,
input:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
.btn.btn-default {
  background-color: #eee;
  border: 1px solid transparent;
  color: #444;
}
.btn.btn-default:hover {
  background-color: #444;
  color: #fff;
}
.btn.btn-primary {
  background-color: #27313d;
  border-color: #27313d;
}
.btn.btn-primary:hover {
  background-color: #a0cc3a;
  border-color: #a0cc3a;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #a0cc3a;
  color: #fff;
  font-weight: 500;
}
.btn.btn-secondary:hover {
  background-color: #27313d;
  border-color: #27313d;
  color: #fff;
}
.btn.btn-border {
  background: none;
  border: 1px solid #27313d;
  color: #27313d;
}
.btn.btn-border:hover {
  background: #27313d;
  color: #fff;
}
.btn.btn-border.btn-secondary {
  border-color: #a0cc3a;
  color: #a0cc3a;
}
.btn.btn-border.btn-secondary:hover {
  color: #fff;
  background-color: #a0cc3a;
}
.btn.btn-clear {
  color: #aaa;
  background: none;
}
.btn.btn-clear:hover {
  background: #aaa;
  background: #f4f4f4;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #eee;
  border: 1px solid transparent;
  color: #444;
}
.btn.btn-small,
.btn.btn-sm {
  padding: 5px 13px 5px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}
.btn.btn-xs {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}

.btn.loadingSpinner,
.btn.loadingSpinner:hover,
.btn.loadingSpinner:active {
  border-color: #eee;
  background-color: #eee;
  color: #777;
  cursor: default;
}

.btn-oversize {
  background-color: #fff;
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
  margin-bottom: 25px;
}
.btn-oversize > .fa {
  font-size: 35px;
  color: #182f59;
  margin-bottom: 15px;
}
.btn-oversize > .title {
  color: #182f59;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
}
.btn-oversize > .description {
}
.btn-oversize a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-oversize:hover {
  background-color: #182f59;
  border-color: #182f59;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
.btn-oversize:hover > .fa,
.btn-oversize:hover > .title,
.btn-oversize:hover > .description {
  color: #fff;
}


/* =Labels
---------------------------------------------*/
.label.label-light {
  background-color: #eee;
  color: #222;
  font-weight: 500;
}

/* =Modal
---------------------------------------------*/
.modal .modal-title {
  color: #182f59;
  font-weight: 600 !important;
}
.modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  border: 0;
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 500;
}
.modal h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.modal .close {
  background-color: #444;
  border: 5px solid #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 30px;
  line-height: 26px;
  padding-top: 3px;
  border-radius: 50%;
  color: #fff;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
  width: 39px;
  text-shadow: none;
}
.modal .close:hover {
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
  background-color: #ccc;
}
.modal .modal-body p:last-child {
  margin-bottom: 0;
}

/* =Tabs
---------------------------------------------*/
.nav.nav-tabs {
  display: block;
  font-size: 0;
  border-bottom: 0;
  margin-bottom: -1px;
}
.nav.nav-tabs li {
  display: inline-block;
  font-size: 14px;
  float: none;
}
.nav.nav-tabs li a {
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px;
  font-weight: 500;
}
.nav.nav-tabs li > a {
  color: #888;
  font-weight: 500;
}
.nav.nav-tabs li.active > a {
  color: #222;
  font-weight: 600;
}
.nav.nav-tabs li.active > a,
.nav.nav-tabs li.active > a:focus,
.nav.nav-tabs li.active > a:hover,
.nav.nav-tabs li > a:hover {
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.tab-content {
  background-color: #fff;
  border-radius: 0 5px 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #eee;
}



/* =Panels
---------------------------------------------*/
.panel {
  background: none;
  border: 0;
  box-shadow: none;
}
.panel .panel-heading {
  position: relative;
  padding: 0;
  font-size: 0;
}
.panel .panel-heading .panel-title,
.panel .panel-heading .nav.nav-tabs > a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: -2px;
  padding: 11px 20px 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.panel .panel-heading .nav.nav-tabs > a {
  background-color: #ddd;
  color: #222;
  margin-right: 4px;
}
.panel .panel-heading .nav.nav-tabs > a:hover {
  background-color: #e4e4e4;
}
.panel .panel-heading .nav.nav-tabs > a.active {
  background-color: #fff;
  color: #222;
}
.panel .panel-heading .nav.nav-tabs > a.active:hover {
  color: #999;
}
.panel .panel-heading .nav.nav-tabs > a.btn.btn-xs {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  border: 0;
}
.panel .panel-heading .nav.nav-tabs > a.btn.btn-sm {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin: 0 10px;
}
.panel .panel-heading .nav.nav-tabs > .btn.btn-primary {
  background-color: #27313d;
  border-color: #27313d;
  color: #fff;
}
.panel .panel-heading .nav.nav-tabs > .btn.btn-primary:hover {
  background-color: #a0cc3a;
  border-color: #a0cc3a;
  color: #fff;
}
.panel .panel-body {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0 5px 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.panel-notitle .panel-body {
  border-radius: 5px;
  overflow: hidden;
}
.panel .panel-body.panel-extra-padding {
  padding: 25px 25px 20px;
}
.panel .panel-body .table {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel .panel-footer {
  border-top: 0;
}


/* =Panels Menu
---------------------------------------------*/
h3.panel-menu-title {
  border-bottom: 1px solid #f4f4f4;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding: 0 5px 3px;
  font-size: 18px;
  color: #a4ca3f;
}
h3.panel-menu-title:first-child {
  margin-top: 0;
}
.panel.panel-menu {
  margin: 0 -20px 3px;
  border: 0;
}
.panel.panel-menu .panel-group {
  margin-bottom: 0;
}
.panel.panel-menu .panel-heading {
  border-bottom: 0;
}
.panel.panel-menu .panel-heading .panel-title {
  border-radius: 0;
  border: 0;
  margin: 0;
  font-weight: 500;
  padding: 6px 15px 5px;
  width: 100%;
  display: block;
}
.panel.panel-menu .panel-heading .panel-title.panel-title-selected {
  background: rgba(24, 47, 89, 0.10);
  padding-top: 10px;
  padding-bottom: 8px;
}
.panel.panel-menu .list-group {
  border-top: 0 !important;
  margin-bottom: 10px;
  margin-top: 3px;
}
.panel.panel-menu .list-group .list-group-item {
  font-size: 13px;
  line-height: 13px;
  color: #777;
  font-weight: 400;
  border-top: 0;
  padding: 4px 20px;
}
.panel.panel-menu .list-group .list-group-item a {
  color: #888;
}
.panel.panel-menu .list-group .list-group-item a:hover {
  color: #bbb;
}

/* =Installation
   =Login
---------------------------------------------*/
#pageLogin {
  background-color: #f4f4f4;
}
#pageLogin .container {
  padding-top: 10px;
  padding-bottom: 20px;
}
#pageLogin h1 {
  margin-bottom: 4px;
  font-weight: 600;
}
#pageLogin h4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #aaa;
  font-size: 14px;
}
#pageLogin .row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px 20px;
}
#pageLogin .row.blank {
  border: 0;
  background: none;
}
#pageLogin #logo img {
  width: 200px;
  height: auto;
  display: inline-block;
}
#pageLogin #footer a,
#pageLogin #footer {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  font-weight: lighter !important;
}
#pageLogin #footer img {
  display: inline-block;
  vertical-align: middle;
  max-width: 75px;
}
#pageLogin #footer a:hover {
  color: #a0cc3a;
}


/* =Dashboard Pages
---------------------------------------------*/
body#pageDashboard {
  background-color: #f4f4f4;
}
#pageDashboard .container {
  max-width: 100%;
  width: auto;
  padding-top: 0;
}
#pageDashboard .container .section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 0 15px;
  border-radius: 5px;
  overflow: hidden;
}
#pageDashboard .container .section.main {
  padding: 15px 30px;
}
#pageDashboard .container .section.blank,
#pageDashboard .container .section.empty {
  border: 0;
  background: 0;
  width: auto;
  padding: 0;
}
#pageDashboard .container .section .row .row:first-child {
  margin-top: 15px;
}
#pageDashboard .container .section .row:last-child .row {
  margin-bottom: 15px;
}
#pageDashboard #page-header .navbar {
  margin-bottom: 0;
}
#pageDashboard #page-header .navbar-brand {
  height: auto;
}
#pageDashboard #page-header .navbar-brand img {
  border: 0;
  height: 50px;
  width: auto;
  display: block;
}
#pageDashboard #page-header .navbar .fa {
  font-size: 24px;
  line-height: 24px;
}
#pageDashboard #page-header .navbar-nav li a {
  margin-top: 12px;
  color: #182f59;
}
#pageDashboard #page-header .navbar-nav li.account {
  font-size: 14px;
  position: relative;
  padding-top: 12px;
  text-align: center;
  line-height: 13px;
  color: #666 !important;
  font-weight: 500;
  padding: 15px;
  margin-top: 12px;
  cursor: pointer;
}
#pageDashboard #page-header .navbar-nav li.account:hover {
  background-color: #eee;
}
#pageDashboard #page-header .navbar-nav li.account .icon {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  width: 28px;
  padding: 2px 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  margin-left: -35px;
}
#pageDashboard #page-header .navbar-nav li.account .change {
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
}
#pageDashboard #page-header .navbar-toggle {
  margin-top: 20px;
}
#pageDashboard #page-header .navbar-toggle:hover,
#pageDashboard #page-header .navbar-nav li a:hover {
  background-color: #eee;
  color: #182f59;
}
#pageDashboard #page-header .navbar-nav .dropdown-menu {
  min-width: 220px;
  border: 1px solid #eee;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#pageDashboard #page-header .navbar-nav .dropdown-menu li a {
  padding-top: 11px;
  padding-bottom: 10px;
  line-height: 24px;
  margin-top: 0;
  color: #182f59;
}
#pageDashboard #page-header .navbar-nav .tooltip-arrow {
  border-bottom-color: #182f59;
}
#pageDashboard #page-header .navbar-nav .tooltip-inner {
  font-family: "Gotham", 'Helvetica Neue', "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  background: #182f59;
  padding: 4px 14px;
  max-width: 300px;
}
#pageDashboard #page-header .container {
  padding-bottom: 0;
}
#pageDashboard .dashboard-title i {
  font-size: 18px;
  position: absolute;
  margin-top: -9px;
  top: 50%;
  bottom: 0;
}
#pageDashboard .dashboard-title h1 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding-left: 30px;
}
#pageDashboard .dashboard-title h3 {
  font-weight: 200;
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  margin-bottom: 3px;
  padding-left: 30px;
}
#pageDashboard .navbar {
  min-height: 0;
  margin-bottom: 0;
}
.menu-secondary .navbar-collapse,
.menu-secondary .navbar,
.menu-secondary .container-fluid {
  display: inline-block !important;
  vertical-align: middle;
}
#pageDashboard .menu-secondary .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden !important;
  margin-right: 5px;
}
#pageDashboard .menu-secondary .navbar-blank {
  border: 0;
  background: none;
}
#pageDashboard .menu-secondary ul.nav li {
  border-right: 1px solid #eeeeee;
}
#pageDashboard .menu-secondary ul.nav li:last-child {
  border-right: 0;
}
#pageDashboard .menu-secondary .nav li a.current,
#pageDashboard .menu-secondary .nav li a.selected {
  background-color: #555555;
  color: #ffffff !important;
}
#pageDashboard .menu-secondary .nav li a {
  padding: 8px 20px 7px;
  font-size: 12px;
  line-height: 12px;
  color: #555555;
  height: 29px;
}
#pageDashboard .menu-secondary .nav li .btn {
  color: #fff;
}
#pageDashboard .menu-secondary .nav li .btn.btn-default {
  color: #555;
  background: #fff;
}
@media (max-width: 768px) {
  #pageDashboard #page-header .navbar-brand {
    padding: 8px 5px 8px 0;
  }
  #pageDashboard #page-header .navbar-toggle {
    margin-top: 12px;
    margin-right: 0;
  }
}

#invoice-items a {
  font-size: 18px;
  line-height: 26px;
}
#invoice-items h5 {
  font-weight: 600;
  margin: 0;
  line-height: 26px;
}
#invoice-items div.row {
  padding: 10px 5px;
  margin-left: -20px;
  margin-right: -20px;
}
#invoice-items div.row:nth-child(2) {
  background-color: #f6f6f6;
}
#invoice-items div.row div {
  line-height: 24px;
}
#invoice-items span.description {
  font-size: 10px;
  color: #888;
  line-height: 13px;
  display: block;
  margin-top: -3px;
}
#invoice-items .glyphicon {
  vertical-align: middle;
}

/* =API Container
---------------------------------------------*/
.container.container-api .well.well-endpoint {
  box-shadow: none;
  padding: 8px 15px;
  border: 0;
  background: rgba(24, 47, 89, .05);
  border: 1px solid rgba(24, 47, 89, 0.25);
  color: rgba(24, 47, 89, 1);
  margin-bottom: 30px;
  margin-top: 5px;
}
.container.container-api .well.well-endpoint table th,
.container.container-api .well.well-endpoint table td{
  padding: 2px 20px 2px 0;
}
.container.container-api .well.well-endpoint table th {
  font-weight: 600;
}
.container.container-api .label {
  font-size: 13px;
  padding: 6px 4px 5px;
}
.container.container-api h2 {
  color: rgba(24, 47, 89, .6);
  font-size: 24px;
  line-height: 24px;
  margin-top: 35px;
  font-weight: 400;
}
.container.container-api div.parameters,
.container.container-api div.response{
  margin-bottom: 5px;
  font-size: 12px;
}
.container.container-api div.parameters .key,
.container.container-api div.response .key{
  font-weight: 600;
  margin-right: 5px;
  color: #999;
}
.container.container-api div.parameters .required,
.container.container-api div.response .required{
  color: #A00;
  margin-right: 5px;
  background-color: #f6f6f6;
  padding: 4px 8px 2px;
  font-weight: 500;
  border-radius: 3px;
}
.container.container-api div.response .required {
  color: #0e528c;
}
.container.container-api div.parameters .required .fa,
.container.container-api div.response .required .fa{
  margin-right: 5px;
}
.container.container-api div.parameters .optional,
.container.container-api div.response .optional{
  color: #777;
  background-color: #f6f6f6;
  padding: 4px 8px 2px;
  border-radius: 3px;
}
.container.container-api table.parameters,
.container.container-api table.response {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 5px;
}
.container.container-api table.response {
  margin-bottom: 10px;
}
.container.container-api table.parameters tr,
.container.container-api table.response tr {
  background: rgba(240,240,240,.75);
}
.container.container-api table.parameters tr:nth-child(even),
.container.container-api table.response tr:nth-child(even) {
  background: rgba(240,240,240,.15);
}
.container.container-api table.parameters tr:hover,
.container.container-api table.response tr:hover {
  background: rgba(24, 47, 89, .07);
}
.container.container-api table.parameters th,
.container.container-api table.response th,
.container.container-api table.parameters td,
.container.container-api table.response td {
  padding: 10px;
}
.container.container-api table.parameters th .fa,
.container.container-api table.response th .fa {
  margin-right: 5px;
}
.container.container-api table.parameters th,
.container.container-api table.response th {
  width: 170px;
  vertical-align: top;
  font-weight: 600;
  border-right: 1px solid #ddd;
}
.container.container-api table.parameters tr.optional th,
.container.container-api table.response tr.optional th {
  color: #999;
}
.container.container-api table.parameters tr.required th {
  color: #a00;
}
.container.container-api table.response tr th,
.container.container-api table.response tr.required th {
  color: #0e528c;
}

  /* =Tables
  ---------------------------------------------*/
.table-padding2x>tbody>tr>td {
  padding: 16px 14px;
}
.table-alerts {
  margin-bottom: 0;
}
.table-alerts tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding: 12px;
}
.table-alerts tbody tr:last-child td {
  border-bottom: 0;
}

.table.table-data>tbody>tr>td {
  border-color: #e4e4e4;
  vertical-align: middle;
}
.table.table-data>tbody>tr:first-child>td,
.table.table-data>tbody>tr:first-child>td,
.table.table-data>tbody>tr:first-child>th,
.table.table-data>tfoot>tr:first-child>td,
.table.table-data>tfoot>tr:first-child>th,
.table.table-data>thead>tr:first-child>td,
.table.table-data>thead>tr:first-child>th {
  border-top: 0;
}
.table.table-data>tbody>tr>td .title {
  font-weight: 600;
}
.table.table-data>tbody>tr>td span {
  color: #aaa;
  font-size: 12px;
}

div.table-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
div.table.table-hover > div.row:hover {
  background-color: #f6f6f6;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.table.table-striped {
  margin-bottom: 0;
}
div.table div.row {
  font-size: 0;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
}
div.table div.row.table-header {
  font-weight: 600;
  background-color: #fff;
}
div.table div.row > div {
  float: none;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
div.table.table-striped > div.row {
  padding: 10px 5px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgb(252, 252, 252);
  border-top: 1px solid rgb(232,232,232);
}
div.table.table-striped > div.row:first-child {
  border-top: 0;
}
div.table.table-striped > div.row.row-fa > div:first-child {
  padding-left: 45px;
}
div.table.table-striped > div.row.row-fa > div:first-child i.fa {
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  left: 10px;
}
div.table.table-striped > div.row:nth-child(2n+2) {
  background-color: rgb(242, 242, 242);
}
div.table div.row > div div.title {
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}
div.table div.row > div .title-links {
  line-height: 14px;
  margin-top: 2px;
}
div.table div.row > div .title-links a {
  margin-right: 8px;
  font-size: 12px;
  color: #888;
}
div.table div.row > div .title-links a.title-link-danger {
  color: #d9534f;
  font-weight: 600
}
div.table div.row > div .title-links a:hover {
  color: rgb(51, 51, 51);
}
div.table div.row > div .title-links a:last-child {
  margint-right: 0;
}
div.table div.row > div .title-links a.label-danger {
  color: #ffffff;
  font-weight: 500;
}
div.table div.row > div .description {
  font-size: 10px;
  color: #888;
  line-height: 13px;
  display: block;
  margin-top: -3px;
}
div.table div.row > div .lg-description {
  font-size: 14px;
  color: #888;
  line-height: 14px;
  font-weight: 500;
}


div.table.table-clients {
  padding-left: 5px;
  padding-right: 5px;
}
div.table.table-clients .row {
  font-weight: 500;
}
div.table .row.success {
  background-color: #dff0d8 !important;
  border-top: 1px solid #d6e9c6 !important;
  border-bottom: 1px solid #d6e9c6 !important;
}


/* =Overrides
---------------------------------------------*/
.marginb0 {
  margin-bottom: 0;
}
.padding0 {
  padding: 0;
}
