@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

html {
  scroll-behavior: smooth;
}

table#sg-datatables-post_datatable_kk tr th:nth-child(4), table#sg-datatables-post_datatable_kk tr td:nth-child(4) {
  display: none;
}

table#sg-datatables-post_datatable_kk tr th:nth-child(1), table#sg-datatables-post_datatable_kk tr td:nth-child(1) {
  display: none;
}

body {
  padding-top: 15px;
}

/* Old styles */
@media only screen and (max-width: 991px) {
            .fc-scroller {
                overflow: auto !important;
                min-height: 480px !important;
            }
            .fc-basic-view .fc-body .fc-row {
                min-height: 5em !important;
            }
        }

        #calendar h2 {
            margin-top: 25px;
        }

        .percent-value, .percent {
            font-size: 65px;
            font-weight: 500;
            line-height: 72px;
            margin-top: 40px;
        }

        @-webkit-keyframes rotating /* Safari and Chrome */ {
from {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.countdown-item, .sep{

  width: 17%;
  float: left;
  padding: 0 10px;
  text-align: center;
  font-size: 1.75rem;

}
.countdown-item > p.value {
  font-size: 55px;
  font-weight: 500;
  line-height: 72px;
}
.sep {
  padding: 20px 0;
  text-align: center;
  width: 9%;
  float: left;
}
.p-left{
  border-right: 1px #797979 solid;
}
.p-right{
  border-left: 1px #797979 solid;
}
.action-btn > label > a {
  color: black;
}

.action-btn > label > a:hover, .action-btn > label:hover a {
  color: white;
  text-decoration: none;
}

.action-btn a {
  padding: 7px;
  font-size: 12px;

}

.action-btn .btn-outline-success {
  border-color: #c9cbce;
  color: black;
}

.action-btn > .btn-outline-success:hover, .action-btn > .btn-outline-success:active, btn-outline-success:focus  {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #495057 !important;
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}
.icon-red{
  color: red !important;
}

.icon-green{
  color: green !important;
}
.clickable-row {
  cursor: pointer;
}
.table.places td, .table.places th {
  vertical-align: middle;
}
.alert {
  margin-bottom: 2rem;
}
table {
  letter-spacing: 0.024em;
}
@media only screen and (max-width: 768px) {
  .container {
    overflow: auto;
  }
  html {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (orientation: landscape) {
  html {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 991px) {
  .modal-lg {
    max-width: 1050px;
  }
}

/* NEW styles */

.login-form {
  width: 30%;
  text-align: center;
  margin: 0 auto;

}

.login-form input {
  margin: 5px 0;
}

.login-form .btn {
  font-size: 1rem;
  margin-top: 30px;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

.new-record label, .volacky label, #call_name_cbpmr label {
  min-width: 200px;
}

#miner_startDate, #miner_startDate_date, #miner_startDate_time, #call_name_cbpmr_addDate, #call_name_cbpmr_addDate_date, #call_name_cbpmr_addDate_time {
  display: inline-block;
}

#miner_startDate_time, #call_name_cbpmr_addDate_time, #miner_startDate_time {
  margin-left: 60px;
}

#miner_startDate select, #call_name_cbpmr_addDate_date select {
  padding: 2px;
  margin: 0 1px;
}

#miner_startDate select:first-child, #call_name_cbpmr_addDate_date select:first-child {
  margin-left: 0;
}
#call_name_cbpmr_addDate_time select, #new_event_startDate_date select, #new_event_startDate_time select {
  padding: 2px;
  margin: 0 1px;
}

.top-panel .btn {
  margin: 5px 0;
}

.list-volacek {
  margin-bottom: 100px;
}
.start_attach_action {
  display: inline-block;
}
.mt-20 {
  margin-top: 20px;
}

#sel {
  margin: 15px 0;
}

#new_event_startDate_date, #new_event_startDate_time {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}

#new_event_startDate_date:last-child, #new_event_startDate_time:last-child {
  margin-right: 0;
}

label[for=miner_message]
{
  vertical-align: top;
}
label[for=miner_privateMessage]
{
  vertical-align: top;
}
label[for=miner_operatorMessageOutage]
{
  vertical-align: top;
}

label {
  margin: .5rem 0;
}

#miner_message {
  max-width: 350px;
  min-height: 100px;
  width: 100%;
}

#miner_privateMessage{
  max-width: 350px;
  min-height: 100px;
  width: 100%;
}
#miner_operatorMessageOutage{
  max-width: 350px;
  min-height: 100px;
  width: 100%;
}

input[type=checkbox], input[type=radio] {
  min-width: 14px;
  max-width: 14px;
}

.new-udalost textarea {
  height: 120px;
}

.new-udalost .inputBox {
  margin-bottom: 30px;
}
.new-udalost .inputBox .input {
  font-size: 18px;
}

.new-udalost .inputBox .inputText {
  font-size: 18px;
}

.new-udalost #new_event_category {
  padding: 5px;
  margin: 0 1px;
}

.new-udalost #new_event_startDate_date, .new-udalost #new_event_startDate_time {
  margin-top: 0;
}

.new-udalost #new_event_startDate_date select, .new-udalost #new_event_startDate_time select {
  padding: 5px;
  margin: 0 1px;
}
@media only screen and (max-width: 768px) {
  .login-form {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
}

.inputBox .input {
  max-width: initial;
}
