﻿
/*********************************
    APTO Dropdown Styles
  **********************************/

.apto-dropdown-wrapper {
    width: 85px;
    height: 45px;
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 5px;
}

/*.apto-trigger-dropdown {
    width: 85px;
    height: 45px;
    background-color: #fff;
    border: 0;
    padding: 0 20px;
    transition: 0.2s ease-in;
    cursor: pointer;
}*/

    .apto-trigger-dropdown:hover {
        background-color: #eee;
    }

    .apto-trigger-dropdown .fa-caret-down {
        float: right;
        line-height: 22px;
    }

    .apto-trigger-dropdown svg {
        width: 25px;
        float: left;
        height: 25px;
    }

.dropdown-menu {
    width: 180px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 45px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

    .dropdown-menu.show {
        display: block;
    }

.dropdown-item svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    color: #222;
}

.dropdown-item {
    width: 100%;
    height: 50px;
    line-height: 25px;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s ease-in;
    background-color: #fff;
    font-weight: 700;
    font-family: Montserrat, serif;
    color: #5a616c;
    text-align: left;
}

    .dropdown-item:hover {
        background-color: #e5e5e5;
    }

    .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }
.language-buttons .dropdown-menu {
    border: none;
    padding: 0px;
}

.language-buttons .show button {
    color: black !important;
    font-size: 13px;
    font-weight: 500;
    display: block;
    border-bottom: solid #efefef 1px;
    width: 100% !important;
    text-align: left;
    padding-left: 13px;
    background: white;
}

.apto-trigger-dropdown {
    width: 75px !important;
    height: 40px !important;
    margin-top: 1px;
}

.language-buttons .show button:hover {
    background: #f1dfdf !important;
}