﻿.skin-blue .main-header .logo {
    background-color: #005B90;
}

.skin-blue .main-header .navbar {
    background-color: #0162a7;
}

.main-footer {
    background-color: #0162a7;
    color: #ffffff;
}

.content *:not(.box-title), .sidebar-menu *:not(.box-title), .main-footer *:not(.box-title) {
    font-size: 12px !important;
}

#liveStatus {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.content-header > h1 > a {
    float: right;
}
 
@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.alarm-color-block {
    display: block;
    float: left;
    padding: 5px;
    margin-left: 5px;
}
.input-group-addon {
    text-align: left;
}

.table_alarm td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

    .table_alarm td a {
        color: black;
    }

.table_alarm td {
    padding:  2px !important;
}

.table td {
    text-align: left;
}

.alarm_detail {
    width: 200px;
}

.alarm_note {
    width: 120px;
}



.alarm_color5 {
    background-color: #B0B8B4FF !important;
}

.alarm_color4 {
    background-color: #97BC62FF !important;
}

.alarm_color3 {
    background-color: #FFD662FF !important;
}

.alarm_color2 {
    background-color: #E683A9FF !important;
}

.alarm_color1 {
    background-color: #D9514EFF !important;
}

.table_alarm tbody tr.selected {
    background-color: #95DBE5FF !important;
}

/*can trai phai cho tung col của table*/

.table_alarm td:nth-child(10) {
    text-align: right;
}

.table_alarm td:nth-child(1),
.table_alarm td:nth-child(2) {
    text-align: center;
}

.table_alarm th input {
    max-width: 65px;
}

.table_alarm th.col10 input,
th.col11 input,
th.col14 input {
    max-width: 120px !important;
}


/*hide box seach datatable
        .dataTables_filter {
            display: none !important;
        }
        .dt-buttons {
             display: none !important;
        }
        */
.form-control {
    padding: 3px;
}
/*freeze header table*/
.toolbar {
    float: right;
    padding: 3px;
}
.box-alarm {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
}

#alarm_tbl_length>label{
    float: left;
    display: block;
}
#alarm_tbl_paginate{
    text-align: left;
}
.form-group{
    margin-bottom: 1px;
}
#loadingoverlay {
    position: absolute;
    right: 0;
    height: 50px;
    width: 200px;
}
.loadingoverlay { 
    height: 50px;
    width: 200px;
    background: #92f3bb;
} 

/*ALARM CSS*/

.table_alarm input[type=checkbox], .table_alarm input[type=radio] {
    margin: 0px 0 0;
}
 

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before { 
    margin-top: -11px; 
}

.table_alarm td {
    border-color: #ccc !important;
    vertical-align: middle !important;
    line-height: 0.9 !important;
}
.table_alarm th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
} 
 
.necode {
    width: 120px; 
}
.ALIAS {
    width: 150px; 
}
.OBJECT_NAME {
    width: 200px;
}
.BSC_RNC {
    width: 150px;
    text-align: left;
}
.ALARM_CAUSE_NAMES {
    width: 200px;
}

.viewGuideDoc {
    color: #04c !important;
}
/*END ALARM CSS*/