
/*to normalize input field size*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    width:100%;
    box-sizing: border-box;
}

.dropdown-toggle.info-number {
    padding: 15px 20px;
}
    
@media (max-width: 500px){.dropdown-toggle.info-number { padding: 26px 15px;}}

.media-body {
    font-size: 14px; padding:8px;}
.media-body .header .primary-font{
line-height:1.1;
}
    .media-body .text-muted {
        line-height: 2.4;
    }
    tr {
    height: 23px;
    border: none;
    }
    
    .dropdown {
    list-style: none;}

/* CUSTOM ALERT BOX & CONFIRM MODAL */
#modalContainer, .modalContainer {
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
#alertBox {
    position: relative;
    width: 300px;
    min-height: 100px;
    margin-top: 50px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    padding: 25px 15px;
    border-radius: 35px;
    box-shadow: 0px 2px 10px 0px #939393;
}
#modalContainer > #alertBox { position: fixed; }
#alertBox h1, .confirmation-modal-content h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    text-align: center;
    letter-spacing: 0.5px;
}
#alertBox h1.confirm-title { color: #17ca75 }
#alertBox h1.error-title { color: #ff4659 }
.confirmation-modal-content h1.confirm-title {
    color: #2b61d5
}
#alertBox p, .confirmation-modal-content p {
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 8px;
    text-align: center;
    color: #7c7c7c;
}
#alertBox img, .confirmation-modal-content img {
    width: 27%;
    margin: 15px auto 20px;
    display: block;
}
#modalContainer .btn-box, .confirmation-modal-content .btn-box { display: flex; }
#alertBox #closeBtn, .confirmation-modal-content .confirm-btn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 8px;
    border: 0 none;
    min-width: 36%;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
}
#alertBox .btn-ok {
    color: #FFF;
    background-color: #23d17e;
}
#alertBox .btn-error {
    color: #FFF;
    background-color: #ff4659;
}

.modalConfirm .close-confirmation-btn {
    color: #FFF;
    background-color: #2b61d5;
}
.modalConfirm .close-cancel-btn {
    color: #888;
    background-color: #eee;
}
.modalConfirm {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 4.5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.15);
}
/* Modal Content */
.modalConfirm .confirmation-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 25px 20px;
    border-radius: 35px;
    box-shadow: 0px 2px 10px 0px #939393;
    width: 300px;
}
@media screen and (max-width: 600px) {
    #alertBox, .modalConfirm .confirmation-modal-content {
        width: 80%;
    }
    .modalConfirm .confirmation-modal-content {
        padding: 20px 15px;
    }

    .modalConfirm {
        padding-top: 60px;
    }
}
/* CUSTOM ALERT BOX & CONFIRM MODAL */