body {
    font-family: "PT Sans";
    font-size: 14px;
    min-width: 550px;
    height: 100%;
}

.edit_data{
    font-size: 10pt;
    color: #8EA701;
    border-bottom: 1px dashed #8EA701;
    cursor: pointer;
    margin-left: 130px;
    float: right;
}
label {
    font-weight: normal;
}
label.control-label-medium {
    width: 350px;
}

label.control-label-little{
    width: 242px;
}
label.control-label-small {
    width: 140px;
}

.header {
    position: relative;
}

.header__content-auth {
    height: 50px;
}
.header__content {
    position: relative;
}
.auth-page .product-name {
    font-family: Arial;
    font-size: 28px;
    height: 30px;
    left: 28px;
    line-height: 32px;
    position: absolute;
    top: 8px;
}
.line {
    height: 1px;
    background: #8ea701;
    font-size: 0;
    width: 100%;
}

.auth-page .line {
    top: 50px;
}

.auth {
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(12,12,13,0.18);
    height: 210px;
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -180px;
    padding: 10px 30px;
}

.alerts-container {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -120px;
    z-index: 1050;
    right: 5%;
}

.user-stick-alert {
    width:220px;
    box-shadow:1px 0 10px rgba(0,0,0,.4);
    margin: 5px 0 10px 0;
}

.logo{
    display: block;
    float: left;
    height: 46px;
    width: 33px;
    margin-left: 10px;
    background: url("../img/logo.png") no-repeat center left;
}


.pull-right {
    float: right !important;
}

.navbar-damask {
    background-color: #999;
    height: 46px;
    min-height: auto;
}

header.page-header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 0;
}
.navbar-damask .navbar-nav > li > a {
    height: 46px;
}
.navbar-damask ul li a {
    color: white;
    position: relative;
}

.navbar-damask .navbar-nav > li > a:focus, .navbar-damask .navbar-nav > li > a:hover {
    background: none repeat scroll 0 0 rgba(255,255,255,0.3);
    height: 46px;
}
.navbar-damask ul li a .glyphicon, .navbar-damask ul li a .fa{
    font-size: 20px;
}

.pwcontroll .glyphicon{
    font-size: 40px;
}
.pwcontroll div.btn{
    width: 276px;
}

.scrollable-page {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 46px;
}

.scrollable-row {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.scrollable-row.row-tree {
    background: none repeat scroll 0 0 #777;
    border-right: 1px solid #efefef;
    overflow: auto;
    width: 25%;
}

.with-trees .with-tree__node, .with-trees .with-tree__node .node-icon{
    color: #FFF;
}

.with-trees .with-tree__node.active, .with-trees .with-tree__node:hover{
  background: #888;
  border-color: #999;
}

.scrollable-row.row-content {
    background: none repeat scroll 0 0 white;
    box-shadow: -6px 0 18px -14px rgba(0, 0, 0, 0.3);
    left: 25%;
    width: 75%;
    padding: 10px 20px;
    overflow: auto;
}

.background{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1050;
}
.background>.message{
    position: absolute;
    width: 400px;
    z-index: 1051;
    height: 150px;
    padding-top: 64px;
    text-align: center;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -200px;
}

.form-scrollable .control-group {
    margin-bottom: 6px;
}
legend {
    font-size: 14px;
}

.group-label, legend {
    background: none repeat scroll 0 0 #ddd;
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    margin: 16px 0 6px;
    padding: 0 10px;
}
label.label-strong {
    font-weight: bold;
}

/*.control-group.group-label .btn.btn-success{
    float: right;
    margin-top: 3px;
}*/

.progress-bar{
    transition: none; 
}

.form.form-scrollable>.control-group.group-label{
    margin-top: 0;
}

.memory-status{
    margin-top: 20px;
    display: inline-block;
    width: 479px;
    
}


.proc-info, .memory-status{
    border: 1px solid #666;
    padding: 5px;
    border-radius: 5px;
    vertical-align: top;
}

.proc-info{
    /*width: 98.2%;*/
    min-width: 950px;
    display: inline-block;
}

.settings{
    margin-left: 20px;
}

.disk-icon{
    width: 70px;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.core-id{
    text-align: right;
}

.core-info,.disk-summory{
    overflow: hidden;
}

.core-info{
    display: inline-block;
    background-color: #F5F5F5;
    border-radius: 5px;
    height: 124px;
}

.disk-data .progress{
    margin-bottom: 1px;
}

.progress{
    position: relative;
}

.progress-band {
    position: absolute; 
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background: #F5F5F5;
    text-align: center;
    font-size: 12px;
    padding: 0;
    height: 14px;
    top: 3px;
    border-radius: 3px;
    line-height: 14px;
    
}

.validationMessage{
    color: #A94442;
    display: block;
    margin-left: 356px;
}

.validation-zero .validationMessage{
    margin-left: 0;
}

/*.form-inline .form-control[type="text"], .form-inline .form-control[type="password"] {
    width: 206px;
}*/

.btn.btn-form{
    padding: 4px 12px;
}

.form-inline .input-group {
    display: inline-table;
}

.message-key{
    color: #999;
}

.input-group-num {
    vertical-align: middle;
    width: 100px;
}
.list-header {
    font-size: 16px;
    margin: 15px 0 10px;
    padding: 0;
    position: relative;
}
.list-header::after {
    border-bottom: 1px solid #ccc;
    content: " ";
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
}
.list-header .list-header-wrapper {
    background: white none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 2;
}
.list-header .list-header-wrapper .collapser {
    cursor: pointer;
}
.list-header .list-header__content {
    margin: 0 20px 0 0;
}
.items-list__header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.items-list {
    margin: -10px 0 10px -10px;
}
.items-list + .items-list__header {
    margin-top: 30px;
}
.items-list .list-item {
    border: 1px solid transparent;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0 10px;
    min-height: 120px;
    padding: 5px 10px;
    position: relative;
    vertical-align: top;
    width: 120px;
}
.items-list .list-item.list-item-new {
    border: 1px dashed #aaa;
}
.items-list .list-item .image-item {
    color: #333;
    font-size: 40px;
    height: 80px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    width: 80px;
}
.items-list .list-item .operations {
    color: #666;
    display: none;
    position: absolute;
    right: 6px;
    top: 0;
}
.items-list .list-item:hover {
    background: #e5f3fb none repeat scroll 0 0;
    border-color: #70c0e7;
}
.items-list .list-item:hover .image-item {
    color: black;
}
.items-list .list-item:hover .operations {
    display: block;
}
.items-list .list-item:hover .operations:hover {
    color: black;
}
.items-list .list-item .icon-name {
    text-align: center;
    word-break: break-all;
}
.items-list .list-item .creation-text {
    color: #666;
    left: 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 90%;
}
.items-list .list-item .creation-text .fa {
    display: block;
    font-size: 50px;
    font-weight: bold;
}

fieldset{
    margin-left: -20px;
}

fieldset>div{
    padding-left: 20px;
}

.btn-save {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.header-lable label{
    font-size: 30px;
}

.proc-info input{
    margin-right: 5px;
    outline: none;
    position: relative;
    top: 2px;
}

.proc-info label{
    cursor: pointer;
}

.log-row {
    cursor: pointer;
}

.table tbody tr.log-row.zombie td{
    color: #a94442;
    background-color: #f2dede;
}

.table tbody tr.log-row td{
    padding: 1px 5px;
/*    border: none;*/
}

/*.table tbody tr.log-row{
    
}*/


.table tbody tr.log-row:hover td,.table tbody tr.log-row.active td{
    background-color: rgb(229,243,251);
    border-top: 1px solid rgb(112, 192, 231);
    border-bottom: 1px solid rgb(112, 192, 231);
}

.table tbody tr.log-row.active td{
    background-color: rgb(209,232,255);
}
.table tbody tr.log-row:hover td:last-child, .table tbody tr.log-row.active td:last-child{
    border-right: 1px solid rgb(112, 192, 231);
}

.logs-table.table tbody tr.log-row td:last-child{
    border-right: 1px solid rgba(112, 192, 231,0);
}

.table tbody tr.log-row:hover td:first-child,.table tbody tr.log-row.active td:first-child{
    border-left: 1px solid rgb(112, 192, 231);
}
.logs-table.table tbody tr.log-row td:first-child{
    border-left: 1px solid rgba(112, 192, 231, 0);
}
.header-lable{
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin-right: 10px;
}

.header-lable select{
    padding: 0 12px;
    height: 28px;
}

.application-breadcrumb{
    right: 440px;
}
.log-view{
    position: absolute;
    bottom: 0;
    top: 41px;
    left: 0;
    right: 0;
    border: 1px solid #DDD;
    overflow: auto;
    margin: 10px 20px;
    white-space: pre;
    padding: 0 10px;
    outline: none;
}

.log-view.wrapped { 
    white-space: pre-wrap;
}


.log-icon {
    background-image: url("../img/icons_sys2.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    display: inline-block;
}

.log-icon-folder{
    background-position: -64px -16px;
}
.log-icon-file{
    background-position: 0 0
}

.filterable{
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin: -6px 20px 0 20px;
    
}

.filterable.folded{
    height: 40px;
    line-height: 40px;
}

.filterable.unfolded{
    vertical-align: top;
}

.filter-row{
    display: inline-block;
    margin: 12px auto;
    vertical-align: top;
    min-width: 250px;
}
.filter-row>div{
    padding-left: 5px;
}
.filter-row>div>label{
    display: block;
}
.filter-row>div>label>span{
    display: inline-block;
    min-width: 20px;
    text-align: right;
    padding-right: 5px;
}


.filterable .fa{
    margin: 12px 10px;
    cursor: pointer;
    vertical-align: top;
}

.log-row .btn{
    padding: 0 10px;
}

ul.custom-list {
    list-style-type: none;
}

ul.custom-list input{
    margin-right: 10px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 1.42857;
    padding: 3px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-inline .form-control[type="text"].input-xlarge{
    width: 270px;
}

.input-helper {
    display: block;
    font-size: 11px;
    margin-top: -2px;
}

.chpwd .modal-dialog{
    width: 400px;
}

.archive .modal-dialog{
    width: 285px;
}

.info .modal-dialog{
    width: 380px;
}

.archive .modal-body{
    padding: 5px;
}

.modal .validationMessage, .chpwd .validationMessage{
    margin-left: 140px;
}

.sortableColumn{
    cursor: pointer;
}
.sortableColumn span{
    margin-left: 5px;
    color:#888;
}

.sortableColumn:hover span{
    color: #333;
}

.modal-master .master-overlay .master-content{
    height: 300px;
}

.upload-file-form {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.upload-file-form:hover .btn-default{
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333;
}

.upload-file-form:hover .btn-info{
    background-color: #39b3d7;
    border-color: #269abc;
    color: #fff;
}
.upload-file-form:active .btn-default {
  outline-offset: -2px;
}
.upload-file-form input.pseudo-file {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  z-index: 12;
  cursor: pointer;
  width: 100%;
  right: auto;
  background: transparent;
  border: none;
  filter: alpha(opacity=0);
}

.btn-cell{
    width: 30px;
    text-align: center;
    white-space: nowrap;
}

.backups-table{
    font-family: Tahoma,​sans-serif;
    font-size: 13px;
    margin-top: 20px;
}

.backups-table .btn{
    font-family: arial,sans-serif;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 6px;
    padding: 1px 10px;
}

.label-delemiter {
    /*border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;*/
    display: inline-block;
    height: 34px;
    margin: 0 8px;
    vertical-align: middle;
    background-color: #BBB;
    width: 1px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

.multy-select .checkbox, .multy-select .radio{
    padding-left: 20px;
}

.alink{
    color: #5cb85c;
    border-bottom: 1px dotted #5cb85c;
    cursor: pointer;
    padding: 0;
}

.alink:hover{
    color: #47A447;
    border-bottom: 1px dotted #47A447;
}

.help {
  background: url("../img/help-sign.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin-top: 3px;
  vertical-align: text-top;
  width: 11px;
}
.help.form-help {
  margin: 3px 0 0 4px;
}
h4 .help,
h4 .help.form-help {
  margin-top: 8px;
}
.alert-help {
  color: black;
  font-size: 13px;
  max-width: 500px;
  z-index: 7000;
  background-color: #fcf8e3;
  box-shadow: 0px 0 4px -1px rgba(0, 0, 0, 0.5);
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.items-list .list-item.iface-item.selected{
    background: rgb(209, 232, 255) none repeat scroll 0 0;
    border-color: rgb(112, 192, 231);
}

.dragger {
    cursor: move;
    margin-top: 1px;
    width: 23px;
}

.will-edit {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    min-width: 1em;
    padding: 2px 4px;
}

.editable-input-long .editable-input {
    width: 300px;
}

.editable-input-medium{
    max-width: 200px;
    width: 200px;
}

.editable-input-medium .editable-input {
    width: 170px;
}

.editable-input {
    width: 30px;
}

.edit-space input{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 16px;
    height: 32px;
    line-height: 1.42857;
    padding: 3px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.edit-space input.has-error{
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.will-edit.will-edit-textarea {
    display: block;
}

.will-edit:hover {
    background: #ffffcc none repeat scroll 0 0;
}

.editable-textarea {
    resize: none;
}

.editable-buttons {
    margin-top: 7px;
}

.edit-space {
    position: relative;
}

.edit-space .fa{
    position: absolute;
    top : 9px;
    left: 150px;
    cursor: pointer;
}

.view-space{
    min-width: 100px;
}

.edit-space input{
    padding-right: 20px;
}

.edit-space .editable-buttons .btn{
    margin-left: 5px;
}

.modal-body .control-group{
    margin-top: 5px;
}

.log-row.disable td{
    color: #888;
}

.alink .alert-default{
    background-color: #EEE;
    color: #888;
    border-bottom-color: #888;
}

.alink .alert-default:hover{
    color: #111;
    border-bottom-color: #111;
}

#ask-modals .modal-dialog{
    padding-top: 150px;
}

.logsinterface th:first-child,.logsinterface tr.log-row td:first-child{
    padding: 0;
}

.logsinterface tr.log-row td:first-child input{
    margin: 0;
    outline: none;
}
.table.table-auto{
    width: auto;
}