.my-flash-message{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    
}

.action_td{
        padding: 10px;
    font-size: 18px;
}

.action_td a{
        padding-left: 10px;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.width-100 { width: 100% !important;}
.padding-top-5{ padding-top: 5px; }
.table-responsive .container-fluid { padding-left: 0; padding-right: 0;}

.customSelect{ appearance: none; -webkit-appearance: none; border: none;
    background-image: url('../img/icon-down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
}
.customSelect:focus {
    outline: none;
    box-shadow: none;
}
.customSelect option {
    color: #000000;
}

#signup_form_div .input-icon.right>i {
    left: auto;
    right: -15px;
    float: right;
    top: 7px;
}

#signup_form_div .input-icon>i {
    color: #e95813;
}

#signup_form_div .input-icon>i.fa-check {
    color: #13e91a;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

label.lbl-check {
    width: 250px;
}

.tabbable-line>.custom-tab>li>a{ font-size: 16px;}
.bootstrap-timepicker-widget{ width: 14% !important; }
.profie-image{        
    color: #ccc;
    padding: 10px 10px 20px 10px;
}
.profie-image .image .user-img-circle{
        width: 15%;
}

.profile-label {
    font-size: 13px;
    color: #7c766f;
    margin-bottom: 0px;
}

.profile-label-d{
    font-weight: bold;
}

label.batch-info-lbl {
    width: 110px;
}