.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/*custom by rahul */

.common-render{
    padding-bottom: 80px !important;
}

.nameTagImage {
    width: 55px;
    height: 58px;
    border-radius: 50%;
    /*background: #512DA8;*/
    background: #337ab7;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 59px;
    font-family:Verdana, Geneva, sans-serif;
}

.custom-pagination .pagination{
    /*margin: 0px !important;*/
    margin-top: -10px !important;
    float: right;
}
.ticket-panel .message-content{
    margin-top: 10px !important;
    font-size: 16px;
    color: #000000;
}
.entity-content p{
    margin-top: 10px !important;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
}

.custom-dropdown{
    border: none !important;
    /*for remove arrow firefox*/
    /*-moz-appearance: none;*/
    /*for remove arrow chrome*/
    /*-webkit-appearance: none;*/
    box-shadow: none !important;
    /*background: transparent !important;*/
}
.ticket-panel .custom_ptag{
    margin-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.activity_nameTagImage{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #512DA8;*/
    background: #337ab7;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-family:Verdana, Geneva, sans-serif;
}
.custom_list_class
{
    border-bottom: 1px dotted #999999;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 12px;
}

.loading-overlay {
    /*background: #e92a22;*/
    background: whitesmoke;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9998;
    border-radius: 5px;
    margin: -10px 0;
}

.btn-group-spaced a {
    margin-right : 10px; /* Some margin */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

.btn-group-spaced {
    margin-bottom : 10px; /* Some margin */
}


.custom_default .btn-default
{
    background-color: #777;
    color: #ffffff;
    font-weight: bold;
}
/* comment box css */
.pb-cmnt-container {
    /*font-family: Lato;
    margin-top: 100px;*/
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pb-cmnt-textarea {
    resize: none;
    padding: 20px;
    height: 130px;
    width: 100%;
    border: 1px solid #F2F2F2;
}

.ticket_image img{
    width: 100%;
}

.comment_image img{
    width: 100%;
}

.comment_image{
    max-height: 300px;
    overflow: hidden;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
    text-align: justify;
}

.chat .panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.chat .panel-body
{
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.issue-panel-sub-title{
    font-size: 22px;
}

.issue-message-content{
    font-size: 20px;
}

.qr-code-main-class-inner
{
    text-align: center;
}

.qr-code-main-class button
{
    margin-left: 15px;
}

.qr-code-logo-image{
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-page-header{
    margin-top: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.instruction-div
{
    padding: 30px 30px 0 30px;
}
.bdp-block {
    float: left;
    width: 45%;
    padding-right: 5px;
}

.paddedButton
{
    padding-top: 27px;
}
.searchBoxTopBar{
    padding-top: 10px;
    padding-left: 95px;
}

/*start bfl qr code poster*/

.bfl_background_image
{
    position: relative;
    top: 0;
    left: 0;
}

.bfl_qrcode_image img
{
    position: absolute;
    top: 297px;
    left: 306px;
    height: 138px;
    width: auto;
    padding: 13px;
}

.bfl_entity-div{
    position: absolute;
    top: 245px;
    left: 40px;
    color: #fff;
    width: 215px;
}
.bfl_entity-div h3{
    font-size: 18px;
    font-weight: 900;
}
.bfl_tag-div{
    position: absolute;
    top: 290px;
    left: 40px;
    color: #fff;
    width: 220px;
}
.bfl_tag-div span{
    font-size: 12px;
}

.bfl_instruction-div {
    position: absolute;
    top: 325px;
    left: 16px;
    color: #fff !important;
    width: 260px;
    line-height: 1.5;
    font-family: 'Dax-Medium';
}

.bfl_instruction-div h2{
    font-size: 16px;
    font-weight: 900;
}
.bfl_instruction-div h3{
    font-size: 13px;
    font-weight: 900;
}

.bfl_instruction-div span{
    font-size: 11px !important;
    font-weight: 900;
}

.bfl_instruction-div ol { font-size: 12px !important;   margin-left: -9px !important;}

.bfl_short_name-div{
    position: absolute;
    top: 655px;
    left: 375px;
    color: #fff !important;
    width: 100px;
    text-align: right !important;
}
.bfl_short_name-div h6{
    font-weight: 900;
    font-size: 9px !important;
}

/*end bfl qr code poster*/

/*font face for BFL poster starts*/
@font-face {
    font-family: 'Dax-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-Italic'), url('../fonts/dax-italic-5872e0c289d8d.woff') format('woff');
}
@font-face {
    font-family: 'Dax-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-Light'), url('../fonts/dax-light-5872dfb3692b0.woff') format('woff');
}
@font-face {
    font-family: 'Dax-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-Medium'), url('../fonts/dax-medium-5872e00270bc1.woff') format('woff');
}
@font-face {
    font-family: 'Dax-MediumItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-MediumItalic'), url('../fonts/dax-mediumitalic-5872e0e8d95e8.woff') format('woff');
}
@font-face {
    font-family: 'Dax-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-Bold'), url('../fonts/dax-bold-5872e03df1718.woff') format('woff');
}
@font-face {
    font-family: 'Dax-ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-ExtraBold'), url('../fonts/dax-extrabold-5872df5c91c89.woff') format('woff');
}
@font-face {
    font-family: 'Dax-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dax-Regular'), url('../fonts/ufonts.com_dax-regular.woff') format('woff');
}
/*font face for BFL poster ends*/

.qrcode-scan-page-logo img{
    display: block;
    margin: 0 auto;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .qrcode-scan-page-logo img{
        width: 30% !important;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .qrcode-scan-page-logo img{
        width: 30% !important;
        display: block;
        margin: 0 auto;
    }
}

.group-numbers-form .iti {
    display: block !important;
}

.insight_page_main_class .panel-body {
    min-height: 450px !important;
    position: relative;
}

.insight_page_main_class ol li{
    font-size: 25px;
    /*line-height: 3;*/
}

.top-performer-time{
    display: block;
    /*margin-top: -35px;*/
    margin-left: 90px;
}

.insight-div-class{
    font-family: Arial, Calibri;
}
.insight-div-class .description-text{
    margin-left: 30px;
    margin-top: 15px;
    margin-right: 30px;
    position: absolute;
    bottom: 15px;
}

/*table styling in insights page*/
.user-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
}

.user-table td, .user-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.user-table tr:nth-child(even){background-color: #f2f2f2;}

.user-table tr:hover {background-color: #ddd;}

.user-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #398eaf;
    color: white;
}
/*table styling in insights page*/

.empty-chart-div{
    text-align:center;
    margin:50px 0;
}

.clock{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(233, 19, 19);
}
.clock .dots{
    margin-left: -4px;
    margin-right: -4px;
}
.clock span.red {
    transition: all .2s ease;
    color: rgb(233, 19, 19);
}
.qrcode-scan-style-wrapper .iti{
    display: block !important;
}
.vms-registration-main-div .checkbox label{
    font-weight: 700 !important;
}
.vms-registration-main-div  input[type="radio"] {
    position: relative;
    /* Double-sized Radio button */
    -ms-transform: scale(1.5); /* IE */

    -moz-transform: scale(1.5); /* FF */

    -webkit-transform: scale(1.5); /* Safari and Chrome */

    -o-transform: scale(1.5); /* Opera */

    padding: 10px;
}
.field-vmsentry-issue_id label{
    font-size: 20px;
}
.vms_entry_image img{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .site-error{
        margin-left: 13px;
        margin-right: 13px;
    }
}

.vms-success-idCard{
    max-width: 275px;
    min-height: 370px;
    display: block;
    margin: 0 auto;
    border: 4px solid #ddd;
    border-radius: 8px;
}

.vms-view-idCard{
    width:100%;
    min-height: 370px;
    display: block;
    margin: 0 auto;
    border: 4px solid #ddd;
    border-radius: 8px;
}

.vms-success-idCard-image{
    width: 100px;
    margin: 20px auto 0;
    border: 1px solid #000;
}
.vms-view-idCard-image{
    width: 50%;
    margin: 20px auto 0;
    border: 1px solid #000;
}
.vms-success-idCard-text {
    margin:12px;
    text-align: center;
}
.vms-view-idCard-text {
    margin:12px;
    text-align: center;
}
.vms-success-idCard-text span{
    font-size: 15px;
    font-weight: normal;
}
.vms-success-idCard-text p{
    font-size: 18px;
}
.vms-view-idCard-text span{
    font-size: 15px;
    font-weight: normal;
}
.vms-view-idCard-text p{
    font-size: 18px;
    font-weight: bold;
}

/*rending floor plan in hotdesking*/
#floor-plan-render {
    width: 100%;
    height: 800px;
    margin: 0;
    padding: 0;
}

.blog_image img{
    width: 30%;
}

.widget-flat a {
    color: inherit;
}

.legend {
    list-style: none;
}

.legend li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.legend span {
    border: 1px solid #ccc;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    margin-right: 10px;
}

.qrcode-scan-page-logo img{
    display: block;
    margin: 0 auto;
}

.qrcode-scan-page-logo {
    margin-bottom: 10px;
    text-align: center;
}

.public-hr-line{
    background-color:grey;
    height:2px;
    width:100%;
    margin: 20px 0;
}

.heading-medium {
    font-size: 20px;
    font-weight: bold;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    line-height: 20px;
}

.lh-40{
    line-height: 40px !important;
}

.lh-50{
    line-height: 50px !important;
}

.bootstrap-timepicker-widget table td input
{
    width: 100%;
}

.custom-hr
{
    height:1px;
    width: 100%;
    background-color: #eef2f7;
}

.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
    from { opacity: 1; }
    to { opacity: 0; }
}

.qr-code-logo-image img
{
    max-height: 300px;
    max-width: 300px;
}

#export_div, .export_div_checklist
{
    display: none;
}

@media print {
    #export_div, .export_div_checklist
    {
        display: block !important;
    }

    /*not to display links*/
    .noprint {
        display: none !important;
    }

    a:link:after, a:visited:after {
        display: none;
        content: "";
    }

    a {
        text-decoration: none !important;
    }
}

.non-qr-placeholder {
    height: 300px;
    width: 300px;
    background-color: whitesmoke;
    margin: auto;
    display: table;
    border: 1px solid grey;
}