/*-------
	General
-------*/

*
{
	margin: 0px;
	padding: 0px;
}

 main, footer {
      padding-left: 300px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }

body
{
	background: white;/* linear-gradient(to top, #fe2f65, #fb5b3b );*/
	background-attachment: fixed;
}

.select-dropdown
{
	color: #fe2f65;
}

label
{
	color: #fe2f65 !important;
}

.center-content
{
	text-align: center;
}

.full-height
{
	height: 100%;
}

.full-width
{
	width: 100%;
}
.fc-center h2
{
	font-size: 18px;
}

.modal 
{
    max-height: 100% !important;
    width: 100% !important;
	top: 0;
	background: white;
}

.modal-heading
{
	background: #fe2f65;
	color: white;
	padding: 20px;
	margin: -24px -24px 0 -24px;
	 font-size: 2rem;
}

#modal-text
{
	margin-top: 20px;
	padding-bottom: 20px;
}


/*==================================

	Navnar

=====================================*/

#nav
{
	color: black;
	background: white;

	position: fixed;
	z-index: 99;
	box-shadow: none;
}

.sidenav .user-view .name
{
	margin-top: 0px;
}

.nav-time
{
	color: #fe2f65 !important;
	margin-left: 330px;
	font-size: 2rem;
}

#nav a
{
	color: black;

}

#slide-out
{
	background: white;
	color:black;
	border-right: 3px solid #fe2f65;
}

.logo-div
{
	line-height: 40px;
	vertical-align: middle;
	padding-top: 3px;
}

.logo-text
{
	line-height: 40px;
	vertical-align: middle;
	font-size: 20px;
	top: 0;
	position: absolute
}
 
#slide-out a, i, .material-icons
{
	color: black !important;
}

#dropdown2
{
	color:black;
	background: white;
}


/*=======================================

	Profile Page

========================================*/
main
{
	padding-top: 65px;
	background: white;
}

.information-cards
{
	background: white;
	padding-top: 10px;
}

.information-card > div
{
	padding: 5px;
	
}

.information-card
{
	margin-top: 20px;
}

.admin-button
{
	background: #fe2f65;
	color: white;
	height: 2rem;
	width: 2rem;
	margin-right: 10px;
	font-size: 1.4rem;
	padding: 5px;
	text-align: center;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2),
				0px 2px 5px rgba(0, 0, 0, 0.2),
				0px 3px 5px rgba(0, 0, 0, 0.2),
				0px 4px 5px rgba(0, 0, 0, 0.2),
				0px 5px 5px rgba(0, 0, 0, 0.2),
				0px 6px 5px rgba(0, 0, 0, 0.2)
				;
}

.changes-div p
{
	background: #fe2f65;
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 10px;
}

#changes-saved
{
	background: green;
}

#changes-not-saved
{
	background: red;
}

.calendar-container
{
	background: white;
}

#calendar
{
	padding: 20px;
}

#calendar button
{
	background:  #fe2f65;
	border-radius: 0;
	text-shadow: none;
    color: white;
    border: 0;
}

.fc-event
{
	background: #fe2f65;
	border: none;
}

.fc-center h2
{
	font-size: 18px;
}

.collapsible, .collapsible-header
{
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #fe2f65;
}

.card-heading .material-icons
{
	vertical-align: middle;
	color: #fe2f65 !important;
}

.card-heading .badge
{
	vertical-align: middle;
	line-height: 1.5rem;
	float: none;
	padding: 5px;
}

.card-heading
{
	background: white;
    padding: 10px;
    color: #fe2f65;
    font-size: 1.5rem;
    width: 100%;
    border-bottom: 2px solid #fe2f65;
}

.input-field
{
	margin: 20px 0px;
}

#notifications
{
	height: 400px;
	overflow-x: auto;
}

.action-button
{
	text-align: center;
	padding: 10px !important;
	font-size: 1rem;
	line-height: 1rem;
	color: #fe2f65;
	background: white;
	border: 1px solid #fe2f65;
}

.action-button:hover
{
	cursor: pointer;
}

.action-button a
{
	color: #fe2f65;
}

.left-one
{
	color: white !important;
	background: #fe2f65;
}


.left-one a
{
	color: white;
}
/*====================================

	Edit Profile
	
=====================================*/



.form-section-heading
{
	padding-top: 20px;
	font-size: 23px;
	font-weight: 400;
}


.edit-div
{
	background: white;
	padding: 30px;
}

.edit-div > div
{
	background: white;
	padding: 10px;
}



#map
{
  height: 400px;
  width: 100%;
}


/*===================================

	Practice Style 

===================================*/

.practice-show
{
	padding: 20px;
}

/*-========================================

	Login Page

	===================================*/

.login-container
{
	background: white;
}

input[type=submit]
{
	background: #fe2f65;
}

 
.land
{
	background: url("../pics/background-1.jpg");
	background-size: cover;
	background-position: fixed;
	background-repeat: no-repeat;
}

#login-nav
{
	background: #fe2f65;
}
