/* Mobile first */

/* Log in */

.login {
  background-image: url(//assets.bettyblocks.com/2cb83d523ccf495f8150911632655c91_assets/files/bg-login.png?_=0681491cc3102766d885be33837e5e19);
  background-position: center;
  background-size: cover;
}

.login .modal-frame {
  max-width: 650px;
  padding: 40px;
}

.login-header {
  margin-top: 30px;
}

.login .form-group {
  text-align: left;
}

.input-wrap {
  position: relative;
}

.grey-link {
  color: #ccc;
}

.input-wrap svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  transition: all 0.2s ease;
}

input.form-control:focus,
input.form-control:active,
textarea.form-control:focus,
textarea.form-control:active {
  outline: 0;
  box-shadow: 0;
  border-color: #23928F;
}

input:focus ~ svg,
input:active ~ svg {
  color: #23928F;
}

.error label {
    color: #B22727;
}

.error .error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  color: #B22727;
  background-color: #fff;
  border: 1px solid #B22727;
  padding-left: 10px;
  padding-top: 4px;
}

.error .error-message ~ svg {
  color: #b22727;
}

/* Alerts */

.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  color: #213353;
  border-color: #213353;
  border: 1px solid #213353;
  border-radius: 3px;
  background-color: #fff;
}

.btn-show {
  color: #333 !important;
}

.alert{
  padding: 9px 12px 12px;
}

.alert-primary {
  background-color: #23928F;
  border: 1px solid #23928F;
  color:#fff;
}

.alert-secondary {
  background-color: #203353;
  border: 1px solid #203353;
  color:#fff;
}

.alert-success {
  background-color: #96b138;
  border: 1px solid #96b138;
  color:#fff;
}

.alert-warning{
  background-color: #FC992D;
  border: 1px solid #FC992D;
  color:#fff;
}

.alert-danger {
  background-color: #D0021B;
  border: 1px solid #D0021B;
  color:#fff;
}

/* Top bar */

.topbar {
  background-color: #203353;
  color: #fff;
  height: 50px;
  padding: 10px 0px;
}

.topbar .flex-container {
  justify-content: flex-end;
}

.topbar ul.top-pointers li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}

.topbar ul.top-pointers li:first-child {
  margin-left: 0;
}

.topbar ul.top-pointers li svg {
  margin-right: 4px;
}

.topbar a {
  color: rgba(255, 255, 255, 1);
  transition: ease all 0.2s;
}

.topbar a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

/* Nav pills (toggler) */

.nav-pills {
  background-color: #F3F3F3;
  padding: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.page-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align: center;
  order: 2;
  justify-content: center;
}

.user-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  text-align: center;
  margin-bottom: 20px;
  order: 1;
  color: #949494;
}

.user-info strong {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/* Basic table styling */

.table:not(.statistics-table) tr th {
  background-color: #203353;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.table:not(.statistics-table) tr td {
  vertical-align: middle;
}

.select-all .form-check {
  margin-bottom: 0.2rem;
}

/* Volmeldingen */

.table-historie{
  width: 100%;
  max-width: 500px;
}

.table textarea {
  height: 40px;
  transition: all 0.2s ease;
  transition-delay: 0.1s;
}

.table textarea:focus {
  height: 80px;
}

.select-all {
  width: 5%;
  text-align: center;
}

.select-all label {
  margin: 0;
}

.description {
  width: 20%;
}

.amount {
  width: 13%;
  min-width: 150px;
}

.action {
  width: 15%;
}

.packaging {
  width: 15%;
}

.comment {
  width: 32%
}

#volmelding:not(:checked) ~ .modal-wrap.success {
  opacity: 0;
  pointer-events: none;
}

#other-relation:not(:checked) ~ .modal-wrap.other-relation {
  opacity: 0;
  pointer-events: none;
}

.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transition: 0.1s ease all;
}

.modal-wrap label {
  margin-bottom: 0;
}

.modal-frame {
  box-shadow: 00px 0px 50px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0px auto;
  max-width: 350px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80%;
  width: 90%;
  background: #fff;
  z-index: 100;
  overflow: auto;
  text-align: center;
  border-radius: 10px;
}

.modal-frame.modal-frame-large{
  max-width: 850px;
  text-align: left;
}

.modal-wrap .modal-frame h2 ,
.modal-wrap .modal-frame p {
  color: #2E385D;
}

.close-modal{
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0;
  opacity: 0.5;
  cursor: pointer;
}

.close-modal:hover{
  opacity: 1;
}


label[for="other-relation"] {
    cursor: pointer;
    font-weight:800;
    color: #1f3353;
}

[data-js="select-relation"] {
 	cursor: pointer; 
}

[data-js="select-relation"]:hover {
 	text-decoration: underline;
}


.outer-trigger {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}

.modal-items {
  margin: 40px;
  text-align: center;
}

.modal-frame-large .modal-items{
  text-align: left;
}


.check-icon {
  font-size: 90px;
  color: #95D13D;
}

/* categorys */

.category{
  margin-bottom: 30px;
}

.category-content{
                  overflow: auto;
                }

.category-view-selects{
  margin-bottom: 15px;
}

.category-view-selects form .form-row select.form-control, .category-view-selects input.form-control {
    height: 48px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}
                
                .table-category{
                  width: 100%;
                }
                
                .toggle-label{
                  background-color: #f9f9f9;
                  width: 100%;
                  border: 1px solid #dfdfdf;
                  padding: 15px 25px;
                  box-shadow: inset 10px 0 0 0 #23928F;
                  margin-bottom: 0;
                  position: relative;
                  cursor: pointer;
                }
                
                .subtotal{
                  color: #23928F;
                }
                
                .toggle-label svg{
                  position: absolute;
                  right: 15px;
                  top: 50%;
                  transform: scaleY(-1) translateY(50%);
                  font-size: 20px;
                  opacity: 0.3;
                }
                
                .category > input:not(:checked) + label + .category-content {
                  display: none;
                }
                
                .category > input:not(:checked) + label svg{
                  transform: scale(1) translateY(-50%);
                }

.compare{
                border: 1px solid #dfdfdf;
  margin-bottom: 30px;
                background-color: #f9f9f9;
              }
              
              .compare svg{
                color: #23928F
              }
              
              .compare-filters-toggle{
                background-color: #333;
                color: #fff;
                border-radius: 50px;
                padding: 5px 10px 7px;
                margin: 0;
                transition: 0.2s ease all;
                cursor: pointer;
              }
              
              .compare-head h3{
                margin: 0;
              }
              
              .compare-head h3 svg{
                margin-right:5px;
              }
              
              .compare-head{
                padding: 15px;
                border-bottom: 1px solid #dfdfdf;
              }
              
              .compare-filters{
                border-bottom: 1px solid #dfdfdf;
                padding: 0px 15px 18px;
              }

.compare-stats{
  padding: 12px 15px;
}

.compare .form-control {
    border-radius: 0;
}
              
              .toggle-compare-filters:not(:checked) ~ .compare-filters{
                display: none;
              }
              
              .toggle-compare-filters:not(:checked) ~ .compare-head label{
                opacity: 0.2;
              }

/* Footer */

.footer {
  background-color: #F3F3F3;
  color: #949494;
}

@media (min-width: 576px) {}

@media(min-width: 768px) {
  .page-nav {
    text-align: left;
    order: 1;
    justify-content: flex-start;
  }

  .user-info {
    text-align: right;
    margin-bottom: 0;
    order: 2;
  }
}

@media(min-width: 992px) {}

@media(min-width: 1200px) {}

a.btn.active-tab, a.btn.active-tab:hover, a.btn.active-tab:focus, a.btn.active-tab:active {
  background-color: #213353;
  border: 1px solid #213353;
  color: #fff;
}

.processing {
 animation-name: processing;
 animation-duration: 0.7s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}

@keyframes processing {
 0% {
   transform: rotate(0deg)
 }
 100% {
   transform: rotate(360deg)
 }
}

.error {
  color: #FF0000;
}