/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*==============================================
    BASIC  STYLES    
    =============================================*/
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
}

#wrapper {
  width: 100%;
  background: #212d39;
}

#page-wrapper {
  padding: 15px 15px;
  min-height: 600px;
  /*background: #F3F3F3;*/
  background-image: url(../img/cnt-yard.webp);
  background-size: cover;
  background-position: center center;
}

#page-inner {
  width: 100%;
  margin: 10px 20px 10px 0;
  background-color: #fff !important;
  padding: 10px 20px;
  min-height: 1200px;
}

.page-head-line {
  font-size: 28px;
  /*text-transform: capitalize;*/
  font-weight: 500;
  padding-bottom: 20px;
  color: #00c26e;
  border-bottom: 2px solid #00c26e;
  margin-bottom: 10px;
}

.page-subhead-line {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-style: italic;
  margin-bottom: 30px;
  border-bottom: 1px dashed #00c26e;
  color: #212d39;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.circle-button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  background: #212d39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 1px solid #212d39;
  position: relative;
  transition: .25s;
  color: #fff;
}
.circle-button:hover, .circle-button:active, .circle-button:focus {
  background: #fff;
  color: #212d39;
  border: 1px solid #fff;
  text-decoration: none;
}

.lang-circle-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #212d39;
}

.lang-en {
  background-image: url(../img/lang/en.svg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lang-sk {
  background-image: url(../img/lang/sk.svg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lang-cz {
  background-image: url(../img/lang/cz.svg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.d-flex {
  display: flex !important;
}

.disabled-item {
  cursor: not-allowed;
  color: #ccc !important;
  background-color: transparent !important;
}
.disabled-item:hover {
  background-color: transparent !important;
}

.form-error {
  font-size: smaller;
  color: red;
}

.error {
  color: red;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

/*==============================================
    MENU STYLES
    =============================================*/


.navbar-cls-top .navbar-brand {
  color: #fff;
  background: #212d39;
  width: 260px;
  text-align: center;
  height: 75px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  padding-top: 25px;
  text-transform: uppercase;
}

.header-right {
  color: #fff;
  padding: 10px 50px 5px 50px;
  float: right;
  font-size: 16px;
  display: flex;
}

/*.navbar-cls-top .navbar-brand:hover {*/
/*    background: #212d39;*/
/*    color: #fff;*/
/*}*/

.user-img-div {
  min-height: 100px;
  padding: 20px;
  background-color: #4380B8;
}

.user-img-div img {
  max-height: 60px;
  border-radius: 50%;
  float: left;
}

.user-img-div .inner-text {
  text-align: right;
  position: relative;
  color: #fff;
  font-weight: 800;
  line-height: 25px;
}

.active-menu {
  background-color: #00c26e !important;
  font-weight: bold;
}

.active-menu-top {
  background-color: #000 !important;
}

.arrow {
  margin-top: 5px;
  float: right;
  font-weight: bold;
}

.fa.arrow:before {
  content: "\f104";
}

.active > a > .fa.arrow:before {
  content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.nav-second-level li a {
  padding-left: 37px;
}

.nav-third-level li a {
  padding-left: 55px;
}

.sidebar-collapse, .sidebar-collapse .nav {
  background: none;
}

.sidebar-collapse .nav {
  padding: 0;
}

.sidebar-collapse .nav > li > a {
  font-size: 13px;
  color: #fff;
  background: #212d39;
  text-shadow: none;
  padding: 15px 40px;
  /*border-bottom: 1px solid #212d39;*/
}

.sidebar-collapse > .nav > li > a {
  padding: 15px 30px;
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
  background: #323b44;
  border-left: 5px solid #00c26e;
  padding: 15px 25px;
  outline: 0;
}

.sidebar-collapse .nav-second-level > li > a:hover,
.sidebar-collapse .nav-second-level > li > a:focus {
  padding-left: 35px;

}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
  height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
  left: 40px;
}

.navbar-side {
  border: none;
  background-color: #212d39;
  line-height: 5px;
}

.navbar-cls-top {
  background: #00c26e;
  border-bottom: none;
  opacity: 0.95;
}

.navbar-default {
  border: 0 solid black;
}

.navbar-header {
  background: #00c26e;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #00c26e; /*3B74DF*/
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-side hr {
  border-top: 1px solid rgba(71, 71, 71, 0.8);
  width: 90%;
  margin: 10px 0;
}

.nav > li > a > i {
  margin-right: 10px;
}

.navbar-cls-top {
  position: fixed;
  width: 100%;
  z-index: 999;
}

#page-inner {
  margin-top: 75px;
}

.btn {
  font-weight: bold;
}

/*==============================================
    FOOTER  STYLES
    =============================================*/
#footer-sec {
  background-color: #212d39;
  padding: 20px 50px;
  color: #fff;
  font-size: 12px;
  flex: 1;
}

#footer-sec a {
  color: #fff;
}

#footer-sec a:hover, #footer-sec a:focus {
  color: #fff;
  text-decoration: none;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 260px;
    padding: 15px 30px;
    min-height: 1200px;
  }


  .navbar-side {
    z-index: 1;
    position: fixed;
    margin-top: 75px;
    width: 260px;
  }

  .navbar {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .navbar-cls-top {
    background-color: #212d39;
    position: relative;
  }

  .navbar-header {
    background-color: #212d39;
  }

  #page-inner {
    margin-top: 0;
  }
}
