/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@font-face {
    font-family: 'Linearicons';
    src: url('/fonts/Linearicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

i {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-style: normal;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}


a.btn{
    padding: 3px;
    line-height: 1px;
}

a.btn.link-button {
    padding: 15px;
}

.new-upload {
    background-color: #fff2ca;
}

.not-ok {
    background-color: #ffd0d0;
}

.overwritten {
    font-weight: bold;
}

.main-content {
    margin-left: 315px;
    position: absolute;
    top: 5%;
    width: calc(100% - 315px);
    padding-right: 3rem;
   /*  overflow: auto; */
    height: calc(100vh - 5%);
}

.nav-link:hover {
    background-color: #e2e8f0;
    color: #1a202c;
}

.nav-pills .nav-link.active {
    background-color: #5f7492 !important;
}

/*.active {*/
/*    background-color: #4a5568 !important;*/
/*    color: white !important;*/
/*}*/

.active > img{
    filter: contrast(0) brightness(100);
}

.bluebutton-900 {
    background-color: #2a4365;
    border-color: #2a4365;
}

.greenbutton-600 {
    background-color: #38a169;
    border-color: #38a169;
}

.redbutton-600 {
    background-color: #e53e3e;
    border-color: #e53e3e;
}

/*Center spinner*/
#loading-spinner {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

#freezed {
    text-align: center;
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

.check-entry {
    font-size: smaller;
    margin-bottom: 0;
    font-weight: bold;
    text-align: left;
}


/*.check-entry-error {*/
/*    color: red;*/
/*}*/

/*.check-entry-warning {*/
/*    color: #f9b800;*/
/*}*/

/*.check-entry-info {*/
/*    color: #0a53be;*/
/*}*/

.check-entry-counter {
    margin-bottom: 2vh;
    margin-top: 2vh;
}

.helpTooltip{
    font-size: 1rem;
    margin-bottom: 5px;
}

.nav-pills .nav-link {
    padding-bottom: 0px;
    /*white-space: nowrap;*/
}

#right-menu-toggle {
    background-color: rgba(96,94,92,1.0);
    border-radius: 2px 0px 0px 2px;
    box-shadow: 0 4px 5px rgba(0 0 0 0);
    padding: 8px;
    color: white;
    white-space: nowrap;
    z-index: 1001;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right-menu-toggle-bar {
    text-align: right;
    font-family: Roboto,sans-serif;
    position: absolute;
    right: 0px;
    top: 0%;
    border-radius: 32px;
}

#left-menu-toggle-bar {
    direction: rtl;
}

#right-menu-toggle-bar span {
    padding-left: 4px;
    padding-right: 4px;
    padding-right: 4px;
    white-space: nowrap;
}

#right-menu-toggle {
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    max-width: 40px;
    transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

#right-menu-toggle:hover {
    max-width: 250px;
}


#left-menu-toggle, #right-menu-toggle{
    background-color: #1D5A84;
    border-radius: 0 0 0 5px;
}

.btn-primary, .btn-primary:active{
    color: #fff;
    background-color: #1D5A84;
    border-color: #1D5A84;
}


.btn-primary:hover{
    background-color: #9AB5C2;
    border-color: #9AB5C2;
}

#loading-spinner {
    width: 150px;
    height: 150px;
}

.bubble {
    font-size: small;
    border-radius: 50rem;
    padding: 5px 10px;
}

.bubble-error {
    background-color: #be5757;
    color: #fff;
}

.bubble-info {
    background-color: #5f5f5f;
    color: #fff;
}

.bubble-warning {
    background-color: #c39200;
    color: #fff;
}

.bubble-dropout {
    background-color: #7c7c7c;
    color: #fff;
}

.error-color {
    color: red;
}

.error-message {
    color: red;
    font-size: small;
}

.validation-report {
    margin-top: 0;
}

i.remos-favorite {
    color: #dbac00;
}

.bold {
    font-weight: bold;
}

table.dataTable.table-striped > tbody > tr.check-entry-detail-info {
    color: black;
}

table.dataTable.table-striped > tbody > tr.check-entry-detail-error {
    color: black;
}

table.dataTable.table-striped > tbody > tr.check-entry-detail-warning {
    color: orange;
}


.success-upload {
    background-color: #c6edc5;
}

.important-warning {
    font-weight: bold;
    color: #dc3545;
}

li a.nav-link > p {
    font-size: small;
}

.card-body {
    overflow: auto;
    max-height: 83vh;
}

.smallColumn{
    width: 10px;
}

/* 1390 */


@media (max-width: 1400px) {
    .validation-report {
        margin-top: 10%;
    }
}