/* ========================================================================
 * CUSTOMIZE 3RD PARTY PLUGINS
 * ======================================================================== */
/* ========================================================================
 * TABLE OF CONTENTS
 * ========================================================================
   01. JQUERY SPARKLINE
   02. GMAP3
   03. ICONS MAP
   04. JQVMAP
   05. FlOT CHART
   06. MORRIS CHART
   07. C3JS CHART
   08. CHARTJS CHART
   10. CHOOSE THEMES
   11. DROPZONE
   12. BOOTSTRAP TAG INPUT
   13. BOOTSTRAP FILE UPLOAD
   14. TYPEAHEAD
   15. CALENDAR
   16. BOOTSTRAP SWITCH
   17. BOOTSTRAP DATEPICKER
   18. JQUERY COLORPICKER
   19. JASNY BOOTSTRAP
   20. CHOSEN SELECT
   21. ION RANGESLIDER
   22. SUMMERNOTE
   23. WYSIHTML5
   24. DATATABLE
   25. FONT AWESOME
   26. GRITTER NOTIFICATION
   27. NICESCROLL
   28. FUEL UX
   29. CODE PRETTIFY
 * ======================================================================== */
/* ========================================================================
 * JQUERY SPARKLINE
 * ======================================================================== */
.jqstooltip {
  min-width: 30px;
  height: 25px!important;
  text-align: center;
}
/* ========================================================================
 * GMAP3
 * ======================================================================== */
#panel-box {
  background-color: rgba(255, 255, 255, 0.51);
  width: 180px;
  height: 64;
  font-size: 11px;
  padding: 5px;
}
#panel-box:hover {
  background: #ffffff;
}
#panel-box .line-panel {
  overflow: auto;
  clear: both;
  height: 18px;
}
#panel-box #lng-west {
  border-bottom: 0px;
}
#panel-box .name {
  width: 50px;
  float: left;
  font-size: 13px;
  line-height: 16px;
}
#panel-box .value {
  float: left;
  font-size: 11px;
  line-height: 15px;
}
#panel-box .value:before {
  content: ": ";
}
.map {
  width: 100%;
  height: 300px;
}
.map.map-lg {
  height: 400px;
}
.map-continent {
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}
/* ========================================================================
 * ICONS MAP
 * ======================================================================== */
.marker-label,
.marker-icon {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 30px !important;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
.icon-maps-example {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.icon-maps-example span {
  font-size: 20px;
  vertical-align: middle;
}
/* ========================================================================
 * JQVMAP
 * ======================================================================== */
.resize-map {
  width: 100%;
  height: 450px;
}
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  background: #505050;
  color: white;
  font-size: 0.9em;
  padding: 5px 10px;
  border-top: 5px solid #2a2a2a;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute !important;
  left: 10px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 3px !important;
  color: #969fa1 !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer !important;
  line-height: 0px !important;
  font-size: 0px !important;
  text-align: center !important;
  transition: background 0.2s;
}
.jqvmap-zoomin {
  top: 10px !important;
}
.jqvmap-zoomin:before {
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  content: "\f067";
}
.jqvmap-zoomout {
  top: 45px !important;
}
.jqvmap-zoomout:before {
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  content: "\f068";
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}
/* ========================================================================
 * FlOT CHART
 * ======================================================================== */
#flotTip {
  font-size: 12px !important;
  font-weight: 600;
  position: relative;
  z-index: 5;
  padding: 4px 5px !important;
  border-radius: 3px !important;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #444 !important;
  color: #EEE !important;
}
.tooltipflot {
  background-color: #2a2a2a;
  color: #ffffff !important;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
.flot .legendColorBox > div {
  margin-right: 5px;
  border: none !important;
}
/* ========================================================================
 * MORRIS CHART
 * ======================================================================== */
.morris-hover {
  padding: 0px 0px 10px 0px;
  text-align: center;
}
.morris-hover.morris-default-style {
  background-color: #ffffff !important;
  position: absolute !important;
  min-width: 100px;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  margin-bottom: 10px;
  padding: 5px 0px;
}
.morris-hover.morris-default-style .morris-hover-point {
  padding: 0px 10px;
}
/* ========================================================================
 * C3JS CHART
 * ======================================================================== */
.c3-region.success {
  background-color: #8cc152;
}
.c3-region.warning {
  background-color: #f6bb42;
}
.c3-region.danger {
  background-color: #e9573f;
}
/* ========================================================================
 * CHARTJS CHART
 * ======================================================================== */
canvas.chartjs {
  width: 100% !important;
  max-width: 800px;
  height: auto !important;
}
/* ========================================================================
 * DROPZONE
 * ======================================================================== */
.dropzone {
  padding: 20px 0px 0px 0px;
}
.dropzone .dz-preview {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 0px;
  margin: 0px 0px 20px 20px;
}
.dropzone .dz-preview .dz-filename {
  text-align: center;
}
.dropzone .dz-preview .dz-details {
  height: 110px;
}
.dropzone .dz-preview .dz-details img {
  position: absolute;
  top: 5px;
  width: 90px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size {
  line-height: 32px;
}
.dropzone .dz-preview .dz-error-message {
  min-width: 100px;
  padding: 0px 10px;
  overflow: hidden;
  height: 0px;
}
.dropzone .dz-error {
  width: 102px;
  height: 134px;
}
.dz-size {
  left: 0px !important;
  right: 0px;
  text-align: center;
}
.dropzone {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dropzone.dz-started .dz-default.dz-message {
  display: none;
}
.dropzone .dz-default.dz-message {
  position: relative;
  width: 265px;
  height: 257px;
  top: inherit;
  left: inherit;
  margin: 25px auto;
}
@media (min-width: 320px) {
  .dropzone .dz-default.dz-message {
    background-position: -15px 0px;
  }
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #dddddd;
}
.dz-file-preview .dz-details:before {
  font-family: "Glyphicons Halflings";
  content: "\e117";
  font-size: 45px;
  position: absolute;
  top: 50px;
  left: 27px;
}
@media (max-width: 360px) {
  .dropzone .dz-preview {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 114px !important;
  }
}
/* ========================================================================
 * BOOTSTRAP TAG INPUT
 * ======================================================================== */
input.rounded + .bootstrap-tagsinput {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.rounded + .bootstrap-tagsinput .tag {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap-tagsinput {
  padding: 5px 7px 7px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: none !important;
}
.bootstrap-tagsinput input:focus {
  border: none !important;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  padding: 5px 7px 8px;
}
@media (max-width: 360px) {
  .bootstrap-tagsinput .tag {
    margin-bottom: 4px;
  }
}
/* ========================================================================
 * BOOTSTRAP FILE UPLOAD
 * ======================================================================== */
.fileupload .btn {
  margin-left: 0px;
  line-height: 20px;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.uneditable-input {
  width: 155px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 32px;
}
/* ========================================================================
 * TYPEAHEAD
 * ======================================================================== */
.tt-hint {
  color: #999999;
}
.empty-message {
  padding: 20px;
}
.tt-dropdown-menu {
  top: 45px !important;
  width: 350px;
  max-height: 360px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  overflow-y: auto;
  -webkit-border-bottom-left-radius: 3px !important;
  -moz-border-radius-bottomleft: 3px !important;
  border-bottom-left-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.tt-dropdown-menu a.media {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
.tt-dropdown-menu a.media:hover {
  background-color: #eeeeee;
}
.tt-dropdown-menu .media {
  position: relative;
  padding: 8px 15px;
}
.tt-dropdown-menu .media.border-dotted:after {
  border-bottom-style: dotted;
}
.tt-dropdown-menu .media .media-heading {
  text-transform: capitalize;
}
.tt-dropdown-menu .media .media-object {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: 10px;
}
.tt-dropdown-menu .media .media-object i {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.tt-dropdown-menu .media .media-object i.bg-default {
  background-color: gray;
}
.tt-dropdown-menu .media .pull-left {
  margin-right: 10px;
  display: table-cell;
}
.tt-dropdown-menu .media .media-body {
  display: table-cell;
}
.tt-dropdown-menu .media .media-body .media-text {
  display: block;
  color: #999;
  font-size: 13px;
  margin: 0;
}
.tt-suggestions .repo-language {
  float: right;
  font-style: italic;
}
.tt-suggestions .repo-name {
  font-size: 20px;
  font-weight: bold;
}
.tt-suggestions .repo-description {
  margin: 0;
  color: red !important;
}
/* ========================================================================
 * CALENDAR
 * ======================================================================== */
.calendar-toolbar {
  border-bottom: 5px dotted #dddddd;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border: none !important;
}
.cal-month-box,
.cal-week-box,
.cal-year-box {
  background-color: white;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #f7f7f7 !important;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  border-right: 1px solid #f7f7f7 !important;
}
.cal-year-box .row-fluid [class*="span"]:last-child {
  border-right: none !important;
}
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: none !important;
}
.cal-month-box span[data-cal-date],
.cal-month-day span[data-cal-date] {
  font-size: 25px;
}
.cal-month-box [data-cal-row="-day1"] .cal-day-weekend span[data-cal-date],
.cal-month-day [data-cal-row="-day1"] .cal-day-weekend span[data-cal-date] {
  color: #e9573f;
}
.cal-year-box {
  color: #2a2a2a;
}
.cal-year-box .col-md-3 {
  width: 25%;
}
.cal-year-box .col-md-3 span[data-cal-date] {
  margin-right: auto !important;
}
#cal-week-box {
  display: none !important;
}
#cal-day-box .day-highlight {
  border: none !important;
}
#cal-day-box .day-event {
  margin-left: 23px !important;
}
#cal-day-panel #cal-day-panel-hour .cal-day-hour .cal-day-hour-part .span1 {
  padding-top: 4px;
}
#cal-day-panel #cal-day-panel-hour .cal-day-hour .cal-day-hour-part b:before {
  font-family: "fontawesome";
  content: "\f017";
  margin-right: 5px;
}
#cal-slide-content {
  background-color: #F5F5F5 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #999;
  border-bottom: 1px solid #dddddd;
  background-image: none !important;
}
#cal-slide-content a.event-item {
  color: #999;
}
#cal-day-tick {
  background-color: #F5F5F5;
  display: none;
}
#cal-slide-tick {
  display: none !important;
}
.cal-row-head [class*="cal-cell"] {
  padding: 10px 3px;
  font-weight: 400;
}
.cal-row-head [class*="cal-cell"]:first-child {
  padding: 10px 0px;
  font-weight: 400;
}
.cal-row-head + .cal-day-hour {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.cal-row-head + .cal-day-hour [class*="col-xs-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.cal-row-head + .cal-day-hour [class*="col-xs-"].span1 {
  text-align: center;
}
.event {
  width: 15px !important;
  height: 15px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  border: none !important;
}
.event-important {
  background-color: #e9573f !important;
}
.event-info {
  background-color: #63d3e9 !important;
}
.event-warning {
  background-color: #f6bb42 !important;
}
.event-inverse {
  background-color: #2a2a2a !important;
}
.event-success {
  background-color: #8cc152 !important;
}
.event-special {
  background-color: #906094 !important;
}
#eventlist li {
  position: relative;
  display: block;
  font-size: 13px;
}
#eventlist li:first-child {
  border-top: none;
}
#eventlist li a {
  padding: 0px;
  margin-bottom: 10px;
}
#eventlist li a i {
  background-color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
}
#events-modal {
  z-index: 9999;
}
.day-highlight.dh-event-important {
  background-color: #e9573f !important;
  border: none;
}
.day-highlight.dh-event-important:hover {
  background-color: #e64328;
}
.day-highlight.dh-event-important .cal-hours {
  color: #69190c;
}
.day-highlight.dh-event-important a {
  color: white;
}
.day-highlight.dh-event-info {
  background-color: #63d3e9 !important;
  border: none;
}
.day-highlight.dh-event-info:hover {
  background-color: #4dcde6;
}
.day-highlight.dh-event-info .cal-hours {
  color: #137487;
}
.day-highlight.dh-event-info a {
  color: white;
}
.day-highlight.dh-event-warning {
  background-color: #f6bb42 !important;
  border: none;
}
.day-highlight.dh-event-warning:hover {
  background-color: #f5b22a;
}
.day-highlight.dh-event-warning .cal-hours {
  color: #7f5806;
}
.day-highlight.dh-event-warning a {
  color: white;
}
.day-highlight.dh-event-inverse {
  background-color: #2a2a2a !important;
  border: none;
}
.day-highlight.dh-event-inverse:hover {
  background-color: #1d1d1d;
}
.day-highlight.dh-event-inverse .cal-hours {
  color: #000000;
}
.day-highlight.dh-event-inverse a {
  color: white;
}
.day-highlight.dh-event-success {
  background-color: #8cc152 !important;
  border: none;
}
.day-highlight.dh-event-success:hover {
  background-color: #7fb842;
}
.day-highlight.dh-event-success .cal-hours {
  color: #314719;
}
.day-highlight.dh-event-success a {
  color: white;
}
.day-highlight.dh-event-special {
  background-color: #906094 !important;
  border: none;
}
.day-highlight.dh-event-special:hover {
  background-color: #815685;
}
.day-highlight.dh-event-special .cal-hours {
  color: #271a28;
}
.day-highlight.dh-event-special a {
  color: white;
}
@media (max-width: 800px) {
  .cal-month-box span[data-cal-date],
  .cal-month-day span[data-cal-date] {
    font-size: 15px;
    margin-top: 5px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 480px) {
  .cal-year-box .col-md-3 {
    width: 50%;
  }
  .events-list {
    max-height: 60px !important;
  }
}
/* ========================================================================
 * BOOTSTRAP SWITCH
 * ======================================================================== */
.bootstrap-switch {
  min-width: 60px;
  border: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-switch .bootstrap-switch-container,
.bootstrap-switch .bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  line-height: 15px;
  font-size: 11px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default {
  background: #eeeeee;
  color: white;
  border: 1px solid #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default + .bootstrap-switch-label {
  border: 1px solid #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #eeeeee;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-primary {
  background: #00b1e1;
  color: white;
  border: 1px solid #00b1e1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-primary + .bootstrap-switch-label {
  border: 1px solid #00b1e1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-primary + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #00b1e1;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-success {
  background: #8cc152;
  color: white;
  border: 1px solid #8cc152;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-success + .bootstrap-switch-label {
  border: 1px solid #8cc152;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-success + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #8cc152;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-info {
  background: #63d3e9;
  color: white;
  border: 1px solid #63d3e9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-info + .bootstrap-switch-label {
  border: 1px solid #63d3e9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-info + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #63d3e9;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-warning {
  background: #f6bb42;
  color: white;
  border: 1px solid #f6bb42;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-warning + .bootstrap-switch-label {
  border: 1px solid #f6bb42;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-warning + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #f6bb42;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-danger {
  background: #e9573f;
  color: white;
  border: 1px solid #e9573f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-danger + .bootstrap-switch-label {
  border: 1px solid #e9573f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-danger + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #e9573f;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lilac,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lilac,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-lilac {
  background: #906094;
  color: white;
  border: 1px solid #906094;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lilac + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lilac + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-lilac + .bootstrap-switch-label {
  border: 1px solid #906094;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lilac + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lilac + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-lilac + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #906094;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-inverse,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-inverse,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-inverse {
  background: #2a2a2a;
  color: white;
  border: 1px solid #2a2a2a;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-inverse + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-inverse + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-inverse + .bootstrap-switch-label {
  border: 1px solid #2a2a2a;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-inverse + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-inverse + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-inverse + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #2a2a2a;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default {
  color: gray;
  border: 1px solid #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default + .bootstrap-switch-label {
  border: 1px solid #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-default + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #eeeeee;
  border-left: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-teal {
  background: #37bc9b;
  border: 1px solid #37bc9b;
  color: white;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal + .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-teal + .bootstrap-switch-label {
  border: 1px solid #37bc9b;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal + .bootstrap-switch-label + .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label.bootstrap-switch-teal + .bootstrap-switch-label + .bootstrap-switch-handle-off {
  border: 1px solid #37bc9b;
  border-left: none;
}
.bootstrap-switch.bootstrap-switch-focused {
  outline: none;
  box-shadow: none;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-switch .bootstrap-switchbootstrap-switch-handle-on .bootstrap-switch .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* ========================================================================
 * BOOTSTRAP DATEPICKER
 * ======================================================================== */
.datepicker {
  padding: 0px;
}
.datepicker table thead tr {
  color: white;
}
.datepicker table thead tr:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.datepicker table thead tr:first-child th {
  border-bottom: none;
}
.datepicker table thead tr:first-child:first-child th {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.datepicker table thead tr:first-child:last-child th {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.datepicker table thead tr th {
  font-weight: 300;
  min-width: 40px;
  vertical-align: middle;
  border-width: 1px 1px 7px;
  border-style: solid;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.datepicker table thead tr .prev,
.datepicker table thead tr .switch,
.datepicker table thead tr .next {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tbody tr:first-child td {
  border-top: none;
}
.datepicker table tbody tr td {
  min-width: 40px;
  background-color: #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 9px;
}
.datepicker table tbody tr td:first-child {
  color: #e9573f;
}
.datepicker table tbody tr td.old,
.datepicker table tbody tr td.new {
  background-color: #e6e6e6;
}
.datepicker table tbody tr td.active,
.datepicker table tbody tr td.active:hover,
.datepicker table tbody tr td.active:disabled,
.datepicker table tbody tr td.active.disabled:hover {
  text-shadow: none;
}
.datepicker table tbody tr td.active.active {
  text-shadow: none;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
}
.datepicker table tfoot tr .today {
  background-color: #d5d5d5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table tfoot tr .today:hover {
  background-color: #e1e1e1;
}
.datepicker .icon-arrow-left:before {
  font-family: "FontAwesome";
  content: "\f104";
}
.datepicker .icon-arrow-right:before {
  font-family: "FontAwesome";
  content: "\f105";
}
.datepicker-dropdown {
  border: none;
  box-shadow: none;
}
@media (max-width: 320px) {
  .datepicker-inline table {
    margin-left: -14px !important;
  }
}
/* ========================================================================
 * JQUERY COLORPICKER
 * ======================================================================== */
#colorselector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url('../plugins/jquery-colorpicker/images/select2.png');
}
#colorselector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url('../plugins/jquery-colorpicker/images/select2.png') center;
}
/* ========================================================================
 * JASNY BOOTSTRAP
 * ======================================================================== */
.fileinput-new .form-control {
  border-right: none;
}
.fileinput-new .btn-file {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fileinput-new.input-group .btn-file {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fileinput-new .input-group .btn-file {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.close.fileinput-exists {
  color: #e9573f;
}
/* ========================================================================
 * CHOSEN SELECT
 * ======================================================================= */
.chosen-select.rounded + .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.chosen-select.circle + .chosen-container-single .chosen-single {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chosen-container {
  width: 100% !important;
  margin-bottom: 10px !important;
}
.chosen-container:last-child {
  margin-bottom: 0px;
}
.chosen-container .chosen-drop {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chosen-container .chosen-results li.group-result {
  background-color: #eeeeee;
}
.chosen-container-single .chosen-single {
  color: #A2A2A2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.chosen-container-single .chosen-drop {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single {
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  height: 28px;
  line-height: 26px;
}
.chosen-container-single .chosen-single div b,
.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: 0px 4px;
}
.chosen-container-multi .chosen-choices {
  background-image: none !important;
}
.chosen-container-multi .chosen-choices {
  border: 1px solid #dddddd;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}
.chosen-container-active .chosen-choices {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  background: #eeeeee;
}
@media (max-width: 600px) {
  .chosen-container {
    margin-bottom: 15px;
  }
}
/* ========================================================================
 * ION RANGESLIDER
 * ======================================================================= */
#result-rangeSlider {
  position: relative;
  white-space: pre;
  line-height: 1.5;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background-color: #e1e4e9;
  background-repeat: repeat-x;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 12px;
  top: 25px;
}
.irs-line-left {
  height: 12px;
  background-color: #e1e4e9;
}
.irs-line-mid {
  height: 12px;
  background-color: #e1e4e9;
}
.irs-line-right {
  height: 12px;
  background-color: #e1e4e9;
}
.irs-diapason {
  height: 12px;
  top: 25px;
}
.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 4px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999;
}
.slider-teal .irs-line-mid,
.slider-teal .irs-line-left,
.slider-teal .irs-line-right,
.slider-teal .irs-diapason,
.slider-teal .irs-slider {
  background-color: #e1e4e9;
  background-repeat: repeat-x;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-teal .irs {
  height: 40px;
}
.slider-teal .irs-with-grid {
  height: 60px;
}
.slider-teal .irs-line {
  height: 12px;
  top: 25px;
}
.slider-teal .irs-line-left {
  height: 12px;
  background-color: #e1e4e9;
}
.slider-teal .irs-line-mid {
  height: 12px;
  background-color: #e1e4e9;
}
.slider-teal .irs-line-right {
  height: 12px;
  background-color: #e1e4e9;
}
.slider-teal .irs-diapason {
  height: 12px;
  top: 25px;
  background-color: #44c8a8;
}
.slider-teal .irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-color: #37bc9b;
}
.slider-teal #irs-active-slider,
.slider-teal .irs-slider:hover {
  background-color: #37bc9b;
}
.slider-teal .irs-min,
.slider-teal .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px;
}
.slider-teal .irs-from,
.slider-teal .irs-to,
.slider-teal .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #37bc9b;
  border-radius: 4px;
}
.slider-teal .irs-from:after,
.slider-teal .irs-to:after,
.slider-teal .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #37bc9b;
}
.slider-teal .irs-grid-pol {
  background: #e1e4e9;
}
.slider-teal .irs-grid-text {
  color: #999;
}
.slider-teal.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-primary .irs-diapason {
  background-color: #00c5fb !important;
}
.slider-primary .irs-slider {
  background-color: #00b1e1 !important;
}
.slider-primary #irs-active-slider,
.slider-primary .irs-slider:hover {
  background-color: #00b1e1 !important;
}
.slider-primary .irs-from,
.slider-primary .irs-to,
.slider-primary .irs-single {
  background-color: #00b1e1 !important;
}
.slider-primary .irs-from:after,
.slider-primary .irs-to:after,
.slider-primary .irs-single:after {
  border-top-color: #00b1e1 !important;
}
.slider-primary.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-primary.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #00b1e1;
  margin-left: -3px;
}
.slider-success .irs-diapason {
  background-color: #98c865 !important;
}
.slider-success .irs-slider {
  background-color: #8cc152 !important;
}
.slider-success #irs-active-slider,
.slider-success .irs-slider:hover {
  background-color: #8cc152 !important;
}
.slider-success .irs-from,
.slider-success .irs-to,
.slider-success .irs-single {
  background-color: #8cc152 !important;
}
.slider-success .irs-from:after,
.slider-success .irs-to:after,
.slider-success .irs-single:after {
  border-top-color: #8cc152 !important;
}
.slider-success.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-success.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #8cc152;
  margin-left: -3px;
}
.slider-info .irs-diapason {
  background-color: #79d9ec !important;
}
.slider-info .irs-slider {
  background-color: #63d3e9 !important;
}
.slider-info #irs-active-slider,
.slider-info .irs-slider:hover {
  background-color: #63d3e9 !important;
}
.slider-info .irs-from,
.slider-info .irs-to,
.slider-info .irs-single {
  background-color: #63d3e9 !important;
}
.slider-info .irs-from:after,
.slider-info .irs-to:after,
.slider-info .irs-single:after {
  border-top-color: #63d3e9 !important;
}
.slider-info.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-info.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #63d3e9;
  margin-left: -3px;
}
.slider-warning .irs-diapason {
  background-color: #f7c45a !important;
}
.slider-warning .irs-slider {
  background-color: #f6bb42 !important;
}
.slider-warning #irs-active-slider,
.slider-warning .irs-slider:hover {
  background-color: #f6bb42 !important;
}
.slider-warning .irs-from,
.slider-warning .irs-to,
.slider-warning .irs-single {
  background-color: #f6bb42 !important;
}
.slider-warning .irs-from:after,
.slider-warning .irs-to:after,
.slider-warning .irs-single:after {
  border-top-color: #f6bb42 !important;
}
.slider-warning.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-warning.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #f6bb42;
  margin-left: -3px;
}
.slider-danger .irs-diapason {
  background-color: #ec6b56 !important;
}
.slider-danger .irs-slider {
  background-color: #e9573f !important;
}
.slider-danger #irs-active-slider,
.slider-danger .irs-slider:hover {
  background-color: #e9573f !important;
}
.slider-danger .irs-from,
.slider-danger .irs-to,
.slider-danger .irs-single {
  background-color: #e9573f !important;
}
.slider-danger .irs-from:after,
.slider-danger .irs-to:after,
.slider-danger .irs-single:after {
  border-top-color: #e9573f !important;
}
.slider-danger.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-danger.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #e9573f;
  margin-left: -3px;
}
.slider-lilac .irs-diapason {
  background-color: #9c6da0 !important;
}
.slider-lilac .irs-slider {
  background-color: #906094 !important;
}
.slider-lilac #irs-active-slider,
.slider-lilac .irs-slider:hover {
  background-color: #906094 !important;
}
.slider-lilac .irs-from,
.slider-lilac .irs-to,
.slider-lilac .irs-single {
  background-color: #906094 !important;
}
.slider-lilac .irs-from:after,
.slider-lilac .irs-to:after,
.slider-lilac .irs-single:after {
  border-top-color: #906094 !important;
}
.slider-lilac.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-lilac.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #906094;
  margin-left: -3px;
}
.slider-inverse .irs-diapason {
  background-color: #373737 !important;
}
.slider-inverse .irs-slider {
  background-color: #2a2a2a !important;
}
.slider-inverse #irs-active-slider,
.slider-inverse .irs-slider:hover {
  background-color: #2a2a2a !important;
}
.slider-inverse .irs-from,
.slider-inverse .irs-to,
.slider-inverse .irs-single {
  background-color: #2a2a2a !important;
}
.slider-inverse .irs-from:after,
.slider-inverse .irs-to:after,
.slider-inverse .irs-single:after {
  border-top-color: #2a2a2a !important;
}
.slider-inverse.circle .irs-slider {
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-inverse.donut .irs-slider {
  background: #e1e4e9 !important;
  top: 21px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #2a2a2a;
  margin-left: -3px;
}
/* ========================================================================
 * SUMMERNOTE
 * ======================================================================= */
.note-editor {
  border: 1px solid #dddddd;
}
.note-editor .note-toolbar {
  border-bottom: 1px solid #dddddd;
}
.note-editor .note-editable {
  min-height: 200px;
}
/* ========================================================================
 * WYSIHTML5
 * ======================================================================= */
textarea.rounded + input + .wysihtml5-sandbox {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
textarea.circle + input + .wysihtml5-sandbox {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
textarea + input + .wysihtml5-sandbox {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #dddddd !important;
}
/* ========================================================================
 * DATATABLE
 * ======================================================================= */
table.dataTable tbody tr td.sorting_1 {
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
}
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  vertical-align: middle;
}
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:before {
  font-family: "fontawesome";
  content: "\f0fe";
  margin-right: 10px;
  cursor: pointer;
  font-size: 20px;
}
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  vertical-align: middle;
}
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:before {
  font-family: "fontawesome";
  content: "\f146";
  margin-right: 10px;
  cursor: pointer;
  font-size: 20px;
}
div.dataTables_filter input {
  margin-left: 10px;
}
div.dataTables_length select {
  margin-right: 10px;
}
.dataTable thead tr th:first-child {
  min-width: 150px;
}
@media (max-width: 768px) {
  div.dataTables_length label {
    width: 93%;
  }
  div.dataTables_length select {
    display: inline-block;
  }
  div.dataTables_filter label {
    line-height: 30px;
  }
  div.dataTables_filter input {
    display: inline-block;
    float: right;
    width: 13em !important;
    margin-right: 0px;
  }
  div.dataTables_info {
    text-align: center;
    margin-bottom: 10px;
  }
  div.dataTables_paginate {
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 480px) {
  table.dataTable thead tr th:first-child {
    -webkit-border-radius: 3px 3px 0px 0px !important;
    -moz-border-radius: 3px 3px 0px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
  }
  table.dataTable tfoot tr th:first-child {
    -webkit-border-radius: 0px 0px 3px 3px !important;
    -moz-border-radius: 0px 0px 3px 3px !important;
    border-radius: 0px 0px 3px 3px !important;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
  }
  div.dataTables_length label {
    display: none;
  }
}
@media (max-width: 360px) {
  .dataTables_paginate .pagination .previous {
    display: none;
  }
  .dataTables_paginate .pagination > li:nth-child(2) a {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
  }
  div.dataTables_filter input {
    width: 19em;
  }
}
@media (max-width: 320px) {
  div.dataTables_filter input {
    width: 16em !important;
  }
}
/* ========================================================================
 * FONT AWESOME
 * ======================================================================= */
.fontawesome-icon-list .fa-hover a {
  display: block;
  line-height: 32px;
  height: 32px;
  color: #636e7b;
  text-decoration: none;
  padding-left: 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
  background-color: #eeeeee;
}
.fontawesome-icon-list .fa-hover a .fa {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
/* ========================================================================
 * GRITTER NOTIFICATION
 * ======================================================================= */
.gritter-item-wrapper,
.gritter-item,
.gritter-top,
.gritter-bottom {
  background: rgba(42, 42, 42, 0.65);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#gritter-notice-wrapper {
  top: 70px !important;
  right: 20px !important;
  z-index: 1030 !important;
}
.gritter-close {
  left: auto !important;
  right: 3px !important;
}
.gritter-title {
  font-size: 18px;
  font-weight: 300;
  text-shadow: none;
}
.gritter-item {
  font-family: 'Open Sans';
}
/* ========================================================================
 * NICESCROLL
 * ======================================================================= */
.nicescroll-rails#ascrail2000-hr {
  display: none !important;
}
.nicescroll-rails:hover {
  width: 10px !important;
}
.nicescroll-rails:hover div {
  width: 10px !important;
}
.nicescroll-rails div {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* ========================================================================
 * FUEL UX
 * ======================================================================= */
.fuelux .repeater-thumbnail {
  width: 109px;
}
.fuelux .repeater-thumbnail img {
  margin-top: 0px;
}
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fuelux .repeater,
.fuelux .repeater-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fuelux .repeater-list-header td.sortable:last-child {
  text-align: center;
}
.fuelux .repeater-list-header td.sortable:hover {
  background: transparent;
}
.fuelux .repeater-list-items td:last-child {
  text-align: center;
}
.fuelux .repeater-list table thead > tr > th {
  border-bottom: none;
}
.fuelux .repeater table thead tr th:nth-child(1),
.fuelux .repeater table thead tr th:nth-child(3),
.fuelux .repeater table thead tr th:nth-child(6) {
  text-align: center;
}
.fuelux .repeater table thead tr th:nth-child(2) {
  width: 200px !important;
}
.fuelux .repeater table thead tr th:nth-child(4) {
  text-align: right;
}
.fuelux .repeater table thead tr th:last-child {
  text-align: center;
}
.fuelux .repeater table tbody tr td {
  vertical-align: middle;
  font-size: 12px;
}
.fuelux .repeater table tbody tr td:nth-child(1),
.fuelux .repeater table tbody tr td:nth-child(3),
.fuelux .repeater table tbody tr td:nth-child(6) {
  text-align: center;
}
.fuelux .repeater table tbody tr td:nth-child(4) {
  text-align: right;
}
.fuelux .repeater table tbody tr td:last-child {
  text-align: center;
}
.repeater-header-right .repeater-filters > button {
  width: 150px !important;
  text-align: left !important;
}
/* ========================================================================
 * CODE PRETIFFY
 * ======================================================================= */
ol.linenums {
  padding: 0px;
}
