@import "sizes.css";

body{
    font-family: 'Roboto';
    text-align: center;
    background: #6c757d;
}

.bold{
    font-weight: bold;
}

.whiteTheme{
    background: #EBEBEB;
    color: #212529;
}

.whiteTheme .settingsModal-content{
    background-color: #fff;
    color: #212529;
}

.whiteTheme .button-secondary{
    background: #EBEBEB;
}
/* .darkTheme .close:hover,
.darkTheme .close:focus {
  color: #212529;
} */

.license-input {
    background-color: #e8e8e8;
}

.darkTheme{
    background-color: #212529;
    color: #fff;
}
.darkTheme .padded-container {
    background-color: #1a1e21;
}

.darkTheme .modifier {
    color: #1a1e21;
}

.darkTheme .charge-name {
    color: black !important;
}

.darkTheme input, .darkTheme textarea, .darkTheme select {
    background-color: #bababa;
    color: black;
}

.darkTheme input:focus, .darkTheme textarea:focus, .darkTheme select:focus {
    background-color: #bababa;
    color: black;
}

.darkTheme .select2-dropdown{
    background-color: #212529;
}

.darkTheme .settingsModal-content{
    background-color: #212529;
    color: #fff;
}

.darkTheme .button-secondary{
    background-color: #212529;
}

.darkTheme #sidebar {
    background: #1a1e21;
}

.darkTheme #sidebar .credits-span {
    color: #fff;
}

.darkTheme #sidebar #credits a {
    color: #fff;
}

.darkTheme #top-bar {
    background: #e8e8e8;
}


/* .darkTheme .close:hover,
.darkTheme .close:focus {
  color: #fff;
} */

.padded-container {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 20px 0 20px;
}

.logo {
    display:block;
    margin: 0 auto;
    width: 30%;
}

#sidebar {
    position: fixed;
    background: #E2C895;
    width: 26%;
    height: 100%;
}

#sidebar h3 {
    text-align: center;
}

#sidebar h3 > a {
    text-align: center;
    color: white;
}

.sidebar-menu {
    margin-top: 30px;
    padding: 0;
}

.sidebar-menu > a:hover {
    background: #FFEDCA;
    color: #75807E !important;
}

.sidebar-menu > a {
    color: white;
    width: 100%;
    display: block;
    padding: 10px 16px;
    text-align: center;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    margin: 0;
}

.sidebar-menu > a:visited {
    color: white;
}

#disclaimer {
    position: fixed;
    bottom: 10px;
    width: 26%;
}

#disclaimer {
    color: white;
}

#top-bar {
    background: white;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}

#top-bar > h3 {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    color: #75807E;
}

#container{
    margin-left: 26%;
}

.fullspan{
    width: 100%;;
}

.col-wrapper{
    display: flex;
    text-align: center;
}

#result{
    height: 500px;
}

#resultWrapper{
    display: none;
}

a{
    text-decoration: none !important;
}

#back{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    left: 40px;
    border-radius: 50%;
}

.darkTheme .remove-license {
    color: white;
}

.removeLine {
    background-color: #ff0000;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    width: 15px;
    height: 15px;
}

.removeLine:hover{
    background-color: #ff3030;
}

.readonly {
    border: 0px;
    text-align: center;
    font-style: italic;
    margin-right: 15px;
}

.charges-wrapper {
    background-color: #e8e8e8;
}

.charges-wrapper .charge-name {
    background-color: #e8e8e8;
}

#chargesWrapper label {
    margin-right: 15px;
}

.settings-icon {
    width: 50px;
    color: white;
}

.settings-icon:hover {
    color: white;
}

.stats{
    position: absolute;
    display: flex;
    top: 85px;
}

.ttip {
    position: absolute;
    width: 225px;
    height: 150px;
    box-shadow: 0 1px 2px #303030;
    border-radius: 8px 8px 8px 8px;
    background-color:#fff;
    display: none;
    text-align: left;
    padding: 5px;
    margin-left: 125px;
}
.contents {
    font-size: 15px;
    font-weight:bold;
    text-align: center;
}
.closettip {
    font-size: 15px;
    margin: 6px;
    color: #fff;
    display: block;
    width: 22px;
    height: 22px;
    background: #d0ae2d;
    float: right;
    border-radius: 15px;
}
#large {
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 0px;
    z-index: 10;
    min-height: 0px;
    min-width: 0px;
}
.ttip p{
    margin: 0;
}

.credits-span {
    color: #000000;
}

.tooltipCredits {
    position: relative;
    display: inline-block;
    color: #000000;
}

.tooltipCredits .tooltipImage {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
}

.tooltipCredits:hover{
    color: #000000;
}

.tooltipCredits:hover .tooltipImage {
    visibility: visible;
}

/* Text alignment */
.left-text{
    text-align: left;
}

.center-text{
    text-align: center;
}

.right-text{
    text-align: right;
}

/* Displays */
.display-none{
    display: none;
}

/* Settings modal */

.settingsModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.settingsModal-content {
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #d0ae2d;
    border-radius: var(--space-base);
    max-width: 720px;
  }
  
  /* The Close Button */
  /* .close {
    color: #aaa;
    position: relative;
    float: right;
    top: -25px;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer;
  } */