@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}
.load {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px; /* make this half your image/element height */
    margin-left: -90px; /* make this half your image/element width */
    z-index:6000;
    display: none;
    background-color: white;
    
}
.load div{
    float: left;
    margin: 6px 6px 6px 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    display: inline-block;
}
/*PROVVISORIO*/

.rmenu {
  border: 1px solid black;
  background-color: white;
  position: absolute;
  z-index:7000;
  display: none;
}

.rmenu ul {
  padding: 0;
  list-style: none;
}
.rmenu li
{
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.rmenu li a:hover
{
  color: blue;
}
.container-fluid-bg{
    background-color: black;
    
}
.navbar-brand{
    color: white !important;
}
.btmy{
    height: 31px;
    padding-top: 6px;
    background-color: black !important;
    border: 0px;
    font-size: 12px;
    font-weight: 600;

}
.myli{
    height: 20px;
    width: 2px;
    background-color: white;
    margin-top: 20px;
}

div#calendar_wrapper {
    width: 504px;
    margin: 50px auto;
    text-align: center;
}

/* calendar header css */
div#calendar_header {
    padding: 2px 0;
    background: #F58529;
    overflow:auto;
    text-align: center;
    color: #fff;


}
div#calendar_header a{
    text-decoration: none;
}

div#calendar_header a#prevMonth {
    float: left;
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
    text-align: left;
}

div#calendar_header a#nextMonth {
    float: right;
    margin-right: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    text-align: right;
}

div#calendar_header form {
    display: inline;
}

/* calendar body css */
table.calendar {
    
    background: #F6F6FF;
    border-collapse: collapse;
}

table.calendar tr {
    padding: 3px;
}

table.calendar tr.header a:hover {
    text-decoration: underline;

}

table.calendar tr.weekdays {
    height: 25px;
    background: #DBF1CC;
    text-align: center;
}

table.calendar tr.days {
    height: 55px;
}

table.calendar td {
    width: 72px;
    padding: 3px;
    border: 1px solid #DADADA;
}

table.calendar td.tot {
    border: 1px solid blue;
}
table.calendar td.empty {
    border-bottom: blue;
    height: 15px;
}
table.calendar td a{
    text-decoration: none;
}

table.calendar td.today {
    background: #F1F0A0;
}
table.calendar td.weekend {
    background: crimson;
}



