body {
  /*padding-top: 50px;*/
}

.navbar-header .version {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 10px;
    color: #505050;
}
.container_table {
    padding: 0px 20px;
    margin:0px
}
h1,h2,h3 {
    margin-top:0px;
    margin-bottom: 10px
}
.jumbotron h1 {
    margin: 20px 0 10px;
}
.progress {
    margin-bottom:0px
}
.w1001 {
    width: 120px !important;
    float: left;
}
.date-btns {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 27px;
    padding-top: 7px;
    margin-left: 10px;
}
.form-table {
    margin: 10px 0;
}

.form-table td {
    padding: 10px 20px;
}
table td .col-xs-2, table td .col-xs-6 {
    padding-left: 0 !important;
}

.label-default2 {
    background-color: #606060;
}
.label-default0 {
    background-color: #cecece;
}
.label-yellow {
    background-color: #FFD700;
}
.label-deeppink {
    background-color: #FF1493;
}
.label-purple {
    background-color: #800080;
}

#projectFilter {
    display: none;
}

.import-head a.curr {
    color: #222;
    font-weight: bold;
}

.vertical span {
    -webkit-transform: rotate(-90deg); /* не забываем префиксные свойства */
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    margin-bottom: 40px;
}

/*.breadcrumb {
    background: none !important;
    padding: 15px !important;
    margin-bottom: 0;
}*/

.progress {
    position:relative;
    width:400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: none;
    float: right;
}
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:0px; left:48%; }

.media .media {
    margin-left: 64px;
}
.media p {
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
}

.dynamicvars-form-row {
    display: none;
}
.dynamicvars-form-row .progress {
    width: 100% !important;
}


.nav-list .nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.docs > h3 {
    margin-top: 40px;
}
.docs table td, .docs table th {
    padding: 2px 5px;
}
.docs table thead th {
    background: #eee;
    text-align: center;
}
.docs table td {
    vertical-align: top;
}
.docs table tr > td:first-child {
    text-align: center;
}

.fixedRight {
    position: fixed;
    bottom: 0;
    left: 0;
}

.label a {
    color: #fff;
}
.label-clear {
    margin-bottom: 0;
}
.msg-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999; 
    margin-bottom: 0 !important;
}

.button-templates {
    cursor: pointer;
}
.popover-templates {
    max-width: 350px !important;
}
.popover-templates a.no-template {
    color: #9a9a9a;
}
.table-black table td {
    border-color: #000 !important;
}
.fancybox-toolbar {
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    background-color: white;
    z-index: 100;
    border: 1px #EEE solid;
    padding: 10px;
}

.check {
    margin: 0;
    
}
.check-success {
    background-color: #DFF0D8;
}
.check-warning {
    background-color: #FCF8E3;
}
.check-danger {
    background-color: #F2DEDE;
}


.normal-text {
    font-size: 14px;
    line-height: 140%;
}
.normal-text small {
    font-size: 85% !important;
}

a.btnBugs {
    position: fixed;
    display: block;
    bottom: -5px;
    right: 150px;
    width: 200px;
    text-align: center;
    background-color: #5CB85C;
    border-color: #4CAE4C;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 20px;
}
a.btnBugs:hover {
    bottom: 0;
}

/*
 * Typography
 */

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/*@media (min-width: 768px) {
    .navbar-right~.navbar-right.navbar-form {
        margin-right: 0;
    }
}*/

.row+.row {
    margin-top: 1rem;
}
.bg-primary, .bg-primary a {
    color: #fff;
}
.order-by:hover {
    text-decoration: none;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-pencil, .table-pencil:hover {
    text-decoration: none;
    font-size: 14px;
}
.table-pencil span {
    opacity: 0;
}
tr:hover .table-pencil span {
    opacity: 1;
}

.invalid-feedback {
  display: block;
}

.with-footer {
    padding-bottom: 70px;
}
.footer-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.3);
}

.form-filters {
    width: 620px;
}
.hidden {
    display: none;
}

.tags .tag {
    color: #505050;
    font-size: 12px;
    font-style: italic;
}


.bootstrap-autocomplete {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.executor-vid {
    font-size: 12px;
}
