@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

.align-bottom {
  vertical-align: bottom;
}

.c-pointer,
.cursor {
  cursor: pointer;
}

.inline {
  display: inline-block;
}

.uc-first:first-letter {
  text-transform: uppercase;
}

.callout.alert {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.label.inline {
  padding: 5px 5px 3px 5px;
}

/**
BUTTONS
 */

.btn-no-style {
  background: none;
  border: none;
  cursor: pointer;
}

/**
TABLES
 */

/* Remove first top border of tables within other tables. */

.table > thead > tr > th > .table > thead > tr:first-child > th,
.table > tbody > tr > th > .table > tbody > tr:first-child > th,
.table > tfoot > tr > th > .table > tfoot > tr:first-child > th,
.table > thead > tr > td > .table > thead > tr:first-child > td,
.table > tbody > tr > td > .table > tbody > tr:first-child > td,
.table > tfoot > tr > td > .table > tfoot > tr:first-child > td {
  border-top: none;
  padding-top: 0;
}

/**
FORMS.
 */

.checkbox {
  margin-top: 0;
}

.checkbox label {
  padding-left: 0;
}

/**
 SPINNER RING
 */

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  margin-left: 10px;
  z-index: 1;
  border: 2px solid #222d32;
  border-radius: 50%;
  border-left-color: transparent;
  background: transparent;
  -webkit-animation: rotate 0.6s infinite linear;
          animation: rotate 0.6s infinite linear;
}

.spinner-ring.spinner-small {
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  margin-left: 7px;
  border-width: 1px;
}

.spinner-absolute {
  position: absolute;
  top: 4px;
  right: -6px;
}

/**
CAROUSEL
 */

.carousel-indicators .active,
.carousel-indicators li {
  background-color: #337ab7;
}

.carousel-inner img {
  margin: auto;
}

/**
AUTH SCREEN (login, forgot passw...)
 */

body.authPage .authLoading {
  z-index: 999;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

body.authPage .content-wrapper {
  background-color: #EAEBE9;
  margin-left: 0;
}

body.authPage .auth-pane_primary {
  padding: 0 65px 0 50px;
  color: #333;
}

body.authPage .auth-pane_secondary {
  background-color: #f9fafc;
}

body.authPage .auth-logo {
  font-size: 150px;
}

body.authPage .auth-logo a {
  color: #444;
}

body.authPage .auth-logo img {
    max-height: 200px;
}

body.authPage .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.7rem 2rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


body.authPage .form-control:focus {
    border-color: #444;
}

body.authPage .btn-action {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

body.authPage .btn-action:active {
    color: #fff;
    background-color: #000;
}

body.authPage .btn-action:focus, body.authPage .btn-action:hover {
    border-color: #000 !important;
    background: #000!important;
    color: #fff!important;
}

body.authPage .rounded {
  border-radius: 5px;
}

body.authPage .auth-pane_primary .lockscreen-logo {
  text-transform: uppercase;
}

body.authPage .help-block,
body.authPage .auth-pane_primary a {
  color: #444;
}

body.authPage section {
  width: 100%;
  max-width: 450px;
}

body.authPage .auth-pane_primary section {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1425px) {
  .auth-screen .auth-pane_primary section {
    margin-left: 80px;
  }
}

/**
Bootstrap treeview.
 */

.checkall-icon {
  position: relative;
  margin-left: 3px;
  width: 10px;
}

.checkall-icon .fa-check-square-o {
  position: absolute;
  height: 13px;
  background-color: #FFFFFF;
}

.checkall-icon.checked .fa-check-square-o {
  background-color: #3C8DBC;
}

.checkall-icon .fa-square-o {
  position: absolute;
  left: -3px;
  top: 4px;
}

/**
ADMIN . DATATABLES
 */

@media screen and (min-width: 768px) {
  .dataTables_length,
  .dataTables_filter {
    display: inline-block;
    float: right;
    margin-left: 15px;
  }

  .tableActions {
    position: absolute;
    z-index: 1;
  }
}

.dataTables_sizing select {
  display: none;
}

/**
SIDEBAR
 */

.sidebar .contactItems {
  padding: 0;
}

.sidebar .contactItem {
  padding: 15px 25px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.sidebar .contactItem:first-child {
  border-bottom: 0;
}

.sidebar .contactItem p {
  margin: 0;
  line-height: 24px;
}

.sidebar .contactItem p,
.sidebar .contactItem a {
  color: #666;
}

/**
PDF
 */

.pagePdf h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.pagePdf img {
  max-width: 250px;
  max-height: 250px;
}

.pagePdf table table > tr {
  page-break-inside: avoid;
}

.pagePdf .content,
.pagePdf .box-body {
  padding-bottom: 0;
}

/**
Utilities.
 */

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.m-2 {
  margin: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.p-2 {
  padding: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.text-color-white {
  color: #FFFFFF !important;
}

.text-color-gray_dark {
  color: #ACACAC !important;
}

.text-color-red {
  color: #dd4b39 !important;
}

.text-color-orange {
  color: #f39c12 !important;
}

.text-shades-light {
  color: rgba(0, 0, 0, 0.1) !important;
}

.text-shades-strong {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-brand-base {
  color: #c08441 !important;
}

.text-brand-odd {
  color: #fff !important;
}

.text-sm {
  font-size: 10px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-lg {
  font-size: 18px !important;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

/**
Sidebar.
 */

.sidebar {
  border-top: 1px solid rgba(210, 214, 222, 0.3);
}

.sidebar li.sep {
  border: 1px solid #ececec;
}

.sidebar .sidebar-menu > li:not(.active):not(:hover) > .treeview-menu:not(:hover) {
  background-color: transparent;
}
