﻿


div.footer_c
{
     background-color: #428bca;
}


div.contract-block {
    border-color: #428bca;
    border-width:thin;
    border-style:solid;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;
}

div.page{
    border-color: #e5e5e5;
    border-style:solid;
    border-width:thin;
    padding:10px;
    border-top-style:none;
}

body {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-exit {
  border-radius: 15px;
  background:orange;
  color:white;
  border-width:0;
}




@media only screen and (max-width: 767px) {
   .mobile-hide{ display: none !important; }
   .tablets-down-hide{ display: none !important; }
}

@media only screen and (max-width: 991px ) and (min-width:768px){
   .tablets-hide{ display: none !important; }
   .tablets-up-hide{ display: none !important; }
   .tablets-down-hide{ display: none !important; }
}

@media only screen and (min-width: 992px) {
   .desktop-hide{ display: none !important; }
   .tablets-up-hide{ display: none !important; }
}


.alert-text{
    color:orange;
}

.error-text{
    color:red;
}


.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Bottom {
    position: fixed;
    bottom: 0; 
    width: 100%;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 200px;
  max-width: 300px;
}

#logo-container {
    margin: auto;
    margin-bottom: 10px;
    width: 200px;
}

@media only screen and (max-width: 400px) {
    #logo-container {
    margin: auto;
    margin-bottom: 10px;
    width: 150px;
}
}

@media only screen and (max-width: 991px ) and (min-width:768px){
}

@media only screen and (min-width: 992px) {
}


.language-selector{
    margin-top:-30px; 
    margin-right:20px;
}

.mobile-dropdown-item{
    padding:10px
}