:root{
    --home-blue: #2d364c;
    --home-green: #de4c01;
    --home-hover: #ee834e;
}

body {
  padding-top: 50px;    
  font-family: unicredit,Calibri,Arial,sans-serif;
  background-color: #d8d8d8;
}
.bg-color-gray{
	background-color: #f1f1f1;
}
.container{
	width:100%;
	padding-right: 20px;
    padding-left: 20px;
}
.w3-note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}
.w3-panel {
    padding: 0.01em 16px;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.centered-form .panel{	
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.alert-my {
	position:absolute;
    z-index:1;
    padding: 20px;
    border-radius: 5px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bs-box{
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.bxs-box{  
    padding: 0rem;    
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: .25rem;
}

.fuss{	
    background:
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#282828;
    background-size:16px 16px;
	color: #eee;
	padding-top: 10px;
	position: fixed;
    bottom: 0;
    width: 100%;
}
.fuss a{
    color: #eee;
    text-decoration: none;
}
.fuss li{
    list-style: none;
    text-align:left;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.border {    
    border-top: 1px solid #ddd;
   	padding-top: 5px;
   	padding-bottom: 5px;
}
.border:hover { background: #eee }

.red{
	color:red;
}

@media screen and (min-width: 768px) {
    .larg-dialog {
        width: 55%; /* either % (e.g. 60%) or px (400px) */
    }    
}

.cookie-info {
    border: 0;
    font-size: 9pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: block; 
    background-color: aliceblue;     
    font-family: inherit;    
}


.flags{
    margin-right: 5px;padding-top: 2px;float: left; width: 1.33333333em;
}

.navbar{
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-inverse {
    background-color: var(--home-blue);
    border-color: var(--home-blue);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-inverse .navbar-nav>li>a {
  color: #e1e1e1;
}

.table{
    background-color: white;
}

@media only screen and (max-width : 1200px) {
    .container{   
        width: 96%;     
        padding: unset;        
    }
}

.d-none{
    display: none !important;
}

.mr-1{
    margin-right: 5px;
}
.modal-xl{
    width: 80%;
}
.modal-lg{
    width: 60%;
}

.modal-n{
    width: 50%;
}

.modal-sm{
    width: 40%;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mb-125 {
    margin-bottom: 1.25rem !important;
}