﻿.langs{
    position:fixed;
    bottom:20px;
    right:2px;
}
.setLang img{
    padding:2px;
}

.active-lang{
    border:2px solid #00ff21;
}

.red {
    color:red;
}

.blue {
    color:blue;
}

.header-logo-insception {
    width: 205px;
    height: 49px;
    background: url("../images/logo/insception-logo.png") no-repeat;
    background-size: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: block
}
.ui-autocomplete {
    width: 44% !important;
    z-index: 9999;
    box-sizing: border-box;
    background-color: white;
}
@media screen and (min-width: 1040px) {
    .header-logo-insception {
        display: inline-block;
        -webkit-transform: none;
        transform: none;
        position: absolute;
        left: 20px
    }
}
@media screen and (max-width: 767px) {
    .ui-autocomplete {
        width: 75% !important;
    }
}

/*@media screen and (min-width: 1040px) {
    .datepicker-container {
        margin-top: 100px !important;
    }
    .datepicker-dropdown {
        margin-top: 100px !important;
    }
}*/