.app-row .col-right ul li {
    display: block;
    padding: 8px 15px;
    color: #d1d3d4;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.app-row .col-right ul li span {
    display: inline-block;
    padding: 0 5px;
}

.app-row .col-right ul li svg {
    display: inline-block;
    width: 15px;
}

.app-row .col-right ul li:hover ,
.app-row .col-right ul li:focus ,
.app-row .col-right ul li:active {
    background: #f1f2f2;
}

.app-row .col-right ul li.active {
    background: #ed1c24;
    color: #fff;
}

.app-row .col-right ul li.selected {
    background: #30778a;
    color: #fff;
}

.app-row .col-right ul li.active svg:hover,
.app-row .col-right ul li.active svg {
    fill: #fff !important;
}

.contact-book {
    float: right;
}

.contact-book img {
    width: 20px;
}

.app-list-info ul li.dark-gray-bg {
    background: #2a788b;
    border-color: #2a788b;
}

.button-wrap {text-align: left;margin: 14px 0;}
.button-wrap .btn {
    background-color: #00aeef;
    border-radius: 0;
    border: none;
}
.button-wrap .btn:hover {
    background-color: #30778a;
}