@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

div.dt-container {
    width: auto;
    margin: 0 auto;
}

table.dataTable td {
    font-size: .8em;
}

table.dataTable th {
    font-size: .8em;
}

div.dt-search {
    font-size: .8em;
}

div.dt-length {
    font-size: .8em;
}

div.dt-info {
    font-size: .8em;
}

div.dt-paging {
    font-size: .8em;
}


.button-row {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.button-container {
    text-align: center;
}

.caption {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}

.mccolumn {
    padding: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 325px
}

.sparkboxes .box {
    padding: 3px 0 0 0;
    position: relative;
}

.chart-title h5 {
    font-size: 18px;
    color: rgba(51,51,51,1);
    margin-bottom: 38px;
}



.box .cog-icon {
    cursor: pointer;
    position: absolute;
    right: 55px;
    top: 25px;
    z-index: 10;
}

.box {
    box-shadow: 0px 1px 22px -12px #607D8B;
    background-color: #fff;
    padding: 25px 35px 25px 30px;
}

@media screen and (max-width:760px) {
    .monthly-earnings-text {
        left: 30px;
    }

    .box {
        padding: 25px 0;
    }
}


/* overrides */
.sparkboxes #apexcharts-subtitle-text {
    fill: #8799a2 !important;
}


.spinner-border {
    display: none;
}


.center {
    color: #333;
    border-radius: 3px;
    box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
}

.title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #999;
    text-align: center;
}

.dropzone {
    position: relative;
    width: 60%;
    height: 60%;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropzone input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.dropzone.dragover {
    background-color: lightgreen;
    border-color: #333;
}

.upload-icon {
    margin: 4px 2px 2px 2px;
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.upload-input {
    position: relative;
    top: -62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mcprogressbar
{
    width: 80%;
}



