/*
    reset css starts here
*/

b, strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

dfn {
    font-style: italic;
}

optgroup {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

label {
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

/*reset css ends here*/

.form-control {
    border-radius: 4px;
}

.ui-datepicker {
    z-index: 1200 !important;
}

.event-name-holder {
    position: relative;
}

.event-data-result ul {
    top: 60px;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #d2d6de;
    border-radius: 4px;
}

.event-data-result .ui-menu .ui-menu-item {
    padding: 5px 2em 5px .4em;
}

.event-data-result li:hover {
    background: #48B98D;
    color: #FFF;
}

.faq-section>.faq-title {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.faq-section .panel-group, .faq-section>.faq-content .panel-body>p:last-child {
    margin-bottom: 0;
}

.faq-section>.faq-content .panel {
    border: medium none;
    box-shadow: none;
}

.faq-section .panel-body {
    border-top: none !important;
}

.faq-section>.faq-content .panel-heading {
    background-color: transparent;
}

.faq-section>.faq-content .panel-heading i {
    color: #dae0e5;
    float: left;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

.faq-section>.faq-content .panel-heading .accordion-toggle {
    color: #5c646a;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 10px 20px;
}

.faq-section>.faq-content .panel-heading .accordion-toggle:hover {
    color: #3598dc;
    text-decoration: none;
}

.faq-section>.faq-content .panel-body {
    background-color: #f3f6f9;
    border: medium none;
    margin-left: 20px;
}

.faq-section>.faq-content .panel-body>p {
    color: #6a757e;
    font-size: 13px;
    line-height: 22px;
}

.faq-section>.faq-content .panel-body>p:first-child {
    margin-top: 0;
}

#saveFormBtnDiv, .vendorData, .cardTypeApproval, .normalApprovals, #departmentValues, #accessAreaValues, #companyValues, .approvalMethod {
    display: none;
}

.photoPreviewContainer {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 78%;
}

.modal {
    overflow-y: scroll;
}

.report_tabs li {
    margin: -1px;
    list-style: none;
    text-align: center;
    display: inline-block;
    background: #97A8BA;
    padding: 7px 5px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    width: 15%;
    cursor: pointer;
    line-height: 17px;
    text-shadow: 3px 2px 4px #808f9e;
    min-height: 55px;
    vertical-align: middle;
    padding-top: 10px;
    height: 65px;
    text-align: center;
    text-transform: uppercase;
}

.skidata_tabs li {
    width: 15%;
}

.report_tabs_media_report li {
    margin: -1px;
    width: 15%;
    list-style: none;
    text-align: center;
    display: inline-block;
    background: #97A8BA;
    padding: 7px 10px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    line-height: 18px;
    text-shadow: 3px 2px 4px #808f9e;
    min-height: 65px;
    vertical-align: middle;
    padding-top: 14px;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
}

.report_tabs_media_report li.active {
    background: #354151;
    background: #354151;
    text-shadow: none;
}

.report_tabs_skidata li {
    margin: -1px;
    width: 15%;
    list-style: none;
    text-align: center;
    display: inline-block;
    background: #97A8BA;
    padding: 7px 10px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    line-height: 18px;
    text-shadow: 3px 2px 4px #808f9e;
    min-height: 82px;
    vertical-align: middle;
    padding-top: 14px;
    height: 62px;
    text-align: center;
}

.report_tabs_skidata li.active {
    background: #354151;
    text-shadow: 3px 2px 4px transparent;
}

.bg-gray {
    background-color: #6e8296 !important;
}

.report_tabs li.active {
    background: #354151;
    text-shadow: 3px 2px 4px transparent;
}

.padding-0 {
    padding: 0;
}

.note-list {
    list-style: none;
    padding: 0;
}

.note-list li {
    color: #b8c7ce;
    text-align: left;
    padding: 12px 5px 12px 15px;
    border-bottom: 1px solid #4b646f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit-note {
    display: inline-block;
    width: 90%;
    word-wrap: break-word;
    white-space: normal;
}

.delete-note {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

#note-input {
    background: #374850;
    border: 1px solid transparent;
    color: #b8c7ce;
}

.sidebar-input {
    background: #374850;
    border: 1px solid transparent;
    color: #b8c7ce;
    /*    background: #374850;
    border:1px solid transparent;
    color: #b8c7ce;
    width: 90%;*/
}

.bg-transparent {
    background: none;
    color: #FFF;
}

#deptBadgeData {
    min-height: 45px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
}

span.deptTags {
    border: 1px solid #CECECE;
    -webkit-border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    background: #F1F5F8;
    color: #000;
    margin-right: 10px;
    cursor: all-scroll;
}

span.deptTags>span {
    padding: 5px 10px;
    display: inline-block;
    border-right: 1px solid #ABACAE;
    font-weight: bolder;
}

span.deptTags>a {
    font-size: 18px;
    padding: 5px 10px;
    color: #ABACAE;
    cursor: all-scroll;
}

span.row-sortable {
    display: flex;
    margin-right: 0px;
    margin-bottom: 4px;
}

.row-sortable span {
    flex-grow: 1;
}

.row-sortable a {
    line-height: 1;
}

#cardHolderDataTable ul li:hover ul {
    display: block;
}

.iconcss {
    margin-left: 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

.small-box {
    margin-bottom: 0px;
    padding: 10px 0;
}

.small-box:hover {
    color: #000;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    line-height: 110px;
    z-index: 2;
    /* added by mohit */
    width: 110px;
    height: 57px;
    display: block;
    line-height: 100px;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.absoluteNum {
    line-height: 110px;
    margin-bottom: 5px;
    z-index: 2;
    width: 110px;
    height: 57px;
    display: block;
    font-size: 22px;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
}

#accredFormPosition {
    display: none;
}

ul {
    list-style-type: none;
}

.l1 {
    margin-left: 7px;
}

.padding {
    padding: 10px;
}

.margin_top_25 {
    margin-top: 27px;
}

.margin_top_10 {
    margin-top: 10px;
}

.ligth_background {
    background: #EBF0F4;
}

.event-logo {
    max-width: 125px;
    margin-right: 20px;
}

.event-heading {
    padding-left: 20px;
}

.accreditation-logo {
    max-width: 150px;
}

#filterData {
    margin: 0 0 15px 0;
}

.containerDiv {
    padding: 10px;
    border-bottom: 1px solid #eef1f5;
    cursor: pointer;
}

.dropDownUl {
    display: none;
}

.dropDownUl>ul>li>label {
    margin-left: 10px;
}

/* mohit css */

.table th {
    background-color: #e4e9ee;
    color: #6e8296;
    font-size: 12px;
    text-transform: uppercase;
}

.box-header {
    background-color: #97acc2;
    border-radius: 3px 3px 0px 0px;
    /* border-bottom: 1px solid #8ca0b4 !important;*/
}

.box-header label {
    color: #fff;
    text-transform: uppercase;
    margin-top: 7px;
}

.bg-darkgrey {
    background-color: #354151 !important;
    color: #FFF;
    text-transform: uppercase;
}

.box-header h3 {
    color: #FFF;
}

.box-header h2 {
    color: #FFF;
}

.btn-bms {
    background-color: #49B88D;
    color: #FFF;
    border: 1px solid #49B88D;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.nopadding {
    padding: 0px !important;
}

.main-sidebar, .left-side {
    padding-top: 85px;
    background-color: #354151;
}

.sidebar-menu li>a {
    color: #9FAABC;
    text-transform: uppercase;
    font-size: 12px;
}

li.activetab {
    background-color: #49BA8E !important;
}

.sidebar-menu li.activetab>a {
    color: #2B3443;
}

.main-header {
    background-color: #FFF;
}

.content-wrapper, .right-side {
    box-shadow: inset 0 7px 5px -5px #b9c0c6;
    background: #F1F5F8;
}

.main-header .navbar-header {
    padding: 10px 0;
    width: 130px;
}

@media (max-width: 768px) {
    .main-header .navbar-header {
        padding: 0px;
        width: auto;
    }
}

.main-header>.navbar {
    margin-left: 0px
}

@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

.navbar-nav>li>a.userDropdown {
    width: 280px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:768px) {
    .navbar-nav>li>a.userDropdown {
        width: 94%;
    }
}

.userDropdown>.pull-left {
    width: 90%;
}

span.username {
    color: #354052;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize;
}

small.rolename {
    display: block;
    color: #848484;
    font-size: 13px;
    text-transform: capitalize;
}

.fa-pencil {
    color: #848589;
}

.fa-eye {
    color: #848589;
}

.fa-bell-o {
    font-size: 18px;
}

.arrow_box {
    position: relative;
    background: #354151;
}

.report a {
    color: #fff;
}

.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(53, 65, 81, 0);
    border-top-color: #354151;
    border-width: 9px;
    margin-left: -10px;
}

/* user css start */

.usertabs {
    display: inline-block;
    width: 41%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.usertabsli {
    list-style: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0px 2px;
    width: 16%;
}

.usertabs .text.active {
    color: #354151;
}

.usertabs .text.completed {
    color: #6D8295;
}

.usertabs .text {
    width: 120px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.usertabs .number {
    background: #A9AAAC;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.usertabsli.active.arrow_box:after {
    border-width: 6px;
    margin-left: -6px;
}

.usertabs .number.completed {
    background: #6D8295;
}

.number.active.arrow_box {
    background: #354151;
}

.usertabsli a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.usertabs-hr {
    border: 3px solid #A9AAAC;
    float: left;
    width: 20%;
}

.usertabs-hr.completed {
    border: 3px solid #6D8295;
}

/* user css ends  here */

/* bulk import module css */
.importTabs {
    left: 28%;
    width: 100%;
    position: relative;
}

.importTabsli {
    width: 15% !important;
}

.importTabsli a {
    cursor: default;
}

.importTabs-hr {
    border: 3px solid #A9AAAC;
    float: left;
    width: 10%;
}

.importTabs-text {
    font-size: 10px
}

.bk-actions-sticky {
    position: sticky;
    top: 0%;
    background-color: #ffffff;
    height: 75px;
    padding-top: 20px;
}

.bk-import-center {
    display: flex;
    justify-content: center;
}

.bk-img-preview {
    height: 500px;
    padding-top: 0;
    overflow-x: auto;
}

.bk-import-border {
    border-right: 3px solid #6e8296;
    border-bottom: 3px solid #6e8296;
    border-left: 3px solid #6e8296;
}

.bk-dropzone-border {
    border-right: 3px dotted #6e8296;
    border-bottom: 3px dotted #6e8296;
    border-left: 3px dotted #6e8296;
}

.no-background {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bulk-import-bottom-content {
    min-height: 350px;
}
/* Mimic table appearance */
div.table {
    display: table;
}
div.table .file-row {
    display: table-row;
}
div.table .file-row > div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}
div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.step-arrow {
    color:#354151;
    font-size: 60px;
    margin-top: 20px;
}

.step-arrow-vcenter > i {
    margin-top: 40vh;
}

.step-arrow-vcenter-left {
    left: 9%;
}

.step-arrow-left-width {
    width: 8.5%;
}

.bk-upload-text {
    font-weight: bold;
    font-size: medium;
}

.center {
    margin: 0;
    top: 50%;
    left: 25%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* bulk import module css */

/* Toast message css */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1500;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.75);
}
.snackbar.success {
    background-color: rgba(73,186,143,1);
}
.snackbar.error {
    background-color: #dd4b39 ;
}
.snackbar.show {
    visibility: visible;
    max-width: 50%;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 20px; opacity: 1;}
}
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 20px; opacity: 1;}
}
@-webkit-keyframes fadeout {
    from {bottom: 20px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
    from {bottom: 20px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/* Toast message css */

/* Dialog message CSS */
.dialog {
    width: 700px;
	height: 300px;
}

.dialogMsg {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align:center;
}

.dialog::backdrop {
    opacity: 0;
}

.dialogLoader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Dialog message CSS */

.editEvent .box-header {
    background-color: #e4e9ee;
    border-radius: 4px;
}

.editEvent .box-header b {
    vertical-align: -webkit-baseline-middle;
}

.addneweventmanager {
    background-color: #717984 !important;
}

.addneweventmanager b {
    color: #fff;
}

.addneweventmanager .fa {
    color: #fff;
    font-size: 16px;
    margin-right: 3px;
}

.btn-default {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #49ba8e;
    border-color: #49ba8e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #48b98d !important;
    border-color: #3d9c77 !important;
}

.dashboradheader {
    width: 100%;
    display: inline-block;
    padding: 20px 15px;
}

.clearboth {
    clear: both
}

.lableclass {
    margin: 5px 0px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
}

/* pagination */

.pagination-icons {
    /*margin-top: 8px;*/
    margin-bottom: 0;
}

.pagination-icons .fa {
    color: #576878;
    font-size: 17px;
}

.showPaginationText {
    color: #fff;
    font-size: 15px;
}

#selectNumberEntries, .selectNumberEntries, #selectNumberEntriesForMatchWise {
    width: 50px;
    text-align: center;
    padding: 2px;
}

.sidebar-menu li.header {
    background: #2B3443;
    color: #666F7E;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 15px;
    border-bottom: 1px solid #28323e;
}

.sidebar-menu li.border {
    background: #313A49;
    padding: 3px 15px;
    border-bottom: 1px solid #3c4a5d;
}

.sidebar-menu li.blank {
    min-height: 150px;
    border-bottom: none;
}

.sidebar-menu li.active {
    background: #2B3443;
}

.sidebar-menu li.sidebar-logo {
    background: #354151;
    color: #F3F5F4;
    padding: 20px;
}

.colors-grid span {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}

.select-theme {
    display: inline-flex;
}

.select-theme label {
    width: 60px;
}

.input-icon.right {
    left: auto;
    right: 0;
}

/** css for input icon **/

.input-icon {
    position: relative;
    left: 0;
}

[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.input-icon>i {
    color: #ccc;
    position: absolute;
    margin: 1px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.input-icon.input-icon-sm>i {
    margin-top: 8px;
    font-size: 13px;
}

.input-icon.right>i {
    left: auto;
    right: 8px;
    float: right;
}

.input-icon.right>.form-control {
    padding-right: 33px;
    padding-left: 12px;
}

/** css for input icon **/

tr.border td {
    border-top: 1px solid #DFE6EE !important;
    font-weight: bold;
}

#viewCardHolderModal a.btn-default {
    padding: 1px 5px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border: 0px none #ffffff;
    border-radius: 49px;
}

::-webkit-scrollbar-thumb:hover {}

::-webkit-scrollbar-thumb:active {
    background: #333;
}

::-webkit-scrollbar-track {
    background: #F7F7F7;
    border: 0px none #ffffff;
    border-radius: 29px;
}

::-webkit-scrollbar-track:hover {}

::-webkit-scrollbar-track:active {}

::-webkit-scrollbar-corner {
    background: transparent;
}

/*date picker*/

.ui-datepicker {
    background: #fcfcfc;
    /* Old browsers */
    background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%);
    /* FF3.6+ */
    background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #fff));
    /* Chrome,Safari4+ */
    background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
    background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%);
    /* Opera11.10+ */
    background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%);
    /* IE10+ */
    background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%);
    /* W3C */
    font-size: 11px;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
}

.ui-datepicker table {
    width: 278px;
}

.ui-datepicker table td {
    text-align: center;
    padding: 5px;
}

.ui-datepicker a {
    cursor: pointer;
    text-decoration: none;
}

.ui-datepicker-prev {}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: bold;
    width: 92%;
    margin: 0 auto;
    display: inline-block;
}

select.ui-datepicker-month, .ui-datepicker-year {
    border: none; -webkit-appearance: none;
    outline: none;
}

a.ui-datepicker-prev:after {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
}

a.ui-datepicker-next:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
}

span.ui-icon.ui-icon-circle-triangle-e, span.ui-icon.ui-icon-circle-triangle-w {
    display: none;
}

.ui-datepicker-header {
    margin: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.ui-datepicker a {
    cursor: pointer;
    text-decoration: none;
    color: #354051;
}

.ui-datepicker a:hover {
    color: #354051;
}

.ui-datepicker table {
    width: 278px;
    margin: 10px;
}

table.ui-datepicker-calendar thead tr:first-child {
    border-bottom: 1px solid #e4e4e4;
}

table.ui-datepicker-calendar thead tr:first-child th {
    padding-bottom: 10px;
    text-align: center;
}

.ui-state-active {
    background: #49ba8e;
    padding: 5px 7px;
    border-radius: 45%;
}

.ui-datepicker a:hover {}

/*end of ui date picker*/

.modal-full.modal-dialog {
    width: 85%;
}

form .emptyDiv, form .addNewEmptyDiv {
    visibility: hidden;
    min-height: 77px;
}

#accredForm .col-md-4 {
    min-height: 78px;
}

form .field1 {
    display: none;
}

form .sampleCardDiv .cp-heading {
    visibility: hidden;
}

.editCustomField {
    margin-left: 3%;
    cursor: pointer;
    display: none;
}

.editAccessAreField {
    margin-left: 3%;
    cursor: pointer;
    display: none;
}

.ui-sortable-helper .field1, .ui-sortable-helper .al-img-thumb, .ui-sortable-helper.pi-wrap, .ui-sortable-helper.pi-wrap3 {
    border: 1px dashed #49ba8e;
    color: #49ba8e;
}

/*.ui-state-highlight { background: #FC0000; }*/

/*#sampleCard{background: url("../../dist/img/sample-background.jpg")}*/

.addNewEmptyDiv .field1 {
    color: #263787;
    border-color: #263787;
    cursor: pointer;
    text-align: center;
}

.transfer-rights {
    cursor: pointer;
}

#contactPersonDeatil {
    white-space: normal;
}

@media (max-width: 1024px) {}

.city-data-result {
    position: relative;
}

.city-data-result ul {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    padding: 0;
}

.city-data-result .ui-menu .ui-menu-item {
    padding: 5px 2em 5px .4em;
}

.city-data-result li:hover {
    background: #48B98D;
    color: #FFF;
}

.row-footer {
    bottom: 0;
    width: 100%;
}

.termsncondition-accept {
    margin-top: 20px;
}

.media-headerimage, .media-footerimage {
    background-size: cover;
    height: 110px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.media-footerimage {
    bottom: 0;
}

.containerBody {
    min-height: calc(100vh - 220px);
}

@media (max-width: 640px) {
    .media-headerimage, .media-footerimage {
        height: 40px;
    }
    .containerBody {
        min-height: calc(100vh - 80px);
    }
}

@media (max-width: 768px) {
    .sidebar-toggle {
        display: none;
    }
}

@media (min-width: 768px) {
    .main-header .sidebar-toggle {
        padding: 22px 16px;
        font-size: 18px;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 0px;
    }
    .main-header .sidebar-toggle:hover {
        color: #97acc2;
    }
}

#headerImage, #footerImage {
    max-height: 100px;
    display: inline-block;
    float: none;
}

#pageLayoutContent #eventBanner {
    max-height: 100px;
    width: auto !important;
    display: inline-block;
    float: none;
}

#matchScheduleFileUpload-error {
    display: inline !important;
}

.pincode::-webkit-inner-spin-button, .pincode::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.headerLogo {
    max-height: 50px;
}

.content .chart:not(#notFilled) {
    cursor: pointer !important;
}

@media (max-width:768px) {
    .col-md-9.pull-right {
        float: none !important;
    }
}

@media (max-width:768px) {
    .col-md-10.row.responsive {
        overflow-x: scroll;
        margin-right: 0;
    }
}

@media (max-width:768px) {
    .col-md-6.responsive {
        overflow-x: scroll;
        margin-right: 15px;
    }
}

@media (max-width:768px) {
    .col-md-9 {
        overflow-x: scroll;
    }
}

@media (max-width:768px) {
    a.btn.btn-success.pull-right {
        float: none !important;
    }
}

@media (max-width:768px) {
    .pull-right.col-md-5 {
        float: none !important;
    }
}

@media (max-width:768px) {
    .pull-left.col-md-6.exportbtn {
        float: none !important;
    }
    .col-md-12.pull-right {
        float: none !important;
    }
    .col-md-10.pull-right {
        float: none !important;
        overflow-x: scroll;
    }
}

#mediaAccredForm .center-media-preview {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#mediaAccredForm .sampleFieldContainer {
    font-weight: bold;
    text-transform: capitalize;
}

#mediaAccredForm .sampleFieldContainer .row {
    margin-top: 4px;
}

/* // make filters in reports fixed with 
.reportsfilter {
    max-width: 220px;
} */

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: auto;
    }
}

.outline {
    background-color: transparent !important;
    color: inherit;
    transition: all .25s;
}

.sidebar-menu>li.header {
    color: #4b646f;
    background: #1a2226;
}

.sidebar-menu>li>a {
    border-left: 3px solid transparent;
}

.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.sidebar a {
    color: #b8c7ce;
}

.sidebar a:hover {
    text-decoration: none;
}

.treeview-menu>li>a {
    color: #8aa4af;
}

.treeview-menu>li>a:hover img {
    max-height: 14px;
}

.treeview-menu>li.active>a, .treeview-menu>li>a:hover {
    color: #ffffff;
}

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.sidebar-form input[type="text"], .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.sidebar-form input[type="text"]:focus, .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    border-left-color: #fff;
}

.sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}

.skin-blue.layout-top-nav .main-header>.logo {
    background-color: #3c8dbc;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.skin-blue.layout-top-nav .main-header>.logo:hover {
    background-color: #3b8ab8;
}

th .headerLabelAligner {
    display: flex;
    align-items: center;
}

th i.sortIcons {
    padding-left: 4px;
}

#addCustomFieldsPopup .modal-dialog, #editCustomFieldsPopup .modal-dialog {
    width: 80%;
    margin: 30px auto;
}

.modal-dialog .tagsinput {
    max-width: 100%;
}

.addDependsOnRule .dependsOnRuleHolder {
    width: 180%;
    display: flex;
    flex-wrap: wrap;
    border: 1px #acacac dashed;
    margin: 10px 17px;
    padding: 8px;
}

.dependsOnRuleHolder .dependsOnRuleSingleHolder {
    border: 1px #acacac dashed;
    margin: 10px 0px;
    padding: 15px 0px;
    background: #b5b5b5;
}

.showTnC {
    padding: 15px;
}

.showTnC.forceHide, #confirmTermsDiv.forceHide {
    display: none;
}


.terms-and-conditions {
    margin: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .editDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .addDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 100%
    }
}

@media (min-width: 481px) and (max-width:767px) {
    .addDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .addDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 140%
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .addDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 100%
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .addDependsOnRule .dependsOnRuleHolder .dependsOnRuleSingleHolder {
        width: 100%
    }
}

/* Create four equal columns */

.dependElement {
    flex: 25%;
    padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */

@media screen and (max-width: 992px) {
    .dependElement {
        flex: 50%;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .dependsOnRuleHolder {
        flex-direction: row;
    }
}

.provisionDependantRules {
    margin-top: 10px;
}

.deleteDependentField {
    margin-right: 15px;
}

.addDependsOnRule .tagsinput {
    height: auto !important;
}

.customDependsOnMatchGroup .customDependsOnMatch:first-child .andLabel {
    display: none;
}

.customDependsOnMatchGroup .customDependsOnMatch {
    border-bottom: 1px solid white;
    background: #cacaca;
}

.customDependsOnMatchGroup .customDependsOnMatch .removeProvisionDependantMatch {
    margin: 10px;
    color: #333333;
}

.customDependsOnMatchGroup .customDependsOnMatch .andLabel {
    margin-top: 10px;
}

.dependsOnRuleSingleHolder .addMatch {
    margin-top: 15px;
}

.dependsOnRuleSingleHolder .addMatch .btn {
    background: white;
}

.editAccessAreaLimitDiv, .accessAreaLoadOutInfo {
    border: 1px solid #ccc!important;
    margin-top: 16px;    
    padding-top: 8px;
}

.editVapLimitDiv, .vapListTable {
    border: 1px solid #ccc!important;
    margin-top: 16px;    
    padding-top: 8px;
}

.vapListTable .purposeOfEntry, .accessAreaLoadOutInfo .purposeOfEntry {
    white-space: normal;
}

.totalFormLimitPerAccessArea {
    text-align: center;
}

#userCompanyModal .collectVapModal {
    height: 600px;
    overflow-y: auto;
    overflow-x:hidden;
}

#userCompanyModal .collectVapModal .border {
    border: 1px solid #ccc!important;
}

#userCompanyModal .addBtnMargin-top {
    margin-top: 26px;
}

#duplicate-alert-modal .modal-dialog {
    width: 50%;
    margin: 30px auto;
}

#duplicate-alert-modal .modal-title {
    text-align: center;
    font-weight: 600;
    color: #FFF;
}

#showPrintedDataModal .centre {
    float: left;
    left: 35%;
    top: 50%;
}

#duplicate-alert-modal .modal-title {
    text-align: center;
    font-weight: 600;
    color: #FFF;
}

#showPrintedDataModal .centre {
    float: left;
    left: 35%;
    top: 50%;
    width: 50%;
    overflow: auto;
}

.printedDataTable img {
    width: 100px;
    height: 100px;
}

.coreReport-th {
    text-align: center;
}

.btn-image-cropper {
    display: flex;
    justify-content: center;
}

#usersDataTable {
    margin-top: 0px;
}

.th-level-of-approval {
    width: 150px;
}

.scrollable-table, .scrollable-table-vop {
    max-height: 424px;
    overflow: auto;
    position: relative;
    border: 1px solid #E4E9EE;
    margin-bottom: 23px;
} 

.scrollable-table thead th, .scrollable-table-vop thead th{ 
    position: sticky;
    top: 0; 
    z-index: 1;
}

#pickUpCards .submit-btn {
    display: flex;
    justify-content: center;
}

.late-fee-label, .custom-message-label {
    padding-top: 7px;
    font-size: medium;
    text-align: end;
    color: gray;
    text-transform: uppercase;
}

#modalPickUpbtn {
    width: 300px;
    margin-top: 35px;
}

.list-of-cards-printed-th, .vop-th{
    padding-top: 7px;
    font-size: medium;
    text-align: center;
    color: gray;
    background: #f6f6f6;
    padding: 10px;
}
 
.vop-table {
    margin-top: 22px;
 }

 .no-record-in-table {
    display: flex;
    justify-content: center;
    color: gray;
    margin-bottom: 16px;
 }

 .scrollable-table-vop .vapListTable {
     margin-top: 0;
     padding-top: 0;
     border-top: 0 !important;
 }

 #pickUp .input-group-addon {
    border-radius: 4px 0 0px 4px;
    background-color: #eee;
 }

 #pickUp #message {
    resize: none;
 }

 #pickUp #message::placeholder {
    font-weight: 400 !important;
    text-align: center;
  }

  #pickUp .late-fee {
    padding-bottom: 24px;
  }

#copyUserRights {
    display: flex;
    margin: 10px 15px;
    justify-content: flex-start;
    align-items: center;
}

#copyUserRights > .dropdown {
    margin-left: 10px;
    width: 210px;
}

#main-soratble-div .child-sortable-div {
    min-height: 100px;
}

#main-soratble-div .child-sortable-div:empty {
    min-height: 0px;
}

#main-soratble-div .formholder {
    min-height: 100px;
}

.error-confirm-terms {
    display: none;
    color: #a94442;
    padding: 12px 0 0;
}

.photoPreviewContainer.has-error {
    border: 1px solid #dd4b39;
}

.elSpinner {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
  }
  
@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
        use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 

.photo-upload-error {
    color: #dd4b39;
}

.photoPreviewContainer .help-block{
    text-transform: none;
}

#pickUp #lateSubmittedCount {
    width: 70px;
    background-color: #FFF;
    text-align: center;
}

.editAccessAreaLimitDiv.customAccessAreaDiv,
.editVapLimitDiv.customVapDiv{
    padding-left:0px;
    padding-right:0px;
}

.editAccessAreaLimitDiv.customAccessAreaDiv [class*="col-md-"],
.editVapLimitDiv.customVapDiv [class*="col-md-"]{
    padding-left: 10px;
    padding-right: 10px;
}

.editAccessAreaLimitDiv.customAccessAreaDiv .saveAccessAreaFormLimit,
.editVapLimitDiv.customVapDiv .addVapPassLimit{
    font-size: 12px;
}

.customModal {
    width: 800px;
}

#userCompanyModal .vapListTableContainer {
    overflow-x: auto;
}

#userCompanyModal .accessAreaTableContainer {
    overflow-x: auto;
}

#userCompanyModal .panel-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #6a6a6a;
}

#userCompanyModal .btn-action {
    align-items: center;
    width: 100%;
    display: flex;
    margin-bottom: 0;
    margin-top: 19px;
    justify-content: center;
}

#userCompanyModal .btn-action button {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#userCompanyModal .modal-content {
    background: #e0e0e0 !important;
}
.syncACS {
    display: none;
}

.onspot-form #logoAndTitleDiv {
    background-color: #c5c5c5;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.onspot-form #logoAndTitleDiv img {
    height: 100px;
}

.onspot-form #logoAndTitleDiv .eventLogoDiv {
    width: auto;
}

.onspot-form #logoAndTitleDiv #eventTitleDiv {
    width: auto;
}

.onspot-form#pageLayoutContent #eventBanner{
    width: 100% !important;
    max-height: 150px !important;
}

.onspot-form #eventTitleDiv h1 {
    color: #2f2f2f;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

/* disable select2 dropdown */
.disabled-select2 {
    opacity: 0.6;
    pointer-events: none;
}
.disabled-select2 .select2-selection--single {
    background-color: rgba(224,224,224, 0.6) !important;
}

.editStaticField {
    opacity: 0;
    cursor: pointer;
}

.editStaticField:hover {
    opacity: 1;
}

.password-help {
    color: grey;
}

#accredForm #dob_fieldDiv .input-group {
    width: 100% !important;
}

.coreReportLabel {
    margin-left: 60px;
}

.auditTrailDetail {
    word-break: break-all;
    white-space: pre-wrap !important;
}

/* Media query for mobile */
@media only screen and (max-width: 650px) {
    .onspot-form #logoAndTitleDiv {
        display: flex;
        flex-direction: column;
    }

    .onspot-form #logoAndTitleDiv .eventLogoDiv {
        display: flex;
        justify-content: center;
    }
  }

.percentLabel {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Mono', monospace;
    font-size: 22px;
}

.bulkPrintListingTable {
    overflow-y: auto;
    height: 300px;
}

.pdfSaveListingTable, .markAsPrintedListingTable {
    overflow: auto;
}

.btnMarkBulkPrint {
    padding: 10px 60px 10px 60px !important;
}

.companyChartContainer, .vapChartContainer {
    overflow-x: scroll;
    overflow-y: hidden;
}

#departmentDiv #DataTable td {
    white-space: unset;
}

#departmentDiv #DataTable img {
    max-width: unset;
}

#cardHolderDataTable.core-report-table .core-report-download {
    font-size: 13px;
    padding: 0 12px;
    color: #3E6EEA;
    font-weight: 700;
    text-transform: none;
    vertical-align: middle;
}

.vertical-line-left {
    border-left: 1px solid #ccc;
}

.core-report-table .timestamp {
    font-size: 11px;
    padding: 5px 0px 5px 12px;
    color: #999999;
    vertical-align: middle;
}

.core-report-table .downloading {
    padding-right: 20px;
    font-weight: 700 !important;
}

#cardHolderDataTable .fa-repeat {
    font-size: 18px;
    color: #3E6EEA;
    cursor: pointer;
    vertical-align: middle;
}

.fa-spin-once-focus:focus {
    -webkit-animation: spin 0.5s forwards linear;
    -moz-animation: spin 0.5s forwards linear;
    -o-animation: spin 0.5s forwards linear;
    animation: spin 0.5s forwards linear;
 }

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 18px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 12px;
}

.switch input:checked + .slider {
    background-color: rgba(73,186,143,1);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px rgba(73,186,143,1);
}

.switch input:checked + .slider:before {
    transform: translateX(18px);
}

.note-purple {
    padding: 8px;
    background-color: #CCDAFF;
    display: inline-block;
    margin-top: 7px;
    font-weight: bold;
}
