﻿/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work
 Enjoy Our Codes For Free always.
======================================*/
/* user image section */
.user-section {
  margin-top: 0;
  font-size: 20px;
  background-color: #76878e;
}
@media screen and (min-width: 768px) {
  .user-section {
    /*margin-top: 20px;*/
  }
}
.user-section-inner {
  height: 65px;
  width: 65px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 20px;
}
.user-section-inner img {
  margin-left: 10px;
  width: 55px;
  height: 60px;
}
.user-info {
  width: 100%;
  display: block;
  color: white!important;
  display: inline-block;
  padding: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.user-info-ts {
  font-size: 80%;
  color: #c3d4db;
}
.user-text-online {
  font-size: 18px;
  color: #fff;
}
.user-circle-online {
  width: 15px!important;
  height: 15px!important;
}
.sidebar-collapse {
  max-height: 100vh!important; 
  overflow-y: scroll!important;
}
/* side-menu section */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(74, 72, 126, 0);
}
.navbar-top-links .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #75C5B8;
}
.navbar-top-links > li > a {
  color: #FFFFFF;
}
.nav > li > a {
  padding: 10px;
  /*min-height: 60px;*/
}
@media screen and (min-width: 768px) {
  .nav > li > a {
    padding: 10px;
  }
}
#navbar .nav > li > a > i {
  font-size: 1.5em;
}

.has-submenu.active a {
  background: white !important;
}
#side-menu a {
  border-bottom: 1px solid #d5d5d5 !important;
  height: 55px;
}
.selected {
  background-color: #53a3a3;
}
.menu-active {
  background-color: white;
}
/* back colors */
.blue {
  background-color: #719ff1;
}
.green {
  background-color: #90ecc0;
}
.red {
  background-color: #ff6685;
}
.yellow {
  background-color: #edfd2e;
}
/* text colors */
.text-blue {
  color: #719ff1;
}
.text-green {
  color: green;
}
.text-red {
  color: #ff6685;
}
.text-yellow {
  color: #edfd2e;
}
/* No border */
.no-boder {
  border: 0px solid #5bc0de !important;
}
/* tap nvbar Section */
#navbar {
  background-color: #9B9B9B;
}
.navbar-brand {
  padding: 5px;
}
.navbar-brand img {
  height: 45px;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    /*padding: 15px 15px 15px 20px;*/
  }
  .navbar-brand img {
    height: 60px;
  }
}

.logged-user{padding: 5px 8px 5px 0px;text-align: right;}
.logged-user span{display: inline-block;vertical-align: middle;color: white;text-transform: uppercase;}
.logged-user a{display: inline-block;vertical-align: middle;color: white;}
.logged-user a:hover{color: #fab900;}

.top-label {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -24px;
  margin-right: -24px;
  z-index: 1000;
}
/*large font*/
.large-font {
  font-size: 18px;
}

.body-Login-back {
  background-color: #84B899;
}
.margin-tips {
  margin: 5px;
}
.navbar-default {
    border: none;
  border-color: #9B9B9B;
}

.navbar-static-side .trigger {
        border-color: #9B9B9B !important; 
	}

@media(max-width:768px) {
    #page_wrapper {
        padding: 0 10px!important;
    }
    
    .navbar-static-side .trigger {
        display: none;        
    }    
}

/*media queries*/
@media screen and (min-width: 768px) {  
  #page_wrapper {
    position: inherit;
    margin: 0 -5px;
    padding: 0 10px;
    min-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease 0s;
  }
  .page-wrapper-no-left-panel {
    position: inherit;
    margin: 0 0 0 0px !important;
    padding: 0 30px;
    min-height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    margin-top: 106px!important;
  }
}

.panel {
    margin-bottom: 10px;    
}

.panel-heading {
  position: relative;  
  color:white!important;
}
.panel-heading .btn-group {
  position: static;
}
.panel-heading .btn-group > .btn {
  border-radius: 0;  
  color: white;
  border: 1px solid #F36F33;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1px 18px;
}
.panel-heading .btn-group > .btn .fa {
  display: none;
}
.required-field {
  font-weight: bold;
}
.form-control-modal {
  margin-bottom: 10px;
}
/* Úzká tabulka */
.table-condensed input.form-control {
  height: 25px;
  margin: 0;
}
.table-condensed .checkbox {
  margin: 0;
}
.highlighted-cell {
  background: green !important;
  color: #fff !important;
  font-weight: bold;
}
.questionmark {
  cursor: pointer;
}
.select2.select2-container .select2-selection--multiple {
  margin-top: 5px;
  position: relative;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  position: relative;
}
.select2.select2-container .select2-selection--multiple::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #888;
  right: 7px;
  z-index: 999;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: -3px;
  top: -8px;
}
.select2.display-row.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  margin-right: 20px;
}
.form-control-in-panel-small {
  display: inline !important;
  margin-top: 0px;
}
.form-control-small {
  font-weight: bold;
  display: block;
  width: 100%;
  height: 25px;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.nav-no-style,
.nav-no-style:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.valign-top-label {
  vertical-align: top;
}
.menuVertical #LeftPanel {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d5d5d5 !important;
  background: #d5d5d5;
}
.menuVertical #LeftPanel #side-menu-user {
  margin-top: 4px;
  width: 15%;
}
.menuVertical #LeftPanel .nav {
  float: left;
  margin-top: 20px;
  height: 72px;
}
.menuVertical #LeftPanel .nav > li > a > i {
  text-align: right;
  width: 10%;
  position: absolute;
  right: 0;
}
.menuVertical #LeftPanel .nav > li > a > div {
  width: 100%;
}
.menuVertical #LeftPanel .user-info {
  width: auto;
}
.menuVertical #LeftPanel .user-section {
  margin-top: 16px;
}
.menuVertical #LeftPanel ul#MainMenu li {
  border-bottom: none !important;
  display: inline-block;
  padding-right: 10px;
  position: static;
}
.menuVertical #LeftPanel .collapse,
.menuVertical #LeftPanel .collapsing {
  height: auto;
  position: absolute;
  top: 78px;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
.menuVertical #LeftPanel .has-submenu.active ul {
  position: absolute;
  top: 78px;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
.menuVertical #LeftPanel .has-submenu.active ul li a {
  padding-right: 25px;
  padding: 10px 25px 10px 3px;
  min-height: auto;
}
.menuVertical #LeftPanel .has-submenu.active ul li a:hover {
  background: #999;
}
.menuVertical #page_wrapper {
  margin: 0;
}

    .page-header {
        font-size: 14px;
	margin-left: 25px !important;

    }
   .panel-primary,
   .panel-default {
  
	margin-left: 20px;  
}

#MainMenu ul.nav-second-level li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  background-color: white;
}

@media (min-width: 768px) {
  #LeftPanel {
    position: fixed;
    top: 70px; /* výška horní navigace */
    bottom: 0;
    overflow-y: auto;
  }
}

/*# sourceMappingURL=nav_recombination.css.map */
