@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600&subset=latin-ext');


html body {
    height: auto;
}
.header {
    padding: 20px 30px 0;
}

button:disabled,
button[disabled]{
    border: 1px solid #999999;
    background-color: #7BA9D0 !important;
    color: white;
}
.container-class{
    margin-top:3%;
    margin-bottom:3%;
    box-shadow: 1px 2px 3px 3px silver;
    min-height: 95%;
    padding-bottom: 5%;

}

.container-class hr {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #f1f1f1, #364E6D, #f1f1f1);
    background-image: -moz-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
}
.logo{
    color: #364E6D;
    font-size: 12px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.text_logo{
    display: flex;
}
.logo_style{
    text-decoration:none;
    color : #364E6D;
}
img#float {
    width:170px !important;
    float:right !important;
    margin-top: 20px !important;
}
h5.meniu {
    text-align: right;
}
.meniu{
    float:right;
    font-weight: bold;
}
.titlu{
    font-weight: bold;
}
.centru{
    background-color: white;
}
.pl-5{
    padding-left:50px;
}
.pr-5{
    padding-right: 50px;
}
.meniu{
    float:right;
    font-weight: bold;
}
.ore{
    background: white;
    border: 1px solid #abc;
    border-radius: 6px;
    padding: 4px;
}
.ora{
    font-weight: bold;
    padding:12px;
    background-color: green;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    /*margin-left:5px;*/
}
.block_ora{
    font-weight: bold;
    padding:12px;
    background-color: red;
    border-radius: 5px;
    cursor: none;
    color: white;
    /*margin-left:5px;*/
}
.ora:hover {
    color: white;
}

.div_ora{
    margin-top: 25px;
    margin-top: 25px;
    display: inline-block;
}
.ora_aleasa{
    color: #FF8000;
}
.txt-center {
    text-align: center;
}
.alert-danger a {
    color: #a94442;
}
.mb0 {
    margin-bottom: 0px;
}
.alert{
    padding: 10px;
}
.liber a{
    background-color : Green !important;
    background-image :none !important;
    color: White !important;
    font-weight:bold !important;
    font-size: 10pt;
}
.liber{
    background-color : Green !important;
    background-image :none !important;
    color: White !important;
    font-weight:bold !important;
    font-size: 10pt;
}
.ocupat a{
    background-color : red !important;
    background-image :none !important;
    color: White !important;
    font-weight:bold !important;
    font-size: 10pt;
}

@media screen and (min-width: 576px) {

    .header {
        padding: 30px 70px 0;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        max-width: 100%;
    }

    .container-class {
        max-width: 98%;
    }
}

@media only screen and (max-width: 768px) {
    .container-class {
        box-shadow: none;
    }


}
@media only screen and (max-width: 600px) {
    .container-class{
        box-shadow: 0px 0px 0px 0px silver;
    }

}

@media only screen and (max-width: 480px) {
    .container-class{
        box-shadow: 0px 0px 0px 0px silver;
    }
    .pl-5{
        padding-left: 0px;
    }
    .pr-5{
        padding-right: 0px;
    }
    .ore{
        padding: 20px;
    }

}

@media only screen and (max-width: 380px) {
    .container-class{
        box-shadow: 0px 0px 0px 0px silver;
    }


}

@media only screen and (max-width: 310px) {
    .container-class{
        box-shadow: 0px 0px 0px 0px silver;
    }


}
@media screen and (min-width: 768px) {

    .marg {
        margin: 0;
        padding: 0;
    }
    .logo{
        padding-top: 2em;
        font-size: 16px;
    }
    .container-class{

        min-height: 1000px;

    }
    img#float {
        width:250px !important;
        margin-top: 50px  !important;
    }
}

.legenda{
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    width: 260px;
    padding:10px;
}
.text-counter{
    font-weight: bold;
}