
/* GENERAL */

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;
    min-height: 100vh; /* real browsers */

    top: 0px;
    background-color: #424242;
}

/* GENERAL */

h1 {
    font-size: 3em;
    color: #6fa9e2;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px;
}

h2 {
    font-size: 1.5em;
    line-height: 1em;
    color: #4e555b;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    line-height: 1em;
    color: #4e555b;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: #60b060;
}

.h3Icon {
    position: relative;
    top:5px;
    font-size: 1.2em;
}

.green {
    color: #60b060;
}

.red {
    color: #ff2a2a;
}

.numbersBig {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1em;
}

.showPointer {
    cursor: pointer;
}

.dbIcon {
    font-size: 3em;
}

.toastIconOK {
    border-radius: 5px;
    padding: 4px 4px;
    background-color: #77c54f;
    color: white;
    margin-right: 10px;
}

.toastIconBAD {
    border-radius: 5px;
    padding: 4px 4px;
    background-color: #c54f53;
    color: white;
    margin-right: 10px;
}

::placeholder {
    color: #c7c7c7 !important;
}

.w130p {
    max-width: 130px;
}

.warningForm {
    background-color: orangered;
    color: white;
}

/* LINKS */

a:link, a:visited {
    color: #60b060;
    text-decoration: none;
    font-weight: 500;
}
a:hover, a:active {
    color: #037a24;
}

a.dbLink:link, a.dbLink:visited {
    display: block;
    background-color: #77c54f;
    border-radius: 5px;
    padding: 30px 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1em;
    height: 224px;
}
a.dbLink:hover, a.dbLink:active {
    background-color: #8ed06c;
}

a.menu:link, a.menu:visited {
    color: #76a9e2;
    text-decoration: none;
}
a.menu:hover, a.menu:active {
    color: #a7d8ff;
    background-color: #313131;
}

a.active {
    color:white !important;
}

.btnNoMail:hover {
    background-color: #ff4d00;
    border-color: #ff4d00;
}

/* NAV BAR */

.navHeader {
    min-height: 50px;
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    color: white;
    line-height: 1.5em;
}

.navIcon {
    position: relative;
    top: 2px;
    margin-right: 10px
}

.inlineIcon {
    position: relative;
    font-size: 1.8em;
    top: 9px;
    max-height: 20px;
}

.navItem {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 40px;
    min-width: 250px;
    display:block;
}

.navInfo {
    font-size: 0.9em;
    color: #919193;
    text-align: center;
}

/* MAIN LAYOUT */

.widerContainer {
    max-width: 1300px;
}

.mainContainer {
    background-color: #383838;
    padding-bottom: 100px;
    /*overflow-y: scroll;*/
}

.contentCard {
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background-color: white;
    padding:0;
    color: #555555;
    overflow: hidden;
}

.infoBadge {
    border-radius: 5px;
    background-color: white;
    padding: 10px 20px;
}

.sepLine {
    border-top: 1px dashed #bbbbbb;
}

.altColor {
    background-color: #f5f5f5;
}

.infoPanel {
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px 25px;
    border: 1px solid #c0d0e0;
    color: #568dca;
    font-size: 0.9em;
    line-height: 1.4;
}

/* ICONS */

.bigIcon {
    font-size:1.5em;

}

.iconButton {
    color: white;
    font-size: 1.5em;
}

/* TABS */
.myTab {
    display: none;
}

.showTab {
    display: block !important;
}

.btnActive {
    opacity: 0.65;
}

/* List */
.easListItem {
    padding: 10px 20px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simpleListItem {
    padding: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marked {
    background-color: #ff5e5e;
}

.listInactive {
    background-color: #ffd0d0 !important;
}

.listHover:nth-of-type(odd) {
    background: #f4f4f4;
}

.listHeader {
    background-color: #d6d6d6;
    color: #527fab;
}

.listIconTop {
    position: relative;
    top: -1px;
    font-size: 1em;
    height: 0.0em;
    display: block;
    color:black;
}

.listIconBottom {
    position: relative;
    top: 9px;
    font-size: 1em;
    height: 0em;
    display: block;
    color:black;
}

.iconFade {
    opacity: 0.2;
}

.listHover {
    position:relative;
    cursor: pointer;
    z-index:1;
}

.listHover:hover {
    z-index: 100;
    -webkit-box-shadow:  0px 0px 0px 2px rgba(138,155,184,1);
    -moz-box-shadow:  0px 0px 0px 2px rgba(138,155,184,1);
    box-shadow:  0px 0px 0px 2px rgba(138,155,184,1);
}

.simpleList:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.simpleList:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.simpleList:first-child:last-child {
    border-radius: 5px;
}

.listCard {
    background-color: #daecfb;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    height: 100%;
}

.listCard:hover {
    background-color: #a0ff6f;
}

.simpleHeader {
    color: #AAAAAA;
    font-size: 0.8em !important;
    font-weight: normal !important;
    padding: 5px 10px;
}

.listBig {
    font-size: 1.5em;
}

.addInfo {
    color:#AAA;
    font-weight:normal;
}

.sortHover:hover {
    color:black;
}

.easPagin {
    cursor: pointer;
    color: #60b060 !important;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
}

.easPagin:hover {
    background-color: #caf7ca;
}

.innerPagin .easPagin {
    border-radius: 3px;
    border: 1px solid #dee2e6;
    margin: .11rem;
    padding: .5rem .65rem;
}

.page-item:first-child, easPagin {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child, easPagin {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pageNr {
    width:43px;
    text-align: center;
}

.currentPage {
    background-color: #60b060;
    color: white !important;
}

.showContainer {
    display: flex;
    list-style: none;
    position:relative;
}
.showContainerOuter {
    max-width: 420px;
    overflow: hidden;
}

.actionsCol {
    min-width: 205px;
}
.periodCol {
    min-width: 78px;
}

/* DASHBOARD */
div.dbLink {
    display: block;
    background-color: #77c54f;
    border-radius: 5px;
    padding: 30px 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1em;
    height: 224px;
    cursor:pointer;
}
div.dbLink:hover {
    background-color: #8ed06c;
}

/* LICENSORS */
.inactivePanel {
    /**background-color: #610909;
    background-color: #380b0b;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23691414' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");

     */
    background-color: #ffc3c3;
}

/* IMPORT FORM */
.importForm {
    padding: 4px;
    line-height: 1.1;
    height: auto;
}

.iconRotate {
    display:block;
    font-size: 2em;
    padding: 30px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* STATEMENT FORM */
.stForm {
    text-align: right;
    max-width: 90px;
    border: 0;
    background-color: bisque;
    border-radius: 3px;
}

.pb {
    font-weight: bold;
    color: #ff2a2a;
    max-width: 90px;
}

/* HELPER */

.noClick, .noClick a {
    pointer-events: none;
    color: grey !important;
    opacity: 0.5;
}

/* BOOTSTRAP TOGGLE TWEAK */
.toggle-on, .toggle-off {
    font-weight: bold;
}


/* SELECT2 TWEAK */

.select2-container--default .select2-selection--single {
     padding: 4px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px;
}

.select2-dropdown {
    min-width: 400px !important;
}

#dProductsContainer span.select2 {
    display: block;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


.select2-selection .select2-selection--multiple .form-control {
    height: auto;
}

.hiddenDiv {
    display: none;
}

/* BOOTSTRAP TWEAKING */
.form-control:focus {
    box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    box-shadow: none;
}

.btn-success {
    background-color: #77c54f;
    border-color: #77c54f;
}

.btn-success:hover {
    background-color: #5f9e3f;
    border-color: #5f9e3f;
}

.btn-success:focus {
    background-color: #77c54f;
    border-color: #77c54f;
}

.btn-outline-success {
    color: #77c54f;
    border-color: #77c54f;
}

.btn-outline-success:hover {
    background-color: #77c54f;
    border-color: #77c54f;
}

.btn-sm {
    padding: 0.0rem .25rem;
    height: 19px;
    line-height: 19px;
    position: relative;
    top: -2px;
}

.btn-success.btn-sm, .btn-secondary.btn-sm {
    color: white !important;
}

label {
    font-size:0.8em;
    opacity: 0.75;
}

body.modal-open {
    overflow: scroll; !important;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.form-check {
    padding-left: 2.25rem;
}

.form-check-input {
    margin-left: -2.25rem;
    width: 21px;
    height: 21px;
    bottom: 1px;
}

.statBtn {
    height: 38px;
    padding: 0;
    font-size: 23px;
}

.statBtn span {
    vertical-align: inherit;
}

.vendorFlag {
    color: white;
    background-color: #43b75e;
    border-radius: 5px;
    padding: 3px;
    font-size: 1rem;
    margin: 2px;
    white-space: nowrap;
    display: inline-block;
}

.downloadListLink {
    position: absolute;
    bottom: -53px;
    z-index: 100;
    right: 10px;
}

/* SPINNER */

.innerListLoading {
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 2, 2, 0);
}
.lds-dark-ellipsis div {
    background: #383838;
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.spinner > div {
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
    background-color: #383838;
    border-radius: 100%;
    display: inline-block;
    animation: bouncedelay 1.3s infinite ease-in-out;
    animation-fill-mode: both;
}
.spinner div:first-child {
    animation-delay: -0.32s;
}
.spinner div:nth-child(2) {
    animation-delay: -0.16s;
}
@keyframes bouncedelay {
    0%, 80%, 100% {  opacity: 0.1; }
    40% {  opacity: 1; }
}

/* BLINKER */
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}