﻿/*#imgTenantFile {
        background-size: cover;
    }*/
#editTenant {
    display: none;
}

#btnDeleteFile {
    display: none;
}

.facility-row {
    margin-bottom: 5px;
}

.facility-label {
    display: inline-block;
    width: 180px;
    text-align: right;
}

.facility-data {
    display: inline-block;
}

.facility-box {
    width: 110px;
    height: 70px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}

.facility-data input[type=file] {
    width: 180px;
}

.facility-data-innerblock {
    display: inline-block;
    vertical-align: middle;
}

.max-size-block {
    font-size: 10px;
}

.facility-image {
    width: 50px;
    height: 50px;
}

    .facility-image img {
        height: 100%;
        width: 100%;
        border-radius: 50px;
    }

.facility-data {
    display: inline-block;
    width: 420px;
}

    .facility-data select {
        width: 200px;
        height: 26px;
    }

    .facility-data input[type="text"] {
        width: 200px;
    }

.tenant-admin-popup {
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    text-align: center;
    behavior: url(/pie/PIE.htc);
    /* border: 1px solid rgb(251, 216, 80); */
    border: 1px solid #ccc;
    width: 550px;
    border-radius: 5px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 999;
    background: #fff;
}

.tenant-header {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 800;
}

.tenant-block-label {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.tenant-block-data {
    display: inline-block;
    width: 326px;
    text-align: left;
}

.tenant-block-row {
    margin-top: 5px;
}

.tenant-block {
    padding: 10px 0px 30px;
}

.tenant-block-data select {
    width: 183px;
}

.tenant-img-block {
    display: inline-block;
    vertical-align: middle;
}

.tenant-img-blocks {
    display: inline-block;
    vertical-align: middle;
}

    .tenant-img-blocks img {
        margin-bottom: 5px;
    }

.tenant-block-data input[type="button"] {
    width: 65px;
}
/* this css should put in seprate file*/

/* FORM */
input.rad1 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.accordion-block label {
    display: block;
    float: left;
    height: 86vh;
    width: 40px;
    overflow: hidden;
    background: #30354a;
    text-align: center;
    font-size: 14px;
    /*line-height: 50px;*/
    transition: background 300ms ease;
    color: #fff;
}

    .accordion-block label:hover {
        transition-duration: 0s;
    }

.accordion-block li:nth-child(even) > input + label {
    background: #3a4059;
}

label:hover,
li:nth-child(even) > input + label:hover {
    /*background: #2196f3;*/
    color: #fff;
    cursor: pointer;
}

input[type=radio]:checked ~ label {
    /*background: #2196f3;*/
    color: #fff;
    cursor: default !important;
}

/* SLIDES */
.accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 10px 0;
    float: left;
    overflow-x: hidden;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 700ms ease;
}

    .accslide * {
        padding-left: 10px;
    }

    .accslide img {
        margin-top: 10px;
    }

input[type=radio]:not(:checked) ~ label > * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    transform: rotate(-90deg);
    top: 50%;
    position: relative;
}

input[type=radio]:checked ~ label > * {
    display: block;
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 50%;
    position: relative;
}


.facility-left {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.facility-right {
    width: 49%;
    display: inline-block;
}

li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
}

li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
}

li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
}

li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
}

li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
}

li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
}

li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
}

li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
}

li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
}

li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
}

li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
}

li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
}

li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
}

li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
}

li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
}

li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
}

li:nth-child(1):nth-last-child(8) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(2):nth-last-child(7) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(3):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(4):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(5):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(6):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(7):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

li:nth-child(8):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 320px);
}

/* popup disable*/
.tenant-admin-popup {
    display: block;
}

.facility-right-label {
    display: inline-block;
    vertical-align: top;
}

.facility-right-data {
    display: inline-block;
    width: 520px;
    margin-left: 5px;
}

.content-row-left {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
    margin-bottom: 5px;
    height: 26px;
}

    .content-row-left input.chkFloor {
        margin-right: 2px;
        position: relative;
        top: 1px;
    }

input.slide-checkbox {
    transform: rotate(0) !important;
}

.content-left {
    display: inline-block;
    vertical-align: middle;
    height: 517px;
    overflow-y: auto;
}

.content-right {
    display: inline-block;
    vertical-align: middle;
    height: 517px;
    overflow-y: auto;
    margin-left:-20px;
}

.parking-header {
    padding-left: 0;
}

.parking-block {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 230px;
    height: 120px;
    padding-right: 10px;
    box-shadow: 0px 1px 7px -3px;
    margin-bottom: 5px;
}

.parking-header input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.parking-row {
    margin-bottom: 10px;
    margin-top: 5px;
}

.parking-row-left {
    width: 70px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

    .parking-row-left img {
        width: 100%;
        height: auto;
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

.parking-row-right {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    margin-left: 10px;
}

    .parking-row-right input[type="text"] {
        width: 100%;
        display: inline-block;
    }

.parking-label {
    padding: 0;
    margin-top: 8px;
}

.parking-block.alloted-block {
    height: 70px !important;
    margin: 0 0;
    padding: 10px 0;
}

input[type="checkbox"].slide-checkbox {
    position: absolute;
    top: 8px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

input[type=checkbox]:checked ~ label > * {
    transform: rotate(90deg) !important;
}

.parking-block.alloted-block .parking-row-left {
    width: 90px;
}

.parking-block.alloted-block .parking-row-right {
    margin-left: 0;
}

.ui-accordion-header {
    font-weight: bold !important;
    background: none !important;
    background-color: #EDEDED !important;
}

div#Loader {
    display: none;
}

#divChangeCard .checkbox input[type=checkbox] {
    margin-top: 2px;
}

.accesscheck {
    width: 25px;
    display: inline-block;
}

.accessouter {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
}

.accessrow {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 4px;
}

.acesscol {
    display: inline-block;
    width: 380px;
}

.acesscol2 {
    display: inline-block;
    width: 11%;
}

    .fromtime span, .acesscol2 span {
        text-transform: capitalize;
        font-weight: bold;
    }

.accessheading {
    background: #e8e8e8;
    padding: 0 6px;
    box-sizing: border-box;
}

.accessouter input[type="text"] {
    width: 100%;
}

.fromtime {
    display: inline-block;
    width: 14%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2px;
    box-sizing: border-box;
}

.acesscol2.fa.fa-times-circle {
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.headingdata input.btn {
    width: 100%;
}

.acesscol2.addborder {
    border-right: 1px solid #ddd;
    padding-right: 2px;
}

.acesscol span {
    font-weight: bold;
}

.accessrowcontainers {
    max-height: 112px;
    overflow-y: scroll;
}

.accessrowcontainer::-webkit-scrollbar {
    display: none;
}

.accessrowcontainer {
    -ms-overflow-style: none;
}

#fieldReporting td:first-child {
    text-align: right;
}

#fieldReporting .filter {
    line-height: 15px !important;
}

.accessrowcontainer::-webkit-scrollbar {
    display: block !important;
}

.acesscol {
    display: inline-block;
    width: 379px;
}

.fromtime {
    display: inline-block;
    width: 78px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2px;
    box-sizing: border-box;
}

.accessheading .acesscol {
    width: 377px;
}

.accessheading .acesscol2.addborder {
    width: 62px;
}

.acesscol2 {
    display: inline-block;
    width: 62px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #333;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: red !important;
}

div#tabparent .form-group {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

label.control-label {
    width: 120px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    line-height: 26px;
    margin-bottom: 0;
}

.control-data-info {
    display: inline-block;
}

    .control-data-info input {
        height: 26px;
        width: 200px;
    }

form#frmMain {
    margin: 0 20px;
    clear: left;
}

.employee-left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.frame-right {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#divUpload {
    width: 160px;
}

legend {
    display: block;
    font-size: 12px !important;
    width: auto;
    padding: 2px 7px 2px 15px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: inherit;
    color: #333 !important;
    background: #fff;
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    padding-bottom: 0px !important;
}

fieldset {
    padding: 5px 8px 8px 9px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /* background-color: #f5f5f5; */
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

#upBioMini {
    background: #fff;
}

.row:before, .row:after {
    display: none;
    content: " ";
}

#upBioMiniSetting input[type="radio"] {
    margin-top: 1px;
}

.acesscol2.fa.fa-times-circle {
    font-size: 16px;
    text-align: center;
    position: relative;
    /* top: -22px; */
    cursor: pointer;
    right: -18px;
    width: 20px;
}

.accessrowcontainers {
    overflow-y: auto !important;
}

#upBioMini h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: inline-block;
}

.setting-block-header {
    padding: 10px 0 13px 10px;
}

.savebackdiv.setting-save-btn {
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 0;
    float: right;
    margin-right: 10px;
}

#upBioMini {
    background: #fff;
    height: 250px;
}

body .sidebar-mini.sidebar-collapse .main-footer {
    clear: left !important;
}

input#frmAdd {
    margin-right: 10px;
}

input#frmBack {
    margin-left: 5px;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td form {
    text-align: center;
}

.capture-popup {
    width: 285px;
    height: 336px;
    background: #F7F7F7;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    text-align: center;
    padding: 20px 20px 20px;
    border: 1px solid #ccc;
    position: absolute !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    top: 50% !important;
    z-index: 9999 !important;
    transform: translateY(-50%);
    display: none;
}

.capture-sub-header {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
    margin-top: 0;
}

div#divCrop {
    margin-bottom: 10px;
}

/*img#imgdelete {
        width: 12px !important;
        height: 13px !important;
        margin-top: 5px;
    }*/

/*div#divUploaddelete {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        border: 1px solid gray;
    }*/

.capture-sub-popup {
    width: 500px;
    height: 480px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    text-align: center;
    border: 1px solid #ccc;
    position: absolute !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    top: 54% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
}

/*.capture-sub-block {
                                height: 350px;
                                margin: 20px;
                            }*/
div#divCropResize {
    display: none;
}

input#btnCameraCapture {
    margin-right: 5px;
}

.ContentBox {
    float: left;
}
/* popup css */
.commonform-form-row {
    width: 100%;
    margin-bottom: 5px;
}

.commonform-form-label {
    width: 15.5%;
    display: inline-block;
    text-align: right;
}

.commonform-form-data {
    width: 23.2%;
    display: inline-block;
}

    .commonform-form-data textarea {
        width: 100%;
        height: 100px;
    }

input.searchbox.employee-text {
    height: 50px;
}

.wish-radio {
    display: inline-block;
    margin-right: 2px;
}

    .wish-radio input[type="radio"] {
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

.commonform-form-row.action-row {
    display: none;
}

.commonform-form-data input.small-block-inner {
    width: 100px;
}

.commonform-form-data input[type="checkbox"] {
    margin-top: 0;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

#parent {
    display: flex;
    flex-direction: column-reverse;
}

.ddlColdrp {
    width: 250px;
}

.ddlColdrptype {
    width: 250px;
}

.btnSaveNew {
    width: 100px;
}

/* CSS to add */
.admin-user-detail .facility-image {
    display: inline-block;
}

.admin-user-detail {
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 5px;
    padding: 10px;
    width: 250px;
    background: #fff;
}

.facility-image-data {
    display: inline-block;
    width: 71%;
    vertical-align: middle;
    margin-left: 6px;
}

.facility-image-header {
    font-size: 18px;
    color: #707070;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.facility-detail-data a {
    font-size: 9px;
    color: #707070;
    margin-right: 2px;
    padding-right: 1px;
}

.facility-call:after {
    position: absolute;
    content: '';
    width: 1px;
    background: #ccc;
    height: 19px;
    right: -3px;
}

.facility-call {
    display: inline-block;
    position: relative;
}

.facility-mail {
    display: inline-block;
}

a.edit-admin {
    position: absolute;
    right: 10px;
    top: 6px;
}

.admin-user-detail {
    position: relative;
}
