body { background: #ffffff; color: #435767; }

h1, h2, h3, h4, h5, h6 { font-family: "ivyora-display", sans-serif; color: #435767; font-weight: 400;  }

.footer { background: #ffffff; }

.card-body { background: #ffffff; }

.top-banner .header {
    background-color: rgba(10, 10, 10, 0.4);
}

.login-btn {
    font-family: mulish sans-serif;
    font-weight: 300;
    text-transform: uppercase;    
}

.top-banner a { font-family: cormorant; }

.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text { text-transform: uppercase; }

#sidenav-collapse-main h6 { font-size: 18px;  }

.bechange-menu { margin-top: 30px; }
.error { color: red; font-size: 14px; }
input.error { border-color: red !important; }
#venue-change { width: 100%; }

.bg-default {
    background-color: #1a1a1a !important;
}

.main-content .navbar-top { background-color: #435767 !important; }

.iframe-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
.iframe-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hideme { display: none !important; }

.allergen img { height: 50px; width: 50px; }
.allergen {     word-wrap: normal;
    display: inline-block;
    padding-right: 30px;
    text-align: center; }

.coure-break ul { padding: 0; }

.course-summary { margin-bottom:20px; font-style:italic; font-weight:600; }

.form-control { color: #435767; box-sizing: border-box; line-height: calc(2.75rem + 2px);  }

.gallery-container { padding: 30px; }

.bg-gradient-default { background-image: linear-gradient( to right, RGBA(70,69,67,0.8) 100px, RGBA(70,69,67,0.8) 280px, transparent 460px) !important; }

.bg-gradient-default.opacity-8 { opacity: 1 !important; }

.btn-primary {
    color: #fff;
    border-color: #435767;
    background-color: #435767;
}

.text-primary {
    color: #435767 !important;
}

.btn-primary:hover {
    color: #fff;
    border-color: #435767;
    background-color: #435767;
    opacity: 0.8;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 4px 6px  rgba(23,43,77, 0.8), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
    border-color: #435767;
    background-color: #435767;
}

#edit-btn, #view-btn { margin-bottom: 20px; /*position: fixed; right: 40px; z-index:50;*/ }

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
    border-color: #435767;
    background-color: #435767;
}

.navbar-vertical.navbar-expand-md { background: #E4E1E1; }
.navbar-vertical.navbar-expand-md .navbar-brand-img { max-height: 120px; padding-bottom:0; }

.navbar-vertical .navbar-collapse:before { display: none; }

.widedata-uptodate {
    display: inline-block;
    color: #4BB543 !important;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
    cursor: default;
    position: absolute;
    top: -30px;
    right: 0;
}
.update-form { position: relative; }

.widedata-uptodate .fa {
    font-size: 8px;
    position: relative;
    bottom: 2px;
}

.widedata-processing {
    display: inline-block;
    color: #ff6700 !important;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
    cursor: default;
    float: right;
}

.widedata-processing .fa {
    font-size: 8px;
    position: relative;
    bottom: 2px;
}

.blinker {
    animation: blinker 1s linear infinite;
}
@keyframes blinker { 50% { opacity: 0; } }

#quick-event-selector { margin-bottom: 20px;  }

#quick-event-selector-btn { width: 100%; }


.paginate_button.current { color: #fff !important; border-color: #435767; background: #435767; } 

.radio-section { margin-bottom: 80px; }

.bold-label { font-weight: bold; }

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #435767;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #435767;
}

.total { font-weight: bold; }

.bg-gradient-primary.header { 
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.outside-submit { margin-bottom: 20px; }

.card-header { 
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
 }

 select[readonly]
{
    pointer-events: none;
}

.color-orange { background: #000000 !important; }
.color-yellow { background: #ffd500 !important; }
.color-green { background: #009a00 !important; }
.color-purple { background: #600080 !important; }
.color-red { background: #cc0000 !important; }
.color-blue { background: #0000cc !important; }

.key-blue {
    background: #0000cc;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.key-black {
    background: #000000;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.key-yellow {
    background: #ffd500;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.key-green {
    background: #009a00;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.key-purple {
    background: #600080;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.key-red {
    background: #cc0000;
    width: 60px;
    height: 12px;
    display: inline-block;
}

.tiva-calendar-full .calendar-title, .tiva-calendar-full .calendar-btn { background: #435767; }
.tiva-calendar-full .calendar-table tr th { color: #435767; }
.tiva-event-tooltip { width: 400px !important; }
.events-calendar-bar .bar-btn.active { background: #435767; }

.welcome-window { margin-top: 50vh; }

.navbar-top { z-index: 9999 !important; }

.cannot-edit { background-color: #e9ecef; }

.coure-break {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
}

footer {
  background-color: #fff;
  min-height: 150px;
}

.navbar-top .nav-item a {
  font-family: 'Raleway', sans-serif !important;
  font-size: 1.2rem !important;
  color: #000;
  font-weight: 400 !important;
}

.navbar-top .nav-item a:hover {
  color: #000;
}

.center-wrapper {
  width: 100%;
  display: grid;
  place-items: center;
}

.navbar-top .nav-item a {
  padding: .25rem .75rem .25rem 0 !important;
}




.copyright {
  position: absolute;
  bottom: 15px;
  left: 50px;
}

.footer-logo img {
  max-width: 140px;
}

.navbar-top .nav-link.nav-link-icon i {
  color: #fff !important;
}

.navbar-top .nav-link.nav-link-icon span {
  color: #fff !important;
}

.navbar-top .navbar-horizontal .navbar-brand img {
  height: 50px;
}

/* menu section */


.navbar-expand-md .navbar-nav .dropdown-menu { padding: 15px; }


.coure-break .form-control { width: 180px; text-align:center; }

.coure-break .form-control.non-choice { border: 0; }

.course-new-value { color: #B33A3A; }

.dish-wrapper-image { width: 100%; }

.tiva-events-calendar.mobile { display: none; }
.tiva-events-calendar.desktop { display: block; }
.tiva-calendar-compact .calendar-btn { background: #435767; }

.custom-toggle.readonly { pointer-events: none; }

#sidenav-main .nav-item .nav-link img { margin-right: 20px; }

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link { color: #435767; }

.footer-logo img { width: 140px; }

.navbar-brand-img { width: 200px; margin-top: 20px; }

.navbar-horizontal .navbar-brand img { height: 50px; }

.navbar-dark .navbar-nav .nav-link img { width: 20px; }

.custom-toggle input:checked + .custom-toggle-slider {
    border: 1px solid #435767 !important;
}

.custom-toggle input:checked + .custom-toggle-slider:before {
    background: #435767;
}

.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
    background: #435767;
    opacity: 0.5;
}

.w-5{
  width:15px;
}
.h-5{
  height:15px;
}

nav[role="navigation"][aria-label="Pagination Navigation"].flex.items-center.justify-between {
  margin-top: 15px;;
}

nav[role="navigation"][aria-label="Pagination Navigation"] > div.flex.justify-between.flex-1.sm\:hidden {
  margin-bottom: 15px;
}

/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/*                         B R E A K P O I N T S */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */

@media (max-width: 417px) {
  .nav.nav-footer {
    flex-direction: column;
  }

  .copyright {
    position: initial;
    padding-top: 10px;
  }
}

@media (max-width:767px) {

.allergen img {
    height: 40px; width:  40px;
}

.allergen {
    font-size: 0.7rem;
}

.navbar-top .nav-item a { color: #000 !important; }
.navbar-top .nav-link.nav-link-icon span { color: #000 !important; }

.navbar-collapse { z-index: 999999; }

.navbar-collapse .navbar-collapse-header { border: 0; }

.tiva-events-calendar.mobile { display: block; }
.tiva-events-calendar.desktop { display: none; }
}
    
} /* End of @media 767px ----------------------------------------------------------------------------- */

/* MD */
/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {
    
.welcome-window { margin-top: 35vh; }
.event-menu label { min-height: 50px; }
    
} /* End of @media 768:991px----------------------------------------------------------------------------- */


/* The following codes are specifically for iPad (portrait and landscape): */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
     
     .welcome-window { margin-top: 30vh; }
    
} /* @media iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}
/* @media iPad Portrait  ==================================================================================== */

@media (min-width: 1199px) {
  .dish-wrapper-image img {
    float: right;
    max-width: 100%;
  }
}

/* LG */
/* Large devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1247px) {

.form-group .form-text { min-height: 44px; }
.form-group { margin-bottom:0.5rem; }

.coure-break .form-control { width: 100%; }

.coure-break [name="choiceMenuInput"]  { width: 100px; }
}

@media (min-width:1148px) and (max-width:1460px) {
   .coure-break .form-control { width: 100%; } 

   .coure-break [name="choiceMenuInput"]  { width: 100px; }
}
    
} /* End of @media 992:1247 ----------------------------------------------------------------------------- */
