html {
    height: 100%;
}

body, #main-body {
    height: 100%;
}

html, body {
    min-width: 1024px;
}

.server-error {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.red {
    color: red;
}

.white {
    color: #fff;
}

.heading
{
    font-size: 1.1em;
}

#project-overview-container .btn-float,
#project-structure-edit .btn-float,
#project-entry-edit .btn-float {
    bottom: -49px;
}

.bordered-top {
    border-top: 1px solid #f0f0f0 !important;
}

.bg-white {
    background: #fff;
}

.input-sm {
    letter-spacing: 0.04em;
}

.entry-left-container {
    float: left;
    max-width: 30px;
    padding: 0;
    margin: 0 0 0 -7px;
    z-index: 1000;
}

.entry-left-icon {
    font-size:20px;
    padding: 10px;
    margin-left: -10px;
}

#main-body.mobile .entry-left-icon {
    font-size:25px;
    padding: 7px 10px;
}

.pointer {
    cursor: pointer;
}



@keyframes rotateSync {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 750deg);
    }

    100% {
        transform-origin: center;
        transform: none;
        color: red;
    }
}

.rotateSync {
    animation-name: rotateSync;
}

.dropdown-menu.open {
    position: relative;
}

.image-container, .note-container {
    border: 1px solid #f0f0f0;
    overflow: auto;
}

.entry-buttons-container {
    overflow: hidden;
}

.entry-buttons-container button {
    width: 100%;
}

.note-container textarea {
    width: 100%;
    max-width: 100%;
    height: 175px;
    border: 1px solid #f0f0f0;
}

.importnote {
    border: 1px solid black;
    padding: 3px;
    margin: 7px 10px;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1.3;
}

.importenote-set {
    border: 1px solid #545454;
    color: white;
    background: #545454;
}

.nanobar .bar {
    background: #4fd753 !important;
}

#project-entry-edit img.entry-picture {
    max-height: 300px;
    max-width: 100%;
    margin-bottom: 5px;
}

.markable {
    cursor: crosshair;
}

.marking-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 90%;
}

.the-marking {
    border: 3px solid red;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.entry-button {
    margin: 10px 0;
}

.btn-big {
    padding: 15px 25px;
}

/*.button-fixed-bottom-left,*/
/*.button-fixed-bottom-right {*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*width: 50% !important;*/
    /*z-index: 1000;*/
/*}*/

/*.button-fixed-bottom-left {*/
    /*left: 0;*/
/*}*/
/*.button-fixed-bottom-right {*/
    /*right: 0;*/
/*}*/

.darker-menu-entry {
    border-right: 10px solid #8BC34A;;
}

.imagesettings {
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

#main-body.mobile .imagesettings {
    display: none;
}

.plus-detail {
    color: white;
    padding-top: 20px !important;
}

.h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
}

.opacity-06 {
    opacity: 0.6;
}

#main-body.mobile #project-entry-edit {
    margin-top: 0;
}

#main-body.mobile #project-entry-edit > div:nth-child(2) {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#main-body.mobile #project-entry-edit .media-body {
    padding: 40px 0 45px 0;
}

#main-body.mobile .mobile-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#main-body.mobile .mobile-top-fixed > button {
    width: 45%;
}

#main-body.mobile section#main {
    padding: 0;
}

.nopic-container {
    margin: auto auto 10px auto;
    border: 1px solid grey;
    width: 250px;
    height: 150px;
    padding-top: 70px;
}

.page-depth-child-preview {
    border: 1px solid #fff;
    padding: 0;
    background: #bebebe;
    height: 75px;
    max-height: 75px;
}

.page-depth-child-preview > img.preview-img {
    max-width: 100%;
    max-height: 100%;
}

.entries-seperator {
    border-bottom: 6px solid #b0b0b0;
}

#main-body.mobile .entry-edit-info {
    color: #b4b4b4;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    z-index: 2;
}

#main-body.mobile .entry-edit-info.info-top {
    position: fixed;
    background: #fff;

    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
}

#main-body.mobile .entry-edit-info.info-top span {
    line-height: 3;
    font-weight: bold;
}

#main-body.mobile .entry-edit-info.info-top span.zmdi-chevron-left {
    padding: 7px 5px 0 5px;
    font-size: 24px;
    position: absolute;;
    line-height: 1;
}

#main-body.mobile .entry-edit-info.info-top span.zmdi-chevron-up {
    font-size: 24px;
    line-height: 1;
    padding-top: 7px;
}

#main-body.mobile .entry-edit-info.info-bottom {
    position: fixed;
    bottom: 0;
    font-weight:bold;
    padding: auto 5px;
    background: #fff;

    -webkit-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.5);
}

#main-body.mobile .entry-edit-info.info-bottom > span {
    line-height: 1;
}

#main-body.mobile .entry-edit-info.info-bottom span.zmdi-chevron-down {
    font-size: 24px;
    font-weight:bold;
}

.entry-edit-ellipsis > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -15px;
}

#transitions-container {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#main-body.mobile .main-menu > li > span,
#main-body.mobile .main-menu > li > a {
    padding: 16px 25px 16px 55px;
}

#main-body.mobile .main-menu > li > span > i,
#main-body.mobile .main-menu > li > a > i {
    left: 15px;
}

#main-body.mobile .sub-menu ul > li > a {
    padding: 8px 25px 8px 45px;
}

#main-body.mobile .btn-icon .zmdi {
    font-size: 25px;
}

#main-body.mobile .mc-wrap .mcw-line {
    width: 28px;
    height: 4px;
}

#main-body.mobile header .hm-icon {
    font-size: 34px;
}

#main-body.mobile .imagesettings .btn-big {
    padding: 25px 30px;
}

#main-body.mobile .list-group.lg-alt .list-group-item {
    padding: 10px 20px;
}

.entry-margin-5 {
    margin: 10px 0 0 0;
}

#main-body.mobile .entry-margin-5 {
    margin: 10px 0 !important;
}

.entry-edit-buttons {
    text-align: right;
}

#main-body.mobile .entry-edit-buttons {
    position: absolute;
    text-align: right;
    right: 6px;
    top: 6px;
    padding: 0 0 0 15px !important;
}

#main-body.desktop .entry-edit-buttons,
.fix-dropdown {
    position: absolute;
    right: 6px;
}

ul.dropdown-fix {
    position: absolute;
    right: 20px;
    top: 20px;
}

#main-body.mobile .entry-edit-button {
    position: absolute;
    right: 25px;
    top: 5px;
}

#main .dropdown .dropdown-menu {
    position: inherit;
}

/* at bottom of css !! so it doesn't get overridden */
#main-body.desktop .entry-edit-info { display: none; }

.smm-alerts > li.active,
.main-menu li.active > a {
    color: rgb(0,80,160);
}

.tab-nav > li > a:after {
    background: rgb(0,80,160);
}

.modal .modal-content {
    background: rgb(0,80,160);
}

.panel-group .panel-collapse .panel-heading.active .panel-title > a:after {
    background: rgb(0,80,160);
}

.page-loader
{
    background: rgb(0,80,160);
}

#header:before, #header, #main-body:before, .lb-header {
    background-color: rgb(0,80,160); /* elsta blue */
}

#header {
    margin-bottom: 0 !important;
}

#main-body:before {
    height: 210px;
}

.smm-alerts > li.active,
.main-menu li.active > a {
    color: rgb(0,80,160);
}
#projects-main
{
    min-height: 80%;
}

.login button[type=submit] {
    background: rgb(0,80,160);
}

.text-editable, .text-selectpicker {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inherit;
}

.h-search {
    background: rgb(0,80,160);
}

.picture-switch {
    width: 225px;
    margin: auto;
}

#configuration-container {
    color: #000;
}

#configuration-container > div > div:nth-child(1) {
    padding: 5px;
    width: 75px;
}

#configuration-container table {
    border-collapse: collapse;
    background-color:rgba(0, 0, 0, 0);
}

#configuration-container table th,
#configuration-container table td {
    border: 1px solid rgb(230,230,230);
    padding: 4px;
}

#configuration-container table th {
    text-align: center;
    width: 70px;
}

#configuration-container table th:nth-child(1) {
  width: 35px;
}

#configuration-container td button {
    width: 			100px;
	margin-top: 	5px;
	margin-bottom: 	5px;
	margin-left:	2px;
	margin-right:	2px;
}

#configuration-container button {
    width: auto;
	margin-top: 6px;
	margin-bottom: 10px;
}

#configuration-container .bootstrap-select button {
    width: auto;
}

#configuration-container .bus-bar {
    background: #8eb4e3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#configuration-container .bus-bar .empty { background: #8eb4e3;border:0; }

#configuration-container .inputs {
    background: #c6d9f1;
}
#configuration-container .inputs .empty { background: #c6d9f1;border:0; }

#configuration-container .outputs {
    background: #bfbfbf;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#configuration-container .outputs .empty { background: #bfbfbf;border:0; }

#configuration-container .result-field {
    background-color: rgb(240,240,240);
}

#configuration-container .caption-field {
    background-color: rgb(220,220,220);
}


#configuration-container .elsta-highlight{
    background-color: rgb(0,80,160);
    color: #fff;
}

#configuration-container .elsta-highlight-lite{
    background-color: #FFDC6B;
/*	background-color: rgba(0,80,160,0.15); */
}

#configuration-container .elsta-highlight-lite select,
#configuration-container .elsta-highlight-lite input {
	background: transparent;
}

#configuration-container .fixed-width {
	width: 270px;
}

.editable-field {
    padding: 0 !important;
    background: white;
}
.editable-field input,
.editable-field select {
    width: 100%;
    height: 100%;
    padding: 0 2px;
    background: white;
    border: 0;
}

.editable-field input {
    padding: 0 6px;
}

.edit-disabled,
.edit-disabled *,
.edit-disabled input,
.edit-disabled select {
    background: #bbb !important;
    color: #eee;
}

.notes {
    border: 1px solid #ccc;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
    margin-top: 1px;
    width: 100%;
}

.bootstrap-select > .btn-default:before {
    background: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -10px !important;
}

.avatar-explanation {
    width: 19px !important;
    height: 19px !important;
    margin: 0 4px;
}

.custom-select {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 4px 0;
    cursor: pointer;
    background-color: inherit;
}

#s-main-menu {
    padding-top: 50px;
}

.inactive-text {
    color: #fff;
    font-weight: bold;
    letter-spacing: 15px;
    background-color: #fd8181;
    font-size: 10px;
}

.zu-ableitung select:nth-child(1) {
    width: 50%;
}

.zu-ableitung select:nth-child(2) {
    width: 50%;
}

.elsta-red {
    background-color: rgb(230,0,30) !important;
    color: #fff;
}
.elsta-danger {
    background-color: rgb(230,80,80) !important;
    color: #fff;
}
.elsta-blue {
    background-color: rgb(0,80,160);
    color: #fff;
}

.palette-Red.bg {
    background-color: rgb(230,0,30); /* elsta red*/
}
.palette-Light-Blue.bg {
    background-color: rgb(0,80,160); /* elsta blue */
}
.palette-Blue.bg {
    background-color: rgb(0,80,160); /* elsta blue */
}

.alert-danger {
    background-color: rgb(230,80,80); /* elsta light red*/
}

.inout-side {
	width: 30px;
	text-align: center;
}

.inout-top {
	width: 510px;
	background-color: rgb(200,200,200);
}

.inout-th-between {
	background-color: rgb(200,200,200);
	height: 10px;
	text-align: center;
	color: #fff;
}

.inout-th {
	width: 70px;
	text-align: center;
	background-color: rgb(200,200,200);
	color: #fff;
}

.inout-buttons {
	background-color: #fff;
}

.inout-caption {
	background-color: rgb(220,220,220);
	width: 100px;
}

.inout-centered {
	text-align: center;
}

.inout-button-right {
	border: 3px transparent;
	float: right;
}

.configname {
	font-weight:	bold;
	color:			rgb(80,80,80);
	white-space: 	normal;
}

.header-language {
  font-family: noto-sans;
  font-size: 16px;
}

.header-title {
}

.btn-verwenden {
  width: 98% !important;
}

.auth-logo {
  position: fixed;
  left: 25px;
  top: 25px;
}

.settings-input {
  border: 1px solid gray;
  margin: 5px;
}
