.error{
  color: #ff6161;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}
form label.error, form label.error{
	color: red;
    font-style: italic;
    font-weight: normal;
}

form#ipc_data label.error{
	color: red;
    font-style: italic;
    font-weight: normal;
}

.fa-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://demos.codexworld.com/display-loading-image-while-page-loads-jquery-css/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
	display: none;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.col-centered{
    float: none !important;
    margin: 0 auto;
}

@media only screen and (min-width: 576px) {
.navbar-expand-sm .navbar-toggler {
    display: none;
}