.flex {
  display: flex;
}
.p-15 {
  padding: 15px!important;
}
.alert.alert-error {
  background-color: #cd5c5c;
}
.budget-variation h3 {
  margin: 0px;
}
.budget-variation p {
  margin: 0px;
  font-size: 16px;
}
.budget-variation .card {
    box-shadow: none !important;
}
.update_on {
  display: inline-block;
  float: left;
}

.alert-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10000;
    opacity: 1.05;
}

.alert-container {
    display: block;
    width: 480px;
    padding: 17px;
    border-radius: 5px;
    position: fixed;
    left: 55%;
    top: 55%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 99999;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.profile .nav-link {
    display: inline;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-10px);}
}
.inline-box{
  display: -webkit-inline-box;
}

.validate-rows td.error{
  border: 1px solid red;
}
.hidden{
  display: none !important;
}
.sidebar-brand, .sidebar-brand:hover {
  background: #ffffff !important;
  border-bottom: 1px solid #dedede;
}