.stat-code{
    display: none;
}

.stat-code.NRF, .stat-code.NRP{
    display: inherit;
    color: red;
}
.stat-code.SPE, .stat-code.PAQ, .stat-code.OFE{
    display: inherit;
}

#search-filter-form p {
    margin-bottom: 0 !important;
}

.site-index h5 {
    margin-bottom: 0;
}
#search-filter-form .row hr{
    margin: 0;
}
#search-filter-form .row hr:last-child{
    margin: 10px 0;
}
#search-filter-form hr{
    margin: 10px 0;
}

#search-filter-form h6:first-child{
margin-top: 0;
}
#search-filter-form [type="checkbox"] + label {
	top:0;
    height: 20px;
}

#search-filter-form .input-field.s12{
	margin-top: 5px;
}
#search-filter-form hr.hr-middle{
    margin: 5px 0;
}

#search-filter-form div.select-wrapper{
    height: auto;
}

#destination-menu,
#departure-menu,
#destination-menu2
{
    max-width: 600px;
    width: 45%;
}

#destination-menu>div,
#departure-menu>div,
#destination-menu2>div{
    margin: 0;
}
#destination-menu-form .form-group,
#departure-menu-form .form-group,
#destination-menu-form2 .form-group{
    margin-bottom: 10px;
}

#destination-menu-form .form-group:first-child,
#departure-menu-form .form-group:first-child,
#destination-menu-form2 .form-group:first-child{
    margin-top: 10px;
}
#destination-menu-form section,
#departure-menu-form section,
#destination-menu-form2 section{
    margin-bottom: 0;
}


.room-list-name{
    height: auto;
}

.room-list-name h6{
    font-size: 1.1em;
}

#mailer-form input{
    height: 2em;
}

#mailer-form label{
    margin-bottom: 0;
}
.booking-period{
    /*padding-top: 25px !important;*/
}
.booking-period-href{
    display: flex;
    justify-content: space-around;
    /*margin-bottom: 20px;*/
}
.booking-period-href a {
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

.roomfac{
	padding-top: 2px;
}

.roomfac .btn-floating {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin-top: 10px;
}

.roomfac .btn-floating i{
    font-size: 0.8em !important;
}

body{
	overflow-y: scroll;
}

.messager-button:after{
    border-bottom: 0 !important;
}
@-webkit-keyframes pulsate {
    50% { color: #15b4ff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #15b4ff, 0 0 8px #15b4ff; }
}
@keyframes pulsate {
    50% { color: #15b4ff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #15b4ff, 0 0 8px #15b4ff; }
}
.blink-message {
    color: rgb(0,139,207);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.self-reg-success-text{
    margin-top: 100px;
}

nav .nav-wrapper i.fa-menu{
    display: inline-block !important;
    height: 0 !important;
    line-height: 0px !important;
}

.fa-menu:before{
    padding-right: 0.75em;
}
a.fa-menu:hover,
a.fa-menu:focus{
    text-decoration: none !important;
}
#form-recovery-password .has-feedback .form-control {
    padding: 0px;
}
#form-recovery-password .has-feedback .form-control-feedback {
    top: 10px;
    right: -25px;
}
.userslist-form input[type=button],
.userslist-form button{
    padding:0 1rem;
}
a.profile-link:hover{
    cursor: pointer;
    text-decoration: none;
}

#settings-pjax .addbutton{
    padding: 0;
}
#newFormModal{
    padding-right: 0 !important;
}
.modal-content{
    overflow: hidden;
    max-height: 100%;
    height: 100%;
}
.modal-body{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 80px);
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
    display: inline!important; 
}

#docTab input[type="checkbox"]{
    position:static;
    opacity:initial;
}