﻿/* Set padding to keep content from hitting the edges */


.text-danger {
    font-size: 13px
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



.ActiveContainer {
    display: flex;
    flex-wrap: wrap;
}

.ActiveBox {
    flex: 0 auto;
    height: 40px;
    width: 120px;
    margin: 10px;
}

.login-withslider {
    max-width: 100%;
    height: 100%
}

    .login-withslider * {
        height: 100%
    }

    .login-withslider .login-boximg {
        height: 100%
    }

        .login-withslider .login-boximg img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center
        }

@media only screen and (max-width: 991px) {
    .login-withslider {
        display: none
    }
}

.login-form .form-group .ficon {
    top: 36px !important;
    cursor: pointer;
}

/* Removing layout shifts caused by validation messages */
/*.custom-datepicker .e-input-group,
.custom-datepicker .e-control-wrapper {
    width: 100%;
}

.custom-datepicker .e-input {
    padding-right: 2.5rem;*/ /* space for calendar icon */
/*}*/

/* Prevent vertical jump on validation error */
/*.custom-datepicker .e-input-group,
.custom-datepicker .e-control-wrapper {
    display: flex;
    align-items: center;
}*/

/* Optional: fix vertical alignment of calendar icon */
/*.custom-datepicker .e-input-group-icon {
    margin-top: 0 !important;
}*/

