.wordWrap{
    word-break:break-word;
}
.wid100 {
    width: 100% !important;
}
#divContainer {
    /*width: 500px;*/
    width: 475px;
    height: 320px;
    border: 1px solid #e5e5e5;
    background-color: white;
    /*overflow:auto;*/
}

input[id=switch] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.Switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 55px;
    height: 27px;
    background: #4DB94C;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .Switch:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 20px;
        height: 17px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

input[id=switch]:checked + .Switch {
    background: #FF4A4A;
}

    input[id=switch]:checked + .Switch:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

.Switch:active:after {
    width: 130px;
}

.col1 {
    width: 200px;
    text-align: right;
}

.col2 {
    width: 200px;
    text-align: left;
}

#imgCropResize {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

#divResignRemarkoverlay, #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;
}

#divDisableTransparent {
    background-color: transparent;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 3%;
    z-index: 9998;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.frameContainer {
    position: absolute;
    padding: 5px;
    z-index: 1000;
    border: 1px solid silver;
    background-color: white;
    margin-top: 50px;
    border-radius: 5px;
}

/*User Identification Tab Css*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    height: 360px;
}

.panel-inner {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: -10px;
}

#CardStatusChange {
    top: 118px !important;
    z-index: 999;
}

.CardStatus {
    float: right;
    padding-top: 10px;
    width: 35%;
}

.Card {
    width: 300px;
    background-color: white;
}

    .Card td {
        padding: 0.5px;
        border: 2px solid #e5e5e5;
        color: rgb(66,66,66);
        height: 30px;
    }

#allempdiv {
    top: 200px !important;
}
/*Code for Inventory Card*/
.lblActive {
    color: green;
}

.lblBlock {
    color: red;
}

.lblLost {
    color: blue;
}

.lblDamaged {
    color: #fba60a;
}

.lblSurrender {
    color: lightskyblue;
}

.lblBLE {
    color: #0044cc;
}

/*Code for Document Upload*/
.innerGrid {
    border-right: 1px solid #dedede;
    padding: 8px;
    border-bottom: 1px solid #dedede;
    width: 10%;
    text-align: center;
}

.Grid {
    width: 65%;
    text-align: left;
}

#divAddDoc {
    z-index: 9999;
}

#divBioMini {
    top: 130px !important;
    left: 450px !important;
    z-index: 9999;
}

.fingerdot {
    position: absolute;
    /*background-color: red;*/
    background-color: #a7a6a6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.fingerSelectdot {
    position: absolute;
    /*background-color: orange;*/
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid red;
}

#divAddNewCard, #divWriteNewCard {
    z-index: 9999;
    top: 60px !important;
    left: 450px !important;
}

.tblAddCard {
    width: 100%;
}

    .tblAddCard td {
        padding: 3px;
    }

.savenewCard {
    float: none !important;
}

.tblTransaction, .tblReporting {
    margin-top: 30px;
    margin-left: 20px;
}

    .tblReporting > tbody > tr > td:first-child {
        width: 30% !important;
        vertical-align: top;
    }

.addnewHierchy {
    text-decoration: underline;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
    position: absolute;
}

.forminput {
    margin-bottom: 3px !important;
}

.filter, .filter1 {
    display: inline-block;
    width: 250px;
    padding: 3px 0px 3px 0px;
    text-align: left;
    height: 25px;
}

.filter1 {
    max-height: 200px;
    overflow-y: auto;
}

.tblTransaction td {
    vertical-align: top;
}

.tblTransactionDetail {
    overflow-y: auto;
    height: 250px;
}

.MISingleManagerallempdiv td {
    text-align: left !important;
}

.MISingleManagerallempdiv .Right {
    text-align: right !important;
}

.tblTransactionDetail table {
    width: 100%;
    table-layout: fixed;
}

.tblTransactionDetail .mGrid td {
    padding-left: 5px;
}

#MISingleManageroverlay #MISingleManagerallempdiv {
    width: 400px;
    position: absolute;
    background-color: white;
    height: auto;
    z-index: 9999;
    /*top: 15.5px !important;*/
    /*border: 1px solid #e5e5e5;*/
}

#NewHierarchyWrapper {
    width: 400px;
    background-color: white;
    height: auto;
    z-index: 9999;
    /*border: 1px solid #e5e5e5;*/
}

#MIMultipleManageroverlay, #MIMultipleManagerallempdiv {
    width: 500px;
    position: absolute;
    background-color: white;
    height: auto;
    z-index: 9999;
    /*top: 15.5px !important;*/
    /*border: 1px solid #e5e5e5;*/
}

#NewHierarchyType {
    width: 500px;
    background-color: white;
    height: auto;
    z-index: 9999;
    /*border: 1px solid #e5e5e5;*/
}

#MISingleManageroverlay > td, #MIMultipleManageroverlay > td, #NewHierarchyWrapper > td {
    text-align: left;
}

.fc-basic-view .fc-body .fc-row {
    height: auto !important;
}

.fc-scroller {
    height: 240px !important;
}

#CalenderBox h1 {
    margin-bottom: 0px !important;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 40px !important;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 0px !important;
}

#CalenderBox {
    top: 15px !important;
}

#mainLeavediv {
    top: 3.5px !important;
}

    #mainLeavediv .li {
        list-style-type: none;
        width: 99%;
        height: 30px;
        border: 1px solid #e5e5e5;
        padding: 3px;
        padding-right: 0px;
        border-radius: 4px;
        font-family: Verdana;
        font-weight: 500;
        margin: 2px;
        cursor: pointer;
    }

.siteCodeVisible {
    display: none !important; /*!important ANT*/
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

#divMultiLocationAccess {
    width: 49%;
    /*width: 50%;*/
    display: inline;
    position: absolute;
    top: 53px;
    /*left: 50%;*/
    left: 51%;
}

.XSMULTITZGRP {
    /*width: 400px;*/
    width: 350px;
}

#divMultiLocationAttendance {
    width: 50%;
    display: inline;
    position: absolute;
    top: 53px;
    /*top: 35px;*/
    left: 50%;
}

#PolicyMapping {
    width: 50%;
}

.ArsXs {
    width: 375px;
}

@media only screen and (max-width: 1280px) {
    #divMultiLocationAccess {
        /*width: 525px; /*46%;*/
        /*width: 565px; /*46%;*/
        width: 525px;
        display: inline;
        position: absolute;
        top: 53px;
        /*top: 36px;*/
        /*left: 55%;*/
        /*left: 52%;*/
        left: 55%;
    }

    .XSMULTITZGRP {
        /*width: 285px;*/
        width: 260px;
    }

    #divMultiLocationAttendance {
        width: 46%;
        left: 53.8%;
    }

    #PolicyMapping {
        width: 54%;
    }

    .ArsXs {
        /*width: 300px;*/
        width: 275px;
    }

    .tdPrepaidPostPaid {
        width: 145px !important;
    }
}

.select2-drop-mask {
    z-index: 9999;
}

.tdPrepaidPostPaid {
    width: 165px;
}

.fc-time {
    display: none;
}

.select2-container .select2-choice {
    max-height: 25px; /*Added by Sumit as problem in two different tables layout so dropdown height was issue on 07052018 -- Row Height is now 29px*/
}

.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;
}

.fc-right {
    display: none;
}

div#tabparent {
    margin-top: 15px;
}

.fc-center {
    /*margin-left:200px;*/
    float: right;
}

.ui-accordion .ui-accordion-icons {
    padding: 0px 0px 0px 2.2em;
}

.td-right-header {
    width: 550px;
    text-align: right;
    padding-right: 15px;
}

.ClsPublicFloorBasementInActive, .ClsPublicFloorBasementActive, .ClsPublicFloorBasementDisabled,
.ClsFloorActive {
    width: 30px;
}

.ClsFloorActiveGlobal, .ClsPublicFloorBasementInActiveGlobal, .ClsPublicFloorBasementDisabledGlobal, .ClsPublicFloorBasementActiveGlobal {
    width: 27px;
}
/*.ClsMarkLabel {
            margin-top: -210px;
        }*/
.ClsPublicFloor, .ClsAccessAllowed, .ClsBlockedFloor {
    /*width:95%;*/
    width: 26px;
}

#divBuildingGlobal.ui-accordion .ui-accordion-content {
    padding: 1em 0.2em;
}

.ui-icon {
    position: absolute !important;
    margin-left: -20px;
    margin-top: 0.75em;
}

.doorlist input[type="checkbox"] {
    margin-right: 5px !important;
}

    .doorlist input[type="checkbox"] + label {
        float: none;
    }


/* Access Control */
.px200 {
    width: 200px !important;
}

.extime {
    width: 50px !important;
}

.doorlist {
    margin-top: 0px;
    margin-left: 0px;
    height: 92%;
    min-height: 92%;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
    text-align: left;
    /*float: left;*/
}

    .doorlist li:hover {
        border: 1px solid #999;
        font-weight: bold;
    }

    .doorlist li {
        list-style-type: none;
        /*width: 100%;*/
        min-height: 30px;
        height: auto;
        border: 1px solid #e5e5e5;
        padding: 3px;
        border-radius: 4px;
        font-family: Verdana;
        font-weight: 500;
        margin: 2px;
        cursor: pointer;
    }

#divhtml .checkbox input[type=checkbox] {
    margin-top: 2px;
}
#divhtml .checkbox input[type=radio] {
    margin-top: 2px;
}
.calanderblock .fc-icon-right-single-arrow:after {
    content: "\0203A" !important;
    font-weight: 700 !important;
    font-size: 200% !important;
    top: -66% !important;
}
.calanderblock .fc-icon-left-single-arrow:after {
    content: "\02039" !important;
    font-weight: 700 !important;
    font-size: 200% !important;
    top: -66% !important;
}
.sitecodevisible {
    display: none !important; /*!important ANT*/
}
#divMaster input[type="radio"] 
{
    float: left;
    margin-top: 1px;
}
#upBioMiniSetting input[type="radio"] {
    margin-right: 5px;
}
.row.radiorow {
    margin-top: 5px;
}
#upCard .table thead {
    background: #EDEDED;
}
button#btnAddException {
    margin-right: 0;
    margin-bottom: 5px;
}
.table.table-bordered thead{
    background: #EDEDED;
}
.Afset .checkbox {
    margin-bottom: 0;
}
td.tdPrepaidPostPaid .form-group input[type="radio"] {
    margin-top: 3px !important;
}
td.tdPrepaidPostPaid .form-group {
    margin-bottom: 3px;
    width: 100%;
    float: left;
}
.acessgroupblock {
    margin-top:5px;
}
.savebtngroup {
    margin-top: 15px;
}
.cardno input{
    width:200px;
}
td.col2.delcore input {
    margin-top: 1px;
    margin-right: 5px;
}
#_accessgrid input[type="checkbox"] {
    margin: 5px auto 0;
    display: inline-block;
    float: none;
}
#_accessgrid th:first-child{
    text-align: center;
    
}
#_accessgrid th {
    background: #EDEDED;
}
table#gridListAttnException td:first-child {
    width: 33px;
    padding: 14px 10px 11px 10px;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

table#gridListAttnException td:last-child {
    width: 96%;
}
table#gridListAttnException td {
    background: #fff;
}
table#gridListAttnException th:first-child {
    border-bottom: none;
    padding: 10px;
}

table#gridListAttnException th {
    background: #EDEDED;
}