html					{min-height:100%;position:relative}
body  					{padding-bottom:0;background-color:#e4e6e9;min-height:100%;font-size:13px;color:#393939;line-height:1.5}


.space-3 				{ max-height: 1px;min-height: 1px;overflow: hidden;margin: 3px 0; }
.space-6 				{ max-height: 1px;min-height: 1px;overflow: hidden;margin: 6px 0; }
.space-12 				{ max-height: 1px;min-height: 1px;overflow: hidden;margin: 12px 0; }

.no-curb				{ border-radius: 0 !important; }

.error					{ color: #c7254e;font-size: 90%; }


.myicon				{ display: inline-block;vertical-align: -6px;width: 24px;height: 24px;margin: 0 5px; }
.myicon-process		{ background: url('../img/process.png') no-repeat center center;background-size: 100%; }
.myicon-memory		{ background: url('../img/memory.png') no-repeat center center;background-size: 100%; }
.myicon-storage		{ background: url('../img/storage.png') no-repeat center center;background-size: 100%; }
.myicon-cpu       { background: url('../img/cpu-spy-icon.png') no-repeat center center;background-size: 100%; }

/*
* Notifications
*/

.notification-container {
	z-index: 100;
	position: fixed;
	right: 10px;
	width: 300px;
	bottom: 0;
	opacity: 0.9;
}

.notification-container .panel-title	{ font-size: 14px; }
.notification-container .close			{ font-size: 14px; }


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1900;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .7 ) 
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}



.bootbox .modal-dialog {
    margin: 50px auto;
}

.bootbox .modal-footer {
	margin-top: 2px;
	padding-bottom: 5px;
    padding-top: 5px;
}

.status-success{
  width: 24px;
  height: 24px;
  background: url('../img/Button-Blank-Green-icon.png') no-repeat;
  display: block;
}
.status-danger{
  width: 24px;
  height: 24px;
  background: url('../img/Button-Blank-Red-icon.png') no-repeat;
  display: block;
}

.status-success-16{
  width: 16px;
  height: 16px;
  background: url('../img/Button-Blank-Green-icon-16.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.status-danger-16{
  width: 16px;
  height: 16px;
  background: url('../img/Button-Blank-Red-icon-16.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.services_label{margin-bottom: 3px; margin-top: 3px;}


/*
* MY BS
*/

/*
* to make full width without margin
*/
.container-full {
  margin: 0 auto;
  width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.nopad {
  padding: 0;
    margin: 0;
}

.noborder {
  border: 0;
}

.nobackground {
  background: none;
}
/*
* end
*/


.btn {border-radius: 4px;}

.navbar .navbar-brand {
  height: auto;
}

.ace-nav > li > a > .badge {
    padding: 1px 5px 0;
}

.yellow {
color: #DAA520 !important;
}
.ace-nav>li.yellow>a {
background-color: #DAA520;
}


.ace-nav>li.green>a>[class*="fa-"],.ace-nav>li.purple>a>[class*="fa-"],.ace-nav>li.yellow>a>[class*="fa-"] {
  color: #FFF;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 3px;
}

.ace-nav>li.grey>a>span { position: relative;top: 3px;display: inline-block;text-align: center;font-size: 10px;line-height: 10px; }

input.ace[type="checkbox"] + .lbl:before, input.ace[type="radio"] + .lbl:before { vertical-align: 1px !important; }

#header-notification-list { max-height: 400px; overflow: auto; }

.grey .dropdown-navbar { width: 170px; }

.grey .dropdown-navbar > li > div.list {
  padding: 10px 2px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  color: rgb(85, 85, 85);
  border-bottom: 1px solid rgb(228, 236, 243);
}

.grey .dropdown-menu>li>div.list {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  font-size: 12px;
  color: #333;
}

.purple .dropdown-menu > li > a { white-space: normal; }

.dropdown-navbar > li > div.list img {vertical-align: top;float: left;}
.dropdown-navbar > li > div.list > .list-body{float: left;width: 100px;}
.dropdown-navbar > li > div.list > .list-body > .name{display: block;font-size: 12px;}
.dropdown-navbar > li > div.list > .list-body > .list-link { display: block; font-size: 11px;color: orange; }

.dropdown-navbar > li > a > span.date {
  color: orange;
  display: block;
  font-size: 10px;
}


#page-modal .panel {margin-bottom: 0;}
#page-modal .popover {
    max-width: 250px !important;
    width: 250px !important;
    color: red;
}

.panel-heading {padding: 3px 5px;}
.panel-body {
    padding: 6px;
}

.table {
    margin-bottom: 10px;
}


.connection_editor_toggle { top: 130px; }

.drag_object_toggle { top: 170px; }


#system_settings_tab_content .nav-tabs > li > a { padding: 4px 12px; }

.editable-click {
    border-bottom: 0 !important;
    cursor: pointer;
    font-weight: normal;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align: middle; }

.get_object_info.close {opacity: .6}