.selectric-wrapper {
    position: relative;

    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    position: relative;

    display: block;
    width: 100%;
    height:58px;
    padding:10px 16px;
    font-size:14px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #000;
    font-weight:500;
    border:1px solid #cecece;
    border-radius:0px;
    background: #f8f8f8;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.selectric .label {
    display: block;
    height:40px;
    padding: 0;
    margin: 0 38px 0 0;
    overflow: hidden;
    font-size:16px;
    font-weight:300;
    line-height:18px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding:10px 0;
}

.selectric .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width:40px;
    height:56px;
    font-size: 20px;
    line-height:56px;
    text-align: center;
    color: #3d3d3d;
    border-radius: 0 4px 4px 0;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #3d3d3d;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: rgb(92, 219, 148) !important;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(92, 219, 148, 0.56);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(92, 219, 148, 0.56);
}

.selectric-open .selectric-items {
    display: inline-block !important;
}

.selectric-disabled {
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    opacity: .5;

    filter: alpha(opacity=50);
}

.selectric-hide-select {
    position: relative;

    width: 0;
    height: 0;
    overflow: hidden;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;

    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    border: none !important;
    outline: none !important;
    background: none !important;

    *font: 0/0 a !important;
}

.selectric-temp-show {
    position: absolute !important;

    display: block !important;
    visibility: hidden !important;
}

.selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;

    display: none;

    border: 1px solid #c4c4c4;
    background: #f8f8f8;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    /* height: auto!important;
min-height: auto; */
max-height: 270px;
overflow: auto;
}

.selectric-items ul,
.selectric-items li {
    min-height: 20px;
    padding: 0;
    margin: 0;

    font-size:16px;
    line-height: 20px;
    list-style: none;
}

.selectric-items li {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
    text-align:left;
    color: #666;
    letter-spacing:0.5px;
}

.selectric-items li.selected ,
.selectric-items li:hover {
    color: #fff;
    background: #05396B;
    font-weight: 400;
}

.selectric-items .disabled {
    cursor: default !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    opacity: .5;
    color: #666 !important;
    background: none !important;

    filter: alpha(opacity=50);
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;

    font-weight:500;

    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #444;
    background: none;
}

.selectric-items .selectric-group.disabled li {
    opacity: 1;

    filter: alpha(opacity=100);
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}
