
.selectric-wrapper {
    cursor: pointer;
    font-weight: 400;
    position: relative;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    background: #fff none repeat scroll 0 0;
    //border: 1px solid #c2c2c2 !important;
    height: 33px;
    position: relative;
}
.selectric .label {
    display: block;
    font-size: 18px;
    margin: 0 38px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 0;
}
.selectric .button {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #919191 !important;
    color: #606060 !important;
    display: block;
    height: 38px;
    opacity: 1 !important;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
}
.selectric .button::after {
    bottom: 0;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.selectric .button .fa-angle-up, .selectric-open .selectric .button .fa-angle-down {
    display: none;
}
.selectric-open .selectric .button .fa-angle-up, .selectric .button .fa-angle-down {
    display: block;
    line-height: 1.5em;
    margin-right: 0;
    padding: 8px;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button::after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 100;
}
.selectric-open .selectric {
    border-color: #818282;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    -moz-user-select: none;
    cursor: default;
    opacity: 0.5;
}
.selectric-hide-select {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0;
}
.selectric-hide-select select {
    display: none;
    left: -100%;
    position: absolute;
}
.selectric-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: medium none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}
.selectric-temp-show {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important;
}
.selectric-items {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    display: none;
    left: 0;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    bottom: 100%;
    top: auto;
}
.selectric-items ul, .selectric-items li {
    list-style: outside none none;
    margin: 0;
    min-height: 20px;
    padding: 0;
}
.selectric-items li {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    display: block;
    padding: 10px 13px;

}
.selectric-items li:last-child {
    border-bottom: 0 none;
}
.selectric-items li.selected {
    background: #a41719 none repeat scroll 0 0;
    color: #fff;
}
.selectric-items li:hover {
    background: #a41719 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.selectric-items .disabled {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #606060 !important;
    cursor: default !important;
    opacity: 0.5;
}
.selectric-items .selectric-group .selectric-group-label {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #606060;
    cursor: default;
    font-weight: bold;
    padding-left: 10px;
}
.selectric-items .selectric-group.disabled li {
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
