.error{
    color: red;
    display: none;
}
.help-block{
    font-size: 15px;
    color: #138ac6;
}
.tooltip-01 {
    position: relative;
    display: inline-block;
}
.tooltip-01 .tooltiptext {
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    visibility: hidden;
    width: 200px;
    background-color: #f5293c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}
.tooltip-01:hover .tooltiptext {
    visibility: visible;
}

.info-input {
    display: flex;
    align-items: center;
}
.info-input .fa {
    margin-left: 10px;
    font-size: 2.4em;
    color: #f5293c;
}
label {
    font-size: 15px;
    font-weight: bold;
}
.header-off {
    background-color: #fd283c;
    background-image: url('../images/mpph.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    border: none;
}
.body-sign .center-sign{
    vertical-align: top;
    padding-top: 86px;
}
.header-off h2{
    margin: 0;
}
.header-off .site-title {
    font-size: 25px;
    font-weight: 600;
}
.direction-rtl{
    direction: rtl;
    text-align: right;
}
.direction-ltr{
    direction: ltr;
}
.direction-btn-rtl{
    direction: ltr;
}
.direction-btn-ltr{
    direction: rtl;
    text-align: right;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


.form-control-fix{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.img-bg{
    background-image: url("../images/bg.jpg");
    background-size: cover;
}
.widget-summary .col-5, .widget-summary .col-7 {
    padding: 0 5px;
}
.divLeaving, .durationCdd, .divBudgetExeptional{
    display: none;
}
#divLeaving, #divBudgetExeptional{
    border: 1px solid #ccc;
}
.grid-content-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    border:3px solid pink;
}
.line-top{
    border-top: 1px solid #0088cc;
}
.line-bottom{
    border-bottom: 1px solid #0088cc;
}
.visiblity-hidden-diffusion{

}
.eval-circle-x1{
    font-size: 14px;
    color: #FFF;
    padding: 3px;
    border-radius: 50%;
    width: 28px;
    display: inline-table;
    font-weight: bold;
    text-align: center;
}
.eval-circle{
    font-size: 20px;
    color: #FFF;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    display: inline-table;
    font-weight: bold;
    text-align: center;
}
.selected-image{
    display: block;
    border: 1px solid #058acd;
    height: 160px;
    margin-bottom: 12px;
    text-align: center;
    padding: 5px;
}
#previewImg{
    height: 100%;
}
.fileupload-exists{
    display: block;
    height: 150px;
    text-align: center;
}

html .wizard-progress .wizard-steps li.done a span, html.dark .wizard-progress .wizard-steps li.done a span{
    color: #5ab75a;
    border-color:#5ab75a;
    background:#FFF;
}
div.form-control{
    background-color: linen;
}