﻿.ms-ctn .ms-trigger {
    border-left: solid 1px black;
}

.ms-ctn .ms-trigger {
    background-color: #fff;
}

.ms-ctn .ms-sel-item{
    position: relative;
    background: #cceefb;
    color: black;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 0px;
    border: 1px solid #00aeef;
    margin: 1px 5px 1px 0;
    
}
.ms-ctn .ms-sel-item:hover{
    border: 1px solid #008bbf;
}
.ms-ctn-focus .ms-sel-item:hover{
    border: 1px solid #008bbf;
}
.ms-sel-ctn .ms-sel-text{
    background: #FFF;
    color: black;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
}

.ms-res-ctn .ms-res-item {
    color: black;   
}

.ms-res-item.ms-res-item-active{
    background-color:#00aeef;
}


.ms-ctn .ms-trigger .ms-trigger-ico {
    margin-top: 20px;
}

.ms-ctn.form-control.ms-ctn-focus {
    /*padding: 5px 12px !important; */
}

div.ms-res-ctn.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1003;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.ms-close-btn{
    background-position: 0 0 !important;
}


.ms-ctn.form-control.ms-no-trigger {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ms-sel-ctn input {
    font-size: 18px;
    padding: 1px !important;
}

.ms-helper {
    color: #222 !important;
    left: 3px !important;
    top: 0px !important;
}

#project-search .ms-helper {
    display: none !important;
}
