.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

@font-face {
    font-family: 'themify';
    src: url('../a1ecc3b826d01251edddf29c3e4e1e97.woff') format('woff'),
    url('../e23a7dcaefbde4e74e263247aa42ecd7.ttf') format('ttf')
}

#loader {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000
}

#loader.fadeOut {
    opacity: 0;
    visibility: hidden
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.dataTables_wrapper .dataTables_length select {
    padding: .375rem 1.75rem .375rem .75rem !important;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.sidebar-link-selected{
    background-color: rgb(255, 205, 217);
    color: black !important;
    margin-right: 15px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
 .la-line-spin-clockwise-fade,
 .la-line-spin-clockwise-fade > div {
     position: relative;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
 }
 .la-line-spin-clockwise-fade {
     display: block;
     font-size: 0;
     color: #fff;
 }
 .la-line-spin-clockwise-fade.la-dark {
     color: #333;
 }
 .la-line-spin-clockwise-fade > div {
     display: inline-block;
     float: none;
     background-color: currentColor;
     border: 0 solid currentColor;
 }
 .la-line-spin-clockwise-fade {
     width: 32px;
     height: 32px;
 }
 .la-line-spin-clockwise-fade > div {
     position: absolute;
     width: 2px;
     height: 10px;
     margin: 2px;
     margin-top: -5px;
     margin-left: -1px;
     border-radius: 0;
     -webkit-animation: line-spin-clockwise-fade 1s infinite ease-in-out;
        -moz-animation: line-spin-clockwise-fade 1s infinite ease-in-out;
          -o-animation: line-spin-clockwise-fade 1s infinite ease-in-out;
             animation: line-spin-clockwise-fade 1s infinite ease-in-out;
 }
 .la-line-spin-clockwise-fade > div:nth-child(1) {
     top: 15%;
     left: 50%;
     -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
             transform: rotate(0deg);
     -webkit-animation-delay: -.875s;
        -moz-animation-delay: -.875s;
          -o-animation-delay: -.875s;
             animation-delay: -.875s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(2) {
     top: 25.2512626585%;
     left: 74.7487373415%;
     -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
             transform: rotate(45deg);
     -webkit-animation-delay: -.75s;
        -moz-animation-delay: -.75s;
          -o-animation-delay: -.75s;
             animation-delay: -.75s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(3) {
     top: 50%;
     left: 85%;
     -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
             transform: rotate(90deg);
     -webkit-animation-delay: -.625s;
        -moz-animation-delay: -.625s;
          -o-animation-delay: -.625s;
             animation-delay: -.625s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(4) {
     top: 74.7487373415%;
     left: 74.7487373415%;
     -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
             transform: rotate(135deg);
     -webkit-animation-delay: -.5s;
        -moz-animation-delay: -.5s;
          -o-animation-delay: -.5s;
             animation-delay: -.5s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(5) {
     top: 84.9999999974%;
     left: 50.0000000004%;
     -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
             transform: rotate(180deg);
     -webkit-animation-delay: -.375s;
        -moz-animation-delay: -.375s;
          -o-animation-delay: -.375s;
             animation-delay: -.375s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(6) {
     top: 74.7487369862%;
     left: 25.2512627193%;
     -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
         -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
             transform: rotate(225deg);
     -webkit-animation-delay: -.25s;
        -moz-animation-delay: -.25s;
          -o-animation-delay: -.25s;
             animation-delay: -.25s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(7) {
     top: 49.9999806189%;
     left: 15.0000039834%;
     -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
         -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
             transform: rotate(270deg);
     -webkit-animation-delay: -.125s;
        -moz-animation-delay: -.125s;
          -o-animation-delay: -.125s;
             animation-delay: -.125s;
 }
 .la-line-spin-clockwise-fade > div:nth-child(8) {
     top: 25.2506949798%;
     left: 25.2513989292%;
     -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
         -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
             transform: rotate(315deg);
     -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
          -o-animation-delay: 0s;
             animation-delay: 0s;
 }
 .la-line-spin-clockwise-fade.la-sm {
     width: 16px;
     height: 16px;
 }
 .la-line-spin-clockwise-fade.la-sm > div {
     width: 1px;
     height: 4px;
     margin-top: -2px;
     margin-left: 0;
 }
 .la-line-spin-clockwise-fade.la-2x {
     width: 64px;
     height: 64px;
 }
 .la-line-spin-clockwise-fade.la-2x > div {
     width: 4px;
     height: 20px;
     margin-top: -10px;
     margin-left: -2px;
 }
 .la-line-spin-clockwise-fade.la-3x {
     width: 96px;
     height: 96px;
 }
 .la-line-spin-clockwise-fade.la-3x > div {
     width: 6px;
     height: 30px;
     margin-top: -15px;
     margin-left: -3px;
 }
 /*
  * Animation
  */
 @-webkit-keyframes line-spin-clockwise-fade {
     50% {
         opacity: .2;
     }
     100% {
         opacity: 1;
     }
 }
 @-moz-keyframes line-spin-clockwise-fade {
     50% {
         opacity: .2;
     }
     100% {
         opacity: 1;
     }
 }
 @-o-keyframes line-spin-clockwise-fade {
     50% {
         opacity: .2;
     }
     100% {
         opacity: 1;
     }
 }
 @keyframes line-spin-clockwise-fade {
     50% {
         opacity: .2;
     }
     100% {
         opacity: 1;
     }
 }