.dashboard_page h2
{
    font-size:30px;
    color:#333;
}
.locations_list
{
    border: solid 1px #ECECEC;
    margin-top:20px;
    margin-bottom:15px;
}
.locations_list .locations_list_head
{
    margin:0px;
    line-height:40px;
    color: #999;
    font-weight: normal;
    border-bottom:solid 1px #ECECEC;
}
    .locations_list .locations_list_content
    {
        height: 199px;
        position:relative;
        overflow:hidden;
    }
.locations_list .locations_list_content div.row
{
    line-height:39px;
    margin:0;
    border-bottom: solid 1px #ECECEC;
}
    .locations_list .locations_list_content div.row div,
    .locations_list .locations_list_head div
    {
        padding:0 0 0 20px;
    }
.locations_list .locations_list_content .row:nth-child(2n-1),
.nice_table.monitor_list tr:nth-child(2n)
{
    background: #F9F9F9;
}

.nice_table.status_summary,
.nice_table.user_summary
{
    background: #F9F9F9;
    border: solid 1px #ECECEC;
    margin-top:20px;
    color:#333;
}
.nice_table.status_summary
{
    margin-top:40px;
}
    .nice_table.status_summary tr
    {
        line-height: 30px;
        height:30px;
        border: none;
    }
    .nice_table.user_summary tr
    {
        line-height: 40px;
        border: none;
    }
    
.nice_table.status_summary tr:first-child td,
.nice_table.status_summary tr:first-child th
{
    padding-top:20px;
}
.nice_table.status_summary tr:last-child th,
.nice_table.status_summary tr:last-child td
{
    padding-bottom:20px;
}
    .nice_table.status_summary th
    {
        color:#333;
        font-weight:bold;
    }
.nice_table.status_summary a,
.user_summary a
{
   
    color: #64A8DE;
    border-bottom: dotted 1px #64A8DE;
    line-height: 20px;
    margin-top: 5px;
}
.user_summary a
{
    float: right;
    margin-right: 20px;
}
.highlighted
{
    font-weight: bold;
}


#content label.monitor_name
{
    font-size: 15px;
    font-weight: bold;
}

#content td.not_active label.monitor_name
{
    font-size: 15px;
	color: #aaa;
    font-weight: bold;
}

section.inner_page > div.container > div.row {
	padding-bottom: 50px;
}


.nice_table td.service_name
{
    line-height: 20px;
}

span.monitor_host
{
    color: #b4b4b4;
    font-size: 13px;
}

a.monitor_url
{
    color: #b4b4b4;
    font-size: 13px;
    border-bottom: dotted 1px #b4b4b4;
}

a.monitor_url:hover
{
    border-bottom: solid 1px #b4b4b4;
}

th a.order {
	font-weight: bold;
}


#logout
{
    color: #ff3c00;
    font-weight: bold;
    padding-left: 0px;
}

    #logout span
    {
        border-left: solid 1px #dcdcdc;
        padding-left: 15px;
    }

.side_note_title
{
    color:#333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}
    .side_note_title.top
    {
        margin-top:0px;
    }

.side_note
{
    color: #999;
    font-size: 13px;
    line-height: 18px;
    margin-bottom:20px;
}

.content_gray_bg
{
    background: #f8f8f8;
}

.shadow
{
    box-shadow: #ECECEC 0px 0px 20px;
    border:solid 1px #ccc;
    background:#fff;
    margin-bottom:50px;
}
.edit_panel
{
    line-height:30px;
    margin-top: 40px;
    margin-left:25px;
    padding-bottom:60px;
}
div.control input[type=text].slider_input
{
    display:none;
}

.narrow_middle .container
{
    min-width:1024px;
}

.narrow .container
{
    max-width:940px;
    min-width:740px;
 /*   min-width:940px;*/
}
.edit_panel label.label
{
    padding:5px;
    margin:0;
    float:left;
    font-size:14px;
    line-height:40px;
    width:170px;
    clear:left;
    text-align:left;
    font-weight:normal;
	color:#333;
}
.edit_panel div.control
{
    padding:8px 35px 8px 5px;
    line-height:40px;
    min-height:50px;
    padding-left:170px;
}

.edit_panel .popover
{
    margin-left: 160px;
    max-width: none;
    width: 50%;
}

.edit_panel .formfooter .popover {
    margin-left: 0 !important;
}

div.control input[type=password],
div.control input[type=text],
div.control select
{
    background:#f8f8f8;
    border:solid 1px #ccc;
    padding:4px 5px;
    display:block;
    height:34px;
    line-height:20px;
    width:100%;
}

div.has-error .input-group  input[type=password],
div.has-error .input-group  input[type=text],
div.has-error .input-group  select,
div.has-error .input-group .input-group-btn  button
{
    border-color: #A94442;
}

div.has-error .input-group .input-group-btn  button i,
div.has-error .input-group .input-group-btn  button span
{
    color: #A94442;
}

.edit_panel div.control input.half_left,
.edit_panel div.control input.half_right
{
    width:45%;
}
.edit_panel div.control input.half_left
{
    float:left;
}
.edit_panel div.control input.half_right
{
    float:right;
}
.edit_panel_group
{
    margin-bottom:40px;
    /*overflow:hidden;*/
}
.required
{
    color:#f33636;
}

.dashboard_page .monitors_title
{
    margin-top:50px;
}

.note a
{
    font-size:12px;
}
input[type=submit].add_monitor_button,
input[type=button].add_monitor_button
{
    width:140px;
    float:right;
    border:none;
    height:28px;
    background:transparent url('/images/btn-addmonitor.png') no-repeat center;
}
.edit_page_title
{
    margin-top:0px;
    margin-bottom:30px;
    font-weight:normal;
    font-size:30px;
    color:#333;
	margin-left: -16px;
}
input[type=submit].plus_button,
input[type=button].plus_button
{
    float:right;
    height:20px;
    width:20px;
    border:none;
    min-width:20px;
    background:transparent url('/images/btn-add.png') no-repeat center;
}
.edit_panel span.input-group-addon, .edit_panel span.input-group-btn {
	border-radius: 0;
}
.edit_panel .label-info {
    background-color: #89C70B;
}
.edit_panel .bootstrap-tagsinput {
	border:0 none;
	box-shadow:none;
}
.tag.label.label-max {
    background-color: #a94442;
}
.plus_button
{
    margin-top:8px;
}
.slider
{
    background:transparent;
}
.narrow_middle  .breadcrumb_links
.narrow  .breadcrumb_links
{
    width:940px;
    margin:auto;
    float:none;
}
.narrow_middle .breadcrumb_links  a,
.narrow .breadcrumb_links  a
{
    margin-right:30px;
    text-decoration:none;
}
.narrow_middle .breadcrumb_links a.current,
.narrow .breadcrumb_links a.current
{
    color:#333;
    font-weight:bold;
    border-bottom:none;
    border-bottom:dotted 1px #fff;
}

.breadcrumb_links span.append {
    margin-left: 5px;
	border-bottom:none;
}


.breadcrumb_links span.current {
    margin-right:30px;
    text-decoration:none;
    border-bottom:dotted 1px #fff;
    font-weight:bold;
}

.breadcrumb_links span.label-success {
	color: #669108;
	background-color:rgba(255, 255, 255, 0.6);
}

.breadcrumb_links span.label-danger {
	color: #C9302C;
	background-color:rgba(255, 255, 255, 0.6);
}

.inner_menu
{
    width:200px;
    margin-bottom:30px;
}

    .inner_menu h4
    {
        font-weight:bold;
        font-size:18px;
        line-height:40px;
        color:#333;
        margin-top:15px;
    }
.sidebar_menu.inner_menu li
{
    margin:0 15px;
    padding-left:15px;
    padding-right:15px;
    border:none;
}
.sidebar_menu.inner_menu li a
{
    font-size:14px;
    color:#74a60f;
    border-bottom:dotted 1px #74a60f;
    text-transform:none;
}

.sidebar_menu.inner_menu li.last a
{
    border-bottom:none;
	margin-bottom: 10px;
}

.sidebar_menu.inner_menu li.active a
{
    color:#fff;
    border-bottom:none;
}
.sidebar_menu.inner_menu li.active
{
    padding:0 15px;
    margin:0 15px;
    border-radius:20px;
}
.inner_menu li.empty
{
    height:30px;
}
.statistics_page_title
{
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
    color: #333;
    padding-bottom:20px;
    border-bottom:solid 1px #dfdfdf;
}
input[type=submit].edit_statistics_button,
input[type=button].edit_statistics_button
{
    border:none;
    float:right;
    width:26px;
    height:22px;
    margin-top:8px;
    min-width:20px;
    background:transparent url('/images/icon-edit.png') no-repeat center;
}
h4.small_title
{
    margin-top:40px;
    font-size:16px;
    font-weight:bold;
    color:#333;
}

.nice_table.locations_list
{
    border-left: solid 1px #ECECEC;
    border-right: solid 1px #ECECEC;
    margin-top:20px;
    color:#333;
}
.nice_table.monitor_list
{
    font-size:13px;
}
.openstat .nice_table.monitor_list
{
    font-size: unset;
}


.nice_table.monitor_list td
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
}

.nice_table.stat_tables
{
    color:#333;
    margin-bottom:40px;
}
.nice_table.stat_tables a
{
    border-bottom:dotted 1px #008ccb;
    color:#008ccb;
}
.nice_table.stat_tables tr
{
    line-height:50px;
}
.nice_table.stat_tables tr:nth-child(2n) td
{
    background: #F9F9F9;
}
.nice_table.monitor_list tr td.service_status
{
    background:transparent center no-repeat;
    background-image:url('/images/dot-status-unknown.png');
}
.nice_table.monitor_list td.service_status.active
{
    background-image:url('/images/dot-status-green.png');
}

.nice_table.monitor_list td.service_status.down
{
    background-image:url('/images/dot-status-red.png');
}

.nice_table.monitor_list td.service_status.maint
{
    background-image:url('/images/dot-status-orange.png');
}

.nice_table.monitor_list td.service_status.not_active
{
    background-image:url('/images/dot-status-grey.png');
}

div.control .input-group input[type=text]
{
    text-align:left;
    border-right:none;
}
div.control .input-group button
{
    outline:none;
    float:left;
    margin-top: 0px;
    border-radius: 0;
    font-size:12px;
    height:34px;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 25px;
    border: solid 1px #CCC;
    border-left:none;
    background:#F8F8F8;

}

div.control .input-group button.btn-prepend
{
    border: solid 1px #CCC;
    /*border-right:none;*/
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
    margin-top: -1px;
    border-top: none;
}

.navbar .nav li ul.dropdown-menu a
{
    text-align: left;
    padding:5px 15px;
}

.popover ul {
	padding-left: 10px;
}
.popover li {
	line-height: normal;
}
.form-group hr {
	margin-top: 5px;
	margin-bottom: 10px;
}
.su-wide {
	min-width: 350px;
}

.highcharts-contextmenu hr {
	margin-top: 3px;
	margin-bottom: 3px;
}