﻿@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;600;700&family=Cinzel:wght@400;700;900&display=swap');

body {
    color: #9b9b9b !important;
    font-family: 'Catamaran', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

.cont-stiamo-arrivando {
    background-color: #0b1315;
    width:100%;
    height:100%;
    position:fixed;
}
.cont-stiamo-arrivando > div{
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.title-stiamo-arrivando {
    color: #fff;
    margin-top: 30px;
    font-family: 'Cinzel', serif;
}

.cont-login {
    width: 100%;
    height: 100%;
    position: fixed;
}
    .cont-login > .container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
.form-login {
    border: 1px solid #678849;
    padding:30px 50px;
}
.title {
    font-family: 'Cinzel', serif;
}
.btn-puro {
    border: 1px solid #678849;
    color: #678849;
    padding: 10px 20px;
    border-radius: 0px !important;
    background-color: #fff;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;

}
    .btn-puro:hover {
        background-color: #678849;
        color: #fff;
        text-decoration: none;
    }
.containerAdmin {
    margin-top: 30px;
}
.form-inline{
    margin-bottom:20px;
}
.btn-puro-download {
    border: 1px solid #678849;
    color: #678849;
    padding: 5px;
    border-radius: 0px !important;
    background-color: #fff;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    margin-top: 10px;
    float: left;
}
    .btn-puro-download:hover {
        background-color: #678849;
        color: #fff!important;
        cursor:pointer;
        text-decoration: none!important;
    }
.preeloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999
}

.preeloader-cont {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    margin: 40px 0px;
}

.preloader-spinner {
    -webkit-animation: 1.5s linear 0s normal none infinite running loader;
    animation: 1.5s linear 0s normal none infinite running loader;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    padding-top: 12px;
    z-index: 99;
    background: #11723f;
    color: #fff
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-datetimepicker-widget table td.day{
    border:1px solid #678849;
    border-radius:0px!important;
}
.bootstrap-datetimepicker-widget table td.day.disabled {
    border:0px!important;
}
