html {
  font-size:90%;
}
html, body {
  background-color: #f5f5f5;
}
form {
  margin:0;
}
#cookie-law-info-box {
  z-index: 99999; 
  overflow: hidden; 
  font-size: 0.8rem;
  line-height: 120%;
  position: fixed; 
  bottom: 0; 
  box-shadow: 0 -0.3rem 1rem #ddd;
  width:100%;
  background-color: #3b5576;
  color: #dddddd;
  min-height: 3.0rem;
  padding: 0.6rem 0.5rem 0.4rem;
  text-align: left;
}
#cookie-law-more {
  color: #fff;
}
#cookie-law-info-box .close {
  position: absolute; 
  top: 0; 
  right: 0;
  line-height:inherit;
}
.cookie-law-info-text {
  padding:0.2rem 1.5rem;
}
.btn-cookie-agree {
  margin: 0 2.0rem;
}
.pl {padding-left:0.5rem}
.pr {padding-right:0.5rem}
.pt {padding-top:0.5rem}
.pb {padding-bottom:0.5rem}

.rfloat {
  float:right;
}
.lfloat {
  float:left;
}
.bold {
  font-weight: bold;
}
.login-form .input-group .input-group-text {
  padding: 0 1rem;
  text-align: center;
  width: 2.5rem;
}
.login-form label.input {
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
}
.login-form .input-group {
  width:100%;
}
.import-form textarea, .task-form textarea {
  min-height:30rem;
}

.weblang .flag-list {
  width: 100%;
}
.weblang .flag-list .btn{
  float:right;
}

.flag-list .dropdown-menu {
  left:inherit;
}
.flag-list .flag {
  display:inline-block;
  padding:0;
  margin:0 0.2rem 0 0;
}
.flag-list a {
  text-decoration: none;
  color: #000000;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 2rem;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-xs, .btn-group-xs > .btn {
  height:2rem;
}
footer {
  font-size: 0.667rem;
  margin-bottom: 1rem;
}
main {
  padding: 0.2rem;
}
.navbar {
  margin-bottom: 0;
}
.ui-autocomplete .ac-found{
  /*background-color: #fcf8e3;*/
  font-weight:bold;
  color:#000;
}
.ui-autocomplete .missing {
  font-style: italic;
  color: #666666;
}
.card-title {
  font-size:1.2rem;
}
.wait {
  background-image:url(img/ajax-loader.gif);
  background-repeat: no-repeat;
  min-height: 12rem;
  background-position: center;
}
.dropzone {
  min-height: 20rem;
  border: 0.2rem dashed #B7B8B8;
  overflow: hidden;
}
.dropzone .dz-default.dz-message {
  background:none;
  width:100%;
  top:2rem;
  left:0;
  margin:2rem 0;
}
.dropzone .dz-message {
  padding:5rem auto;
  font-weight:bold;
  font-size:3rem;
  text-align:center;
}
.dropzone .dz-default.dz-message span{
  display:inherit;
}
.fa-noact-link {
  color: #B7B8B8;
  cursor:auto;
}
.fa-act-link {
  color: inherit;
  cursor:pointer;
}
.link:hover, .link:focus {
  color: #2a6496;
  text-decoration: underline;
}
.link:active, .link:hover {
  outline: 0;
}
.link {
  color: #428bca;
  text-decoration: none;
  cursor: pointer;
}
.colorrow {
  margin:0.2rem 0;
}
.colorrows > .colorrow:nth-child(odd), .odd {
  background-color: #f0f0f0;
}
.colorrows > .colorrow:nth-child(odd):hover, .odd:hover {
  background-color: #ddd;
}
.colorrows > .colorrow:nth-child(even), .even {
  background-color: #fafafa;
}
.colorrows > .colorrow:nth-child(even):hover, .even:hover {
  background-color: #e0e0e0;
}
.striped .striped-item:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.striped .striped-item {
  padding: .75rem .5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.striped .striped-head {
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
  background-color: rgba(0,0,0,0.35);
  color: #ffffff;
  padding: .75rem .5rem;
}
.required{
 color: #dd3333;
 vertical-align: super;
  line-height: 0.5rem;
}
.required:before{
 content: '*';
}
.formHeader{
  background-color: #f5f5f5;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.data-header{
  font-weight: bold;
  margin: 1rem 0 0;
  padding: 0.2rem 1rem;
}
.fieldset-header{
  font-weight: bold;
  margin: 1rem 0 0;
  padding: 0.2rem 1rem;
  background-color:#f5f5f5;
}
.data-label {
  color: #696969;
  font-style: italic;
  padding-left: 1.5rem;
}
.searchResult th {
  padding: 0.2rem;
}
.searchResult td {
  padding: 0.1rem;
}
.mandatoryFieldsInfo {
  color: #696969;
  font-style: italic;
  font-size: 10pt;
}
#conditions_menu{
  padding:0.5rem 1.0rem 0.5rem 1.5rem;
}
#_conditions_menu a
{
  color: #FE3F00;
}
#conditions_content{
  padding: 1.0rem 0;
}
#conditions_content a
{
  color: #000000;
  font-weight:bold;
  text-decoration:none;
}
.conditions_rule{
  text-align:justify;
}
.quotaDescription progress {
  width: 100%;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #dee2e6;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6;
}
.text-large {
  font-size: 150%;
}
.month_year_datepicker .ui-datepicker-calendar {
  display: none;
}