.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	padding: 20px;
}
.strong {
    font-weight:900;
}
#forgotten_email {
	margin-top:15px;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #59B2E0;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto !important;    
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

h3 {
	margin-bottom: 30px;
	text-align: center;
}

.main-content {
	width:80%;
	margin: 50px auto 0px !important;
}

.insert-data {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .1
}

.form-control {
    height: calc(2.25rem + 10px);
}

.form-content {
	margin-top:0;
}

.customButton {
	width:220px;
    margin-top:30px;
}
.centerIt {
    text-align: center;
}
.customSubmit {
	margin-top:20px;
}

.frontpage-offsetter {
	margin-top:50px;
}

.weekly {
	margin-bottom:50px;
	margin-top:0px;
}

.customHeader {
	margin:30px 0px 50px 0px;
	
}

.siteLogo {
    margin-bottom: 20px;
    margin-top:20px;
    width: 190px;
    height: auto;
    text-align: center;
}

.delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
	margin: 10px 0px;
    width:100%;
}

.sidebar li a {
	padding-left:0;
	color:#000;
}

.sidebar {
	background-color: #F5F5F5;
	padding: 30px;
	border-radius: 10px;
	margin-top:75px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.sidebar ul {
	flex-direction: column;
}

.lastItem {
	margin-bottom:75px;
}
@media (max-width: 1199px) {
	.offset {
		margin-left:0 !important;
		margin-top:50px !important;
	}

	.customButton {
		width:300px;

	}
	
}

@media (max-width: 760px) {

	
    .weekly {
        margin-top:50px;
	}
	
    h1 {
        text-align: center;
        font-size:25px;

    }
	.sidebar {
		margin-top:25px !important;
	}

    .table-bordered {
        margin-top: 50px !important;

    }
	.customButton {
		width:100% !important;

	}
    #entryChart {
        padding: 30px !important;
    }

    .row {
        overflow:hidden !important;
    }
	.col-lg-6 {
        width:100% !important;
        padding: 0 30px !important;
	}
    .col-lg-12 {
        padding-right:0 !important;
        width:100% !important;
        padding: 0 30px !important;

    }

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

    .nav {
        display: flex;
        flex-direction: column !important;
    }

    .offset {
        overflow:hidden;
        margin-top:0px !important;
    }

}
.offset {
	margin-left:8.3%;
	margin-top:75px;
    padding: 0 !important;
}

th {
	padding: 10px;
	text-align: center;
}

td {
	text-align: center;

}


.table-bordered {
	margin:100px 0;
}

.headline {
	margin-bottom:50px;
}

.change {
    margin-top:15px;
    font-size:14px;
}

.overflow-x {
    overflow-x:auto;
}

.nav li {
    margin-top:10px;
    font-size:14px;
}

.input-group-text {
    width: 150px !important;
}

.featherlight-inner {
    display: block !important;
}
.featherlight-inner img {
    width:100%;
    height:100%;
}

.featherlight-content {
    max-width:95vw !important;
}

.hiddenLightbox {
    display: none;
}

.frontPageLogo {
    margin: 50px auto;
    display: flex;
}

.admin {
	margin-top: 100px;
	text-align:center;
}

.adminContainer {
	width:80%;
	margin: 0 auto;
}

.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */

.faqandtnc {
	margin: 75px 20px 0 20px !important;
}
