﻿.form-horizontal .control-label {
    text-align: left;
}

.btn_head {
    text-align: right;
}

.btn-bs-file input[type=file] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: 0;
    cursor: inherit;
}

.coman_table_head {
    background: #fff;
}

.txtarApprovalRemark {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.width_100 {
    width: 100%;
}

.mapping_tbl table, th, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.mapping_tbl th {
    background: #ccc;
    border: 1px solid #9e9b9ba3;
    color: #e51937;
}

.center {
    text-align: center;
}

.form-group {
    margin-bottom: 10px;
}

.pad_lft_0 {
    padding-left: 0px;
}

.form-group label {
    font-weight: normal;
}

.date_head .jq-dte {
    padding: 2px;
}


/*----new css @ 19-03-2019----*/
span#lblUserName {
    color: #bb0f29;
    font-weight: bold;
}
/*----end of new css @ 19-03-2019----*/

.fff {
    background: #fff;
}

.hdrLogo {
    height: 45px;
}

.fff a {
    padding: 0px !important;
}


/*.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
        cursor: pointer;
    }

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }*/

.input-group-addon .calender-img {
    position: absolute;
    right: 15px;
    top: 8px;
}

.date {
    position: relative;
}
