.offices-time_btn:after {
    content: "";
    position: relative;
    top: -4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border: 1px solid transparent;
    border-top-color: #071225;
    border-right-color: #071225;
    transform: rotate(135deg);
    transition: all .3s;
    -webkit-backface-visibility: hidden;
}
.offices-time.open .offices-time_btn:after {
    top: 0;
    transform: rotate(-45deg);
}
.offices-time_btn span {margin-left: 5px;}
.green {color:#2ECC71;}
.red {color:#E74C3C;}

.open>.dropdown-menu {
    display: block;
}
ol:not(:first-child), ul:not(:first-child) {
    margin-top: .75em;
}

.offices-time_menu {
    width: 272px;
    margin: 6px 0 0 !important;
    padding: 15px 24px !important;
    color: #2c2c2c;
    border: none;
    background: #fff;
    box-shadow: 0 1px 12px rgba(0,0,0,.2);
}

.offices-time_title {
    font-size: 18px;
}
.offices-time .name:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: -5px;
    margin-left: 4px;
    border-bottom: 1px dotted #ccc;
}
.offices-time .item {
    padding: 0;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}
.offices-time .name {
    position: relative;
    float: left;
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}
.offices-time .data {
    float: left;
    width: 40%;
    text-align: right;
    white-space: nowrap;
}
