.applane-gradient {
    background-image:linear-gradient(45deg,whitesmoke,whitesmoke, #b02d32,#b02d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.applane-gradient-big {
    background-image:linear-gradient(45deg,whitesmoke,#b02d32,#b02d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.applane {
	/*background-image: url('./img/background.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
    overflow-y: hidden;
    overflow-x: hidden;
}
.content {
    height: calc(100vh - 48px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.applane-signin {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.applane-color {
    color: #b02d32 !important;
}
.bg-applane {
    background-color:#b02d32 !important;
    color: white !important;
}
p {
    line-height: 1.8;
}
a {
    color:#b02d32;
    text-decoration:none;
}
.muted {
    color: black;
    text-decoration:none;
}
a:hover {
    color:#b02d32;
}
h1 {
    font-size: 4em;
}
h1, h2, h3, h4, h5 , h6 { font-family: 'Muli', sans-serif; font-weight:normal; }
ol {
    line-height:1.5;
}

.nav-link {
    background-color: white !important;
    color: #b02d32 !important;
}
.nav-link.active {
    background-color: #b02d32 !important;
    color: white !important;
}
.card-body {
    background-color: whitesmoke;
}
.applane-background {
    background-color: #b02d32 !important;
}
.applane-pointer {
    cursor: pointer;
}
.applane-action {
    display:block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border-width: 0;
    color:white;
    background: #b02d32 !important;
}
.vertical-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.scroll-100 {
    height: calc(100vh - 48px);
    overflow-y: auto;
    overflow-x: auto;
}
.stretch-100 {
    height: calc(100vh - 48px);
    overflow-y: hidden;
    overflow-x: hidden;
}
.padding-less {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* ***************** */
/*   SWITCH BUTTON   */
/* ***************** */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 26px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #b02d32;
}
input:focus + .slider {
    box-shadow: 0 0 1px #b02d32;
}
input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}
.slider.round:before {
    border-radius: 50%; 
}
/* ******************** */
/*   BOOTSTRAP BUTTON   */
/* ******************** */
.btn-outline-applane {
    border-color: #b02d32;
    color: #b02d32;
}
.btn-outline-applane:hover {
    color: white;
    background-color: #b02d32;
    border-color: #b02d32;
}
.btn-check:focus+.btn-outline-applane,
.btn-outline-applane:focus {
    box-shadow:0 0 0 .25rem darkred;
}
.btn-check:active+.btn-outline-applane,
.btn-check:checked+.btn-outline-applane,
.btn-outline-applane.active,
.btn-outline-applane.dropdown-toggle.show,
.btn-outline-applane:active {
    color:white;
    background-color:#b02d32;
    border-color:#b02d32;
}
.btn-check:active+.btn-outline-applane:focus,
.btn-check:checked+.btn-outline-applane:focus,
.btn-outline-applane.active:focus,
.btn-outline-applane.dropdown-toggle.show:focus,
.btn-outline-applane:active:focus {
    box-shadow:0 0 0 .25rem darkred;
}
.btn-outline-applane.disabled,
.btn-outline-applane:disabled {
    color:#b02d32;
    background-color:transparent
}

.btn-applane {
    background-color:#b02d32;
    border-color: #b02d32;
    color:white;
}
.btn-applane:active {
    color:white;
    background-color:#b02d32;
    border-color:#b02d32;
}
.btn-applane:hover {
    background-color: darkred;
    color:white;
    border-color: darkred;
}
.btn-check:active+.btn-applane:focus,
.btn-check:checked+.btn-applane:focus,
.btn-applane.active:focus,
.btn-applane.dropdown-toggle.show:focus,
.btn-applane:active:focus {
    box-shadow:0 0 0 .25rem darkred;
}
.btn-applane.disabled,
.btn-applane:disabled {
    color:#b02d32;
    background-color:transparent
}
.menu-font {
    font-size: 14px !important;
}


calendar {
    display: flex;
    flex-flow: column;
}
/*.calendar .header .month-year {
    font-size: 16px;
    font-weight: bold;
    color: #636e73;
    padding: 5px 0;
}*/
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #b02d32;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #b02d32;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 80px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 12px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}