﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ for details on configuring this project to bundle and minify static web assets. */

/*
    ___THEME_COLORS___
    PEACH:
        #f9cb9c (primary) - "buttons, text"
        #fdf3e8 (faded) - "textarea background-color"
        #f9b978 (darker, bolder) - card header in 'Edit Family'
    GREY:
        #f9b046
    
*/

/* Active Inputs */
.form-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#faba79 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}

/* VERY IMPORTANT, otherwise popping swal2 in a modal keeps adding 17px padding */
body{ padding-right: 0px !important }

@font-face {
	font-family: 'bigdey-demo';
	src: url('../fonts/bigdey-demo.ttf') format('truetype');
}

.border-right-grey {
	border-right: 1px grey solid;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(249, 203, 156, 0.36);
    background-color: #f9cb9c;
    color: #fff;
}

.bigdey-font {
	font-family: bigdey-demo;
}

.connectionPic img {
    max-width: 130px !important;
    height: 130px;
    width: 130px;
    margin: 0px;
}

.connectionPic {
    width: 130px !important;
}

.messagePic img {
    max-width: 120px !important;
    height: 120px;
    width: 120px;
    padding: 10px;
}

#activeChatCard {
    background-color: rgba(249,203,156, 0.5);
}

.messageCard {
    border: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
}

.outMessage {
    background-color: rgb(249,203,156);
    float: right;
}

.inMessage {
    background-color: #f1f0f0;
    float: left;
}

.chatInput {
    border-radius: 20px;
    width: 90%;
    font-size: 1.3em;
    padding: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* fa only offers 2x 3x and 4x by default... this is 1.5x */
.fa-1-5x {
    font-size: 1.5em;
}

a {
    color: #383838;
}

a:focus, a:hover {
    color: #00bcd4;
}

.peach-divider {
    border-top: 2px dashed #f9cb9c;
    width: 50%;
}

.loader {
	display: none;
	height: 115px;
}

.nav-link > i {
    margin-right: 5px;
}

.navbar.navbar-transparent {
	color: #555;
}

.navbar {
	color: black;
    font-size: 14px;
}

.navbar .btn.btn-peach {
	background-color: antiquewhite;
	border-color: antiquewhite;
	box-shadow: 0 2px 2px 0 rgba(249, 203, 156, 0.14), 0 3px 1px -2px rgba(249, 203, 156, 0.2), 0 1px 5px 0 rgba(249, 203, 156, 0.12);
}

.navbar.navbar-transparent .btn.btn-peach {
	background-color: #f9cb9c;
	border-color: #f9cb9c;
	box-shadow: 0 2px 2px 0 rgba(249, 203, 156, 0.14), 0 3px 1px -2px rgba(249, 203, 156, 0.2), 0 1px 5px 0 rgba(249, 203, 156, 0.12);
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.card > .card-header {
    margin: 0;
    background-color: #f9b978;
    background: linear-gradient(180deg, #fdf3e8, #f9b978) !important;
    border-radius: 3px 3px 0px 0px;
    box-shadow: none !important;
}

.card-title {
    color: white !important;
    font-weight: 400;
    text-transform: uppercase;
}

h2.card-title > i {
    font-size: 2.30rem;
    margin-right: 15px;
}

h3.card-title > i {
    font-size: 1.70rem;
    margin-right: 10px;
}

h4.card-title > i, h5.card-title > i {
    margin-right: 10px;
}

.card-header-midnight > .card-text {
    background-color: #384f59 !important;
}





/* ==== Link Styles === */
/*a:link {
    color: #16afff;
}

a:visited {
    color: #16afff;
}

a:hover {
    color: #0077B5;
}*/

.text-peach, .icon.text-peach {
    color: #f9cb9c;
}

.text-peach:visited {
    color: #f9cb9c;
}

.text-peach:hover {
    color: #f9cb9c;
}

.text-peach:focus {
    color: #f9cb9c;
}

.container-peach {
    background-color: #f9cb9c !important;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.bg-peach {
    background-color: #fdf3e8;
}

.badge.badge-peach {
    background-color: #f9cb9c;
    color: black;
}

/*.page-header {
    margin-top: 40px !important;
}*/

.collections {
    width: 100% !important;
}

.btn.btn-peach {
    color: #333333;
    background-color: #f9cb9c;
    border-color: #f9cb9c;
    box-shadow: 0 2px 2px 0 rgba(249, 203, 156, 0.14), 0 3px 1px -2px rgba(249, 203, 156, 0.2), 0 1px 5px 0 rgba(249, 203, 156, 0.12);
}

.btn.btn-peach:hover {
    background-color: #fce9c9;
}

.collapse navbar-collapse {
    background-color: #f9cb9c !important;
}

.btn-btn-primary {
	background-color: #f89b3e;
	border-color: #f89b3e;
	box-shadow: 0 2px 2px 0 rgba(248,155,62,.14), 0 3px 1px -2px rgba(248,155,62,.2), 0 1px 5px 0 rgba(248,155,62,.12);
}

/* Makes Datatables pagination the same line as info */
.dataTables_info {
    display: inline;
}

.dataTables_paginate {
    display: inline-flex;
    float: right;
}

/* Changes top navbar background color */
.navbar {
    background-color: #f9cb9c !important;
}

/* If applied to a parent div, it will vertically center it's contents '*/
.flexbox {
    display: flex;
    align-items: center;
}

.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-flex {
    display: inline-flex;
}

/* Makes rows in datatables tighter (preference) */
td > .btn-group {
    margin: 0px;
}

.largeModal {
    max-width: 80% !important;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #f9cb9c;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(249, 203, 156);
}

/* File Input Styles (when we want it to look like a button).  Check Families/Edit for example */
.fileContainer {
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileContainer [type=file] {
    cursor: pointer;
}

/* ================ Family Connection Card (card-profile) CSS ================ */
.card-profile .card-header-image {
    max-height: unset !important;
}

.card-profile .row .col-7 .card-body .card-description {
    line-height: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ================ FONT AWESOME SOCIAL ICONS ================ */
.fa-instagram.social-color {
    background: -webkit-gradient(linear, left top, left bottom, from(#f99949), to(#c82d8e));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c82d8e !important;
}

.fa-linkedin.social-color {
    color: #0077b5 !important;
}

.fa-facebook-square.social-color {
    color: #4267b2 !important;
}

.fa-twitter.social-color {
    color: #1da1f2 !important;
}

/* =============== STYLES REQUIRED FOR 3 SERVICES BUBLES =============== */
.choice i {
    font-size: 40px;
    line-height: 111px;
}

.choice {
    text-align: center;
    margin-top: 20px;
}

.choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    color: #999;
    margin: 0 auto 20px;
    border: 4px solid #ccc;
    transition: all .2s;
    -webkit-transition: all .2s;
    cursor: pointer;
}

.choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.choice input[type=checkbox], .card-wizard .choice input[type=radio] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.choice.active .icon, .card-wizard .choice:hover .icon {
    border-color: #ff9800 !important;
    color: #f9cb9c !important;
}
/* =============== /STYLES REQUIRED FOR 3 SERVICES BUBLES =============== */

/* 
   ================================================================================================================
   =================== Below are a ton of padding/margin classes I include for easy adjustments ===================
   ================================================================================================================
*/

/* ======================================= Rainbow Loader JAZZ ======================================= */
.loaderOverlaySpinner {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
	animation: animate 0.5s linear infinite;
}

	.loaderOverlaySpinner span:nth-child(3) {
		filter: blur(25px);
	}

#OverlayContent {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#OverlaySavingText {
	position: absolute;
	z-index: 1;
	font-size: 40px;
	margin-top: 0px;
	background: linear-gradient(90deg, #000, #fff, #000);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: textanimate 2s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.loaderOverlaySpinner:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #1c191d;
	border-radius: 50%;
}

.closeOverlay {
	font-size: 60px;
	color: white;
	font-weight: 100;
	top: 25px;
	right: 25px;
	position: absolute;
}

.loaderOverlaySpinner span {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(#ffaa9a, #f89b3e, #f9cb9c);
}

@keyframes textanimate {
	0% {
		background-position: -500%;
	}

	100% {
		background-position: 500%;
	}
}

@keyframes animate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.7);
	overflow-y: hidden;
	transition: 0.5s;
}

/* ======================================= Rainbow Loader ======================================= */


/* ==================== MARGIN CLASSES ==================== */
.m-r-0 {
    margin-right: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-tb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

/* ==================== PADDING CLASSES ==================== */
.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}
