
table.min td,
table.min th {
    font-size: 11px;
}

td.highlight {
    font-weight: bold;
}

#pswd_info {
    position: absolute;
    bottom: 15px;
    bottom: -115px\9; /* IE Specific */
    right: 30px;
    width: 275px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    padding: 3px 3px 3px 3px;
    opacity: 1.0;
    z-index: 2;
}

#number_inst {
    position: absolute;
    bottom: -60px;
    bottom: -115px\9; /* IE Specific */
    left: 300px;
    width: 150px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    padding: 3px 3px 3px 3px;
    opacity: 1.0;
    z-index: 2;
}

#fax_number {
    position: absolute;
    bottom: -50px;
    bottom: -115px\9; /* IE Specific */
    left: 300px;
    width: 350px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    padding: 3px 3px 3px 3px;
    opacity: 1.0;
    z-index: 10;
}

    #number_inst h4, #pswd_info h4, #fax_number h4 {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: normal;
        font-size: 13px;
    }

#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 12px;
    line-height: 12px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    background: url(/assets/global/img/portlet-remove-icon.png) no-repeat 0 50%;
    padding-left: 18px;
    line-height: 12px;
    color: #ec3f41;
}

.valid {
    background: url(/assets/global/img/portlet-collapse-icon.png) no-repeat 0 50%;
    padding-left: 18px;
    line-height: 12px;
    color: #3a7d34;
}

#number_inst, #pswd_info, #fax_number {
    display: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form ul li {
    margin: 5px 10px;
}

.disabled {
    z-index: 1000;
    pointer-events: none;
}


.dataTables_processing {
        position: relative;
        top: 30%;
        left: 50%;
        width: 30%;
        height: 40px;
        margin-left: -20%;
        margin-top: -25px;
        padding-top: 1px;
        text-align: center;
        font-size: 1.2em;
        background: none;
    }



.sign-modal0{
display: none;
position: absolute;
    margin-top: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    left: 50%;
    bottom: auto;
    right: auto;
    padding: 0;
    min-width: 500px;
    margin-left: -250px;
    background-color: #ffffff;

    z-index: 10050;
    outline: 0;
    overflow-y: auto!important;

    border-radius: 2px;
    border: 0!important;

    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;


}
