body {
  color: #847f81;
  font-family: Calibri;
  font-weight: 600;
}

h1 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-header h2 {
  font-size: 1.5rem;
}

#ff_loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  text-align: center;
  padding-top: 45vh;
}

#ff_loader_inner {
  border: 3px solid #e40019;
  background: rgba(255,255,255,0.8);
}

#ff_loader_text {
  margin-top: 25px;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.has-error input,
.has-error select,
.has-error textarea {
  border: 1px solid #ff0000 !important;
  box-shadow: 0px 0px 2px 0px #ff0000 !important;
}

.error-list {
  list-style: none !important;
  color: #ff0000 !important;
  padding-left: 5px !important;
  line-height: 16px !important;
  margin-top: 5px !important;
  font-size: 14px !important;
}

.recap-value {
   font-weight:400;
   font-style:italic;
}

.bg-dark-gray {
  background-color: #847f81;
}

.bg-gray {
  background-color: #d5d2d3;
}

.bg-light-gray {
  background-color: #ededed;
}

.bg-very-light-gray {
  background-color: #f2f2f2;
}

.bg-red {
  background-color: #e40019;
}

.bg-green {
  background-color: #60b300;
}

.bg-error-light {
  background-color: #ffc9c9;
}

.bg-success-light {
  background-color: #c1ff7a;
}

.dark-gray {
  color: #847f81;
}

.red {
  color: #e40019;
}

.white {
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.cell {
  border: 1px solid #000;
  padding: 0px 5px;
  margin-right: 10px;
}

.btn.disabled, 
.btn:disabled {
  background-color: #847f81;
  color: #ffffff;
  opacity: 1;
  box-shadow: none;
}

.cell-selected {
  background-color: #e40019 !important;
  color: #fff !important;
}

.cell-discount {
  position: relative;
}

.cell-discount::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
}

.cell-selected button {
  visibility: hidden;
}

.font-size-0_8 {
  font-size: 0.8rem;
}

.relative {
  position: relative;
}

a {
  color: #e40019;
}

a:hover {
  text-decoration: none;
}

.breadcrumb {
  padding: 0rem 0rem 0rem 0.6rem;
  border-radius: 0rem;
  background-color: unset;
  text-transform: uppercase;
}

.breadcrumb-item {
  background-color: #dedbdc;
  padding: 0rem 0rem 0rem 1rem;
  margin-left: -0.6rem;
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item.post-active {
  background-color: #c1bebf;
  color: #fff;
  border-radius: 0% 50% 50% 0%;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0rem;
  content: "";
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-number {
  background-color: #dedbdc;
  border-radius: 50% 0% 0% 50%;
  width: 1.5rem;
  text-align: center;
  display: inline-block;
}

.active .breadcrumb-number {
  background-color: #c1bebf;
}

.post-active .breadcrumb-number {
  background-color: #e40019;
  border-radius: 100%;
}

.breadcrumb-text {
  display: inline-block;
}

.active .breadcrumb-text {
  background-color: #c1bebf;
  margin-left: -4px;
}

ol.breadcrumb li:nth-child(1) {
  z-index:4; 
}
ol.breadcrumb li:nth-child(2) {   
  z-index:3;  
}
ol.breadcrumb li:nth-child(3) {
  z-index:2;  
}
ol.breadcrumb li:nth-child(4) {   
  z-index:1;  
}

.page-title, .page-subtitle {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.form-number {
  border-radius: 50%;
  color: #fff;
  width: 1rem;
  line-height: 1rem;
  font-size: 0.8rem;
  text-align: center;
  margin-right: 1rem;
  font-weight: normal;
  position: absolute;
  left: -15px;
  top: 5px;
}

.border-radius {
  border-radius: 50%;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="date"],
.form-group input[type="number"],
.form-group input[type="email"],
.form-group input[type="phone"], 
.form-group select {
  display: block;
  margin-left: 2rem;
  width: 15rem;
  height: 2rem;
}

input[disabled="disabled"] {
  cursor: no-drop;
}

.form-group .form-offset {
  margin-left: 2rem;  
}

.form-group label {
  text-transform: uppercase;
  font-weight: bold;
  color: #847f81;
}

.card {
  background-color: transparent;
  border: none;
}

.card img {
  max-width: 12rem;
}

.card .card-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #847f81;
}

.card .card-text {
  font-size: 0.8rem;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 12px;
  padding: 2px 20px;
  line-height: 1.2rem;
  box-shadow: 1px 1px 5px 0px #888;
}

.btn:hover {
  box-shadow: none;
}

.btn.white:hover {
  color: #fff;
}

table,
table select,
#rekapitulace {
  font-weight: bold;
  color: #847f81
}

.w-35 {
  width: 35%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.padding-left-5 {
  padding-left: 5rem;
}

.pbt-0_2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.pbt-0_4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pbt-0_8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

td.oddelovac {
  height: 0.5rem;
}

.bt {
  border-top: 1px solid;
}

.br {
  border-right: 1px solid;
}

.bb {
  border-bottom: 1px solid;
}

.bl {
  border-left: 1px solid;
}

.btr {
  border-top: 1px solid;
  border-right: 1px solid;
}

.btb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.btl {
  border-top: 1px solid;
  border-left: 1px solid;
}

.brb {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.brl {
  border-right: 1px solid;
  border-left: 1px solid;
}

.bbl {
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.btrb {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.btrl {
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}

.btbl {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.brbl {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.btrbl {
  border: 1px solid;
}

.bt-none {
  border-top: none !important;
}

.br-none {
  border-right: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

.bt-gray {
  border-top: 1px solid #f2f2f2 !important;
}

.br-gray {
  border-right: 1px solid #f2f2f2 !important;
}

.bb-gray {
  border-bottom: 1px solid #f2f2f2 !important;
}

.bl-gray {
  border-left: 1px solid #f2f2f2 !important;
}

table.table-bordered {
  border: none !important;
}

#loginForm {
  border-radius: 20px;
}

.news {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
}

.news.bg-light-gray:not(#novinkaTop) {
  box-shadow: 1rem -1rem 0rem -0.4rem;
}

ul.news-attachments {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.news-attachments li.pdf {
  background: url("/img/pdf.png") no-repeat left top;
  padding-left: 25px;
}

.unread {
  background-color: #d5d2d3;
}

.clip {
  position: absolute;
  top: -12px;
  right: 45px;
  width: 40px;
  height: 100px;
}

#news {
  margin-bottom: 2rem;
  padding: 1rem 0rem;
}

#news h3 {
  font-size: 1.3rem;
  color: #e40019;
  margin-bottom: 1rem;
  font-weight: 600;
}

button:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.before-content>div,
.after-content>div {
    height:50px;
}
.red-title {
     color:#e40019;
}
.clnd-login-form {
    font-family: Calibri;
    color: #847f81;
}
.clnd-login-form .login-background {
    background-color:#f2f2f2;
    height:80px;
    border-radius:33px 33px 10px 10px;
}
.clnd-login-form .login-subdiv {
    margin:-72px 8px 8px 8px;
    background-color:#f2f2f2;
    border-radius:25px;
}
.clnd-login-form .login-title {
    background-color:#e40019;
    border-radius: 25px 25px 0 0;
    padding: 5px;
}
.clnd-login-form .login-title h1 {
    color:#ffffff;
    font-size: 1.8rem;
    margin-bottom: 0px;
    margin-top: 5px;
}
.clnd-login-form form input {
    display:block;
    margin: 30px auto 0 auto;
    width:90%;
    text-align: center;
    padding:13px;
    border:none;
    font-size:1rem;
}
.clnd-login-form button.btn.btn-danger {
    margin:30px auto 0 auto;
    border-radius:5px;
    display:block;
    font-size:0.8rem;
    padding:3px 30px;
}
.clnd-login-form .modal button.btn.btn-danger {
    margin:10px auto 0 auto;
}
.clnd-login-form .modal-body {
    font-size:14px;
    line-height:auto;
}
.modal-footer {
    flex-direction: column;
}
.clnd-login-form a.lost-pwd {
    margin:10px auto 30px auto;
    color:#847f81;
    text-decoration:underline;
    display: inline-block;
}
.clnd-login-form a.lost-pwd:hover {
    text-decoration:none;
}

.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover {
    background-color: #e40019;
    background-image: -moz-linear-gradient(to bottom,#e40019,#ff001c);
    background-image: -ms-linear-gradient(to bottom,#e40019,#ff001c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e40019),to(#ff001c));
    background-image: -webkit-linear-gradient(to bottom,#e40019,#ff001c);
    background-image: -o-linear-gradient(to bottom,#e40019,#ff001c);
    background-image: linear-gradient(to bottom,#e40019,#ff001c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.datepicker table tr td.today:hover:hover {
  color: #fff;
  background-image: linear-gradient(to bottom,#dc4c5c,#fb5e6f);
}

.clnd-calc-form {
    font-family: Calibri;
    color: #847f81;
}
.clnd-calc-form h2 {
     text-transform:uppercase;
     margin-bottom:25px;
}

.clnd-calc-form .row-table>div,
.clnd-calc-form .row-range>div {
     background-color:#f2f2f2;
     padding:25px 50px 15px 50px;
}
.clnd-calc-form .row-range>div {
     background-color:#eaeaea;
}
.clnd-calc-form .row-range-control,
.clnd-calc-form .individual-quote-control {
  cursor: pointer;
}
.clnd-calc-form .individual-quote-control {
  width: 20px;
  top: 0px;
  right: 5px;
  fill: #847f81;
}
.clnd-calc-form .individual-quote-control svg {
  height: 25px;
  width: 25px;
}
.clnd-calc-form select, 
.clnd-contract-form select {
  width: 100%; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 6px;
}
.clnd-calc-form select {
  background-color: #e40019;
  color: #fff;
  border: none;
  font-weight: bold;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><polygon points='297.084,432.225 307.417,425.725 307.334,420.641 297.001,426.975 286.834,420.474 286.917,425.807' transform='translate(-286.6172,-420.30173)' /></svg>");
}
.clnd-contract-form select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(132,127,129)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><polygon points='297.084,432.225 307.417,425.725 307.334,420.641 297.001,426.975 286.834,420.474 286.917,425.807' transform='translate(-286.6172,-420.30173)' /></svg>");
}
.clnd-calc-form #table-mbi-quote select {
  text-align: center;
}

.border-solid {
  border: 1px solid;
}

.product-parameters {
  color: #847f81;
}

.product-name {
  font-size: 20px;
  text-transform: uppercase;
}

.clnd-calc-form td {
  padding-left:5px;
  padding-right:5px;
}

.clnd-calc-form select  {
  margin:0px;
}
.clnd-calc-form #individual-quote table {
  margin-top: -1px;
}
.clnd-calc-form #individual-quote select {
  padding-left: .2rem!important;
}
.clnd-calc-form .table {
     font-weight:bold;
     background-color:#ffffff;
}
.clnd-calc-form .table thead th.col-typ {
     color:#ffffff;
     background-color:#e40019;
}
.clnd-calc-form .row-table table{
  white-space: nowrap;
}
.scrollme {
    overflow-y: hidden;
    overflow-x: auto;
}
.table thead th,
.clnd-calc-form .table td,
.table th {
    border:1px solid #847f81;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
}

.cell-select {
  padding: 0px !important;
  background-color: #e40019 !important;
}

.select-quotation {
  display: block;
  font-size: 12px;
  margin: auto;
  padding: 0pc 15px;
}

.clnd-calc-form .table .show-installment .cell-clickable,
.clnd-calc-form .table thead .col-var {
    background-color:#eaeaea;
}
.clnd-calc-form .table tbody tr:nth-of-type(2n+1) .col-typ {
    background-color: #eaeaea;
}
.clnd-calc-form .table tbody .empty-row {
    background-color:#f2f2f2;
}
.clnd-calc-form .table tbody .empty-row td {
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}
.clnd-calc-form .cell-clickable,
.clnd-calc-form .column-1,
.clnd-calc-form .column-2,
.clnd-calc-form .column-3 {
  text-align: center;
}

#provize-max,
#provize-value,
#provize-min,
#range-max,
#range-min,
.cell-clickable .cena {
  white-space:nowrap;
}

.cell-detail {
  position: absolute;
  top: 0;
  text-align: left;
  font-size: 11px;
  font-style: italic;
}

.clnd-calc-form .range-button {
    background-color:#e40019;
    width:50px;
    height:50px;
    border:none;
    border-radius:25px;
    vertical-align:middle;
    position:absolute;
    top:0px;

}
.clnd-calc-form .range-button.minus {
    left:15px;
}
.clnd-calc-form .range-button.plus {
    right:15px;
}
.clnd-calc-form .range-button span{
    font-size:50px;
    color:#ffffff;
    font-weight:700;
    line-height:34px;
    outline:none;
}
.clnd-calc-form input[type="text"],
.clnd-calc-form input[type="email"] {
    border:1px solid #847f81;

}
.clnd-calc-form .range-title {
    font-size:18px;
    font-weight:700;
}
.clnd-calc-form .range-label label{
    font-weight:700;
}
.clnd-calc-form .range-input input {
    width:120px;

    text-align:center
}
.clnd-calc-form .range-value input {
    width:80px;
    text-align:center;
    margin-bottom:25px;
}
.clnd-calc-form input[type="range"] {
    width:100%;
    padding-left: 70px;
    padding-right: 70px;
}
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    padding:0;
    margin:9px 0 0 0;
    height:30px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}


input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 36px;
    border-radius: 10px;
    background: #e40019;
    cursor: pointer;
    margin-top: -7px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: none; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    box-shadow: none;
    border: none;
    height: 20px;
    width: 36px;
    border-radius: 10px;
    background: #e40019;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 20px;
    width: 36px;
    border-radius: 10px;
    background: #e40019;
    cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: none;
    background: #847f81;
    border-radius: 0px;
    border: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #847f81;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: none;
    background: #847f81;
    border-radius: 0px;
    border: none;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 0px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #847f81;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
input[type=range]:focus::-ms-fill-lower {
    background: #847f81;
}
input[type=range]::-ms-fill-upper {
    background: #847f81;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
input[type=range]:focus::-ms-fill-upper {
    background: #847f81;
}
.arrow-down {
    float:right;
    margin-bottom:10px;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #e40019;
    line-height: 0rem;
    width: 45px;
    height: 45px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.arrow-down svg {
    fill: #fff;
}
.arrow-down-gray {
    margin-bottom:10px;
    padding: 0.5rem;
    line-height: 0rem;
    width: 45px;
    margin: 0 auto;
    cursor: pointer;
}
.arrow-down-gray svg {
    fill: #847f81;
}
.arrow-down-gray:hover {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.action-disabled {
  background-color: #847f81;
  color: #ffffff;
  cursor: auto !important;
}

@media (max-width: 575px) {
  .clnd-calc-form .row-table > div,
  .clnd-calc-form .row-range > div {
      padding: 25px 15px 0 15px;
  }
}

.clnd-my-contracts .table-title h2 {
    margin:5px 15px 0px 15px;
}
.clnd-my-contracts .table-title-inner {
    background-color:#f2f2f2;
}
.clnd-my-contracts .table-search {
    text-align:right;
}
.clnd-my-contracts .input-search {
    background-color:#eaeaea;
    border:none;
    height:26px;
    display:block;
    width:200px;
    padding-right:26px;
    padding-left:5px;
}
.clnd-my-contracts .table-search .search-submit{
    width:26px;
    height:26px;
    background-color:#847f81;
    border:none;
    position: absolute;
    top: 0;
    right:0px;
    text-align: center;
    padding: 0;
    cursor:pointer;
}
.clnd-my-contracts .form-contracts-search {
    display:inline-block;
    margin-top:10px;
    position: relative;
    margin-left:15px;
    margin-right:15px;
    margin-bottom: 0.6rem;
}
.clnd-my-contracts .table-search .search-submit i{
    color:#ffffff;
}
.clnd-my-contracts .table thead th {
    background-color:#847f81;
    color:#ffffff;

}
.clnd-my-contracts td,
.clnd-my-contracts th{
    padding:3px 10px;
    border:1px solid #847f81;
}
.clnd-my-contracts th i {
    cursor:pointer;
    padding: 3px;
}
.clnd-my-contracts th i.sort-by {
    background-color: #60b300;
    border-radius: 50%;
}
.clnd-my-contracts td {
    color: #000000;
}
.clnd-my-contracts tr.active td {
    background-color:#c1ff7a;
}
.clnd-my-contracts tr.registered td,
.clnd-my-contracts tr.expired td {
    background-color:#ffc9c9;
}
.clnd-my-contracts tr.canceled td {
    background-color:#d5d2d3;
}
.clnd-my-contracts td.col-button,
.clnd-my-contracts th.col-button {
    width:29px;

}
.clnd-my-contracts td.col-button {
    background-color:#60b300 !important;
    color:#ffffff;
    cursor:pointer;
    padding: 0;
}
.clnd-my-contracts td.col-button div {
    color: #fff;
}
.clnd-my-contracts td.col-button div {
    width: 29px;
    text-align: center;
    height: 29px;
    padding-top: 5px;
}
.clnd-my-contracts .row.detail {
    margin:20px 0px;
}
.clnd-my-contracts .red-point,
.clnd-my-contracts .green-point,
.clnd-my-contracts .gray-point {
    width:25px;
    height:25px;
    border-radius:12.5px;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px;
}
.clnd-my-contracts .red-point {
    background-color:#ffc9c9;
    border: 2px solid #e40019;
}
.clnd-my-contracts .green-point {
    background-color:#c1ff7a;
    border: 2px solid #60b300;
}
.clnd-my-contracts .gray-point {
    background-color:#d5d2d3;
    border: 2px solid #847f81;
}
.clnd-my-contracts .table tbody .empty-row {
    background-color:#ffffff;
}
.clnd-my-contracts .table tbody .empty-row td {
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}
.clnd-my-contracts table{
        white-space: nowrap;
}
.section-header {
    height:53px;
    background-color: #d5d2d3;
}
.red-start {
    background-color: #e40019;
    position:absolute;
    height:53px;
    width:30px;
}
.circle {
    display: inline-block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 35px 0 35px;
    margin-top: 0px;
    padding: 0;
    background: #d5d2d3;
    color: #e40019;
    z-index:10;
    position: relative;
    box-sizing: content-box ;
    font-weight:600;
    line-height: 3.3rem;
}
.section-header .circle {
    box-shadow: 0px 0px 0px 20px #fafafa
}
.section-header h2 {
    text-transform:uppercase;
    color:#e40019;
    font-weight:600;
    display:inline-block;

}
.car-parameters>div>.car-parameters-inner,
.policy-parameters>div>.policy-parameters-inner,
.insurance-parameters>div>.insurance-parameters-inner,
.clnd-first-step>div>.clnd-first-step-inner,
.clnd-second-step>div>.clnd-second-step-inner,
.clnd-third-step>div>.clnd-third-step-inner {
    color:#847f81;
    font-size:18px;
    font-weight:600;
    padding-top:0px;
    padding-bottom:35px;
    margin-bottom: 0px;
    background-color: #f2f2f2;
}
.insurance-parameters-inner>form>.row,
.insurance-parameters-inner>form>#second-form>.row,
.car-parameters-inner>.row {
    padding-top:10px;
    padding-bottom:10px;
}
.offset-xl-1-5 {
    margin-left: 0;
}
.checkbox-label-before label {
  text-transform: none;
}
.clnd-contract-form input[type="date"],
.clnd-contract-form input[type="text"],
.clnd-contract-form input[type="email"],
.clnd-contract-form input[type="tel"],
.clnd-contract-form input[type="number"],
.clnd-contract-form input[type="phone"],
.clnd-contract-form select {
    width:100%;
    border: 1px solid #847f81;
    padding-left: 5px;
    padding-right: 5px;
}
.clnd-contract-form .new-section {
    padding-top: 35px;
    padding-bottom:0;
}
.new-section label,
.clnd-contract-form label {
    margin:0;
}
.input-detail {
    text-transform: none;
    font-weight:400;
}
#form-company,
#form-company-2,
#new-contact-address,
#new-contact-address-2,
#second-form {
    display:none;
}
input[type=checkbox], .contract-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox-label label {
  padding-right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-label label::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  margin-left: 5px;
  top: 44%;
  -webkit-transform: translateY(-44%);
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
  transform: translateY(-44%);
  border-radius: 2px;
  border: 1px solid #847f81;
  background-color:#ffffff;
}

input[type=checkbox]:checked + .checkbox-label label::after,
input[type=radio]:checked + .checkbox-label label::after {
  background-color: #ffffff;
  border: 1px solid #847f81;
    background: url("./../img/checkbox.svg") no-repeat center center #ffffff;
}

.checkbox-label-before label {
  padding-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-right: 15px;
}

.checkbox-label-before label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  margin-right: 5px;
  top: 44%;
  -webkit-transform: translateY(-44%);
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
  transform: translateY(-44%);
  border-radius: 2px;
  border: 1px solid #847f81;
  background-color:#ffffff;
  left:0px;
}
.checkbox-label-before > input[type=checkbox]:checked + label::before,
.checkbox-label-before > input[type=radio]:checked + label::before {
  background-color: #ffffff;
  border: 1px solid #847f81;
  background: url("./../img/checkbox.svg") no-repeat center center #ffffff;
}
input[type="date"] {
  position:relative;
  padding-right:30px;
}
.icon-date,
.icon-search {
  content: '';
  display: block;
  width: 26px;
  height: 22px;
  position: absolute;
  vertical-align: middle;
  top: 13px;
  -webkit-transform: translateY(-41%);
  -moz-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
  -o-transform: translateY(-41%);
  transform: translateY(-41%);
  right:20px;
  cursor: pointer;
}
.icon-date {
  background: url("./../img/kalendar.svg") no-repeat center center transparent;
  background-size: contain;
}
.icon-search {
  background: url("./../img/search.svg") no-repeat center center transparent;
  background-size: contain;
  right: 5px;
}
.date-wrapper .icon-date {
  right:5px;  
}
.btn-dissabled {
  cursor:initial;
}
.ontario-error-list {
  color: #e40019;
  list-style: none;
}

#btn-ulozitkalkulaci,
#btn-tiskkalkulace,
#btn-odeslatkalkulaci {
  height: 2rem;
}

.notification-center {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 50px;
}

.col-pdf-email {
  width: 64px;
}

@media (max-width: 575px) {
    .clnd-my-contracts .table-title,
    .clnd-my-contracts .table-search {
        text-align:center;
    }
    .clnd-my-contracts .table-search {
        margin-bottom:10px;
    }
    .btn {
        padding: 2px 10px;
    }
}

@media (min-width: 1200px) {
  .offset-xl-1-5 {
      margin-left: 12.499999999995%;
  }
  #gap-doba-pojisteni {
    padding-left: 30px;
    width: 88%;
  }
  #mbi-doba-pojisteni {
    padding-left: 18px;
    width: 60%;
  }
}
@media (max-width: 1199px) {
    .clnd-calc-form .select-variant-cell {
      min-width:130px;
    }
    .clnd-calc-form td {
      min-width:70px;
    }
    .clnd-calc-form td.w-15 {
      width: 120px;
      display: table-cell;
      max-width: 120px;
      min-width: 120px;
    }
    .clnd-calc-form td.w-20 {
      width: 120px;
      display: table-cell;
      max-width: 120px;
      min-width: 120px;
    }
    .clnd-calc-form td.w-35 {
      width: 250px;
      display: table-cell;
      max-width: 250px;
      min-width: 250px;
    }
    #table-mbi-quote,
    #individual-quote {
      font-size: 0.8rem;
    }
    #gap-doba-pojisteni {
      padding-left: 20px;
      width: 94%;
    }
    #mbi-doba-pojisteni {
    padding-left: 20px;
    width: 67%;
  }
}
@media (max-width: 991px) {
    .clip {
        right: 20px;
    }
    #ff_loader_text {
      margin-top: 15px;
      padding-left: 50px;
    }
    #gap-doba-pojisteni,
    #mbi-doba-pojisteni {
      padding-left: 1px;
      width: 94%;
    }
}
@media (max-width: 767px) {
    #news h3 {
        padding-right: 20px;
    }
    .clip {
        right: 10px;
        width:20px;
    }
    .clip svg {
        height: 70px;
    }
    .sm-left {
        text-align:left !important;
    }
    .sm-right {
        text-align:right !important;
    }
    .sm-center {
        text-align:center !important;
    }
    .print-button {
        margin-top:25px;
        margin-bottom:25px;
    }
    .form-number {
      position: unset;
      display: inline-block;
      margin-right: 0.5rem;
      margin-left: 0.0rem;
    }
    .car-parameters > div > .car-parameters-inner,
    .insurance-parameters > div > .insurance-parameters-inner,
    .clnd-first-step > div > .clnd-first-step-inner,
    .clnd-second-step > div > .clnd-second-step-inner,
    .clnd-third-step > div > .clnd-third-step-inner {
      padding-left:15px;
      padding-right:15px;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .h2, h2, .section-header h2 {
        font-size: 1rem;
    }
    .recap-value {
       font-weight:400;
       font-style:italic;
       margin-bottom:5px;
       display: block;
    }
    input, select {
       margin-bottom:10px;
    }
    .icon-date {
        top: 35%;
    }
    .section-header {
        height: 33px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .red-start {
        height: 33px;
    }
    .section-header .circle {
        box-shadow: 0px 0px 0px 10px #fafafa;
    }
    .circle {
        display: inline-block;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        font-size: 1rem;
        text-align: center;
        margin: 0 20px 0 20px;
            margin-top: 0px;
        margin-top: 0px;
        padding: 0;
        background: #d5d2d3;
        color: #e40019;
        z-index: 10;
        position: relative;
        box-sizing: content-box;
        font-weight: 600;
        line-height: 2.1rem;
    }
    .car-parameters > div > .car-parameters-inner, .insurance-parameters > div > .insurance-parameters-inner, .clnd-first-step > div > .clnd-first-step-inner, .clnd-second-step > div > .clnd-second-step-inner, .clnd-third-step > div > .clnd-third-step-inner {
        text-transform: uppercase;
        color: #847f81;
        font-size: 16px;
        font-weight: 600;
    }
    .car-parameters-inner,
    .insurance-parameters-inner,
    .clnd-first-step-inner,
    .clnd-second-step-inner,
    .clnd-third-step-inner {
        margin-left:-15px;
        margin-right:-15px;
    }
    .range-value {
        font-size:14px;
    }
    #ff_loader_text {
      margin-bottom: 15px;
    }
    #gap-doba-pojisteni,
    #mbi-doba-pojisteni {
      padding-left: 1px;
      width: 100%;
    }
}

.logo {
  max-width:250px;
  height:auto;
}
.user-menu {
  background-color:#e40019;
  color:#ffffff;
  padding-bottom: 3px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  right: 15px;
  top: -15px;
  z-index: 10;
}
.user-menu ul {
  margin:0;
  padding:0;
}
.user-menu li {
  list-style:none;
  position:relative;
}
.user-menu a {
  color:#ffffff;
  font-weight:600;
}
.user-menu .li-background {
  background-color:rgba(0,0,0,0.1);
  padding:2px 10px;
  margin-bottom: 2px;
}
.user-menu .li-background.bg-black {
  background-color:#1a171b;
}
.user-menu .level-1 .li-background > a:hover {
  color: #d8d8d8;
}
.user-menu .welcome {
  display:block;
}
.user-menu .top-li>.li-background {
  margin-right:54px;
  border-radius: 0 0 0 10px;
}
.user-menu .top-li>img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color:#e40019;
  padding:8px;
  box-sizing:border-box;
  width: 54px;
  border-radius: 0 0 10px 0;
  cursor:pointer;
}
.user-menu ul.level-1,
.user-menu ul.level-2 {
  max-height:0;
  transition: all 0.1s;
   -webkit-transition: all 0.1s;
   overflow:hidden;
}
.user-menu.show-first {
  padding-bottom: 10px;
}
.user-menu.show-first ul.level-1{
  max-height:200px;
}
.user-menu.show-more ul.level-2{
  max-height:200px;
}
.user-menu.show-first .top-li > .li-background {
  border-radius: 0;
}
.user-menu img.arrows {
    position: absolute;
    right: 8px;
    width: 18px;
    top: 5px;
}
.user-menu.show-more img.arrows {
    transform: rotate(180deg);
}
@media (max-width: 575px) {
    .user-menu {
       font-size:12px;
    }
    .user-menu .top-li > img {
        padding: 6px;
        width: 44px;
    }
    .user-menu .top-li > .li-background {
        margin-right: 44px;

    }
    .user-menu img.arrows {
        width: 14px;
    }
    .user-menu {
        right: 5px;
    }
}

@-webkit-keyframes swing {
    75% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(5px);
       transform: translateY(5px);
    } 
}
@keyframes swing {
    75% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(5px);
       transform: translateY(5px);
    } 
}
.document-checklist {
  padding-left: 35px;
  list-style: none;
  margin-bottom: 0;
}
.col-documents {
  position: relative;
}
.col-documents .vlozit-dokumenty-icon {
  position: absolute;
  top: 3px;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  top: 0;
  right: 5%;
  border: none;
  cursor: pointer;
  color: #454545;
  border-radius: 0;
  height: 100%;
  padding: 10px;
  box-shadow: none;
  background-color: #cecece;
  line-height: 2.1rem;
}

.password-wrapper .toggle-password:focus {
  outline: none;
}

.password-wrapper .toggle-password i {
  font-size: 1rem;
}
