@charset "UTF-8";

body {
    background-color: rgb(248, 249, 250);
    font-family: 'Lato', 'museo-sans-rounded', 'Helvetica Neue', Arial, sans-serif;
    color: rgba(5, 2, 23, 0.8);
    line-height: 1.625;
    font-size: 16px;
    min-width: 400px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#root{
    height: 100%;
}

a {
    color: #0278D1;
    text-decoration: none;
}

.font-beans {
    font-family: 'Lato', 'museo-sans-rounded', 'Helvetica Neue', Arial, sans-serif !important;
}

.form-light {
    text-align: left;
    width: 100%;
}

.form-light > p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.form-light label {
    display: block;
    text-align: left;
    text-transform: capitalize;
}

.form-light input {
    color: #666666 !important;
}

.rule-app {
    max-width: 100%;
    width: 100%;
    min-width: 500px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@media (min-width: 400px) {

    .rule-app {
        max-width: 660px;
    }

}

.rule-app-content {
    position: relative;
}

.rule-app-content .rule-header {
    padding-left: 65px;
    min-height: 100%;
    margin-top: -4px;
}

.rule-app-content .avatar img {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-left: -4px;
}

.rule-app-content .avatar {
    position: absolute;
    width: 50px;
    height: 50px;
}

.menu-item {
    background-color: #fff;
    border: 1px solid #E0E7ED !important;

}

.menu-item.menu-item-selected {
    background-color: rgb(248, 249, 250) !important;
    color: #1a4e48;
    /*border-color: #c0c0c0 !important;*/
}

.form-light .errorlist {
    padding: 10px;
    margin: 10px auto;
    background-color: #d70000;
    color: #ffffff;
    font-weight: 500;
    list-style: none;
}

.form-light .errorlist a{
    color: #fffca6;
}
.form-light .errorlist a:hover{
    color: #dce249;
}

.form-light .errorlist.nonfield {

}
/** Stripe
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.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;
}

.btn-big-danger {
    color: #fff;
    background-color: #371414;
    border-color: transparent
}

.btn-big-danger:focus, .btn-big-danger.focus {
    color: #fff;
    background-color: #3f332e;
    border-color: transparent
}

.btn-big-danger:hover {
    color: #fff;
    background-color: #040202;
    border-color: transparent
}

