/*  
Theme Name: CRM clear theme
Theme URI: https://mobymedia.cz;
Description: CRM clear theme
Version: 2.2
Author: mobymedia.cz
Author URI: https://mobymedia.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/Montserrat-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Montserrat-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Montserrat-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Montserrat-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Montserrat-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular, sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

.save_ok {
  font-family: m-semibold;
  color: #04AA6D; }

.chyba {
  font-family: m-semibold;
  color: red; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

.molecule_list {
  padding-left: 20px;
  margin: 0; }

.molecule_style {
  font-family: m-bold;
  margin-bottom: 0px; }

.edit_user_detail {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  max-width: 350px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
  display: block; }
  .edit_user_detail:hover {
    background: #04AA6D;
    color: white;
    text-decoration: none; }

.save_user_detail {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  max-width: 350px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
  display: none; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.padding_top {
  padding-top: 140px; }

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%; }

table td, table th {
  border: 1px solid #ddd;
  padding: 8px; }

table tr:nth-child(even) {
  background-color: #f2f2f2; }

table tr:hover {
  background-color: #ddd; }

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white; }

.padding_over {
  padding: 50px 0px 50px 0px; }

h1 {
  font-size: 30px;
  font-family: 'm-bold'; }

h2 {
  font-size: 28px;
  font-family: 'm-medium';
  margin: 20px 0px; }

h3 {
  font-size: 20px;
  font-family: 'm-medium'; }

.product_title span {
  color: #04AA6D;
  text-decoration: underline; }

table a {
  color: #04AA6D;
  text-decoration: underline; }
  table a:hover {
    color: #04AA6D;
    text-decoration: underline; }

form {
  max-width: 100%;
  margin: 0px 0px 20px 0px; }
  form.full_form {
    width: 100%;
    max-width: 100%; }
  form.half_form {
    max-width: 100%; }
  form .max_button {
    max-width: 300px; }

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #04AA6D; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

label {
  width: 100%;
  display: block;
  font-family: m-bold;
  margin-bottom: 0px; }

input[type="text"] {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }
  input[type="text"]:last-of-type {
    margin-bottom: 0px; }

select {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }

input[type="datetime-local"] {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }

textarea {
  width: 100%;
  height: 200px;
  padding-left: 15px;
  padding-top: 15px;
  border: 1px solid black; }

input[type="submit"] {
  width: 100%;
  background: #04AA6D;
  border: 0;
  height: 40px;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  max-width: 350px; }

.search_button {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  text-align: center;
  padding: 8px 0px;
  margin-top: 20px; }

.person_detail_info {
  margin-bottom: 0px; }
  .person_detail_info span {
    color: #04AA6D;
    text-decoration: underline; }

header {
  width: 100%;
  z-index: 9999;
  transition: all .5s;
  height: 85px;
  background: white;
  background: #202D42;
  /*&.color_default{
      background: #1F2D42;
  }*/ }
  header #nav {
    transition: all .5s; }
  header .logo {
    display: block;
    float: left;
    transition: all .5s;
    color: white;
    margin-top: 12px; }
    header .logo img {
      width: 245px;
      transition: all .5s; }
  header .navbar {
    padding: 0;
    margin-top: 30px;
    margin-right: 0;
    transition: all .5s;
    float: right; }
  header .over_menu {
    transition: all .5s; }
    header .over_menu ul {
      padding: 0px;
      margin: 0px; }
      header .over_menu ul li {
        display: inline-block;
        margin-right: 45px;
        position: relative;
        transition: all .5s; }
        header .over_menu ul li.current-menu-item {
          position: relative;
          color: white;
          text-decoration: underline; }
        header .over_menu ul li.active a {
          color: white;
          text-decoration: underline; }
        header .over_menu ul li:hover a {
          text-decoration: none;
          color: white;
          text-decoration: underline; }
        header .over_menu ul li:last-of-type {
          margin-right: 0px; }
        header .over_menu ul li a {
          font-size: 18px;
          color: white;
          text-transform: uppercase;
          transition: all .5s;
          font-family: m-bold; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

#aktivita .detail_list_aktivita {
  margin-top: 50px; }
#aktivita .single_aktivita {
  background: #4CB857;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  color: white; }
  #aktivita .single_aktivita .underline {
    text-decoration: underline; }
  #aktivita .single_aktivita p {
    margin-bottom: 0px;
    font-size: 15px; }
#aktivita .divider {
  width: 100%;
  height: 1px;
  background: white;
  margin: 20px 0px; }

footer {
  background: #202D42;
  padding: 20px 0px;
  margin-top: 50px; }
  footer p {
    color: white;
    text-align: center;
    margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .head1 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .head2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 21px;
    margin-right: 5px;
    display: block;
    float: right;
    color: white; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 130px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #04AA6D; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-size: 16px;
          color: #181E1E;
          text-transform: uppercase;
          height: 100%;
          display: block;
          text-decoration: none;
          font-family: m-semibold; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-size: 15px;
            color: #181E1E;
            text-transform: uppercase;
            height: 100%;
            display: block; } }

/*# sourceMappingURL=style.css.map */
