/* font-Stuff */

@font-face {
    font-family: "TOXIA";
    src: url("/assets/fonts/TOXIA.ttf");
}

@font-face {
    font-family: "Distortion";
    src: url("/assets/fonts/Distortion.ttf");
}

/* END font-Stuff */

/* general-Stuff */

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: white;
    color: black;
    font-family: "Eras ITC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #7ae793;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #7ae793;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #E2001A;
}

.form-control:focus {
    border-color: #7ae793;
    border-top-color: rgb(122, 231, 147);
    border-right-color: rgb(122, 231, 147);
    border-bottom-color: rgb(122, 231, 147);
    border-left-color: rgb(122, 231, 147);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(122, 231, 147, .4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(122, 231, 147, .4);
}

.img-centered {
    margin: 0 auto;
}

.img-grey-filter {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.vresize {
    resize: vertical;
}

/* END general-Stuff */

/* btn-Stuff */

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto #7ae793;
    outline-offset: -2px;
}

.btn-danger {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.btn-link {
    color: #7ae793;
}

.btn-primary {
    border-color: #7ae793;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #7ae793;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #7ae793;
    color: #fff;
    background-color: #7ae793;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #7ae793;
    background-color: #7ae793;
}

.btn-primary .badge {
    color: #7ae793;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.btn-default {
    color: #FFFFFF;;
    border-color: #7ae793;
    background-color: #7ae793;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border-color: #54D771;
    color: #fff;
    background-color: #54D771;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.btn-default.disabled,
.btn-default[disabled],
.btn-default[disabled] .btn-xl,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #54D771;
    background-color: #54D771;
}

.btn-default .badge {
    color: #7ae793;
    background-color: #fff;
}

.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-half-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-half-circle.btn-sm {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-half-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-half-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-remove-item {
    background: transparent;
    outline: none;
    border: none;
    font-size: 20px;
}

.btn-remove-item:focus, .btn-remove-item:active:focus,
.btn-remove-item.active:focus, .btn-remove-item.focus, .btn-remove-item:active.focus, .btn-remove-item.active.focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    outline-offset: 0;
}

.btn-remove-item:hover, .btn-remove-item.hover,
.btn-remove-item:active, .btn-remove-item.active, .open > .dropdown-toggle.btn-remove-item {
    color: red;
    background-color: transparent;
    border-color: transparent;
}

.btn-remove-item:active, .btn-remove-item.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* END btn-Stuff */

/* navigation-Stuff */

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.nav-bar-logo {
    height: 100%;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: #7ae793;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FFFFFF;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    color: white;
    background-color: transparent;
}

.navbar-default .nav li a {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #7ae793;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #7ae793;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #7ae793;
}

.nav .item-edit-bar {
    position: absolute;
    right: 20px;
    top: 5px;
}

.nav .editable-text {
    padding: 10px;
}

@media (min-width: 768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: rgba(34, 34, 34, 0.2);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(34, 34, 34, 0.9);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .nav .item-edit-bar {
        right: -10px;
        top: -10px;
    }
}

/* END navigation-Stuff */

/* footer-Stuff */

footer {
    padding-top: 25px;
    text-align: center;
}

footer .item-inner {
    padding: 5px;
}

footer .item-add {
    position: absolute;
    margin-top: -5px;
    margin-left: -35px;
}

footer .item-edit-bar {
    position: absolute;
    margin-top: -20px;
}

/* END footer-Stuff */

/* section-Stuff */

.section-item {
    float: left;
    position: relative;
}

.section-item .text-wrapper {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    width: 100%;
    text-align: center;
}

.section-item .text-wrapper .text-wrapper-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
}

.section-item .image-wrapper {
    position: relative;
}

.section-item .image-wrapper .img-center-anchor {
    position: absolute;
    top: 50%;
}

.section-item .box-wrapper {
    position: relative;
    width: 100%;
    top: 60%;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 1;
    margin-top: -10%;
}

.section-item .box-wrapper-secound-last {
    width: 100%;
    top: 60%;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 1;
    position: relative;
    margin-top: -10%;
    margin-bottom: 10%;
}

.section-item .text-item-container .text-item {
    margin-top: 20px;
    margin-bottom: -10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-item .text-item-inner {
    background-color: #FFFFFF;
}

.section-item .text-item-icon-wrapper {
    text-align: center;
    padding: 5px;
}

.section-item .text-item-icon-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #222222;
}

.section-item .text-item-edit-bar {
    position: absolute;
    margin-top: -40px;
    margin-left: -15px;
    left: 0px;
    right: 0px;
}

.section-item .text-item-glyph {
    text-align: center;
    padding: 5px;
}

.section-item .text-item-text {
    padding: 20px;
}

.section-item .text-item-editable-text:focus {
    outline: transparent;
}

.section-item .text-item-add {
    position: absolute;
    margin-top: -100px;
    right: 20px;
}

.section-item-landing {
    margin-top: 55px;
}

@media (min-width: 767px) {

    .section-item .box-wrapper {
        padding-left: 1%;
        padding-right: 1%;
    }

    .section-item .box-wrapper-secound-last {
        margin-bottom: 0;
    }

    .section-item .text-item-glyph {
        margin-top: -30px;
        position: absolute;
    }

    .section-item .text-item-container {
        display: table;
        border-spacing: 20px;
    }

    .section-item .text-item-container .text-item {
        float: none;
        display: table-cell;
        vertical-align: top;
        background-color: #FFFFFF;
        padding-right: 0px;
        padding-left: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .section-item-landing {
        margin-top: 0;
    }
}

@media (min-width: 991px) {

    .section-item .box-wrapper {
        position: absolute;
        margin-top: auto;
        padding-left: 7%;
        padding-right: 7%;
    }

    .section-item .text-item-container .text-item {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* END section-Stuff */

/* image-upload-directive-Stuff */

.image-edit {
    cursor: pointer;
    overflow: hidden;
}

.image-edit img {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.image-edit:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.image-edit .progress {
    position: absolute;
    top: 40%;
    left: 30%;
    right: 30%;
    z-index: 1000;
}

.image-edit .inner {
    position: absolute;
    top: 40%;
    left: 30%;
    right: 30%;
    z-index: 1000;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}

.image-edit .info {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.image-edit:hover .inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* END image-upload-directive-Stuff */

/* editable-gallery */

.editable-gallery .img-gallery {
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: hidden;
}

.editable-gallery:hover .img-gallery {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.editable-gallery .inner {
    position: absolute;
    top: 40%;
    left: 15%;
    right: 15%;
    z-index: 1000;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}

.editable-gallery .info {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.editable-gallery .info {
    text-align: center;
}

.editable-gallery:hover .inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-upload-modal {
    width: 100%;
    color: #fff;
}

.image-upload-modal .content {
    padding-top: 15px;
}

.image-upload-modal .img-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.image-upload-modal .img-wrapper {
    z-index: 10;
}

.image-upload-modal .img-wrapper img {
    position: absolute;
    height: 100%;
}

.image-upload-modal .img-wrapper .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-top: 10px;
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
}

.image-upload-modal .img-wrapper:hover .content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-upload-modal .img-wrapper:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
}

.image-upload-modal .edit-buttons {
    position: absolute;
    width: 310px;
    z-index: 20;
}

/* END image-upload-directive-Stuff */

/* fixed-bottom-bar-Stuff */

.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    right: -18px;
    z-index: 100000;
    margin-bottom: 10px;
}

.fixed-bottom-bar-badge {
    position: absolute;
    font-size: 20px;
    color: red;
    top: 3px;
    right: 40px;
}

.fixed-bottom-bar button:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* END fixed-bottom-bar-Stuff */

/* QL-Stuff */

.ql-editor {
    padding: 0px;
    white-space: inherit;
}

.ql-toolbar.ql-snow {
    border: none;
    background-color: transparent;
    padding-top: 0px;
    padding-left: 0px;
}

.ql-container {
    font-family: inherit;
    font-size: inherit;
}

.ql-container.ql-snow {
    border: none;
}

.ql-toolbar.ql-snow {
    padding-bottom: 15px;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 0px;
}

.ql-snow a {
    color: #7ae793;
}

.ql-snow .ql-formats:after {
    content: none;
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
    content: none;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #7ae793;
    stroke: #7ae793;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #7ae793;
    stroke: #7ae793;
}

.ql-open-more:after {
    font-family: FontAwesome;
    content: "\f05a";
    color: #404040;
}

.ql-open-more:hover:after {
    color: #7ae793;
}

.a .open-more:hover {
    color: #7ae793;
}

/* END QL-Stuff */

/* Login-Form-Stuff */

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 100px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {

}

.btn.btn-signin {
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

/* END Login-Form-Stuff */

/* Angular-Stuff */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.animate-hide {
    transition: all linear 0.5s;
    opacity: 1;
}

.animate-hide.ng-hide {
    line-height: 0;
    opacity: 0;
}

.view-main {
    height: 100%;
}

.editable-wrap .editable-input:focus {
    outline: #7AE793 auto 5px;
}

/* END Angular-Stuff */

/* Popover-Stuff */

.popover {
    min-width: 100px;
    width: 100%;
    max-width: 100%;
}

/* END Popover-Stuff */

/* Tooltip-Stuff */

.bottom-bar-tooltip {

}

/* END Tooltip-Stuff */

/* Modal-Stuff */

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .modal-dialog {
        margin: 60px auto;
    }
}

.modal-backdrop {
    z-index: 1030;
}

.modal-content .edit-bar {
    position: absolute;
    margin-top: -30px;
    margin-right: -30px;
    left: 5px;
    right: 5px;
}

/* END Modal-Stuff */

/* Loading-Stuff */

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    overflow: hidden;
    background: #fff;
}

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 100vh;
    /* You might also want to use
                           'height' property instead.

                           Note that for percentage values of
                           'height' or 'min-height' properties,
                           the 'height' of the parent element
                           should be specified explicitly.

                           In this case the parent of '.vertical-center'
                           is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /* In legacy web browsers such as Firefox 9
       we need to specify the width of the flex container */
    width: 100%;

    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.

       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fade-in-out {
    transition: 1s linear all;
    opacity: 1;
}

.fade-in-out.ng-hide {
    opacity: 0;
}

.view-animate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.view-animate.ng-enter {
    opacity: 0;
}

.view-animate.ng-enter-active {
    opacity: 1;
}

.view-animate.ng-leave {
    opacity: 1;
}

.view-animate.ng-leave-active {
    opacity: 0;
}

/* END Loading-Stuff */

.tab-content {
    margin-top: 20px;
}

.nav-tabs {
    font-size: 16px;
    font-weight: 700;
    color: green;
}