/**
* Template Name: Dashio
* Template URL: https://templatemag.com/dashio-bootstrap-admin-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/
/*
Template Name: DASHIO - Bootstrap 3.1.1 Admin Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://Alvarez.is/
*/
/* Import fonts */
/* OPEN LAYERS */
.map {
  height: 600px;
  width: 100%;
}
/* BASIC THEME CONFIGURATION */
html {
  font-size: 14px;
}
body {
  color: #797979;
  background: #eaeaea;
  font-family: 'Roboto', sans-serif;
  margin: 0px !important;
  font-size: 0.8rem;
}
.btn {
  font-size: 0.8rem;
}
.form-control {
  font-size: 0.8rem;
}
ul li {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
::selection {
  background: #f59e42;
  color: #fff;
}
::-moz-selection {
  background: #f59e42;
  color: #fff;
}
.coordinate-box {
  border: 2px;
  border-color: #f59e42;
  border-style: solid;
  padding: 5px;
}
#container {
  width: 100%;
  height: 100%;
}
/* Custom Mods */
.carousel-item img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
}
/* Accordion Modifications */
.accordion-button {
  font-size: 0.8rem;
}
.accordion-body {
  font-size: 0.8rem;
}
/* Bootstrap Modifications */
.confirmation-dialog p {
  font-size: 0.8rem;
}
.modal-header {
  background: #f59e42;
}
.modal-title {
  color: white;
}
.btn-round {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.accordion-heading .accordion-toggle {
  display: block;
  cursor: pointer;
  border-top: 1px solid #F5F5F5;
  padding: 5px 0px;
  line-height: 28.75px;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #ffffff;
  outline: none !important;
  text-decoration: none;
}
.color-theme {
  color: #f59e42;
}
.color-theme04 {
  color: #ed5565;
}
/*Theme Backgrounds*/
.bg-theme {
  background-color: #f59e42;
}
.bg-theme02 {
  background-color: #ac92ec;
}
.bg-theme03 {
  background-color: #48cfad;
}
.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/
.btn-theme {
  color: #fff;
  background-color: #f59e42;
  border-color: #f59e42;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #f58742;
  border-color: #f58742;
}
.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}
.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}
.btn-clear-g {
  color: #f59e42;
  background: transparent;
  border-color: #f59e42;
}
.btn-clear-g:hover {
  color: white;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}
/*Helpers*/
.centered {
  text-align: center;
}
.goleft {
  text-align: left;
}
.goright {
  text-align: right;
}
.mt {
  margin-top: 25px;
}
.mtl {
  margin-top: 50px;
}
.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mb {
  margin-bottom: 25px;
}
.mbl {
  margin-bottom: 50px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
/*Exclusive Theme Colors Configuration*/
.label-theme {
  background-color: #f59e42;
}
.bg-theme {
  background-color: #f59e42;
}
/*sidebar navigation*/
#sidebar {
  width: 190px;
  height: 100%;
  position: fixed;
  background: #2f323a;
}
#sidebar h5 {
  color: #f2f2f2;
  font-weight: 700;
}
#sidebar ul li {
  position: relative;
}
#sidebar .sub-menu > .sub li {
  padding-left: 32px;
}
#sidebar .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}
.nav-collapse .collapse {
  display: inline;
}
ul.sidebar-menu,
ul.sidebar-menu li ul.sub {
  margin: -2px 0 0;
  padding: 0;
}
ul.sidebar-menu {
  margin-top: 75px;
}
#sidebar > ul > li > ul.sub {
  display: none;
}
#sidebar > ul > li.active > ul.sub,
#sidebar > ul > li > ul.sub > li > a {
  display: block;
}
ul.sidebar-menu li ul.sub li {
  background: #2f323a;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
ul.sidebar-menu li ul.sub li:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
ul.sidebar-menu li ul.sub li a {
  font-size: 0.8rem;
  padding: 6px 0;
  line-height: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #aeb2b7;
}
ul.sidebar-menu li ul.sub li a:hover {
  color: white;
  background: transparent;
}
ul.sidebar-menu li ul.sub li.active a {
  color: #f59e42;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
ul.sidebar-menu li {
  /*line-height: 20px !important;*/
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
ul.sidebar-menu li.sub-menu {
  line-height: 15px;
}
ul.sidebar-menu li a span {
  display: inline-block;
}
ul.sidebar-menu li a {
  color: #aeb2b7;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 10px;
  font-size: 0.8rem;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.sidebar-menu li a.active,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
  background: #f59e42;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
  font-size: 0.8rem;
  padding-right: 6px;
}
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
  color: #fff;
}
ul.sidebar-menu li a.active i {
  color: #fff;
}
/* MAIN CONTENT CONFIGURATION */
#main-content {
  margin-left: 190px;
}
footer {
  min-height: 60px;
  margin-left: 190px;
}
footer a {
  color: white;
}
footer {
  color: white;
}
footer a:hover {
  text-decoration: none;
  outline: none;
  color: white;
}
.header-nav {
  min-height: 60px;
  padding: 0px 0px;
  text-align: center;
}
.black-bg {
  background: #22242a;
  border-bottom: 1px solid #393d46;
}
.wrapper {
  display: inline-block;
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 0px;
  width: 100%;
}
.nav-toggler {
  font-size: 20px;
  cursor: pointer;
}
a.logo {
  margin-left: 10px;
  font-size: 20px;
  color: #f2f2f2;
}
a.logo b {
  font-weight: 900;
}
a.logo:hover,
a.logo:focus {
  text-decoration: none;
  outline: none;
}
a.logo span {
  color: #f59e42;
}
/*--sidebar toggle---*/
.sidebar-closed > #sidebar > ul {
  display: none;
}
.sidebar-closed #main-content {
  margin-left: 0px;
}
/* MAIN CHART CONFIGURATION */
.main-chart {
  padding-top: 20px;
}
.border-head h3 {
  border-bottom: 1px solid #c9cdd7;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}
.custom-bar-chart {
  height: 290px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px solid #c9cdd7;
}
.custom-bar-chart .bar {
  height: 100%;
  position: relative;
  width: 6%;
  margin: 0px 4%;
  float: left;
  text-align: center;
  z-index: 10;
}
.custom-bar-chart .bar .title {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
.custom-bar-chart .bar .value {
  position: absolute;
  bottom: 0;
  background: #f59e42;
  color: #f59e42;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-bar-chart .bar .value:hover {
  background: #2f2f2f;
  color: #fff;
}
.y-axis {
  color: #555555;
  position: absolute;
  text-align: left;
  width: 100%;
  font-size: 0.8rem;
}
.y-axis li {
  border-top: 1px dashed #dbdce0;
  display: block;
  height: 58px;
  width: 100%;
}
.y-axis li:last-child {
  border-top: none;
}
.y-axis li span {
  display: block;
  margin: -10px 0 0 -60px;
  padding: 0 10px;
  width: 40px;
}
/*Donut Chart Main Page Conf*/
.donut-main {
  display: block;
  text-align: center;
}
.donut-main h4 {
  font-weight: 700;
  font-size: 0.8rem;
}
/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */
/*Panel Size*/
.pn {
  height: 250px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
/*Grey Panel*/
.grey-panel {
  text-align: center;
  background: #dfdfe1;
}
.grey-panel .grey-header {
  background: #ccd1d9;
  padding: 3px;
  margin-bottom: 15px;
}
.grey-panel h5 {
  font-weight: 200;
  margin-top: 10px;
}
.grey-panel p {
  margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
  margin-top: 20px;
  font-weight: 700;
  margin-left: 15px;
}
.donut-chart h2 {
  font-weight: 900;
  color: #FF6B6B;
  font-size: 38px;
}
/* Dark Blue*/
.darkblue-panel {
  text-align: center;
  background: #444c57;
}
.darkblue-panel .darkblue-header {
  background: transparent;
  padding: 3px;
  margin-bottom: 15px;
}
.darkblue-panel h1 {
  color: #f2f2f2;
}
.darkblue-panel h5 {
  font-weight: 200;
  margin-top: 10px;
  color: white;
}
.darkblue-panel footer {
  color: white;
}
.darkblue-panel footer h5 {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}
/*Green Panel*/
.green-panel {
  text-align: center;
  background: #f59e42;
}
.green-panel .green-header {
  background: #43b1a9;
  padding: 3px;
  margin-bottom: 15px;
}
.green-panel h5 {
  color: white;
  font-weight: 200;
  margin-top: 10px;
}
.green-panel h3 {
  color: white;
  font-weight: 100;
}
.green-panel p {
  color: white;
}
/*White Panel */
.white-panel {
  text-align: center;
  background: #ffffff;
}
.white-panel .white-header {
  background: #f3f3f3;
  padding: 3px;
  margin-bottom: 15px;
}
.white-panel .small {
  font-size: 10px;
  color: #ccd1d9;
}
/*Content Panel*/
.content-panel {
  background: #ffffff;
  box-shadow: 0px 3px 2px #aab2bd;
  padding-top: 15px;
  padding-bottom: 5px;
}
.content-panel h4 {
  margin-left: 10px;
}
/* FORMS CONFIGURATION */
.form-panel {
  background: #ffffff;
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 3px 2px #aab2bd;
  text-align: left;
}
label {
  font-weight: 400;
}
.form-horizontal.style-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.round-form {
  border-radius: 500px;
  -webkit-border-radius: 500px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
#focusedInput {
  border: 1px solid #ed5565;
  box-shadow: none;
}
.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center;
}
.add-on .btn {
  height: 34px;
}
/* TABLES CONF*/
ul li {
  list-style: none;
}
.dataTables_paginate.paging_bootstrap.pagination li a {
  color: #797979;
  padding: 5px 10px;
  display: inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a,
.dataTables_paginate.paging_bootstrap.pagination li.active a {
  color: #fff;
  background: #f59e42;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*LOGIN CONFIGURATION PAGE*/
.form-login {
  max-width: 330px;
  margin: 100px auto 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-login h2.form-login-heading {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  background: #f59e42;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.login-wrap {
  padding: 20px;
}
.login-wrap .registration {
  text-align: center;
}
.login-social-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
/*PRICING TABLE*/
.custom-box {
  background: #FFFFFF;
  border: 1px solid #DCDBD7;
  margin: 30px 0;
  padding: 30px 20px 35px;
  text-align: center;
}
.servicetitle hr {
  border: 0 none;
  height: 3px;
  margin: 10px auto;
  width: 80px;
  background-color: #f59e42;
}
.icn-main-container {
  position: relative;
}
.icn-container {
  display: inline-block;
  width: 140px;
  border-radius: 500px;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 100px;
  color: #fff;
  background-color: #f59e42;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.icn-container.active,
.icn-container:hover {
  background: #2B2E31 !important;
}
.pricing {
  list-style: none;
  padding: 10px 0 20px;
}
.pricing li {
  border-bottom: 1px solid #DCDBD7;
  font-size: 13px;
  font-weight: 100;
  line-height: 34px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 70%;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}
.pricing li:last-child {
  border-bottom: 0px solid #fff;
}
/* FAQ CONF */
.dmbox {
  margin: 0;
  border: 0;
  border: 1px solid #EDEDED;
  background-color: #fff;
  padding: 9px 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.dm-icon {
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #2B2E31;
  color: #ffffff;
}
.dm-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dm-icon:before {
  speak: none;
  line-height: 105px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.dm-icon:active,
.dm-icon:hover {
  background: #f59e42;
}
/* 404 & 500 Error Pages Conf*/
.p404 img {
  margin-top: 120px;
}
.p404 h1 {
  font-weight: 900;
}
/*footer*/
.site-footer {
  background: #f59e42;
  color: #fff;
  padding: 15px 0;
}
.site-footer p {
  margin-bottom: 5px;
}
.border-vertical {
  border-right: 1px solid white;
}
.credits,
.credits a {
  color: #fff;
}
.go-top {
  margin-right: 1%;
  margin-top: -25px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.go-top i {
  color: #2A3542;
}
.site-min-height {
  min-height: 100vh;
}
.font-big {
  font-size: 150%;
}
.progressBar {
  float: right;
  width: 150px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top;
}
.progressBar div {
  height: 100%;
  text-align: right;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  border-radius: 3px;
}
.filename {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
.filesize {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}
.abort {
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: arial;
  font-weight: normal;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: top;
}
.pre-text {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.hidden {
  visibility: hidden;
}
.workflow {
  margin: 20px 0px 0px 0px;
}
/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.project:hover .photo-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}
