﻿body {
}
.ui-widget-header {
        font-weight: normal !important;
        font-size: 12px !important;
    }

    .kbw-signature {
        display: inline-block;
        border: 1px solid #a0a0a0;
        width: 400px;
        height: 150px;
    }

    button.append, button.remove {
        width: auto !important;
        height: auto !important;
    }

    .ui-widget-content, ui-widget-header {
        font-size: 12px !important;
    }

    .pointer {
        cursor: pointer;
    }

    .cal {
        z-index: 9999;
        background-color: white;
        border: solid 1px gray;
    }

    .clsyellow {
        background-color: #F7BE81 !important;
    }

    #selectable .ui-selecting {
        background: #FECA40;
    }

    #selectable .ui-selected {
        background: #F39814;
        color: white;
    }

    #selectable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 60%;
    }

        #selectable li {
            margin: 1px;
            padding: 2px;
            font-size: 1.4em;
            height: 30px;
        }

    .ui-selectable-helper.no-top {
        border-top: 0;
    }

    .ui-selectable-helper.no-right {
        border-right: 0;
    }

    .ui-selectable-helper.no-bottom {
        border-bottom: 0;
    }

    .ui-selectable-helper.no-left {
        border-left: 0;
    }

    .frameContainer {
        position: absolute;
        padding: 5px;
        z-index: 1000;
        border: 1px solid silver;
        background-color: white;
        margin-top: 50px;
        border-radius: 5px;
    }

    iframe::-webkit-scrollbar {
        display: none;
    }

    #pnlShowVisitor {
        top: 15px !important;
    }

    .visitortime {
        margin-left: 5px !important;
    }

    .pop_head {
        background: #f5f5f5;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .pop_head span {
            float: right;
            margin: -34px -35px 0 0;
        }

    .pop_body {
        background: #FFF;
        text-align: center;
        font-weight: bold;
        padding: calc(200px - 50%) 0;
    }

    #divAadharoverlay {
        background-color: #333;
        opacity: 0.8;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9998;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-image: url('ajax-loader.gif');
        background-position: center;
        background-repeat: no-repeat;
    }

    #tabparent {
        margin-top: 10px;
    }

    .wd-80 {
        width: 80px;
    }

    .VisitorPreRegistration td span {
        line-height: 12px !important;
    }