.main-content{
	margin-top: 64px !important;
}

.successField{
	color: green;
	border-color: green;	
}

.errorField{
	color: red;
	border-color: red;
}

.webhosting_services{
	background-color: #ffffff;
	border-color: #b3afb3;
	border: 2px solid;
	border-left-width: 50px;
	border-top-width: 1px;
	border-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-radius: 3px;

	padding-right: 1px;
	padding: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-top: 1;

}

.btnNewPlan{
/*	padding-left: 20px;
	padding-top: 20px;
	padding: 20px;
	padding-bottom: 20px;
	padding-right: 20px;*/
	color: #c4c4c4;
}

.cesta_logo {
    position: fixed;
    z-index: 999;
    top: 200px;
    right: 20px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    color: #000;
    border-radius: 30px;

    cursor: pointer;
    transition: background-color 0.2s linear;
}

.summaryTotal{
	color: black;
	font-size: 40px;
}

.summaryCard{
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2); 
	max-width: 40rem;
}

/* SnackBack */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -150px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* nav li*/
.contract-li:hover{
	background-color: #F4F9F9 !important;
}

.mobile-div {
	visibility: visible;
}
@media screen and (max-width:780px) {
  .mobile-div {
    display:none;
  }
}

/*Tooltip*/
.tooltipError {
	padding: 8px;
    background:#8B0000;
    color: white;
	position: absolute;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    font-size: 13px;
    white-space: pre-line;
    border-radius: 10px;
}

.tooltipSuccess {
	padding: 8px;
    background: green;
    color: white;
	position: absolute;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    font-size: 13px;
    white-space: pre-line;
    border-radius: 10px;
}

.select2-selection {
	text-align-last:center !important;
	height: 38px !important;
	line-height: 35px !important; 
}

.select2-container .select2-selection--single{
	text-align-last:center !important;
	height: 38px !important;
	line-height: 35px !important; 
}

.select2-container--default{
	line-height: 35px !important; 
} 

.select2-selection__rendered{
	line-height: 35px !important; 
}


.cartButton {
    position: fixed;
    z-index: 999;
    top: 135px;
    right: 20px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    /*background-color: #034E79;*/
    background-color: #22A7F0;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.cartButton svg:not(:root) {
    margin-top: 15px;
    margin-left: 12px;
}

.cartButton:hover {
    background-color: #128C7E;
    transition: background-color 1.5s linear;
}

.cartButton {
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.label-alternate {
  position: absolute;
  top: 15px;
  left: 25px;
  text-align: center;
  font-size: 16px;
  padding: 2px 3px;
  line-height: .9;
  min-width: 1.1em !important;
}

.label-alternate-mobile {
  position: absolute;
  top: 0px;
  left: 10px;
  text-align: center;
  font-size: 13px;
  padding: 2px 3px;
  line-height: .9;
  min-width: 1.1em !important;
}

.cartHeaderButton{
    top: -90px;
    position: absolute;
    left: -84px;
    width: 178px;
    margin: 0 !important;
    padding: 0 !important;
}

/*@media (max-width: 992px){
  .mobileCartHeader {
      float: right;
      position: relative;
      top: inherit;
      margin: 0;
      background: transparent;
}*/

@media (min-width: 768px) {
  .serviceTitle {
    font-size: 31px; 
  } 
}

@media (max-width: 768px) {
  .serviceTitle{
    font-size: 24px; 
  }
}

.interval_summary {
  font-size: 14px;
  text-align: left;
}
.interval_time {
  font-weight: lighter;
  text-align: right;
}
.interval_price {
  font-weight: bold;
}

.interval_show {
    cursor: pointer;
}
.icon-bounce {
    animation: icon-bounce 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    position: relative;
}
@keyframes icon-bounce {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(3px)
    }
}