﻿label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #5c5c5b;
}

/*input[type="text"], input[type="password"] {
    background-color: #fdfdfd;
    border: solid 1px #98a1a6;
    width: 90%;
    height: 53px;
    font-size: 16px;
    line-height: 53px;
    color: #6c7478;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
*/
.newListSelected {
    position: relative;
    background-color: #fdfdfd;
    border: solid 1px #98a1a6;
    width: 90%;
    font-size: 16px;
    line-height: 51px;
    color: #6c7478;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.15);
}

.newListSelected .selectedTxt {
    position: relative;
    padding-right: 35px;
}

.newListSelected .selectedTxt:after {
    font-family: '150306_schlueter_iconfont';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
    content: "\e600";
    font-size: 24px;
    position: absolute;
    top: 17px;
    right: 4px;
}

.newListSelected .SSContainerDivWrapper {
    position: absolute;
    background-color: #fdfdfd;
    border: solid 1px #98a1a6;
    border-top: none;
    top: 44px !important;
    left: -1px !important;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: inset -7px 0 2px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -7px 0 2px -5px rgba(0, 0, 0, 0.15);
    box-shadow: inset -7px 0 2px -5px rgba(0, 0, 0, 0.15);
    overflow-x: auto;
    line-height: 35px;
}

.newListSelected .SSContainerDivWrapper ul {
    padding: 0 10px;
}

.newListSelected .SSContainerDivWrapper ul li a {
    display: block;
    color: #6c7478;
    text-decoration: none;
}
