html{
	height:100%;
}

#wrapper{
	height:100%;
}

.openModal:hover {
cursor: pointer;
}

.ok:hover{
    background-color: rgba(0, 0, 0, 0.075);
}
.table-padding{
    padding-bottom: 30px;
}

.upozorneni{
    margin-bottom: 30px;
    float:left;
}
.tableHead{
    width:100%;
    text-align: center;}
.icon{
    float:right;
    color: #858796;
    font-weight: bold;
    padding-left: 5px;
}
.icon:hover{
    cursor:pointer;
    color: #D4004A;
}
.robot_input{
border:none;
outline: none;
border-bottom: solid 1px darkgray ;
}
.color_input{
    border:none;
    outline: none; 
}


.min_row{
min-width: 200px;
}

.robot_input:focus{
    outline: none;
    border-bottom: solid 1px black ;

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    outline: none;
  -webkit-appearance: none;
  margin: 0;
}
.center{
    text-align: center;
}
.active-link{
    color: #D4004A;
    border-right: solid #D4004A 5px;
}

.error-alert{
    font-weight: bold;
    color: #e74a3b;
    display: none;
}
.check{
color: green
}
.check:hover{
    cursor: default;
    color: green
}

.inputNOK{
    color: #e74a3b;
}

.robot-error{
    color: #FF5733;
}

.row-error{

    color:#FF5733
}

.my-icon{
    font-size: 20px;
    line-height: 5px;
}
.hide{
    display: none;
}

.panel{
    color: white;
}

.panel_head{
    color: black;
    border-bottom: solid black 2px;
    margin: 1px;
}

.panel_body{
   min-height: 60px;
    display: block;
    line-height: 0.5;

}

.tr-top{
    vertical-align: top;
}
.panel_link{
   color:#858796;
   word-break: break-all;
   vertical-align: text-top;
   padding-bottom: 2px;
   padding-top: 3px;
   max-width: 160px;
   line-height: 14px;
}
.panel_link:hover{
    cursor:pointer;
    color: #D4004A;
}

.panel_title{
    padding: 7px;
    width: 160px;
	padding-bottom:1px;
 }
.arrows{
    font-size: 10px;
    float: left;
}
.datum{
    text-align:center;
    font-size: 12px;
}
.my_link{
    word-break: break-all;
}
.panel_table{
    width: 100%;
}

.myButton{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #D4004A;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 0.2rem;
    margin: 0 auto;
}
.myButton:hover{
    cursor:pointer;
    color:white;
    background-color:#D4004A ;
}
.myButton:focus{
    outline: none;
    -webkit-appearance: none;
    margin: 0 auto;
}

.topbar{
    height: 3rem;
}
.panel_name{
    margin-bottom: 0px;
}

.pb-3, .py-3 {
     padding-bottom: 0.1rem !important;
}

.pt-3, .py-3 {
    padding-top:0.5rem !important;
}
.card-header{
    padding: 0.75rem, 0.5rem;
}
.nav-link{
    display: block;
    padding: 0.1rem 0.2rem;
}

#content{
    background-image: url("../img/green.jpg");
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.card{
    background-color: rgba(0, 0, 0, 0);
    border: none;
     overflow: hidden; 
}
.card-body{
    overflow: hidden; 
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.7) !important;
}
.col-white{
    color:white;
}

#accordionSidebar {
    background:  url(../img/greenside.png) no-repeat 0 bottom;
    background-size: cover;
    border: none;
}

.sidebar-dark .sidebar-brand {
    background-image: url(../img/ico-rozcestnik.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}

.container-fluid{
  /* LOGO  background-image: url(../img/yellowV.png); */
    background-repeat: no-repeat;
    max-width: 100%;
    overflow: hidden; /* Hide scrollbars */
}

tbody.panel_body tr:first-child td:first-child {padding-top:5px;}



@media only screen and (max-width: 800px) {
    #accordionSidebar{
        display: none;
    }
    #content-wrapper{
        margin-left: 0px;
    }
  }

  .grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(170px,1fr));
    grid-auto-rows: 5px;
  }

  .panel_style {
    opacity: 0.8;
    box-shadow: 0 0 7px grey;   
    max-width: 170px;;
  }
  .no{
      font-size: 10px;
      margin-left: 5px;
      float: left;
  }
   .panel_style::before, .panel_style::after {
     box-sizing: initial;
}
.panel_container::before, .panel_container::after {
    box-sizing: initial;
}

.grid-item { 
                padding-bottom: 10px; }
.grid-item--width2 { width: 400px; }

.table-responsive{
    overflow: hidden; 
}

#loading{
    text-align: center;
}
#title, #link{
    width: 400px;
}
.link-modal{
    margin: 20vh auto 0px auto;
}
.modal-darken{
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.75);
}
