@font-face {
    font-family: 'FontAwesome';
    src: url('/material/scss/icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0');
    font-weight: normal;
    font-style: normal;
}

/* Webfont: DINCondensed-Bold */

@font-face {
    font-family: 'DINCondensed';
    src: url("/fonts/DINWebPro-CondBold_subset.eot");
    /* IE9 Compat Modes */
    src: url("/fonts/DINWebPro-CondBold_subset.eot?#iefix") format("embedded-opentype"), url("/fonts/DINWebPro-CondBold_subset.woff") format("woff"), url("/fonts/DINWebPro-CondBold_subset.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-display: swap;
  }
  
  /* Webfont: DINCondensed-medium */
  
  @font-face {
    font-family: 'DINCondensed';
    src: url("/fonts/7a61bf69-ff28-45fd-88f2-fc2cc83b72ec.eot");
    /* IE9 Compat Modes */
    src: url("/fonts/7a61bf69-ff28-45fd-88f2-fc2cc83b72ec.eot?#iefix") format("embedded-opentype"), url("/fonts/a374e227-5b70-487b-b771-117fa13fe9c2.woff") format("woff"), url("/fonts/0612f204-769a-47f3-bfea-8075b479e457.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
  }
  
  /* roboto-regular - latin */
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/roboto-v18-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("/fonts/roboto-v18-latin-regular.woff") format("woff"), url("/fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("/fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
    font-display: swap;
  }
  
  /* roboto-700 - latin */
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/roboto-v18-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v18-latin-700.woff2") format("woff2"), url("/fonts/roboto-v18-latin-700.woff") format("woff"), url("/fonts/roboto-v18-latin-700.ttf") format("truetype"), url("/fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
    /* Legacy iOS */
    font-display: swap;
  }
  
  body {
    color: #555;
}

progress {
    display: none;
}

.input-error {
    border: 1px solid #ff3636 !important;
}

/* Topbar */
a.navbar-brand b {
    display: none !important;
}

.light-logo {
    max-width: 180px;
}

.nav-item {
    color: #fff;
}

.topbar ul.dropdown-user li a {
    color: #555;
}

/* Page Preview Thumbnail */
div.thumbnail-container.desktop {
    width: calc(1280px * 0.25);
    height: calc(900px * 0.25);
    margin-right: 40px;
}

div.thumbnail-container.mobile {
    width: calc(320px * 0.25);
    height: calc(900px * 0.25);
}

div.thumbnail-container {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

div.thumbnail {
    zoom: 0.25;
    transform: scale(0.25);
    transform-origin: 0 0;
    -ms-zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}

div.thumbnail.desktop,
div.thumbnail.desktop iframe {
    width: 1280px;
    height: 900px;
}

div.thumbnail.mobile,
div.thumbnail.mobile iframe {
    width: 320px;
    height: 900px;
}

div.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* END Page Preview Thumbnail */

/* Image File Preview */
div.form-preview-wrapper table {
    width: 100%;
}

div.form-preview-wrapper {
    border-left: 1px solid #ccc;
    /*margin-left: 15px;
    margin-top: 7px;*/
    width: 100%;
}

div.form-preview-wrapper table th,
div.form-preview-wrapper table td {
    /* padding-left: 10px;
     padding-right: 10px;*/
    vertical-align: top;
}

div.form-preview-wrapper td.spanned {
    text-align: center;
    width: 100%;
}

div.form-preview-wrapper td.spanned span {
    display: block;
    height: 150px;
}

div.form-preview-wrapper td.spanned span img {
    max-width: 100%;
    max-height: 100%;
}

div.form-preview-wrapper .fa:before {
    font-size: 1000%;
}

/* END Image File Preview */

/* File Info Box */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-box {
    cursor: default;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    width: 80px;
}

.info-box .icon i {
    font-size: 50px;
    line-height: 80px;
}

/* END File Info Box */

/* Additional Checkbox Styling */
[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/* END Additional Checkbox Styling */

/* jstree styling */
.vakata-context,
#jstree-marker {
    z-index: 1100;
}

#vakata-dnd {
    z-index: 1100;
    background-color: red;
}

.jstree-icon.active {
    color: red;
}

#vakata-dnd {
    background-color: #eee;
}

#jstree-dnd.jstree-default-large {
    padding-right: 10px;
}

/* END jstree styling*/


.page-titles .breadcrumb .breadcrumb-item.active {
    color: #555;
}

/* Datatables*/
table.dataTable {
    min-width: 680px;
    width: auto !important;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'fontawesome' !important;
    opacity: 0.5;
}

div.dataTables_wrapper div.dataTables_length select {
    margin-right: 15px;
}

table.dataTable thead .sorting::after {
    opacity: 0.2;
    content: "\f0dc";
}

table.dataTable thead .sorting_asc::after {
    content: "\f0d8";
}

table.dataTable thead .sorting_desc::after {
    content: "\f0d7";
}

table.dataTable td.reorder {
    color: transparent;
    text-align: left;
}

table.dataTable td.reorder:after {
    font-family: 'fontawesome' !important;
    color: #878787;
    content: "\f142";
    position: absolute;
    left: 20px;
}

table.dataTable .nowrap {
    white-space: nowrap;
}

table.dataTable input[type="checkbox"] {
    opacity: 1;
    left: 0;
    position: relative;
}

.dt-buttons.btn-group {
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

/* Tooltip */

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}


.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.8rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.8rem;
    height: 1.6rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.8rem 0.8rem 0.8rem 0;
    border-right-color: #1e88e5;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #99abb4;
    border-radius: 0.25rem;
}


/* Buttons */
.btn-primary {
    background-color: #03315b;
    border-color: #03315b;
}

.btn-primary:hover {
    background-color: #8198ad;
    border-color: #8198ad;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success {
    background-color: #05549b;
    border-color: #05549b;
}

.btn-success:hover {
    background-color: #82a9cd;
    border-color: #82a9cd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info {
    background-color: #0879DF;
    border-color: #0879DF;
}

.btn-info:hover {
    background-color: #83bcef;
    border-color: #83bcef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-nav>ul>li.active>a,
.sidebar-nav>ul>li:hover>a,
.sidebar-nav>ul>li:hover>a i,
.card-no-border .sidebar-nav>ul>li>a.active {
    color: #ffffff;
    background: #26c6da;
}

.sidebar-nav>ul>li.active>a i,
.sidebar-nav>ul>li>a:hover i {
    color: #fff;
}

/* Form-Preview */
div.form-preview-wrapper {
    border-left: 0px;
}

div.form-preview-wrapper td.spanned {
    text-align: right;
}

form p:last-child {
    font-style: italic;
}

.fileinfo-background .row,
.fileinfo-background input {
    background-color: #f2f2f2;
    border-radius: 0.25rem;
}

.fileinfo-background .row {
    margin: 0;
    padding: 20px;
}

.fileinfo-background .form-control {
    background-color: #f2f2f2;
    border: 0px;
    margin: 20px 0;
    min-height: 10px;
    padding-left: 0;
}

div[title="Change type of the column"] {
    display: none;
}

/* sorter */
#image-sort .sortable {
    margin-bottom: 20px;
    border: 1px dotted #ccc;
    padding: 5px;
    position: relative;
}

#image-sort .dropbox {
    display: inline-block;
    min-height: 242px;
}

#image-sort .image-item {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
    float: left;
}

li.dropdown-header span.text {
    font-weight: bold;
}

/* Breite Tabellen */
.container-fluid {
    max-width: 100%;
}

/* Translate Buttons */
input#ejbeatycelledit,
textarea#ejbeatycelledit {
    display: block;
    margin-bottom: 10px;
}

/* Datatables translate */
table.dataTable {
    margin: 0 auto;
}

table.dataTable td:last-child {
    width: 1%;
}

table#languagelist td {
    white-space: nowrap;
}

body {
    overflow-x: visible;
    background: #eef5f9;
}

#main-wrapper,
.page-wrapper,
.col-12,
.scroll-sidebar {
    width: auto;
    max-width: none;
}

.sidebar-nav #sidebarnav>li>ul {
    max-height: 600px;
    overflow-y: scroll;
    width: auto;
    max-width: 500px;
}

ul.growl {
    display: none;
}

div#list_wrapper>div>div#list_length.dataTables_length {
    float: right;
}

div#list_wrapper>div>div#list_filter.dataTables_filter,
div#editlist_wrapper>div>div>div#editlist_filter.dataTables_filter {
    float: left;
}

#editlist td.full-center {
    text-align: center;
    vertical-align: middle;
}

table.dataTable>tbody>tr>td.select-checkbox:before {
    margin-top: 4px;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:after {
    margin-top: -24px;
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>td.select-checkbox:after,
table.dataTable>tbody>tr>th.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:after {
    position: relative;
}

/* file upload */
.form-dropzone {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 20px;
    border: 1px dashed rgba(25, 24, 24, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    &.is-active {
        background-color: rgba(135, 107, 107, 0.05);
    }
}

.form-dropzone .fake-btn {
    flex-shrink: 0;
    background-color: rgba(145, 128, 128, 0.04);
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
}

.form-dropzone .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-dropzone input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    &:focus {
        outline: none;
    }
}

.form-dropzone.is-forbidden{
    border: 1px dashed rgba(251, 6, 6, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    &.is-active {
        background-color: rgba(242, 101, 101, 0.05);
    }
}

.form-dropzone.is-forbidden i{
    color: red;
}

@media (min-width: 1200px) {
    .modal-lx {
       width: 80%; 
       max-width: 80%; 
    }
 }
 
 /* datatables thumbnail */
td img.thumbnail {
    max-width: 120px;
    max-height: 120px;
}

#modal-statusline {
    padding: 5px;
    width: 90%;
}

#modal-statusline p.message-line {
    margin-bottom: 0.3rem;
}

/*
#modal-statusline .message-container {
    position: relative;
    overflow: hidden;
    width: 90%;
}
  
#modal-statusline .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
}
*/
#sheetEdit td{
    min-width: 60px;
    text-align: center;
}
#sheetEdit td:first-child{
    min-width: 80px;
}
