section {
    padding: 15px 15px 0 15px;
}
.content-header{
    padding-top: 0;
}
.content-body{
    text-align: center;
}
.body-logo{
    width: 512px;
}
td i {
    color: #3c8dbc;
}
a.link{
    color: #3c8dbc;
}

.page-item.active .page-link {
    background-color: #3c8dbc !important;
    border: 1px solid #3c8dbc;
}
.page-link {
    color: #3c8dbc ;
}
.active.page-link{
    color: white!important;
}

.navbar-left {
    background: #222d32!important;
    color: #b8c7ce!important;
    overflow: hidden;
}

.logo {
    background: #367fa9;
    height: 3.375em !important;
    font-size: 30px;
}


.interface-img {
    width: 50px;
    padding: 1rem 0;
}
.logo-img {
    width: 90%;
    padding: 1rem 0;
}
.navbar-top {
    background: #3c8dbc !important;
    color: #fff;
    height: 3.375em;
}

.box {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    width=1250px;
    overflow-x: scroll;
}

.select-homepage {
    width: 200px !important;
}

.title {
    font-weight: bold;
}

.info {
    width: 70%;
}

.select-tag {
    width: 100%;
}

.input-day {
    width: 400px !important;
    margin-bottom: 10px;
}

.login-page {
    background-color: #ecf0f5;
}

.login-box {
    text-align: center;
}

.login-notification {
    font-size: 25px;
}

.login-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.navbar-left-ul {
    list-style-type: none;
}

ul.navbar-left-ul li.nav-item a {
    padding: 0rem !important;
}

ul li.nav-item a {
    padding: 0.5rem 1rem !important;
}

ul li.nav-item a:hover {
    font-weight: 700;
}

.datatable-name {
    width: 100px !important;
}

.datatable-title {
    width: 250px !important;
}

.datatable-time {
    width: 85px !important;
}
.datatable-sender {
    width: 85px !important;
}
.datatable-foot{
    background-color:#00000025 ;
}
.btn-add {
    background-color: #3c8dbc !important;
    border: #214961 !important;
    margin-bottom: 20px;
}
.ip_client{
    /*width: 200px!important;*/
    max-width: 200px;
    word-wrap:break-word;
}
.td-center{
    text-align: center;
}
.active-button{
    border-radius: 2px;
    background-color: #32af32;
    padding: 0 5px 3px 5px;
    color: white;text-align: center;
    width: 70px; margin: 0px;
}
.hide{
    border-radius: 2px;
    background-color: red;
    padding: 0 10px 3px 10px;
    color: white;text-align: center;
    width: 70px; margin: 0px;
}
.datatable-active{
    width: 100px;
}
.trash{
    color: red;
}
.server-item:hover .server-item-grid{
    border: white solid 5px;
    border-radius: 10px;
}
.server-item-grid{
    border: white solid 1px;
    margin: 15px 5px;
    text-align: center;
    border-radius: 5px;
}
.server-item-p{
    margin: 0;
}
@media (min-width: 768px) {
    .sidebar {
        width: 17rem !important;
        font-size: 14px;
    }
}