body {
    color:#444444;
    font-family: "Open Sans";
}

table {
    text-align: center;
}

.table > thead > tr > th {
    color: #000000;
    font-family: "PT Sans Narrow",sans-serif;
    text-align: center;
    cursor: pointer;
}

.main-content {
    margin-top: 100px;
    margin-bottom: 45px;
}

/* Навигационная панель - верхняя панель на сайте */
.navbar {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 700;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-nav > li > a {
    box-sizing: border-box;
    color: #b0b0b0;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    height: 90px;
    line-height: 90px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
}
.navbar-nav > li > a::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444444;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 12px;
    max-width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: max-width;
    transition-timing-function: ease;
}
.navbar-nav > li.active > a::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444444;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    max-width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li > a:focus, .navbar-nav > li.open > a {
    background-color: rgba(0, 0, 0, 0);
    color: #444444;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}
.navbar-nav > li:hover > a::after, .navbar-nav > li > a:focus::after, .navbar-nav > li.open > a::after {
    max-width: 100%;
}

.navbar-nav>li>.dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav>li>.login {
    padding-left: 30px;
    padding-right: 30px;
    color: #444;
    white-space: nowrap;
}

/* Табы - Начало */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #000;
}

.nav-pills>li>a {
    border-radius: 0px;
}
/* Табы - Конец */

/* Выпадающее меню - Начало */
.dropdown-menu {
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
    border-top-color: #eeeeee;
    box-shadow: none;
    font-size: 14px;
}

.dropdown-menu>li>a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #444;
    white-space: nowrap;
}

.dropdown-menu>li.active>a {
    color: #444;
    background-color: #fff;
}
 
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li:hover>a {
    color: #444;
    background-color: #f9f9f9;
}

/* Выпадающее меню - Конец */

/* Навигационная панель - верхняя панель на сайте */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'PT Sans Narrow' ,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
}
a {
    color: #b0b0b0;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
  color: #444444;
  text-decoration: underline;
}

/* Передупреждения - Начало */
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.bs-callout-info h4{
    color:#5bc0de;
}
.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.bs-callout-warning h4{
    color:#f0ad4e;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.bs-callout-danger h4{
    color: #d9534f;
}
.bs-callout-ok {
    background-color: #dff0d8;
    border-color: #3c763d;
}
.bs-callout-ok h4{
    color: #3c763d;
}


/* Предупреждения - Конец */

/* Иконки - Начало */
button > .glyphicon {
    position: relative;
    top: 1px;
    left: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

thead .glyphicon {
    top: 2px;
    left: 5px;
    font-size: 12px;
}

.glyphicon-remove-sign {
    color: #bbb;
}

.glyphicon-ok-sign {
    color: #5cb85c;
}

.running {
    color: #3c763d;
}

.stopped {
    color: #bbb;
}

.btn-start,
.btn-filter {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-shadow: none;
    outline: 0 none;
    border-radius: 1px;
    width: 50px;
}

.btn-start:hover,
.btn-start:focus,
.btn-start:active
.btn-start.active,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter:active,
.btn-filter.active
{
    background-color: #419641;
    border-color: #3e8f3e;
    box-shadow: none;
    outline: 0 none;
}

.btn-stop {
    color: #fff;
    background-color: #ddd;
    border-color: #ccc;
    box-shadow: none;
    outline: 0 none;
    border-radius: 1px;
    width: 50px;
}

.btn-stop:hover,
.btn-stop:focus,
.btn-stop:active,
.btn-stop.active {
    background-color: #ccc;
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

button.btn-click:hover,
button.btn-click:focus,
button.btn-click:active,
button.btn-click.active {
    background-color: #ffff00;
    border-color: #f0ad4e;
    box-shadow: none;
    outline: 0 none;
}

.btn-filter > .glyphicon {
    top: 3px;
    left: 0px;
}

span.gly-click{
    color: #f0ad4e;
}



/* Иконки - Конец */

/* Форма входа Login */
.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px !important;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.form-horizontal .control-group {
    margin-bottom: 28px;
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls {
    margin-left: 180px;
}
/* label {
     display: block;
     margin-bottom: 5px;
} */
.control-group label, input, button, select, textarea {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}
.control-group input[type="checkbox"] {
    margin: 14px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: middle;
}
/* Форма входа Login */

.btn-default {
    color: #444444;
    background: #f5f5f5;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.btn-default:hover,
.btn-default:focus {
    color: #444444;
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
}

.btn-primary {
    color: #ffffff;
    background: #005b79;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background: #004c65;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

@media (min-width: 992px){
.dropdown:hover > .dropdown-menu {
display: block;
}
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
border: none;
}

.form-control {
    height: 40px;
    max-width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0px;
    font-weight: 300;
    font-size: 14px;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
    outline: 0 none;
} 

#login-dp{
    min-width: 200px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px;    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0;    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.lxc__name {
    color: #aaa;
}

a.lxc__name__a {
    color: #111;
}
a.lxc__name__a:hover {
    color: #5cb85c;
    font-weight: 700;
    text-decoration: none;
}

.lxc__running {
    color: #5cb85c;
    font-weight: 700;
}

.lxc__stopping {
    color: #d9534f;
    font-weight: 700;
    padding: 0px;
    margin: 0px
}



@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

