@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#dropZoneFile {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #FFF none repeat scroll 0% 0%;
    cursor: pointer;
    color: #646C7F;
    height: 150px;
    vertical-align: baseline;
}

#dropZoneFile iframe {
    opacity: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

#pointweb_dropzone_form, #pointweb_dropzone_form input {
    width: 100%;
    height: 150px;
}

ul {
    list-style: none;
}

.formFilePicture {
    max-height: 100px;
    max-width: 100px;
}

.menuParent {
    display: none;
}

.menuParentHead a {
    float: right;
}

td.sorter {
    cursor: move;
}

.sorting-row td {
    background-color: #C5E1A5;
    color: rgba(0, 0, 0, 0.84);
}

#gallery {
    margin: auto;
}

.form-price {
    float: left;
    width: 20%;
}

img.logo {
    width: 160px;
    top: -30px;
    position: relative;
}

.btn {
    padding: 10px 10px
}

.panel-info h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

.form-group ul li {
    color: #F44336;
}

.panel div {
    word-wrap: break-word;
}

/*** CALENDAR ***/
div.week {
    display: block;
    padding: 10px 0;
    overflow-x: auto;
}

table.calendar {
    border-left: 1px solid #999;
    width: 100%;
    border-collapse: inherit;
}

tr.calendar-row {
}

td.calendar-day {
    min-height: 80px;
    font-size: 15px;
    position: relative;
}

td.calendar-day-head {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 16.6%;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

td.calendar-hours-head {
    background: #ccc;
    text-align: center;
    width: 1.5%;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 8px;
}

div.day-number {
    background: #999;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
}

div.hour {
    width: 100%;
    padding: 5px;
    min-height: 10px;
    border-bottom: 1px solid #ccc;
}

span.calendar-hour {
    font-size: 8px;
    position: relative;
    top: -8px;
}

.add-event {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div.noborder {
    border: 0px;
}

.btn-group-left {
    float: left;
    width: 33%;
}

.btn-group-right {
    float: left;
    display: block;
    text-align: right;
    width: 33%;
}

.btn-group-center {
    width: 33%;
    float: left;
}

.btn-group-center form {
    display: inline-block;
}

.filter-calendar {
    display: block;
    text-align: center;
}

.calendar-head {
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    padding: 50px 50px 0 50px;
    background: white;
}

div.calendar-body {
    width: 100%;
    padding: 130px 0 0;

}

.navbar {
    z-index: 2;
}