html {
    overflow-y:scroll;
}

div {
  /*border: 1px solid pink;*/
}  

body {
  background: linear-gradient(to bottom, #bae0f8, #fbfeff) no-repeat center center fixed;
}

.main {
  max-width: 1170px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
}

.menu {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  background-color: white;  
}

.dropdown {
    position: relative !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.font16 {
   font-size: 16px !important;
}

.margin15 {
  margin-top: 15px;
}

.marg_bot0 {
  margin-bottom: 0px !important;
}

.right4px {
  margin-right: 4px;
}

.right10px {
  margin-right: 10px;
}

.right20px {
  margin-right: 20px;
}

/*
.nulovy_ramecek{
  margin: 0px !important;
  padding: 0px !important;
}*/

.tooltip-inner {
  text-align: left !important;
  background-color: gray !important;
  color: white !important;
  opacity: 1 !important;
}

.alert {
  padding-top: 6px;
  padding-bottom: 6px;
}

.font-bold {
font-weight: bold !important;
}

/*vypnutí šipek u číselného inputu*/
input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}


.btn-light-green {
    color: white;
    background-color: #8AC249;
    border-color: #78a83f;
}
.btn-light-green:hover {
    color: white !important;
    background-color: #78a83f;
    border-color: #78a83f;
}
.btn-llight-green {
    color: #8AC249;
    background-color: transparent;
    border-color: #8AC249;
}
.btn-llight-green:hover {
    color: #fff;
    background-color: #8AC249;
    border-color: #8AC249;
}


.btn-gray {
    color: white;
    background-color: #9D9D9D;
    border-color: #888888;
}
.btn-gray:hover {
    color: white !important;
    background-color: #888888;
    border-color: #888888;
}
.btn-lgray {
    color: #9D9D9D;
    background-color: transparent;
    border-color: #9D9D9D;
}
.btn-lgray:hover {
    color: #fff;
    background-color: #9D9D9D;
    border-color: #9D9D9D;
}


.btn-blue-gray {
    color: white;
    background-color: #5F7C8A;
    border-color: #516a76;
}
.btn-blue-gray:hover {
    color: white !important;
    background-color: #516a76;
    border-color: #516a76;
}
.btn-lblue-gray {
    color: #5F7C8A;
    background-color: transparent;
    border-color: #5F7C8A;
}
.btn-lblue-gray:hover {
    color: #fff;
    background-color: #5F7C8A;
    border-color: #5F7C8A;
}


.text-red {
    color: #F34235;
}

.text-pink {
    color: #E81D62;
}

.text-purple {
    color: #9B26AF;
}

.text-deep-purple {
    color: #6639B6;
}

.text-indigo {
    color: #3E50B4;
}

.text-blue {
    color: #2095F2;
}

.text-light-blue {
    color: #02A8F3;
}

.text-cyan {
    color: #00BBD3;
}

.text-teal {
    color: #009587;
}

.text-green {
    color: #4BAE4F;
}

.text-light-green {
    color: #8AC249;
}

.text-lime {
    color: #CCDB38;
}

.text-yellow {
    color: #FEEA3A;
}

.text-amber {
    color: #FEC006;
}

.text-orange {
    color: #FE9700;
}

.text-deep-orange {
    color: #FE5621;
}

.text-brown {
    color: #785447;
}

.text-gray {
    color: #9D9D9D;
}

.text-blue-gray {
    color: #5F7C8A;
}

.text-black {
    color: #2d2d2d;
}
