body{
    background-color: #000000;
}

.content {
  margin-top: 9px;
}
.jumbotron {
    margin-top: 10px;
    margin-left: 190px;
}
.container .jumbotron, .container-fluid .jumbotron.jumbotron {

    padding-left: 160px;
    padding-top: 100px;
}

.sideMenu ul li{
    display: inline;
}
.droplinebar{
    overflow: hidden;
}

.droplinebar ul{
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    width: 100vw;
}

.droplinebar ul li{
    display: inline;
}

.droplinebar ul li a{
    float: left;
    color: #333333;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
    border-left: 1px solid #dedede;
    padding-left: 5px;
}

.droplinebar ul li a:visited{
    color: #a3b5cd;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
    color: #595959;

}

/* Sub level menus*/
.droplinebar ul li ul{
    position: absolute;
    z-index: 100;
    left: 0;
    top: 58px;
    color: #999999;
   /*sub menu background color */

}

/* Sub level menu links style */
.droplinebar ul li ul li a{
    padding-right: 8px;
    padding-top: 1px;
    margin: 0;
    color: #999999;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
    color: #619bcd;
}
.droplinebar ul li  a:hover{ /*sub menu links' background color onMouseover */
    color: #619bcd;
}
.secret-entrance{
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height:10px ;
    z-index: 1050;

}
.secret-entrance a{
    color:#f7f7f7;
}
.undecorated-link:hover {
  text-decoration: none;
}
.main-menu-title{
    font-size: 21px;
    font-weight: 400;
    color: #686E75;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  opacity: 0.8;
  height: 16px;
  width: 16px;
  border-radius: 1%;
  margin-right: 5px;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}
.jumbotron{
    background: none;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #EEEEEE;
    background-clip: padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #337AB7;
    text-decoration: none;
    background-color: #e0e0e0;
    outline: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #e0e0e0;
    background-image: none;

    filter: none;
    background-repeat: repeat-x;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e0e0e0;
    background-image: none;

    filter: none;
    background-repeat: repeat-x;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #768794;
}
.btn-primary {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-color: #F8FAFB;
    background-color: #6E7A84;

}
.btn-primary:hover, .btn-primary:focus {
    background-color: #617284;
    background-position: 0 -15px;
    border-color: #F8FAFB;
}
.list-group-item:hover, button.list-group-item:hover, .list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #ECECEC;
}

.page-header{
    margin-top: 62px;
    color: #8d8d8d;
    border-bottom: 1px solid #B7B7B7;
}
.page-header span{
    color: #405354;
}
.container-fluid{
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.submenu-article{
    color: #9AA8A9;
    border-top:  1px solid #B7B7B7;;
}
.listItem {
    list-style: none;
    background: none;
    font-size: 16px;
    padding: 7px;
    margin-left: 20px;
    border-left: 1px solid #bdd7f9;

}
.listItem-add-file {
    list-style: none;
    background: none;
    font-size: 16px;
    padding: 7px;
    margin-left: 0;
    border-left: none;
    border-right: 1px solid #bdd7f9;

}
.listItem ul li{

   padding: 4px;
   background-color: #EFEFEF;
   border-right:3px ;
    margin: 2px;
    list-style: none;
    padding-left: 10px;

}
.listItem ul{

   padding: 2px;
   background: none;
   margin: 2px;
   list-style: none;

}
.listItem .article-menu{
   border-bottom: 1px solid #E3E5E6;
   min-width: 580px;
   display: block;
}
.breadcrumb {
    width: 600px;
}
.breadcrumb a{
    color: #617284;
    cursor: pointer;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    font-size: 14px;
    color: #ccc;
    content: "|\00a0";
    cursor: pointer;
}
.upload-picture{
    max-height: 400px;
    max-width: 500px;
}
.file-list-remove{
    color: #1d2227;
    background: none
}
.file-list {
    cursor: pointer;
    max-height: 800px;
    overflow: auto;
}
.file-input-distance{
    padding-right: 40px;
}



