﻿:root {
  --primary-color: #fd9644;
  --base-color:#f5f7fb;
  
  --blue: #467fcf;
  --indigo: #6574cd;
  --purple: #a55eea;
  --pink: #f66d9b;
  --red: #cd201f;
  --orange: #fd9644;
  --yellow: #f1c40f;
  --green: #5eba00;
  --teal: #2bcbba;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --azure: #45aaf2;
  --lime: #7bd235;
  --primary: #467fcf;
  --secondary: #868e96;
  --success: #5eba00;
  --info: #45aaf2;
  --warning: #f1c40f;
  --danger: #cd201f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


body {
    padding-top: 0 !important;
    overflow-x:hidden;
}

.slide-left, .slide-right{
    transition:all 2s ease-in-out;
}
.slide-right{
    /*transform:translateX(431px);*/
}
.slide-left{
    /*transform:translateX(0);*/
}

body.loading *:not(.loading-indicator):not(i){
    display:none;
}
body.loading{
    display:flex;
    justify-content:center;
    align-items:center;
}
.btn-circle{
    background-color:white;
}

.btn-loading.btn-sm:after, .btn-group-sm > .btn-loading.btn:after {    
    border: 1px solid var(--primary-color);
}

.loading-indicator {
    display:none;
}
body.loading .loading-indicator{
    display:block;
    font-size:3em;
}
body.loading .loading-indicator i{
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.inline-icon{
    margin-left:4px;
    margin-right:4px;
}

#headerMenuCollapse a.nav-link {
    height:100%;
}
#headerMenuCollapse .nav-tabs .nav-link {
    padding: 1px 0 0.1px;
}

.header.collapse.in, .collapse.in {
    display: block!important;
}

#headerMenuCollapse .nav-item {    
    padding-bottom: 4px;
}

#headerMenuCollapse .container{
    padding-top:10px;
    margin-bottom: -6px;
}

.sub-item {
    font-style: italic;
    font-size: .8em;
}

#row-header-displayed-event {
    margin-top: 25px;
    margin-bottom: -25px;
}

.page {
    margin-top: -23px;
}

.p-main {
    margin-bottom: -25px;
    min-height:50vh;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: white;
}

.table.card-table-info, .card-table-info thead th{
    font-size:12px!important;
}

.table.card-table-info thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px;
}

.table.card-table-info th, .text-wrap table th {
    font-size: 12px;
    text-align:right;
}

a.card-title-link{
    color:var(--primary-color);
}

.card-a img {
    /*max-height: 200px;*/
}

.card-header-badges{
    position:absolute;
    top:0;
    left:5px;
}

.forum-card {
    background-image: -webkit-linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
    background-image: linear-gradient(0deg, #f5f7fb 0%, #ffffff 100%); 
}
a.thumb-card-forum {
    min-height: 200px!important;
}

.unimportant-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 247, 251, .6);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-price-tag {
    font-size: 0.8rem;
}
.card-stamp {
    transform: rotateZ(-31deg);
    background-color: white;
    font-size: 2em;
    width: fit-content;
    width: auto;
    padding: 0 19px;
    border-radius: 6%;
    color: rgba(200,10,10,.5);
    left: 0;
}

.controls-half {
    position: relative;
    top: -.9em;
    right: 1em;
    margin-bottom: -1.5em;
    text-align: right;
}

.controls-half .marker-button {
    line-height: 1.8em;
}

.controls-half a {
    /*color: #ebebeb;*/
    color: black;
    font-size: .8em;
}

.controls-half a[href]:not([href="null"]):hover i {
    color: black;
}

.marker-button {
    color: #f57b7f;
    background-color: white;
    border: 1px solid #e2e2e2;
    line-height: 1.5em;
    height: 2.1em;
}

    .marker-button > a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .marker-button:hover {
        background-color: #f7f4f4;
    }

    .marker-button a[href]:not([href="null"]):hover {
        color: #f57b7f !important;
    }

        .marker-button a[href]:not([href="null"]):hover i {
            transform: rotate(12deg);
        }

    .marker-button a:not([href]), .marker-button a[href="null"] {
        color: grey !important;
    }



.button-circe {
    color: #f57b7f;
    background-color: white;
    border: 1px solid #e2e2e2;
    line-height: 1.5em;
    height: 2.1em;
}

    .button-circe > a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .button-circe:hover {
        background-color: #f7f4f4;
    }

    .button-circe a[href]:not([href="null"]):hover {
        color: var(--primary-color) !important;
    }

    /*.button-circe a[href]:not([href="null"]):hover i {
    transform: scale(-2);
}*/

    .button-circe a:not([href]), .button-circe a[href="null"] {
        color: grey !important;
    }


.meeting-timetable th, td.meeting-hour, td[style="background-color:#888888;border-right-style:solid;border-right-width:thin;border-right-color:#555555"]{
    background-color: var(--base-color)!important;
    color:grey!important;
    font-style:italic;
}

#row-header-current-event {
    margin-top: -5px;
}

    #row-header-current-event .card-options .label-button {
        display: none;
    }

    #row-header-current-event .card-options a.btn {
        border-radius: 25%;
    }
#row-header-current-event .card-body>h2, #row-header-current-event .card-header>.card-title{
    font-size:1.125rem;
}


#calendar-cover-container {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-right: 1.5em;
}

.calendar-cover p {
    margin-bottom: 0;
    margin-top: 0;
}

#moyear-calendar-cover {
    color: #f05537;
    margin: 0;
    font-size: 1.2em;
}

#rdate-calendar-cover {
    color: #6f7287;
    font-size: 2em;
    margin-top: -0.3em;
}

#venue-calendar-cover, #title-calendar-cover {
    font-size: 1em;
}

#registerdate-calendar-cover {
    text-align: left;
    margin-top: 24px;
}

.marker-button {
    top: 4px;
}

#nav-registration-button {
    justify-content: center;
    margin: 12px 0;
    z-index: 100;
    text-align: center;
}

#nav-registration-button div.wow {
    margin-left: 2px;
    margin-top: 5px;
}

.footer .col-auto.ml-lg-auto.text-left{
    width:100%;
}

/*datatable styles*/
thead {
    color: black !important;
    background-color: var(--primary-color)!important;
}

.table th, .text-wrap table th {
    color: #000;
}

tfoot input, tfoot select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid grey;
    border-radius: 3px;
}

tfoot select {
    height: 26px;
}

.btn-dt {
    border-color:var(--primary-color);
    color:black;
}
.btn-dt:hover {
    background-color:var(--primary-color);  
    color:white;  
}
.dt-buttons, .dataTables_length {
    margin-right: 10px;
}

tfoot {
    display: table-header-group;
    background-color: var(--white);
}


.search-invisible input {
    visibility: hidden;
}

.pagination > li > a,
.pagination > li > span {
    color: black;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.dataTables_paginate.paging_simple_numbers {
    float: right;
}

/*end datatable*/

/*inttelInput*/
.iti-flag {
    background-image: url("/Content/flags/flags.png");
}

.intl-tel-input.allow-dropdown{
    width:100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("/Content/flags/flags@2x.png");
    }
}

/*override content popover*/
.fade:not(.show) {
    opacity: 1!important;
}
.popover.right > .arrow {
    left: -17px;
 }
/*end*/
    
/*override summernote popup*/
.note-popover.popover.in.bottom{
    /*display:none!important;*/
}
/*override summernote popup*/


/*start bootstrap*/
.modal-dialog {
    left:0!important;
}

/*ugly but fastest fix modal display under backdrop*/
.modal-backdrop.show{
    /*display:none!important;*/
}

.close[data-dismiss="modal"]>span{
    visibility:hidden;
}
/*.nav-tabs .nav-link {
    color: var(--primary-color) !important;
    background: transparent !important;
}*/

    .nav-tabs .nav-link.active, .nav-tabs li.active>a {
        /*default border-color: #467fcf*/
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
        background: transparent !important;
        border-top: 0!important;
        border-left: 0!important;
        border-right: 0!important;
        border-width: 2px !important;
    }

.col-md-2.control-label, .col-md-12.control-label {
    text-align: left;
    font-weight: 600 !important;
    font-size: .9rem !important;
}

.custom-file-label{
    font-weight: 400 !important;
}

:focus, input:focus, textarea:focus, select:focus,.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(227, 227, 10, 0.25);
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;    
    border-left: 3px solid var(--primary-color);
}

a.dropdown-item {
    cursor: pointer;
}

.dataTables_paginate.paging_simple_numbers{
    max-width: 100%;
    overflow-x: scroll;
}
/*end bootstrap*/

.td-status[data-status="NotAvailable"]{
    color:inherit;
    background-color: grey;
}
.td-status[data-status="Pending"]{
    color:white;
    background-color: #57535c;
}
.td-status[data-status="Payment_Complete"]{
    color:white;
    background-color: #467fcf;
}
.td-status[data-status="Expired"]{
    color:inherit;
    background-color: #feb67c;
}
.td-status[data-status="Canceled"]{
    color:white;
    background-color: #052025;
}
.td-status[data-status="AwaitingApproval"]{
    color:white;
    background-color: #b93d30;
}
 
.card-status {
    background: var(--primary-color);
}

.field-validation-error {
    color: #b94a48;
    font-size: 12px;
}

.form-control.input-validation-error {
    border: 1px solid #b94a48;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


#regGender{
    width:6em!important;
    padding: 4px;
    border-radius: 4px 0 0 4px;
    height: 34px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: white;
}

.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #adb5cc;*/
}
.select2-container--default .select2-selection--single {
    line-height: 1.6;    
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-top-color: rgba(0, 40, 100, 0.12);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 40, 100, 0.12);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 40, 100, 0.12);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 40, 100, 0.12);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-top-color: rgba(0, 40, 100, 0.12);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 40, 100, 0.12);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 40, 100, 0.12);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 40, 100, 0.12);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

/*.header.d-lg-flex.p-0.collapse.show li.nav-item{
        padding-bottom:12px;
}*/

/*Dropzone regions*/
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    border: 2px dashed #0087F7!important;
    border-radius: 5px;
    background: white;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message {
    font-weight: 400;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 54px 54px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
/*end dropzone*/

@media(min-width:980px){
    /*.header.d-lg-flex.p-0.collapse.show li.nav-item{
        padding-bottom:12px;
    }*/
     #row-header-current-event .card-header>.card-title{
         font-size:1.5rem
    }
    #row-header-current-event .card-body>h2{
        font-size:1.75rem
    }
   
}

@media (min-width: 1200px) {

    #headerMenuCollapse {
        position: sticky;
        top: 0;
        z-index: 100;
    }   

    #content-container{
        
    }

    #row-header-current-event {
        margin-top: -20px;
    }

        #row-header-current-event .card-options .label-button {
            display: inline;
        }

        #row-header-current-event .card-options a.btn {
            border-radius: 0;
        }

    #moyear-calendar-cover {
        color: #f05537;
        margin: 0;
        font-size: 1.5em;
    }

    #rdate-calendar-cover {
        color: #6f7287;
        font-size: 4em;
        margin-top: -0.3em;
    }

    #venue-calendar-cover, #title-calendar-cover {
        font-size: 1.2em;
    }

    #nav-registration-button div.wow {
        margin-left: 8px;
    }
}

/*
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1280px) {
    .container {
        max-width: 100%;
    }
}

.m-md-5 {
    margin: 1.5rem !important;
}

.mt-md-5,
.my-md-5 {
    margin-top: 0 !important;
}

.mr-md-5,
.mx-md-5 {
    margin-right: 0 !important;
}

.mb-md-5,
.my-md-5 {
    margin-bottom: 0 !important;
}

.ml-md-5,
.mx-md-5 {
    margin-left: 0 !important;
}*/