﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

/*html, body, #wrap {
	height: 100%;
}

body {
	padding-top: 50px;
	padding-bottom: 20px;
	min-height: 100%;
	background-color: beige;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	min-height: 100%;
	padding-bottom: 18em;
}*/

/* CLEAR FIX */
/*.body-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/
/* Hides from IE-mac \*/
/** html .body-content {
	height: 1%;
}
.body-content {
	display: block;
}*/
/* End hide from IE-mac */

/*body > #wrap {
	height: auto;
	min-height: 100%;
}

input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
	color: graytext;
}*/
/*
input, select {
	height: 1.5em;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
	padding-left: 15px;
	padding-right: 15px;
}*/



	#input-form h1 {
		font-size: 42px;
	}

	#input-form h2 {
		margin-bottom: 15px;
		font-style: italic;
		font-weight: normal;
	}

	#input-form input,
	#input-form select,
	#input-form textarea {
		border: 1px solid #CEE1E8;
		margin-bottom: 20px;
		/*padding:4px;*/
	}

		#input-form input[type=checkbox] {
			width: auto;
		}

	#input-form button {
		margin-bottom: 20px;
		border-radius: 6px;
	}

	#input-form input:focus,
	#input-form select:focus,
	#input-form textarea:focus {
		border: 1px solid #AFCDD8;
		background-color: #EBF2F4;
	}

	#input-form textarea {
		height: 150px;
		resize: none;
	}

#input-form label {
	display: block;
}

	#input-form label > input,
	#input-form label > textarea,
	#input-form label > select {
		width: 100%;
	}

.img-remove {
    padding: 0;
    margin: 0;
    cursor: pointer;
}



#input-form .master-photo {
	margin-bottom: 10px;
	text-align: left;
	margin-top: 20px;
}

	#input-form .required {
		font-weight: bold;
		color: #F00;
	}

#input-form #submit-button {
	margin-top: 10px;
	width: 180px
}

	#input-form #submit-button:hover {
		background-color: #A6CFDD;
	}

	#input-form #submit-button:active {
		position: relative;
		top: 1px;
	}

	#input-form #loading {
		width: 32px;
		height: 32px;
		background-image: url(/Content/Images/loading.gif);
		display: block;
		position: absolute;
		right: 130px;
		bottom: 16px;
		display: none;
	}

	#input-form .table input,
	#input-form .table select,
	#input-form .table textarea {
		min-width: initial;
		float: left;
	}

	#input-form .table {
		margin-bottom: auto;
	}

		#input-form .table label {
			float: left;
		}

.input-form-contact {
    background-color: transparent !important;
}

.input-form-archive {
    background-color: transparent !important;
}
/*#links .link {
	padding:13px;
	border: 3px solid #8FB5C1;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}*/

#links .col_1 {
	width: 25%;
	margin-right: 1em;
}

#links .col_2 {
	width: 60%;
}

#errors {
	border: solid 1px #E58E8E;
	padding: 10px;
	margin: 25px 0px;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFE6E6 url(/Content/Images/cancel_48.png) no-repeat 405px center;
	display: none;
}

	#errors li {
		padding: 2px;
		list-style: none;
	}

		#errors li:before {
			content: ' - ';
		}

	#errors #info {
		font-weight: bold;
	}

		#errors #info:before {
			content: '';
		}

#success {
	border: solid 1px #83D186;
	padding: 25px 10px;
	margin: 25px 0px;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #D3EDD3 url(/Content/Images/accepted_48.png) no-repeat right;
	font-weight: bold;
}

	#errors.visible, #success.visible {
		display: block;
	}

#req-field-desc {
	font-style: italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color: #CCC;
	font-style: italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #CCC;
	font-style: italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text {
	color: #CCC;
	font-style: italic;
}

#profile-display h3 {
	font: 15px/24px 'montserrat-bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

#profile-display .profile-left,
#input-form .profile-left {
    background-color: #333;
    /*vertical-align: middle;*/
    color: white;
}

	#profile-display .profile-left h3 {
		color: white;
	}

#profile-display .profile-right,
#input-form .profile-right {
    color: #333;
}

input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px,-50px) scale(1);
	-moz-transform: translate(-300px,0) scale(4);
	direction: ltr;
	cursor: pointer;
	border-width: 0 0 100px 200px;
}

.clear {
	clear: both;
}

.photo img {
	max-width: 200px;
	max-height: 200px;
	float: left;
	padding-right: 1em;
}

growl-notifications {
	position: absolute;
	text-align: center;
	z-index: 1000;
}

growl-notifications growl-notification {
	background: rgba(130,50,130,0.8);
	color: white;
	padding: 15px 30px;
	width: 500px;
	display: block;
	border-radius: 5px;
	margin-top: 15px;
}

.groupBox {
    border: 1px solid grey;
    border-radius: 4px 4px;
    background-color: #8CCFFF;
    padding: 20px;
    margin: 50px auto;
    /* border: 6px solid #8FB5C1; */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.profileListItemImage {
	width: 10em;
	height: 12em;
	border-radius: 5px;
	border: solid 1px grey;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

h2.sectionHeader {
    /*background-color: lightslategrey;*/
    color: lightslategrey;
    border-bottom: 4px double lightslategrey;
    padding: 5px;
}

/*footer {
	position: relative;
	margin-top: -18em;  /* negative value of footer height
	height: 18em;
	clear: both;
}*/

#main-nav.navbar ul.nav li.login a,
#main-nav.navbar ul.nav li.logout a {
    background: none repeat scroll 0 0 #3956C6;
    border-bottom: 2px solid #391C83;
    border-color: #3956C6 #3956C6 #391C83;
    border-width: 2px;
    color: #ffffff !important;
    margin: 5px;
    padding: 7px 15px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
	display: block;
}

/*html {
    height: 100%;
    font-size: 15px
}

body {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-size: 15px;
    background: #f5f5f5;
}

header {
    z-index: 1000
}

    section.section--no-padding {
        padding-top: 0;
        padding-bottom: 0
    }

    section.section--no-padding-bottom {
        padding-bottom: 0
    }

    section.section--padding-bottom-small {
        padding-bottom: 30px
    }

h1, h2 {
    font-family: "Dancing Script",cursive !important
}

.italic {
    font-style: italic;
    font-family: "PT Serif",serif
}

.page-holder {
    overflow: hidden
}*/

.img-responsive {
    margin: 0 auto
}

.no-space .box {
    margin: 0 -15px;
    padding: 0
}

.no-space.padding-horizontal {
    padding-left: 15px;
    padding-right: 15px
}

a, button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

    a i.fa, button i.fa {
        margin: 0 5px
    }

a {
    text-decoration: none;
    display: inline-block
}

    a:hover {
        text-decoration: none
    }

.clickable {
    cursor: pointer !important
}

.required {
    color: #7fb401
}

.accent {
    color: #7fb401
}

.weight-300 {
    font-weight: 300 !important
}

.weight-500 {
    font-weight: 500 !important
}

.weight-700 {
    font-weight: 700 !important
}

.text-gray {
    color: #ced4da
}

.text-gray-light {
    color: #dee2e6
}

.text-gray-lighter {
    color: #e9ecef
}

.background-gray-lightest {
    background: #f8f9fa
}

.background-gray-lighter {
    background: #e9ecef
}

.background-gray-light {
    background: #dee2e6
}

.background-gray {
    background: #ced4da
}

.pages {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.text-small {
    font-size: 0.9rem
}

.datepicker--day-name {
    color: #7fb401 !important
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb, .datepicker--time-row input[type='range']:focus::-moz-range-thumb, .datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #7fb401 !important;
    border-color: #7fb401 !important
}

.datepicker--cell.-current-.-in-range, .datepicker--cell.-current-.-focus-, .datepicker--button {
    color: #7fb401 !important
}

.datepicker--cell.-current- {
    color: #7fb401
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus-, .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #7fb401
}

.page-holder {
    overflow-x: hidden
}

input, textarea {
    outline: none
}

.link-normal {
    border-bottom: none !important;
    display: inline-block;
    font-weight: 400 !important
}

    .link-normal:hover, .link-normal:focus {
        text-decoration: none;
        border-bottom: none
    }

.btn-unique, .btn-unique-reverse, .btn-unique-white {
    color: #fff;
    height: 40px;
    background-color: dodgerblue;
    line-height: 40px !important;
    padding: 0 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    border: none;
    text-decoration: none !important;
    border-radius: 0 !important
}

    .btn-unique::before, .btn-unique-reverse::before, .btn-unique-white::before {
        content: '';
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border: 1px solid #fff;
        position: absolute;
        display: block;
        left: 1px;
        top: 1px;
        text-decoration: none !important
    }

    .btn-unique:hover, .btn-unique-reverse:hover, .btn-unique-white:hover, .btn-unique:focus, .btn-unique-reverse:focus, .btn-unique-white:focus {
        background: #111;
        color: #fff
    }

.btn-unique-reverse {
    background: #111;
    background: #fff
}

.btn-unique-white {
    color: #7fb401;
    background: #fff
}

    .btn-unique-white::before {
        border-color: #7fb401
    }

    .btn-unique-white:hover, .btn-unique-white:focus {
        background: #111;
        border: none;
        color: #fff
    }

.has-border, section.menu .tab-pane .menu-item.recommended {
    position: relative;
    z-index: 1
}

    .has-border::before, section.menu .tab-pane .menu-item.recommended::before {
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid #fff;
        position: absolute;
        display: block;
        top: 2px;
        left: 2px;
        z-index: -1
    }

.transition, section.services .service, section.services .service .icon, section.services .service .icon i, section.gallery .item a, footer ul.contact a, footer ul.contact li, #scrollTop, .reservation-overlay #close {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

/*section header {
    margin-bottom: 50px
}*/

section h2 {
    /*font-size: 4rem;*/
    color: #111
}

/*section h3 {
    margin-top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.1rem;
    font-weight: 400;
    color: #cacaca
}

section h4 {
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.15rem;
    font-weight: 700;
    color: #333
}*/

    section h4 + p {
        line-height: 1.8rem;
        font-size: 1rem;
        color: #777
    }

/*.lead {
    line-height: 1.9em;
    font-size: 1.25em;
    color: #777
}*/

label.unique {
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.2em;*/
    font-size: 1.2em;
    text-align: left;
    color: #7e7e7e;
    display: block;
    /*margin-top: 20px;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

    label.unique.active {
        color: #7fb401
    }

        label.unique.active input, label.unique.active textarea {
            border-color: #7fb401 !important
        }

    /*label.unique input, label.unique textarea, label.unique select {
        border-bottom: 1px solid #d0d0d0 !important;
        max-height: 200px;
        font-size: 1.3em;
        resize: vertical;
        padding: 10px 0;
        display: block;
        border: none;
        width: 100%;
        color: #333;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }*/

label.error {
    font-size: 0.85rem;
    color: #dc3545;
    margin-top: 0
}

/*.form button {
    margin-top: 20px;
    outline: none;
    min-width: 150px;
    font-size: 1.1rem !important
}*/

.remove-attachment {
    position: absolute;
    vertical-align: top;
    text-align: right;
    top: 0;
    right: 20px;
    width: 24px;
    padding: 0;
}



/*.container section {
    font-size: 0.8rem;
    position: relative;
    background: #fff;
    padding: 20px 2em 50px 2em;
    z-index: 1;
}*/

        section .form-holder::before {
            content: '';
            width: 80%;
            height: 2px;
            background: #7fb401;
            position: absolute;
            top: 0;
            left: 10%;
            display: block
        }

        section .form-holder::after {
            content: '';
            width: 30vw;
            max-width: 400px;
            height: 300px;
            display: block;
            background-position: center center;
            background-size: 100%;
            position: absolute;
            bottom: -100px;
            right: -10vw;
            z-index: -1
        }

        section .form-holder .ribbon {
            width: 50px;
            height: 50px;
            line-height: 55px;
            color: #fff;
            background: #7fb401;
            position: absolute;
            top: 0;
            left: 10%;
            font-size: 20px
        }

            section .form-holder .ribbon::after {
                content: '';
                display: block;
                border-top: 10px solid #7fb401;
                border-left: 25px solid transparent;
                border-right: 25px solid transparent;
                position: absolute;
                top: 50px;
                left: 0
            }

        section .form-holder .form {
            z-index: 1;
            background: #fff;
            padding: 60px 20px;
            max-width: 700px;
            margin: 0 auto;
            font-size: 0.8rem;
        }

/*@media(min-width:1200px) {
    section {
        min-height: 700px;
    }

	#profile-display .profile-left {
		min-height: 700px;
	}

	#profile-display .profile-right {
	}

	#input-form .profile-left {
		min-height: 700px;
	}

	#input-form .profile-right {
	}
}

@media(min-width:991px) and (max-width:1200px) {

	#profile-display .profile-left {
		min-height: 700px;
	}

	#profile-display .profile-right {
	}

	#input-form .profile-left {
		min-height: 700px;
	}

	#input-form .profile-right {
	}
}

@media(min-width:768px) and (max-width:991px) {

	#profile-display .profile-left {
	}

	#profile-display .profile-right {
	}

	#input-form .profile-left {
		min-height: 700px;
	}

	#input-form .profile-right {
	}

}

@media(max-width:768px) {
    section .form-holder .ribbon {
        width: 40px;
        height: 40px;
        line-height: 25px
    }

        section .form-holder .ribbon::after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            top: 40px
        }

	#profile-display .profile-left {
	}

	#profile-display .profile-right {
	}

	#input-form .profile-left {
		min-height: 700px;
	}

	#input-form .profile-right {
	}
}

@media(max-width:285px) {
	#profile-display .profile-left {
	}

	#profile-display .profile-right {
	}

	#input-form .profile-left {
		min-height: 700px;
	}

	#input-form .profile-right {
	}
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto .mx-auto {
    margin-right: auto !important;
}

#payment-form {
    max-width: 600px;
}*/



#goal-grid .goal-grid-item {
    transition: .5s;
    margin-bottom: 20px;
}

    #goal-grid .goal-grid-item .goal-name h4 {
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    #goal-grid .goal-grid-item .goal-name a {
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

    #goal-grid .goal-grid-item .goal-image {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        #goal-grid .goal-grid-item .goal-image img {
            transition: .5s;
        }

        #goal-grid .goal-grid-item .goal-image .price {
            position: absolute;
            bottom: 0;
            left: 0;
        }

            #goal-grid .goal-grid-item .goal-image .price h4 {
                padding: 5px;
                font-weight: bold;
            }

    #goal-grid .goal-grid-item .goal-detail {
        padding: 7px;
        width: 100%;
        text-align: center;
    }

    #goal-grid .goal-grid-item .goal-detail p {
        padding: 7px;
    }

    #goal-grid .goal-grid-item .goal-detail .days-strength {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #goal-grid .goal-grid-item .goal-detail .days-strength p {
            display: inline;
            margin-left: 5px;
        }

    #goal-grid .goal-grid-item .goal-detail .rating .fa {
        font-size: 15px;
        margin-top: 8px;
    }

    #goal-grid .goal-grid-item .goal-detail textarea {
        height: 8em;
    }

@media(min-width:1200px) {
    #goal-grid .goal-grid-item .goal-image img,
    #goal-grid .goal-grid-item .goal-image.upload {
        max-height: 170px;
        min-height: 170px;
        width: 100%;
    }

    .dashboard .photo-and-rank {
        height: 250px;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    #goal-grid .goal-grid-item .goal-image img,
    #goal-grid .goal-grid-item .goal-image.upload {
        max-height: 140px;
        min-height: 140px;
        width: 100%;
    }

    .dashboard .photo-and-rank {
        height: 250px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    #goal-grid {
        padding-top: 25px;
    }

        #goal-grid .goal-grid-item .goal-image img,
        #goal-grid .goal-grid-item .goal-image.upload {
            max-height: 220px;
            min-height: 220px;
            width: 100%;
        }

    .dashboard .photo-and-rank {
        height: 170px;
    }
}

@media(max-width:768px) {
    #goal-grid .goal-grid-item .goal-image img,
    #goal-grid .goal-grid-item .goal-image.upload {
        max-height: 220px;
        min-height: 220px;
        width: 100%;
    }

    .dashboard .photo-and-rank {
        height: 170px;
    }
}

@media(max-width:285px) {

    #goal-grid {
        padding-top: 100px;
    }

        #goal-grid .goal-grid-item .goal-image img,
        #goal-grid .goal-grid-item .goal-image.upload {
            max-height: 220px;
            min-height: 220px;
            width: 100%;
        }

    .dashboard .photo-and-rank {
        height: 170px;
    }
}

.wet-asphalt #goal-grid .goal-grid-item {
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

    .wet-asphalt #goal-grid .goal-grid-item .goal-detail {
        border-color: #e6e6e6;
        background-color: white;
    }

    .wet-asphalt #goal-grid .goal-grid-item:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

        .wet-asphalt #goal-grid .goal-grid-item:hover .goal-image img {
            transform: scale(1.3) rotate(5deg);
        }

    .wet-asphalt #goal-grid .goal-grid-item .goal-name a {
        color: white;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-name h4 {
        background-color: #4dc3ff;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-detail .days-strength {
        background-color: #f2f2f2;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-image .price h4 {
        background: #ff9933;
        color: white;
        box-shadow: 2px 2px 2px grey;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-detail .days-strength .fa {
        color: #4dc3ff;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-detail .rating .fa {
        color: orange;
    }

    .wet-asphalt #goal-grid .goal-grid-item .goal-detail .instructor-name {
        color: #4dc3ff;
    }

.nice-select ul.list {
    max-height: 200px;
    overflow: scroll;
}