

.main-view .content {
    flex:1;
    display: flex;
}




.reset-password {
    display: flex;
     flex-direction: column;
      justify-content: center; 
     align-content: center;
     align-items: center;
     flex: 1;
 }
 
 .reset-password .content {
     display: flex;
     flex-direction: column;
     min-height: 320px;
     padding: 15px;
 }
 
.signup-wizard {
    display: flex;
    flex-direction: column;
     justify-content: center; 
    align-content: center;
    align-items: center;
    flex: 1;
}
.signup-wizard .content {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 15px;
    min-width: 300px;
    justify-content: center;
}

.signup-wizard .content .errormsg {
    font-weight: bold;
    padding: 10px 5px;
}
.login-signup {
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 1;
}
.login-signup .header {
    width:100%;
    text-align: center;
    height: inherit;
    background-color:inherit;
    padding: default;
}

.login-signup .options {
    /*margin-top: 20px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    /*flex-wrap: wrap;*/
}
.login-signup .options .option {
    flex-grow: 1;
    padding: 5px 15px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.login-signup .options .separator {
    text-align: center;
    margin:0px 30px 0px 30px;
}
.login-signup .options .separator .line {
    width:1px;
    border:1px solid #bdbdbd;
    height:100%;
    margin: 0% 50%;
}


@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : portrait) { 
        .login-signup .options {
            flex-direction: column;
    
        }
        .login-signup .options .option {
            max-width:none;
        }
        .login-signup .options .separator .line {
            height:1px;
            border:1px solid #bdbdbd;
            width:100%;
            margin: 0% 0%;
        }
}

@media only screen and (max-width: 700px) {
    .login-signup .options {
        flex-direction: column;

    }
    .login-signup .options .option {
        max-width:none;
    }
    .login-signup .options .separator .line {
        height:1px;
        border:1px solid #bdbdbd;
        width:100%;
        margin: 0% 0%;
    }
}

.signup-box {
    text-align: center;
}
.signup-box button {
    width:100%;
}

.login-box .smallheader {
    margin-top:10px;

}
.login-box input {
    width:100%;
}
.login-box input[type="checkbox"] {
    width: initial;
}
.login-box .buttonbar {
    margin:15px 0px 15px 0px;
}
.login-box  button {
    width:100%;
}

.loading-screen, .failed-startup-screen {
    margin:20px;
    padding:20px;
    border-radius: 15px;
    text-align: left;
    display:flex;
    flex-direction: column;
    align-items: center;
    flex:1;
}


.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  }
  
  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  
  .modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 5px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
  }
  
  .modal-footer {
      min-height: 40px;;
  
  }
  .modal-body {
    margin: 20px 0;
  }
  
  .modal-default-button {
    float: right;
  }
  
  
  .modal-enter {
    opacity: 0;
  }
  
  .modal-leave-active {
    opacity: 0;
  }
  
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


.mainDisplay {
    display: flex;
    flex: 1;
    flex-direction: column;
    /* width: 100%; */
    margin: 15px 0px;
    justify-content: center;
    align-content: center;
    /* max-width: 450px;*/
}

.mainDisplay .chooseDisplay {
    height:40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 5px 15px;
}
.mainDisplay .display {
    flex: 1;
    margin: 15px;
    display: flex;
    flex-direction: column;
}

.setDisplay {
    margin-left: 5px;
}

.display .options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin:5px 15px;
}

.text-data-import {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.text-data-import .content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:90vw;
    max-width: 1024px;
}
.text-data-import .modes {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-content: stretch;
}

.text-data-import .modes div {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-content: center;
    margin:8px 5px;
}

.text-data-import .modes div.inputfileGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-data-import .columnSelector {
    display: grid;
    grid-template-columns: auto auto;
    /* flex-direction: column; */
    justify-content: center;
    grid-row-gap: 5px;
    align-items: center;
    min-width: 300px;
}
.text-data-import .columnSelector  .required {
    font-style: italic;
}


.text-data-import .preview {
    border-collapse: collapse;
    font-size: 0.9em;
    overflow: auto;
    justify-content: center;
    max-height: 50vh;
}

.text-data-import .preview table{
    border-collapse: collapse;
    font-size: 0.7em;
}

.text-data-import   .preview td, .preview th {
    border: 1px solid #ddd;
    padding: 8px;
}

.text-data-import .preview tr:nth-child(even){background-color: #f2f2f2;}
.text-data-import .preview tr:nth-child(odd){background-color: #e8e8e8;}


.text-data-import  .preview th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #484a48;
    color: white;
}

/*
.text-data-import .columnSelector .column {
    display: flex;
    flex-direction: row;
}*/

.entermanuallocation {
    /*flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    min-width:300px;
    /* align-content: center; */
    /* align-items: center;*/
}


.basic-score-editor {
    flex: 1;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-content: center;
    max-width: 450px;
    min-height: 350px;
}

.basic-score-editor .criteria {
    flex: 1;
    display: flex;
    flex-direction:column;
    align-content: stretch;
}

.basic-score-editor .criteria .criterion {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin: 10px 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #b5b3b3;
}
.basic-score-editor .criteria .criterion.selected {
    cursor: default;
}
.basic-score-editor .criteria .criterion input {
    width: 75px;
}

.charttoolip {
    position: absolute;			
    text-align: center;			
    width: 80px;
    /* height: 28px;	*/			
    padding: 2px;				
    font: 12px sans-serif;		
    background: lightsteelblue;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;
}
.usage-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.usage-details .content {
    padding: 10px;
    min-width: 330px;
    min-height: 300px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.usage-details .title {
    font-size: 1.2em;
    font-weight: bold;
    padding:3px 0px;
}

.usage-details .subtitle {
    font-size: 0.8em;
    font-weight: bold;
    padding:3px 0px;
    padding: 10px 0px 2px 0px;
}

.usage-details .kpi {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 4px;
    border-radius: 6px;
    min-width: 100px;
}


.usage-details .kpi .headline {
    font-size: 2.5em;
}

.usage-details .kpi .detail {
    font-size: 0.8em;
    color:#716e6e;
}
.usage-details .kpi .title {
    font-size: 0.8em;
    color:#716e6e;
}
.usage-details .historychart {
    width:100%;
    height: 125px;
    background-color: white;
    padding: 4px;
    border-radius: 6px;
}
.usage-details .historychart .bar {
    fill: #607D8B;
}

.usage-details .historychart .line {
    fill: none  ;
    stroke:red;
    stroke-width:2px;
}
.usage-details .historychart .label text {
    font-size: 10px;
    dominant-baseline: hanging;
}

.usage-details .historychart .mouseoverlabels text {
    font-size: 10px;
}

.usage-details .historychart .label text:not(:first-child) {
    text-anchor:end;
}

.bulk-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.bulk-details .content {
    padding: 10px;
    min-width: 330px;
    min-height: 300px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.bulk-details .task .name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
}
.bulk-details .noresults {
    max-width: 400px;
}

.bulk-details .resultList {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 10px 2px;
}
.bulk-details .resultList .result.latest {
    font-weight: bold;
    padding: 5px 10px;
}
.bulk-details .resultList .result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    font-size:0.9em;
    padding: 1px 10px;
}
.bulk-details .task {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.account-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.account-details .previousInvoices {
    margin-top:20px;

}
.account-details .previousInvoices .invoice {
    /* padding: 10px 10px; */
    /* cursor: pointer; */
    /* min-width: 300px; */
    color: #484848;
    /* border: 1px solid #868484; */
    /* margin: 2px 0px; */
    border-radius: 3px;
    display: flex;
    flex: 1;
}

.account-details .plans .plan {
    padding: 10px 10px;
    cursor: pointer;
    min-width: 300px;
    color: #484848;
    border: 1px solid #868484;
    margin: 2px 0px;
    border-radius: 3px;
    display: flex;
    flex: 1;
}
.account-details .plans .plan:hover {
    background-color: #cfcfcf6e;
}

.account-details .plans .plan.selected {
    /*font-size: 1.2em;*/
    padding: 10px 10px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #d0dcea;
}

.account-details .plans .current {
    font-size: 1.1em;
    padding: 10px 10px;
    margin: 5px 0px;
    /* color: #8a8a8a; */
    border: 1px solid #8a8a8a;
    margin: 2px 0px 15px 0px;
    border-radius: 5px;
}
.account-details .plans .plan .subtitle {
    font-size: 0.8em;
}
.account-details .content {
    padding: 10px;
    min-width: 330px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.account-details .defaultSource {
    display: flex;
    flex-direction: row;
    margin:10px 2px;
    justify-content: space-between;
}
.account-details .paymentdetails .selected {
    margin:10px 2px;
}
.account-details .payment-form {
    display: flex;
    flex-direction: column;
    flex: 1;
}
 .StripeElement {
    box-sizing: border-box;
  
    height: 40px;
  
    padding: 10px 12px;
  
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
  
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }
  #card-errors {
    color: #fa755a;
    font-size: 0.8em;
    padding: 2px 10px 10px 10px;
 }



 /* Popup container - can be anything you want */
.simplepopupcontainer {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .simplepopupcontainer .simplepopup {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .simplepopupcontainer .simplepopup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .simplepopupcontainer .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
