﻿
#ui-datepicker-div {
    display: none;
}

/*.myClass {
    display: block;
    float: left;
    width: 37.3% !important;
    overflow-y: auto;
}*/

.pad-right {
    padding-right: 0px;
}

.navigtn {
    float: right;
    margin-top: 15px;
    margin-right: 45px;
}

.links {
    color: #fff !important;
    background: rgba(255,255,255,0) !important;
}

a.links:visited {
    color: #fff !important;
}

a.links.active {
    color: #ffff01 !important;
}

.ui-datepicker-mutlti {
    /*margin-left: -65px !important;*/
    margin-left: -150px !important;
    width: 20em;
}

.ui-datepicker-mutlti .ui-datepicker-days-cell-over.dp-highlight > .ui-state-default {
    background-color: #4d4d4d !important;
    color: #fff !important;
    position: relative;
}

#carouselHeaderHome {
    position: absolute;
    width: 100%;
    top: 70px;
}

.carousel-inner .item img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
	object-position: top;
}

.carousel-indicators {
    bottom: 100px;
}

@media (max-width:700px) {
    #carouselHeaderHome {
        top: 0;
    }
}