body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.swal-button {
  border-radius: 20px;
}




@font-face { 
    font-family: Gotham;
    src: url('../main/fonts/Gotham Book.ttf'); 
}

 /*@font-face { 
    font-family: Gotham; 
    font-weight: bold; 
    src: url('../main/fonts/GOTHAM-BOLD.TTF');
}*/

html {
    font-family: 'Gotham', sans-serif !important;
    /*line-height: 0;*/
    color: #232a34 !important;
}


.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f97500;
    will-change: left, right;
}


.tabs .tab a:hover, .tabs .tab a.active {
    color: #f97500;
}


.tabs .tab a {
    color: inherit
}


label.error-label-margin-20 {
    margin-top: -20px;
}

label.error-label-margin-25 {
    margin-top: -25px;
}

.bg { 
    background: url(../main/img/bg.jpg) no-repeat center fixed; 
    background-size: cover;
}

.section-bg-image {
    background-repeat: no-repeat !important;
    background-size:cover !important;
    height: auto !important;
    width: 100% !important;
}

.section-bg-image .section-bg-image-text {
    position: relative; 
    margin-top: 25%; 
    margin-bottom: 25%
}

.centered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
}

.img-banner {
    width: 100%;
    height: auto;
    /*background-image: url('img_flowers.jpg');*/
    /*background-size: 100% 100%;*/
    /*border: 1px solid red;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*overflow: hidden;*/
    /*background-repeat: no-repeat top center;*/
    /*margin-top: -2.6px;*/
    position: relative;
    display: block;
}

.lead {
    font-weight: 300 !important;
    color: #8f8f94 !important;
}

a.no-decoration {
	text-decoration: none;
}

.slider {
  position: relative;
  height: auto;
  max-height: 430px;
  width: 100%;
}

.slider .slides {
    background-color: transparent;
    margin: 0;
    height: 400px;
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size:100% auto;
    background-repeat: no-repeat;
}

.slider .indicators .indicator-item.active {
    background-color: #f97500;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-10 {
	border-radius: 10px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-40 {
    border-radius: 40px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.nav-user-icon {
    float: left; 
    width: 35px; 
    height: 35px; 
    border-radius: 50%; 
    margin-right: 10px; 
    margin-top: 14px;
}

/* .btn-small {
    height: 24px;
    line-height: 24px;
    padding: 0 0.5rem;
} */
.btn-small {
    height: 32.4px;
    line-height: 32.4px;
    font-size: 13px;
}

a {
    color: #f97500;
}

.inside-input {
    position:absolute;
    text-indent:5px;
    margin-top:7px;
    /*color:green;*/
    /*height: 20px;*/
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.btn-block {
    display: block;
    width: 100%
}

.arrow-up {
  width: 0px; 
  height: 0px; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  z-index: -1;
}

.custom-active-blue {
  color: #252737;
  font-weight: bold;
}

.custom-active-orange {
  color: #ff9a2f !important;
  font-weight: bold !important;
}

.custom-divider {
  height: 1px;
  overflow: hidden;
  background-color: #737b96;
}

.dropdown-content li.custom-divider {
  min-height: 0;
  height: 1px;
  /*color: red !important;*/
}

.dropdown-content li:hover {
  background-color: #f97500;
  /*opacity: 0.5;*/
}

ul.dropdown-content.select-dropdown li span {
    color: #232a34; /* no need for !important :) */
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: transparent;
}

.custom-status-dropdown-button {
    width: 100%; 
    height: 30px; 
    font-size: 12px;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #ff9a2f;
}

.z-depth-1, nav, .card-panel, .card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(241, 241, 241, 0.2);
}

.card .card-content {
    border-radius: 10px 10px 0 0;
}

.card .card-action:last-child {
    border-radius: 0 0 10px 10px;
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.picker__weekday-display {
    background-color: #252737;
}


@media only screen and (max-width: 992px) {
    .center-on-medium {
        text-align: center !important;
    }
}


@media only screen and (max-width: 992px) {
    .prefix-on-medium {
        margin-left: 3rem;
        width: 92%;
        width: calc(100% - 3rem);
    }
}


@media only screen and (max-width: 600px) {
    .prefix-on-small {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
    }
}

.row .col.s1half {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.pagination li.active {
  background-color: #f97500;
}

.custom-blockquote {
  border-left: 5px solid #37474f;
}


code.api-docs{
    background: #252737!important;
    border: none;
    border-left: 6px solid #8f8f94;
    color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 5px;
    padding: 12px 12px 12px 20px;
    display: block
}


li.api-docs-menu {
    margin-bottom: 10px;
}


li.api-docs-sub-menu {
    padding-left: 10px;
    border-left: 1px solid #c7c7c7;
    padding: 5px 0px 5px 10px!important;
}

.info-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -1px;
    margin-top: 50px;
}

.info-sub-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -1px
}



/*#faqs { position:relative; }*/
#faqs h6  { cursor:pointer; }
#faqs h6.active { color:#f97500; font-weight: bold; }
/*#faqs div   { position:relative; }
#faqs div p { padding:0; margin-bottom:15px; }*/


/* Set padding-left on tablet and mobile phone */
@media only screen and (min-width: 993px) {
  .sidenav-padding {
    padding-left: 300px;
  }
}

#toast-container {
    bottom: auto !important;
    left: auto !important;
    top: 20%;
    right:70%;
}

.notification-badge {
    position: relative;
    /*right: 5px;*/
    top: -10px;
    color: #ffffff;
    /*background-color: #FF4081;*/
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 4px 5px;
}

small {
    font-size: 0.8rem;
}



.swal-button--confirm {
    background-color: #f97500 !important;
}


.unread-notification {
    background-color: #57577b;
    font-weight: bold;
}


.loader {
  position: absolute;
  top :0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #eee;
}




/* 
*******************
** custom colors **
*******************
*/

.custom-selected-button {
    background-color: #484b72 !important;
}

.custom-unselected-button {
    background-color: #d8d8db !important;
}

.custom-main-dark-blue {
    background-color: #252737 !important;
}

.custom-main-orange {
    background-color: #f97500 !important;
}

.custom-orange-text {
    color: #f97500 !important;
}

.custom-main-text {
    color: #232a34 !important;
}

.custom-sub-text {
    color: #8f8f94 !important;
}

.custom-main-bg {
    background-color: #f1f1f1 !important;
    flex-grow: 1;
}

.custom-sub-bg {
    background-color: #f4f8fb !important;
}

.custom-dropdown-bg {
    background-color: #434360 !important;
}




/**
*
* input/textarea form-control
* 
* based on bootstrap's form-control
*
*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}




/** Loader */
#p-splash {
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

#logo-splash {
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    position: fixed;
    top: 210px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}