﻿body {
    background-size: auto;
    background-attachment: scroll;
    background-position: center -113px;
    background-repeat: no-repeat;
    background-color: white; 
}

.disablebox {
    /* display: block; */
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #EEEEEE;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.ffheader {
    background-color: black;
    height: 104px;
}

.logo {
    background: #000 url('../imgs/logo.jpg') no-repeat;
    background-color: black;
    height: 104px;
    width: 187px;
}

.logohome {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    color: #333;    
}

a {
    text-decoration: none;
    color: unset;
}

.gly-rotate-45 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.itemPendingList {
    margin: 7px 0px;
    height: 90px;
    background-color: #f2f2f2;
}

.itemPendingEventDetailList {
    color: #3099CD;
    font-weight: bold;
    padding-bottom: 5px;
}

.itemPEDetListRight {
    text-align: right;
}

.labelwb {
    border: 1px solid #ccc;
    height: 34px;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #EEEEEE;    
}
.customhr1{
    margin:5px;
}

.rptMenuBtnsMob{
    width:100%;
    max-width:100%;
    color:white;
    font-size: 12px;
} 

.rptMenuBtns{
    width:100%;
    max-width:100%;
    color:white;
    
}


.centerInDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}
 
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -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;
}
 
.navbar-nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
} 



.twocolstickets {
    -webkit-column-count: 2;-moz-column-count: 2; column-count: 2;width:140px;float:right;
}

.caret-right {
  float:right;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-left: 5px solid;
  border-left-color:#999999;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top:5px;
  margin-right:-15px;
  
}

.nav .dropdown.open .caret-right{
    float:right; 
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
 border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #999;
  margin-top:5px;
  margin-right:-8px;
}






#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(255,255,255,1);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#2996CC;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#2996CC;
}


[data-toggle="toggle"] {
	display: none;
}

.label tr td label {
	display: block;
}


.colwrap {
    white-space: pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    word-wrap: break-word !important;
}

td.details-control {
    background: url('../Content/DataTables/images/details_open.png') no-repeat center center !important;
    cursor: pointer !important;
}
tr.shown td.details-control {
    background: url('../Content/DataTables/images/details_close.png') no-repeat center center !important;
}

td.details-control2 {
    
    background: url('../Content/DataTables/images/details_open.png') no-repeat center center !important;
    cursor: pointer !important;
}
tr.shown td.details-control2 {
    background: url('../Content/DataTables/images/details_close.png') no-repeat center center !important;
}
   

.waiting{ padding: 0; display: inline-block; }
.waiting-element{ margin: 0 2px 2px 0; background-color: #ccc; 
    width: 10px; height: 20px; display: inline-block;}
.waiting-play-0{ margin-bottom: 0; background-color: #999; }
.waiting-play-1{ margin-bottom: 1px; background-color: #aaa; }
.waiting-play-2{ margin-bottom: 2px; background-color: #bbb; }

.ddlist{
    width:100%;
    max-width:100%;
    color: #555555;
    
    padding: 6px 12px;
    border: 1px solid #cccccc;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

table.vertical-align-middle td {
    vertical-align: middle !important;
}


.rFatal
{
    background-color: #ff0000 !important;
    color: white;
}

.rDebug
{
    background-color: #83c178 !important;
}

.rInfo
{
    background-color: lightskyblue !important;
}

.rWarn
{
    background-color: #FFCC66 !important;
}

.rError
{
    background-color: #e53131 !important;
    color: white;
}

.rNormal
{
    background-color: white !important;
}

.editcashdrop{
    border: 0;
}



@media (max-width: 767px) {
    .editcashdropResp {
        padding-top:190px;
    }
}

@media (min-width: 768px) {
    .editcashdropResp {
        padding-top:100px; 
    } 
} 
/* -- HTML REPORTS -- */

table.report {
    font-size: 0.9em;
    width: 100%;
    border-collapse: collapse !important;
    text-align: center;
}

table.report tr {
    border-collapse: collapse !important;
}

table.report td {
    border: 1px solid #777;
    border-collapse: collapse;
    padding: 0.2em !important;
}

table.report thead td {
    background-color: #ccc;
    font-weight: bold;
    vertical-align: top;
}

table.report tbody tr:nth-child(odd):not(.level-2) td,
table.report tbody tr.level-1 td {
    background-color: #eee;
}

table.report tbody tr:nth-child(even):not(.level-1) td,
table.report tbody tr.level-2 td {
    background-color: #fff;
}

table.report tfoot td {
    background-color: #111;
    color: #fff;
}

.report-results-header {
    background-color: #eee;
    color: #333; 
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}

.report-no-results {
    padding: 0.5em;
    background-color: #ccc;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}

.c {
    text-align: center
}

.u {
    text-decoration: underline;
}

.ib {
    display: inline-block;
}

.lh-normal {
    line-height: normal !important;
}

/* insert-helpers are used by Setup/SetupOnlineSales, Events/CreateNewEvent and Events/EditEvent */
.insert-helper-header {
    background-color: #e9e9e9;
    color: #919191;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0.25em;
    margin: 0 1px 0.5em 0;
    width: 100%;
}

.insert-helper input {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin: 1px 0;
    padding: 1px;
    text-align: center;
    width: 100%;
}

.customlabel {
    float: left;
    padding-right: 30px;
}

.subscriptionsLoader {
    position: relative;
    z-index: 1;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}


.batchImportLoader {
    position: relative;
    z-index: 1;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.loader {
    position: relative;
    left: 40%;
    z-index: 1;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* -- collapsible panel headings - start -- */
/* see Events/EditEvent.cshtml for usage example */
*[data-toggle="collapse"]:not(.collapsed) .rotate-on-expand {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

*[data-toggle="collapse"] {
    cursor: pointer;
}
/* -- collapsible panel headings - end -- */



/* -- summernote text editor - start -- */
.note-editor.note-frame {
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
}

.note-btn.dropdown-toggle::after {
    display: none;
}

.note-toolbar {
    background: #EEE !important;
    width: calc(100% - 12px);
    margin: 6px auto !important;
    border-radius: 4px;
    border: none !important;
}

.note-toolbar > .note-btn-group > .note-btn, 
.note-toolbar > .note-btn-group > .note-btn-group > .note-btn {
    border: none;
    border-radius: 4px !important;
    background: #FFF !important;
    transition: background .1s linear;
}

.note-toolbar > .note-btn-group > .note-btn.active, 
.note-toolbar > .note-btn-group > .note-btn-group.open > .note-btn {
    background: #AAA !important;
}
/* -- summernote text editor - end -- */


.reportDataTable {
    overflow-x: auto;
    white-space: nowrap;
    margin:0.3em;
    padding-top:0.8em;
    padding-bottom:1em;
}



.popover.bottom {
    min-width: 250px;
}

.popover.active-sessions-popover {
    min-width: 240px;
}

/* toggle-label-b-md: used to vertically-center text to the same height as the checkbox-slider toggle (of type: checkbox-slider--b checkbox-slider-md) */
/* form-input-label: used to vertically-center text to the same height as the form-control input */
.toggle-label-b-md,
.inline-form-input-label {
    line-height: 30px;
}



/* -- PANELS - START -- */
.panel {
    margin-bottom: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title .form-check {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
}

.panel-title .form-check label {
    position: relative;
    top: -1px;
}

.panel-heading {
    background-color: #E9E9E9;
}

.panel-title {
    color: #919191;
}

.panel-title span {
    vertical-align: top;
}

/* secondary panel heading (panel within a panel): slightly lighter */
.panel-body .panel-heading {
    background-color: #f3f3f3;
}
/* -- PANELS - END -- */



/* used to vertically push down the content subsequent to the 'navbar-fixed-top' button container (eg: 'Save', 'Cancel') */
div.sticky-top-buttons + div {
    padding-top: 110px;
}

/* used to visually disable a section */
.disabled {
    pointer-events: none;
    opacity: 0.4;
}


/* -- PAGE SPINNER - START -- */
#page-spinner {
    z-index: 10000;
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#page-spinner > div {
    position: fixed;
    z-index: 1000;
    height: 124px;
    width: 124px;
    overflow: visible;
    border: 12px solid #eee;
    border-top: 12px solid #00aeef;
    border-bottom: 12px solid #00aeef;
    border-radius: 52%;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* -- PAGE SPINNER - END -- */

.nowrap {
    white-space: nowrap;
}

.nowrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Pager span {
    text-align: center;
    color: #333;
    display: inline-block;
    width: 20px;
    background-color: #B8DBFD;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #B8DBFD;
}

.Pager a {
    text-align: center;
    display: inline-block;
    width: 20px;
    background-color: #ccc;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
}

.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, .dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #337ab7 !important;
}


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/* PAGE LAYOUT AND SIDE NAVBAR STYLES */
/**********************************************************************/

a {
    text-decoration: none;
    color: inherit;
}

:root {
    --nav-width: 412px;
    --nav-shown-page-translatex: 80%;
    --vh-100: calc(var(--vh) * 100);
}

.app-container {
    width: 100%;
    height: var(--vh-100);
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    transition: opacity .1s linear;
}

.nav-menu-container {
    width: 85%;
    max-width: var(--nav-width);
    height: 100%;
    transform: translateX(-35%);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.nav-menu-container[data-show-nav="true"] {
    transform: translateX(0);
    opacity: 1;
}

.nav-menu-container > * {
    max-width: 280px;
}

.logo-box {
    display: none;
    width: 100%;
    height: 80px;
}

.logo-box * {
    width: 100%;
    height: 100%;
}

.logo-box img {
    object-fit: contain;
    object-position: left center;
}

.menu-item-collapsible .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item-collapsible .menu-title i {
    font-size: .8em;
    transition: all 0.1s linear;
}

.menu-item-collapsible :not(.collapsed) .menu-title i {
    transform: rotateZ(90deg)
}

.menu-content li a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.menu-content li a:hover::before,
.menu-content li a.link-active::before {
    content: '';
    display: block;
    height: calc(100% - 0.25rem);
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 1000px 1000px 0;
    background: var(--bs-white);
}

.menu-content li a span {
    width: calc(100% - 10px);
}

.menu-content li a:hover span,
.menu-content li a.link-active span {
    color: var(--bs-white) !important;
    background: rgba(255,255,255,0.1);
}

.menu-item-dashboard {
    display: block;
}

.master-page-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 
        transform .3s ease-in-out,
        border-radius .3s linear,
        filter .3s linear
    ;
}

.master-page-container main {
    padding-bottom: 16px;
}

.master-page-container[data-show-nav="true"] {
    transform: perspective(1200px) translateX(var(--nav-shown-page-translatex)) rotateY(-40deg);
    border-radius: 16px;
    filter: brightness(0.4);
}

.master-page-container .navbar-container {
    position: sticky;
    top: 0;
    z-index: 10;
}

.master-page-container .logo-container {
    height: 100%;
}

.master-page-container .logo-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.return-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

@media (min-height: 712px) {
    .logo-box {
        display: block;
    }

    .menu-item-dashboard {
        display: none;
    }
}

@media (min-width: 412px) {
    .master-page-container[data-show-nav="true"] {
        transform: perspective(1200px) translateX(calc(var(--nav-width) - 80px)) rotateY(-40deg);
    }
}

@media (min-width: 992px) {
    :root {
        --nav-width: 280px;
    }
    
    .nav-menu-container {
        width: 100% !important;
        opacity: 1 !important;
        transform: unset !important;
        transition: width .2s ease-in-out;
    }

    .nav-menu-container > * {
        max-width: unset;
    }

    .master-page-container {
        transform: unset !important;
        border-radius: unset !important;
        filter: unset !important;
        overflow-y: auto !important;
        transition: width .2s ease-in-out, left .2s ease-in-out;
    }

    .master-page-container main {
        max-width: 1024px;
        width: 100%;
        padding: 8px 32px 16px;
        transition: max-width .2s ease-in-out;
    }

    .app-container[data-expanded-nav="false"] .master-page-container main {
        max-width: 1280px;
    }

    .return-overlay {
        display: none !important;
    }

    [data-expanded-nav="false"] [data-show-on-expanded],
    [data-expanded-nav="true"] [data-show-on-collapsed] {
        display: none !important;
    }

    .app-container[data-expanded-nav="false"] {
        --nav-width: 50px;
    }

    .app-container[data-expanded-nav="false"] .nav-menu-container {
        padding: 1rem 0.5rem !important;
        animation: expandToCollapse .4s linear;
    }

    .app-container[data-expanded-nav="true"] .nav-menu-container {
        animation: collapseToExpand .4s linear;
    }

    .app-container[data-expanded-nav="false"] .nav-menu-container .menu-content {
        position: absolute;
        z-index: 1;
        transform: translate(var(--nav-width), calc(-1 * (var(--nav-width) - 1rem)));
        border-radius: 0.5rem;
        background: var(--bs-dark);
        transition: opacity .1s linear !important;
        opacity: 0;
    }

    .app-container[data-expanded-nav="false"] .nav-menu-container .menu-content.show {
        opacity: 1;
    }

    .app-container[data-expanded-nav="false"] .nav-menu-container .menu-content li:first-child {
        margin-top: 1rem;
    }

    .app-container[data-expanded-nav="false"] .nav-menu-container .menu-content li:last-child {
        margin-bottom: 1rem;
    }

    @keyframes expandToCollapse {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes collapseToExpand {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
}

/**********************************************************************/
/* PAGE LAYOUT AND SIDE NAVBAR STYLES END */
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

/* #region ROTATION ANIMATION */
@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.rotate {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}
/* #endregion */



/* #region CHAT */
.quick-replies .dropdown-item {
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
}

.quick-replies li {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}

.quick-replies li:last-child {
    border-bottom: 0px;
}
/* #endregion */