﻿.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0px;
    margin-left: 30px;
}

.gvItemCenter {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    vertical-align: middle !important;
}

.gvHeaderCenter {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    font-size: 14px;
    vertical-align: middle !important;
}

.gvItemCenterVH {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    vertical-align: middle !important;
}

.gvAssetItem {
    width: 40%;
    padding: 2px;
}

.gvBlank {
    text-align: center;
    vertical-align: middle;
    width: 3px;
    padding: 0px !important;
    vertical-align: middle !important;
}

.gvIconColumnRight {
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding: 5px !important;
    padding-right: 0px !important;
    vertical-align: middle !important;
    background-color: white;
    border-right: 0px !important;
}

.gvIconColumnLeft {
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding: 5px !important;
    padding-left: 0px !important;
    vertical-align: middle !important;
    background-color: white;
    border-left: 0px !important;
}
/*Used in Appraisal Program*/
 .Initial {
            display: block;
            padding: 3px 20px 3px 18px;
            margin-right: 10px;
            width: 13%;
            background: url("../../References/Images/InitialImage.png") no-repeat right top;
            color: Black;
            font-weight: bold;
        }

 .Initial:hover {
                color: White;
                background: url("../../References/Images/SelectedButton.png") no-repeat right top;
            }

 .Clicked {
            background: url("../../References/Images/SelectedButton.png") no-repeat right top;
            color: White;
            width: 13%;
            margin-right: 10px;
        }

        .ClickedPeak {
            background: url("../../References/Images/SelectedButton.png") no-repeat right top;
            color: White;
        }
/*END Used in Appraisal Program*/
.content-wrapper {
    padding: 0px !important;
    min-height: 0px !important;
}

.content {
    padding: 0px !important;
    min-height: 0px !important;
}

.container-fluid {
    padding: 0px !important;
    min-height: 0px !important;
}

.programarea {
    margin: 5px;
    height: calc(100vh - 110px) !important;
}

.GRDFixedHeader > tbody > tr > th, .GRDFixedHeader > thead > tr > th {
    background: lavender !important;
    position: sticky !important;
    top: -1px;
}

.GRDFixedHeader .text {
    color:black;
}

.VerticalCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker {
    font-size: 11pt !important;
}


.ui-timepicker {
    font-size: 11pt;
}

.ui-timepicker-table td a {
    display: block;
    padding: 0.2em 0.3em 0.2em 0em;
}


/*CSS for Secure Lock*/

.page-lock .page-logo {
    text-align: center;
    margin-bottom: 15px;
}

.page-lock .page-body {
    width: 100%;
    margin-top: 50px;
    background-color: #3a4554;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.lock-head {
    display: block;
    background-color: #323d4b;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #4db3a5;
}

.lock-body {
    display: block;
    margin: 35px;
    overflow: hidden;
}

.lock-avatar {
    margin-top: 15px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lock-form {
    padding-left: 40px;
}

    .lock-form h4 {
        margin-top: 0px;
        color: #dbe2ea;
        font-size: 18px;
        font-weight: 400;
    }

    .lock-form .form-group {
        margin-top: 20px;
    }

        .lock-form .form-group .form-control {
            background-color: #303a48;
            border: none;
            width: 220px;
            height: 40px;
            color: #697687;
            border-radius: 0;
        }

            .lock-form .form-group .form-control::-moz-placeholder {
                color: #556376;
                opacity: 1;
            }

            .lock-form .form-group .form-control:-ms-input-placeholder {
                color: #556376;
            }

            .lock-form .form-group .form-control::-webkit-input-placeholder {
                color: #556376;
            }

            .lock-form .form-group .form-control:focus {
                background-color: #2b3542;
            }

    .lock-form .form-actions {
        margin-top: 20px;
    }

        .lock-form .form-actions .btn-success {
            background-color: #e76070 !important;
            width: 220px;
            font-weight: 600;
            padding: 10px;
            border: none;
            border-radius: 0;
        }

            .lock-form .form-actions .btn-success:hover {
                background-color: #d75464 !important;
            }

.lock-bottom {
    display: block;
    background-color: #323d4b;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .lock-bottom a {
        font-size: 14px;
        font-weight: 400;
        color: #638cac;
    }

.lock-bottom a:hover {
            color: #7ba2c0;
        }

.lock-body {
    margin: 30px;
}

.lock-avatar {
    width: 120px;
    height: 120px;
    margin-top: 20px;
}

.lock-form h4 {
    font-size: 16px;
}

.lock-form .form-group .form-control {
    padding: 20px 20px;
    width: 170px;
}

.lock-form .form-actions .btn-success {
    width: 170px;
    margin-bottom: 10px;
}

@media (max-width: 420px) {
    .page-lock {
        margin: 30px auto;
        width: 280px;
    }

    .lock-body {
        margin: 0px;
    }

    .page-lock .page-body {
        margin-top: 30px;
    }

    .lock-avatar {
        margin-top: 20px;
    }

    .lock-avatar-block {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .lock-form {
        padding-left: 20px;
    }

        .lock-form h4 {
            font-size: 16px;
            text-align: center;
        }

        .lock-form .form-group .form-control {
            padding: 20px 20px;
            width: 240px;
        }

        .lock-form .form-actions .btn-success {
            width: 240px;
            margin-bottom: 20px;
        }
}

.SecureLockCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-left: calc((100% - 450px)/2) !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Errdiv {
    border-color:red;
}

.Errlabel {
    color:red;
    font:bold;
}

.parentDisable {
    background: rgba(0, 0, 0, 0.508);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.success {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    max-width: 450px;
    width: 100%;
    background: wheat;
    padding: 20px;
    margin: 35vh auto;
    border-radius: 9px;
    position: relative;
}

.login-control {
    width:100%;
    height:36px;
    border-radius:4px;
}

.login-btn-primary {
    background-color:dodgerblue;
    width: 100%;
    height: 36px;
    border-radius: 16px;
    text-align:center;
    color:white;
}