.img-login {
    max-width: 340px;
    min-width: 140px;
    height: 10vh;
    background-image: url('/assets/img/logo-giagro-h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-main-menu {
    max-width: 125px;
}

.logo-giagro-sheets {
    width: 16px;
    height: 16px;
}

.loginBackground {
    background: url('/assets/img/login-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #efefef;
}

.language-flags {
    max-width: 18px;
}

.side-menu-link-item {
    border: none !important;
    background: none !important;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.no-resize {
    resize: none;
}

.no-display {
    display: none !important;
}

.day-with-updates {
    color: #FFF;
    background-color: #1ab394;
    border-color: #000;
}

.ygooh-file-input-component {
    display: none;
}

a.text-primary:hover {
    color: inherit !important;
    text-decoration: underline;
}

ins.highlight {
    background-color: rgba(255, 255, 0, 0.9);
}

label {
    font-weight: 600;
}

.nav-log {
    text-align: right;
    position: fixed;
    top: 45px;
    right: 35px;
}

.nav-log .language-flags {
    max-width: 22px;
}

.nav-log .dropdown-toggle::after{
    display: none;
}

div#ygooh_home_calendar div.datepicker table {
    width: 100%;
    margin: 0 auto;
}

.nav-home {
    text-align: right;
}

.nav-home .language-flags {
    max-width: 22px;
}

.nav-home .dropdown-toggle::after{
    display: none;
}

.nav.navbar-right > li > a {
    padding: 3px 10px !important;
}

nav.navbar.navbar-static-top {
    background: #f3f3f4;
}

.navbar-top-links li a{
    min-height: 25px;
}

::-webkit-input-placeholder {
  font-size: 13px;
}
::-moz-placeholder {
  font-size: 13px;
}
:-ms-input-placeholder {
  font-size: 13px;
}
::placeholder {
  font-size: 13px;
}

.logo-box-log{
    text-align: left;
}

.log-box{
    align-items: center;
    height: 75%;
}

.log-form-box{
    max-width: 600px;
}

.panel-notices {
    min-height: 194.6px;
}

.select2-container {
    width: 100% !important;
}

.popover-bot-max-width {
    max-width: 500px !important;
}

small,
.small {
    font-size: 95%;
    font-weight: 400;
}

.input-group-prepend {
    height: calc(1.5em + 0.75rem + 4px);
}

@media screen and (max-width: 767px) {
    .loginBackground{
        background: none;
    }

    .logo-box-log{
        text-align: center;
    }

    .img-login {
        max-width: 225px;
        width: 25vw;
        height: 25vh;
        background-image: url('/assets/img/logo-giagro-v.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        display: inline-block;
    }

    .log-box-space{
        display: none;
    }

    .log-box {
        align-items: start;
        margin: 0;
        height: auto;
    }

    .log-form-box {
        max-width: none;
    }

    .clock-date {
        display: none;
    }
}
