﻿.ml {
    position: relative;
    height: 30px;
    z-index: 999;
}

.ml .ml-icon {
    position: relative;
    padding: 6px;
    line-height: 30px;
    opacity: 1;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ml .ml-icon img {
    position: relative;
    top: 2px;
    height: 16px;
    width: 16px;
}

.ml .ml-icon:hover {
    cursor: pointer;
    opacity: 0.7;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ml .ml-list {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 494px;
    list-style-type: none;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.sm-arr-1, .sm-arr-2 {
    border-color: rgba(0, 0, 0, 0);
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 0;
    width: 0;
    border-bottom-color: #aaa;
    top: 33px;
}

.sm-arr-2 {
    border-bottom-color: #fff;
    top: 34px;
}

.ml .ml-list li {
    vertical-align: top;
    display: inline-block;
    width: 120px;
    margin: 10px 0;
    background-color: #fff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ml .ml-list li img {
    display: block;
    margin: 0 auto;
    width: 50px;
}

.ml .ml-list li span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
    color: #000;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ml .ml-list li a, .ml .ml-list li a:link, .ml .ml-list li a:active {
    text-decoration: none;
    color: #000;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ml .ml-list li:hover span {
    color: #79bde9;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#dlg-switch-environment .selectize-dropdown-content {
    max-height: 145px;
}

#dlg-switch-environment .selectize-input > input {
    z-index: 1010;
}