/*
dark orange #ff7144
light orange #FFC810
old light orange #ff7144
*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	src: url('./fonts/Poppins/Poppins-ExtraLight.ttf');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/Poppins/Poppins-Italic.ttf');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('./fonts/Poppins/Poppins-ExtraBold.ttf');
}

/*------------------------------------------------------------

                General

-------------------------------------------------------------*/

body {
	font-family: 'Poppins', sans-serif;
}

.row {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul li {
	list-style: none;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 5px;
}

.container {
	max-width: 100%;
}

section {
	padding: 70px 0;
	font-weight: 500;
}

.bg-wrapper {
	height: 100%;
	width: 100%;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(124deg, #868686, #49769b, #2b7ee1, #49769b, #868686);
	background-size: 500% 500%;
	-webkit-animation: rainbow 30s ease infinite;
	-z-animation: rainbow 30s ease infinite;
	-o-animation: rainbow 30s ease infinite;
	animation: rainbow 30s ease infinite;
	z-index: -1;
}

@-webkit-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}

.home-button {
	/*border: solid #dd7a42 2px;*/
	border: solid white 2px;
	;
	border-radius: 5px;
	/*color: #dd7a42;*/
	color: white;
	padding: 8px 12px;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 500;
	transition-duration: .3s;
}

.home-button:hover {
	background-color: #0090FF;
	color: white;
	border: solid #2c8cff 2px;
}

select,
.flex input {
	padding: 8px;
	min-width: 250px;
	color: gray;
	margin-left: 25px;
	border-radius: 5px;
}

.no-select-margin select {
	margin-left: 0px;
}

.flex {
	display: -webkit-flex;
}

.flex input {
	-webkit-flex: 1;
}
.btn-primary {
	color: #fff;
	background-color: #2c8cff;
	border-color: #2c8cff;
}

.btn-primary,
.btn-danger {
	padding: 9px;
	margin: 0px 5px;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.professional {
	display: none !important;
}



/*------------------------------------------------------------

                Typography

-------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: 22px;
}

.text-center {
	text-align: center;
}

._8vh {
	font-size: 8vh;
}

.blue-text {
	color: #2c8cff
}

.light-blue-text {
	color: #0090FF;
}

.light-orange-text {
	color: #FFC810;
}

.gray-text {
	color: gray;
}

.white-text {
	color: white;
}
.theme-changer li:hover {
	cursor:pointer;
}

.tiny-header {
	color: #2c8cff;
	font-weight: 600;
	font-size: 17px;
}


/*------------------------------------------------------------

                Navbars

-------------------------------------------------------------*/

.links {
	padding: 1em;
	text-align: right;
}

nav.user {
	height: 70px;
	padding: 5px;
	border: none;
}

.links a {
	text-decoration: none;
}

.navbar-default {
	border-color: rgba(0, 0, 0, 0);
}
.navbar-collapse li a {
	color: #2c8cff;
}
.links button {
	background-color: #2c8cff;
	border: 0;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
	text-transform: uppercase;
	width: 100px;
}

.navbar.navbar-inverse,
.navbar.navbar-default {
	min-height: 70px;
	border-radius: 0px;
	padding: 15px;
	background-color: white;
	transition: .5s;
}

.navbar-user .navbar-nav> li> a {
	color: #2c8cff;
}

.navbar-user .navbar-nav> li> a i {
	color: #2c8cff;
}

.side-nav i {
	display: none;
}


/*.navbar-inverse.navbar-user .navbar-nav > li > a {
    color: black;
}*/

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>div>div>a {
	color: #2c8cff;
	font-size: 16px;
	font-weight: bold;
	transition: .5s;
	text-align: left;
}

.navbar-nav>li>div>div>a {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 10px 15px;
}

@media (min-width: 768px) {}

.navbar-nav>li>div>div>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: black;
}

.navbar-default.navbar-motion .navbar-nav>li>a:hover {
	color: black;
}

.navbar.navbar-default.navbar-motion,
.navbar.navbar-inverse.navbar-motion {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: inset gray 1px;
}

.navbar-default.navbar-motion .navbar-nav>li>a,
.navbar-default.navbar-motion .navbar-nav>li>div>div>a {
	color: #2c8cff;
}

.light-orange-background {
	background-color: #FFC810;
}

.dark-blue-background {
	background-color: #2c8cff;
	color: white;
}

.navbar-default.navbar-motion .navbar-brand {
	color: #2c8cff;
}

.navbar-right.has-border li:nth-of-type(2) {
	border: solid 3px #2c8cff;
	border-radius: 7px;
	margin-top: -3px;
}

.navbar {
	margin-bottom: 0px;
}

/*.navbar img {
	max-height: 50px;
}*/

.navbar-default .navbar-brand {
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, .7);
}

.navbar-default .navbar-brand {
	color: white;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

#main {
	margin-left: 250px;
}


.bottom-nav {
	position: fixed;
	border-top: solid 1px gray;
	height: 50px;
	padding: 15px;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: white;
}

.bottom-nav div img {
	width: 50px;
	display: inline;
}

.bottom-nav .left {
	float: left;
	display: inline;
}

.bottom-nav .right {
	float: right;
	display: inline;
}

.bottom-nav a,
.bottom-nav span {
	display: inline;
	font-weight: 600;
	color: black;
	margin: 0 10px;
}

.bottom-nav a:hover {
	text-decoration: none;
	color: black;
}

.navbar-nav>li>.dropdown-menu li a {
	color: #dd7a42;
	font-weight: bold;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.side-nav ul li {
	display: inline-block;
}


/*.side-nav ul {
    text-align:center;
}*/

.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button {
	position: relative;
	padding: 7px 10px;
	margin: 0px 10px 10px 0px;
	float: left;
	width: 125px;
	border-radius: 10px;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #2c8cff;
	border-bottom: 5px solid #0090FF;
}

.side-nav ul li a.active {
	background: #0090FF;
}

.action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}

.side-nav a:hover,
.side-nav a:focus {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.low-index {
	z-index: -1;
}


/*.me
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}
.tasks
{
    background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}
.team
{
    background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}
.time-off
{
    background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}
.company
{
    background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}
.reports
{
    background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}
.calendar
{
    background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}*/


/*------------------------------------------------------------

                Padding, Position, Sizing

-------------------------------------------------------------*/

ul {
	padding: 0;
	margin-bottom: 50px;
}

.side-nav ul {
	text-align: center;
}

.full-height {
	min-height: 100%;
}

.col-sm-4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

th,
td {
	text-align: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.half-width {
	width: 50%;
}

.flex-fill {
	flex: 1;
}

.margin-top-60 {
	margin-top: 60px;
}

.img-responsive {
	margin: auto;
}

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

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	color: white;
}

.overlay-dark {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	color: white;
}

.padding-60 {
	padding: 60px 0;
}

.padding-120 {
	padding: 120px 0;
}

.no-bottom-padding {
	padding-bottom: 0px;
}

.no-bottom-margin {
	margin-bottom: 0px;
}

.padding-0 {
	padding: 0px;
}

.large-image {
	width: 150px;
	margin: 30px 0;
}

.img-max-150 {
	max-width: 150px;
	margin: auto;
	margin-bottom: 50px;
}


/*------------------------------------------------------------

                Welcome Pages

-------------------------------------------------------------*/

.hero {
	/*background-color: #2c8cff;*/
	/*background-image: linear-gradient(rgba(5, 0, 255, 0.8) 0%, rgba(5, 0, 255, 0.81) 100%), url(../img/sky-background.jpg);*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	height: auto;
	padding-top: 100px;
	padding-bottom: 10px;
	position: relative;
}
.hero .success input {
	color: black;
	padding: 9px;
}

.hero .success input,
.hero .success input:hover,
.hero .success input:focus {
	border: none;
	outline: none;
}

.hero .success button {
	border: none;
}

.hero-hr {
	background-image: url(../img/orange-bg.jpg);
	padding: 0px;
}

.noscrollbar img {
	display: block;
	margin: 50px auto;
}

.noscrollbar::-webkit-scrollbar {
	width: 12px;
}

.circle-div {
	border-radius: 50%;
	height: 300px;
	width: 300px;
	padding: 13% 10%;
	/*background: #fac960;*/
	background: #FF9816;
	margin: auto;
}

.noscrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.noscrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.hero h1 {
	font-size: 52px;
}

.hero-benefits {
	background-image: url(../img/blue.jpg);
	padding: 0px;
}

.col-md-4 .quote-holder {
	width: 100%;
	height: 160px;
	padding: 20px;
	margin-top: 20px;
}

.quote-holder i {
	font-size: 24px;
}

.price-background {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: .35s ease-out;
}

.price {
	background: white;
	padding: 20px;
	position: absolute;
	top: 10%;
	border: inset black 1px;
	width: 40%;
	left: 30%;
	box-shadow: 0 0 5px black;
	border-radius: 7px;
	transition: .35s ease-out;
}

.price-background.active {
	opacity: 1;
	z-index: 999;
}

.price-background.active .price {
	top: 15%;
}

.contact-form {
	font-size: 22px;
}

.contact-form label {
	width: 100%;
}

.contact-form input {
	width: 60%;
	border-radius: 4px;
	border: solid rgba(150, 150, 150, .4) 1px;
	padding: 10px;
}

.contact-form textarea {
	width: 100%;
	min-height: 150px;
}

.contact-info a,
.contact-info p {
	font-size: 22px;
}

.contact-info .tiny-header {
	margin-top: 15px;
	font-size: 14px;
}


/*------------------------------------------------------------

                Dashboard

-------------------------------------------------------------*/

.page-header {
	position: relative;
}

.page-header img {
	width: 70px;
	display: inline;
	margin: -30px 15px 0 0;
}

.page-header h1 {
	display: inline;
}

.page-header a:first-of-type {
	position: absolute;
	top: -15px;
}

.page-header .header-a {
	color: rgb(200, 200, 200);
	font-size: 16px;
	margin: 10px;
}

.panel-default {
	padding: 10px;
}

.panel-default> .panel-heading {
	background-color: white;
	border-bottom: none;
	font-size: 20px;
}

.panel-heading,
.panel-body {
	padding: 20px 15px;
}
.panel.panel-default {
	color: rgb(180,180,180);
}
.panel-heading a {
	font-size: 26px;
	font-weight: bold;
	color: rgb(180, 180, 180);
	transition-duration: .4s;
}

.panel-heading a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.panel-heading img {
	width: 40px;
	display: inline;
	margin-right: 15px;
}

.edit {
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 15px;
}

.dashboard-form label {
	text-align: right;
	width: 30%;
	padding-right: 10px;
}

.dashboard-form input,
.dashboard textarea,
.dashboard-form select {
	width: 40%;
	text-align: left;
	font-weight: bold;
	border: none;
	padding: 5px;
	margin-top: 4px;
	margin-left: 0px;
}

.info .form-group select {
	margin-left: 0px;
}

button.submit {
	margin: 15px auto;
}

button.submit.visible {
	display: block;
}

.border {
	border: inset black 1px !important;
}

.hero input,
section.front-blue input {
	padding: 8px;
	border-radius: 5px;
	margin: 10px;
}

section.front-blue button,
button.dark-blue-background {
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #0090FF;
	color: white;
}

button.dark-orange-background:focus,
button.dark-orange-background:hover {
	color: white;
}

section.hero button {
	margin-top: 0px;
}


/*.hero .col-sm-8 {
    background-image: url(/img/capture.png);
    border: solid black 10px;
    border-bottom: none;
    margin-top:50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height:400px;
    background-size: cover;
    background-repeat: no-repeat;
}*/

section.alternate,
section.front-blue {
	background: #e6f3ff;
	font-weight: 500;
}

section.front-dark-blue {
	background: #0800FF;
}

section.alternate p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
}

section .icon {
	width: 100%;
}

#slackinstructions p {
	margin: 50px 0;
}

#slackinstructions img {
	max-width: 500px;
}

.column-header {
	font-size: 18px;
	font-weight: bold;
}

.panel-body .well {
	background-color: rgb(240, 240, 240);
	color: rgb(180, 180, 180);
	margin-left: 0px;
	padding: 12px;
	border-radius: 5px;
	display: inline;
	margin-bottom: 0px;
}

.holder .col-sm-3 {
	padding: 15px;
}

.holder .col-sm-3 div {
	color: white;
	text-align: center;
	height: 170px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.24);
	transition: .3s ease-out;
	overflow: hidden;
}

.holder .col-sm-3 div:hover {
	cursor: pointer;
	background: #0090FF;
}

.holder .col-sm-3 div:hover> p {
	font-size: 18px;
}

.holder .col-sm-3 div p,
.holder .col-xs-4 div i {
	font-size: 19px;
	transition: .2s;
}

.holder .col-sm-3 div,
.holder .col-sm-6 div,
.info {
	/*background-color: #fac960;*/
	background-color: #0090FF;
	border-radius: 5px;
	padding: 20px 10px;
}

.tasks-holder table tr td {
	padding-top: 20px;
}

.info {
	background: rgba(255, 255, 255, .7);
	z-index: -1;
	position: fixed;
	width: 60%;
	height: 80%;
	top: 14%;
	left: 25%;
	transition: .3s;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.24);
	padding: 20px;
	color: black;
	text-align: center;
	margin-top: 200px;
	border-radius: 5px;
}

.panel,
.panel-default> .panel-heading,
.panel-body input,
.panel-body textarea {
	background: rgba(255, 255, 255, .4);
}

.info.active {
	margin-top: 0px;
	z-index: 999;
	display: block;
	height: 80%;
	overflow:scroll;
	position: fixed;
}

.dark-overlay {
	z-index: 998;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	content: '';
	top: 0%;
	left: 0%;
	display: none;
}

.info label {}

.info input,
.info select,
.info textarea {
	padding: 5px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.info button {
	border-radius: 5px;
}

i.exit {
	position: absolute;
	font-size: 22px;
	left: 92.5%;
	top: 4%;
	transition: .5s;
	display: block;
}

i.exit:hover {
	cursor: pointer;
	transform: rotateZ(360deg);
}

.holder img {
	width: 80px;
	margin-bottom: 10px
}

.team-holder img {
	border: 2px solid #d3e0e9;
	border-radius: 50%;
	height: 40px;
	padding: 2px;
	width: 40px;
	height: 50px;
	width: 50px;
}


/*.holder {
    display: none;
}
.me-holder {
    display: block;
}*/


/*.modal-content .btn-default {
    background: #F9BE03;
    color: white;
}
.modal-content .btn-default.active {
    background: #FF7A00;
}*/

#modal-notifications .modal-content {
	background: rgba(255, 255, 255, .9);
	/*color: white !important;*/
}

#modal-notifications .modal-header,
#modal-notifications .modal-footer {
	background: #0090FF;
}

.spark-settings-stacked-tabs li a:active,
.spark-settings-stacked-tabs li a:hover,
.spark-settings-stacked-tabs li a:link,
.spark-settings-stacked-tabs li a:visited {
	background-color: rgba(0, 0, 0, 0);
}

.panel-warning> .panel-heading {
	background: rgba(255, 255, 255, .4);
	color: black;
}

.panel-heading {
	text-align: center;
}


/*------------------------------------------------------------

                Modals

-------------------------------------------------------------*/

#animatedModal {
	background-color: white;
}


/*------------------------------------------------------------

                Footer

-------------------------------------------------------------*/


/*footer.guest-footer {
    padding: 60px 0;
}*/

footer.guest-footer h2 {
	height: 50px;
}

footer.guest-footer a {
	color: rgb(170, 170, 170);
	font-weight: 600;
	font-size: 12px;
}

.quote-holder {
	box-shadow: 0 0 1em gray;
	padding: 15px;
	display: inline-block;
}

footer.guest-footer .col-sm-5 img {
	max-width: 80px;
	display: inline;
	margin: -50px 0 0 50px;
}

.duck-holder {
	position: fixed;
	max-width: 320px;
	left: 85%;
	bottom: 1%;
	display: block;
	z-index: 0;
}


/*.duck-holder-left {
    max-width: 200px;
}*/

.duck-holder blockquote {
	position: relative;
	padding: 15px 30px;
	margin: 0;
	margin-left: 75px;
	font-size: 19px;
	height: 200px;
	color: #000;
	background: white;
	-webkit-border-top-left-radius: 25px 50px;
	-webkit-border-top-right-radius: 25px 50px;
	-webkit-border-bottom-right-radius: 25px 50px;
	-webkit-border-bottom-left-radius: 25px 50px;
	-moz-border-radius: 25px / 50px;
	border-radius: 25px / 50px;
}

.duck-holder blockquote:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 80px;
	border-width: 0 0 30px 50px;
	border-style: solid;
	border-color: transparent white;
	display: block;
	width: 0;
}

.horizontal-margin-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.modal-backdrop.in {
	display: none !important;
}


/*------------------------------------------------------------

                Media Queries

-------------------------------------------------------------*/

@media (max-width:992px) {
	.sidenav {
		display: none;
	}
	#main {
		margin-left: 0px;
	}
	.duck-holder,
	.duck-holder-left {
		display: none;
	}
}

@media (min-width:763px) {
	.col-sm-mt-100 {
		margin-top: 100px;
	}
	
	.col-sm-mt-50 {
		margin-top: 50px;
	}
}

@media (max-width: 763px) {
	.panel-body .well {
		display: none;
	}
	.navbar-collapse {
	background-color: white;
	color: #2c8cff;
}
	.navbar-collapse {
		border-radius: 5px;
		padding: 10px 25px;
	}
	/*.hero .col-sm-8 {margin-top: 350px;}*/
	section.alternate .col-sm-3:first-of-type {
		margin-top: 50px;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>div>div>a {
    color: #2c8cff;
    font-size: 16px;
    font-weight: bold;
    transition: .5s;
    text-align: left;
}
	.contact-form input {
		width: 100%;
	}
	.half-width {
		width: 50%;
	}
	.contact-form {
		text-align: center;
	}
	.info {
		width: 90%;
		left: 5%;
	}
	.action-button {
		position: relative;
		/* padding: 7px 10px; */
		margin: 0px 10px 10px 0px;
		float: left;
		width: 75px;
		border-radius: 10px;
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		background-color: #2c8cff;
		border-bottom: 5px solid #0090FF;
	}
}

@media (max-width: 463px) {
	.panel-default .panel-heading {
		font-size: 16px;
	}
}