﻿.wdth100p{
    max-width: 100%;
}

.pd-left-40{
    padding-left: 40px;
}

.mg-btm-10{
    margin-bottom: 10px;
}

.subject-disabled {
    pointer-events: none;
    disabled: true;
    min-width: 100px;
}

.scrollx-table{
    overflow-x: hidden;
}

.ui-datepicker-calendar {
    /*display: none;*/
}


input:required {
    box-shadow: rgba(200, 0, 0, 0.3);
}

    input:required:focus {
        border: 1px solid red;
        /*border: 1px solid #337ab7;*/
        outline: none;
    }

    input:required:hover {
        opacity: 1;
    }

.mg-center {
    margin-left: auto;
    margin-right: auto;
}

*:focus {
    outline: unset;
}

.break-word {
    overflow-wrap: break-word;
}
