.toggler  { cursor:pointer; /*font-weight:bold;*/ margin-left: 20px; /*margin-bottom: 5px;*/ width: 70%;float:left;
}
.toggler:hover   { background:#ddd; }
.element   { margin-left: 30px;}


/* Move the tool bar from the show/hide button */
#toolbar-ext{
    padding-top: 30px;
}

.shortdesc { cursor:pointer; /*width: 70%;*/}
.tabledesc:hover   {background:#ddd; }
.detail {margin-left: 30px;}


.tableCriticity{
    padding: 0px;
    margin-bottom: 1px;
    color: #787878;
    /*background: white;*/
    border-top: 1px solid #E3E3E5;
    /*border-left: 1px solid #E3E3E5;
    border-bottom: 1px solid #E3E3E5;*/
}
.tableCriticity:hover   {/*background:#ddd; */}

.tableCriticity a{
    color: #787878;
    text-decoration: none;
}

.actions {}


.tableCriticity .tick {
    border-radius: 1px;
    border: 1px solid #C6C6C6;
    height: 11px;
    margin: 4px 4px 0 1px;
    width: 11px;
}

.tableCriticity .tick .img_tick{
    max-width: none;
    height: 15px;
    width : 15px;
    /* Make the image a bit more center :p*/
    margin-top : -5px;
    margin-left : -2px;
}


.tableCriticity .img_status{
    margin-right: 6px;
    margin-left : 6px;
    width:20px;
    background: white;
}

.tableCriticity .img_status img{
    width: 20px;
    height: 20px;
}


.tableCriticity .hostname{
    width: 120px;
    background: white;
}
.tableCriticity .srvdescription{
    width: 120px;
    background: white;
}
.tableCriticity .txt_status{
    width: 100px;
    text-align:center;
    border-radius: 2px;
}
.tableCriticity .duration{
    width:50px;
    text-align:center;
    background: white;
    margin-left : 5px;
}
.tableCriticity .output{
    width:400px;
    background: white;
    margin-left : 5px;
}
.tableCriticity .expand{
    max-width: 20px;
    background: white;
}

.tableCriticity .expand img{
    max-width: 20px;
}


/*

States

*/


.state_down, .state_critical{
 background-color: #FF858B;
}

.state_warning{
 background-color: #E3B778;
}

.state_ok, .state_up{
 background-color: #8EE378;
}

.state_unknown, .state_unreachable{
 background-color: #78CCE3;
}



.in_panel_filter{
    background-color : white;
    margin : 10px;
    padding : 10px;
    border-radius: 4px;
    color : black;
}

/* The vvv for view same service alerts */
.go-center {
    position: relative;
    left : 35%;
}
