#i18n-settings {
    margin: 0 15px;
    padding: 0;
}

.i18n-toolbar {
    margin: 5px;
}

.i18n-toolbar button {
    background: #e0482e;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: 140px;
}

.i18n-toolbar button[disabled] {
    background: #d0d0d0;
    color: #333;
}

.i18n-toolbar select {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100px;
    margin: 0;
}

.i18n-toolbar button:focus, .i18n-toolbar select:focus {
    outline: none;
}

.table-agents-hover tr:hover {
    background-color: #e6e6e6;
  }

.admin-titles {
    min-height: 20px;
    padding: 10px;
    padding-left: 25px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    color: #777777;
}

.cell-field-password {
    padding: 15px;
    font-size: 15px;
}

.btn-blue {
    color: #fff;
    background-color: #a133c6;
    width: 160px;
    height: 45px;
}

.server-inactive {
    color: #c7c7c7;
}

.server-active {
    color: #1d8102;
}

.server-count-green {
    color: #1d8102 !important;
}

.server-count-red {
    color: #f70606 !important;
    font-weight: bold !important;
}



.responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-agent-connected {
    background-color: #792c74;
    border-color: #792c74;
    color: white;
    font-size: 10px;
    margin-right: 15px;
}

.btn-agent-connected:hover {
    background-color: #e851dc;
    border-color: #e851dc;
    color: white;
}

.page-header-hf {
    margin: 3px 0 15px; 
    padding-top: 5px; 
    padding-bottom: 4px;
}

.nav-tabs-hf>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.nav-tabs-hf>li, .nav-tabs-hf>li>a {
    display: block;
    position: relative;
    color: #777;
    border-color: #ddd;
}

.fa-info-style {
    background: #6495ED;
    color: #FFF;
    padding: 4px 7.5px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 135px;
    cursor: pointer;
}