button, .button, .button.green, button.green, .button.orange, button.orange{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 14px 25px;
  border: none;
  border-radius: 30px;
  line-height: 1;
  background-color: #0FDB73;
  min-width: 150px;
  cursor: pointer;
}

.button_small{
  padding: 8px 13px;
}

a button, a .button, a .button.green, a.button.green, a button.green, a .button.orange, a.button.orange, a button.orange{
  color: white !important;
}

#vzory-smluv li button{
  margin-right: 10px;
}

.item_buttons button, #vzory-smluv li p.smlouvy-right button{
  margin-left: 10px;
  margin-right: 0px;
}

.mce-tinymce button{
  min-width: auto;
  background-color: white !important;
  color: grey;

}

.button.orange, button.orange{
  background-color: #FF8700;
}

button:hover{
  background-color: rgb(13,193,101);
}

.button.orange:hover, button.orange:hover{
  background-color: #e67a00 !important;
}

button::before{
  margin-left: 0px !important;
  margin-right: 15px !important;
}

.button_small::before{
  margin-right: 10px !important;
  vertical-align: middle;
}

.button_light{
  border: 1px solid #0FDB73;
  color: #0FDB73 !important;
  background-color: transparent;
}

.button_light:hover{
  border: 1px solid rgb(13,193,101);
  color: rgb(13,193,101) !important;
  background-color: transparent;
}

.button_icon{
  min-width: auto;
  padding: 5px 5px;
  color: #D5D1E5 !important;
  border: 1px solid #D5D1E5;
  background-color: transparent;
  vertical-align: baseline;
  margin-right: 0px;
  margin-left: 0px;
}

.button_icon:hover{
  color: #7C7990 !important;
  border-color: #7C7990;
  background-color: transparent;
}

.button_icon::before{
  margin-right: 0px !important;
}

input, select, textarea{
  border: 1px solid #D5D1E5;
  font-size: 14px;
  border-radius: 4px;
  padding: 13px 15px;
  width: 217px;
  font-family: 'Muli', sans-serif;
}

select{
  width: 249px;
  background-color: white;
}

input[type="date"]{
  background-color: white;
}

input[type="radio"]{
}

select{
}

input:hover, select:hover, textarea:hover, textarea:focus, input:focus, select:focus, .container:hover input ~ .checkmark, .container_ch:hover input ~ .checkmark_ch{
  box-shadow: 0px 0px 6px #41A3FF;
}

textarea{
  font-family: 'Muli', sans-serif;
  width: 500px;
  height: 120px;
}

.require_elem{
  color: #dd0c0c;
  font-weight: bold;
}

.err, .edit_error{
  color: #dd0c0c;
  display: block;
  padding-top: 10px;
}

.mce-tinymce{
  border: 1px solid #D5D1E5 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

/*------------------------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 5px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #D5D1E5;
  border-radius: 4px;
  background-color: white;
}

.desc{
  display: inline-block;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
}

/* When the checkbox is checked, add a blue background */
/*.container input:checked ~ .checkmark {
  background-color: rgb(13,193,101);
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(13,193,101);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------------------------------------------------------------------------*/

/* The container */
.container_ch {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark_ch {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #D5D1E5;
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_ch:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_ch input:checked ~ .checkmark_ch:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_ch .checkmark_ch:after {
  top: 8.3px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(13,193,101);
}

#filter_knihovna .container{
  margin-right: 30px
}

/*-----------------------------------------------------------------------------------------------*/

.status{
  width: calc(100% - 50px);
  padding: 15px 25px;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: white;
  font-weight: bold;
}

.status.positive{
  background-color: #0FDB73;
}

.status.negative{
  background-color: #FF8700;
}

/*-------------------------------------------------------------------------------------------------*/

td, th{
  padding: 7px 7px;
}

td:first-of-type, th:first-of-type{
  padding-left: 0px;
}

/*------------------------------------------------------------------------------------------------*/

.registrace #content, .registrace #content p, .kontakt #content, .kontakt #content p{
  text-align: center;
}

.registrace #content table, .kontakt #content table{
  display: block;
  width: 500px;
  margin: 0 auto;
}

.registrace #content tr td, .kontakt #content tr td{
  width: 250px;
}

.registrace #content tr td:first-of-type, .kontakt #content tr td:first-of-type{
  text-align: right;
}

.kontakt #content textarea{
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  height: 150px;
}

.registrace #content .grey h3, .kontakt #content .grey h3{
  margin-top: 20px
}