#collections-list>li>a {
  font-weight: 500;
  color: #a7b1c2;
}

#collections-list>li>a>b{
  color: #fefefe;
  font-weight: 600;
}

.navbar-static-side .nav>li>a{
  color: #fefefe;
  padding: 12px 20px 12px 25px;
}

.nav-header {
  margin-bottom: 15px;
}

@media (min-width: 768px){
  #page-wrapper {
    min-height: 100vh;
  }
}

.table {
  table-layout: fixed;
}

.table>tbody>tr>td {
  overflow-x: hidden;
}

.table>tbody>tr>td.action-cell {
  overflow-x: visible;
}

.table>thead>tr>th {
  overflow-x: hidden;
}

.buttons-group {
  margin: 5px 0 20px;
}

.error-message {
  text-align: center;
  margin-top: 40vh;
}

.tab-pane-padding {
  padding: 30px 0 0;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table {
  font-size: 13px;
}

.schema-fields-table {
  margin-top: 10px;
}

.table .form-control {
  padding: 5px;
  height: 30px;
  font-size: 13px;
}

.btn-primary {
  background-color: #2994ea;
  border-color: #2994ea;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #2082d0;
  border-color: #2082d0;
}

.btn-default {
  background-color: #fff;
  border-color: #c2c2c2;
  color: #333;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  border-color: #a0a0a0;
  background-color: #fff;
  color: #333;
}

.form-control:focus, .single-line:focus {
  border-color: #2994ea!important;
}

.application-title {
  color: #fff;
  margin-bottom: 6px;
}

.navbar-static-side .nav>li.active {
  border-left: 4px solid #2994ea;
}


.files-breadcrumb>li a{
  color: #3592cd;
}

.files-breadcrumb>li.active{
  color: #999;
}

.files-breadcrumb>li+li:before{
  padding: 0;
  color: #989898;
}

.files-content{
  padding: 0;
}

.files-tools{
  padding: 10px 20px;
}

.files-table .space-td{
  width: 20px;
  border-top: 0;
}

.files-table tbody tr{
  cursor: default;
}

.files-table tbody tr:hover td{
  background: #edf6fb;
}

.files-table tbody .disabled {
  background: #f5f5f5;
  color: #666;
}

.space-td {
  background: #fff;
}

.files-table tbody tr:hover .space-td{
  background: #fff;
}

.files-action-td {
  overflow-x: visible !important;
}

.files-action-td .btn {
  margin-bottom: 0 !important;
}

.files-action-td .file-more-actions{
  border-color: #c2c2c2;
  border-radius: 0;
  border-left-width: 0;
  padding: 5px 12px;
  font-size: 13px;
}

.file-more-actions:hover {
  border-left-width: 1px;
}

.files-action-td:hover .btn, .files-action-td:hover .input-group-addon {
  color: #3592cd !important;
  border-color: #3592cd !important;
}

.files-td-icon{
  width: 32px;
  color: #3592cd;
  font-size: 20px;
}

.files-table tbody .disabled .files-td-icon{
  color: #666 !important;
}

.sortable-header .active {
  color: #3592cd;
}

.sortable-header .fa-sort-asc{
  vertical-align: bottom;
}

.sortable-header .fa-sort-desc{
  vertical-align: top;
}

.create-folder-btn .fa {
  margin-right: 5px;
  font-size: 16px;
}

.dropdown-toggle.btn-default {
  background-color: #fff !important;
}

.spinner-container{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10000000;
}
/*.ibox-content > .sk-spinner {*/
  /*display: none;*/
/*}*/
/*.ibox-content.sk-loading {*/
  /*position: relative;*/
/*}*/
/*.ibox-content.sk-loading:after {*/
  /*content: '';*/
  /*background-color: rgba(255, 255, 255, 0.7);*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
/*}*/
.spinner-container > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.sk-spinner .sk-double-bounce1{
  background-color: #337ab7;
}

.sk-spinner .sk-double-bounce2{
  background-color: #337ab7;
}

.inline-block{
  display: inline-block;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1000;
  color: #999;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.create-folder-btn{
  cursor: pointer;
  color: #1c84c6;
  margin-right: 1em;
}

.form-control-multiple {
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 12px;
  color: inherit;
}

.chosen-container-single .chosen-single {
  border-color: #e5e6e7;
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: -3px;  
}

.chosen-container-single .chosen-single div b {
  background: none;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single {
  height: 34px;
  border-radius: 2px;
  border-color: #e5e6e7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

table.dataTable thead {
  cursor: pointer;
}
table.dataTable thead th.sorting_asc:after{content:"\f0de";float:right;font-family:fontawesome}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #2082d0;
  border-color: #2082d0;
}

.float-e-margins .btn {
  margin-bottom: 2px;
}

.collection-title {
  height: 34px;
  display: flex;
  align-items: center;
}

.collection-form-search {
  margin-bottom: 15px;
}

.collection-form-search input, .collection-form-search button {
  height: 34px;
}

.collection-title-close {
  margin-left: auto;
}

.collection-footer {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-title {
  cursor: pointer;
}

.filter-switcher {
  font-size: 18px;
  cursor: pointer;
}

.filter-title {
  border-width: 1px 0 0;
}

.filters .jumbotron {
  background: #f9f9f9;
}

.filter-control-container {
  position: relative;
}

.filter-control-container .filter-clear {
  position: absolute;
  top:7px;
  right: 25px;
  cursor: pointer;
  color: #c4c4c4;
}

.filter-control-container input {
  padding-right: 25px;
}

.collection-title-close {
  margin-left: auto;
}

#toast-container > .toast-warning:before { content: ""; }
#toast-container > .toast-error:before { content: ""; }
#toast-container > .toast-info:before { content: ""; }
#toast-container > .toast-success:before { content: ""; }

.control-label {
  position: relative;
}

.control-label.required::after {
  content: " *";
  position: absolute;
  margin-left: 3px;
  top: 5px;
}

/*select2*/
span.select2-selection {
  border-radius: 0 !important;
  height: auto !important;
  padding: 3px 12px !important;
  border-color: #e5e6e7 !important;
}

span.select2-selection span.select2-selection__rendered {
  padding-left: 0 !important;
}

span.select2-selection span.select2-selection__arrow {
  top: 5px !important;
}

.select2-dropdown {
  border-radius: 0 !important;
  border-color: #e5e6e7 !important;
}

.select2-dropdown .select2-search__field {
  border-radius: 0 !important;
  border-color: #e5e6e7 !important;
}

.select2-dropdown .select2-search__field:focus {
  border-color: #2994ea !important;
  border-radius: 0 !important;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #2a94ea !important;
}

.select2:focus {
  border-color: #2994ea !important;
}


table.dataTable thead th.sorting:after {
  font-family: Font Awesome\ 5 Free;
}

table.dataTable thead th.sorting_desc:after {
  font-family: Font Awesome\ 5 Free;
}

table.dataTable thead th.sorting_asc:after {
  font-family: Font Awesome\ 5 Free;
}

.action-td {
  overflow-x: visible !important;
}

.filters {
  padding: 10px;
  background-color: #F9F9F9;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: normal;
}

tr.filters {
  cursor: default;
  font-weight: normal;
}

.filters input, .filters select {
  border-radius: 0;
  font-weight: normal !important;
}

body {
  background-color: #0c3b59;
}

.metismenu > li.active {
  background-color: #082e46;
}

.metismenu .nav-header {
  text-align: center;
  padding: 22px 25px;
}

.metismenu .nav-header img {
  max-height: 50px;
}

.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #082e46;
}

.nav.navbar-right > li > a {
  padding: 37px 10px 0;
}


@media (min-device-width: 1200px) {
  table.dataTable {
    font-size: 11px;
  }

  table.dataTable .sortable-header {
    padding-right: 9px;
    position: relative;
  }

  table.dataTable .sortable-header:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 0px;
  }
}


.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10000000;
}

.spinner-container > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.sk-spinner .sk-double-bounce1 {
  background-color: #337ab7;
}

.sk-spinner .sk-double-bounce2 {
  background-color: #337ab7;
}

.invoice-create-btn {
  margin-left: 5px;
}

.form-group-hint {
  font-size: 11px;
  color: #4c4c4c;
  margin-top: 3px;
}

.invoice-form {
  width: 1040px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0;
  }

  .form-group {
    padding-top: 7px;
  }
}



.btn:disabled {
  background: #c5c5c5;
  border: #c5c5c5;
}