/* content */
.page-content{
	position: relative;
    box-shadow: 0 3px 3px 0px #00162F;
}

.actionbar{
    text-align: center;
    background-color: #efefef;
    margin-top: 36px;
}


/* buttons */

.actionbar button{
	padding: 12px 21px;
    background-color: #00a7ff;
    color: #ffffff;
    /* text-shadow: 1px 0 2px #333333; */
    margin: 15px;
    font-weight: 600;
    /* display: block; */
    font-family: 'Open Sans';
    /* border: 1px solid; */
    box-shadow: 0 0 3px 0px #666666;
    transition: background-color ease 0.3s;
}

.actionbar button:hover, .actionbar button:focus{
    background-color: #168ece;
}

.float-left:after{
	clear:both;
}
.float-right:after{
	clear:both;
}

.btn {
	padding: 10px;
	border: 1px solid #cecece;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}

.btn.primary{
	background-color: #002651;
	color: #5FBBFF;
	border: none;
	display: block;
    text-align: center;
    box-shadow: 0px 2px 3px #cccccc;
}

.btn.secondary{
	color: #5FBBFF;
    background-color: white;
    border: 1px solid #5FBBFF;
    text-align: center;
    display: inline-block;
}

.btn.icon{
	color: #5FBBFF;
    background-color: white;
    border: none;
    text-align: center;
    display: inline-block;
}

.btn.login-link{
	font-size: 14px;
}

.btn.icon:hover{
	color: white;
    background-color: #5FBBFF;
}

.btn.btn-list{
    padding: 3px;
}

.btn.primary:hover{ 
      background-color: #5FBBFF;
      color: #ffffff;
}

.btn.secondary:hover{ 
      background-color: #5FBBFF;
      color: #ffffff;
}

/* lists */

.list-container{
	background-color: #efefef;
	border: 1px solid #cccccc;
	overflow-x: hidden;
	overflow-y: auto;
	height: 230px;
}

.twin-list-left{
	border-right: none;
}

.twin-list-right{
	border-left: none;
}

.twin-list-shadow{
    box-shadow: inset 5px 0 7px -4px #cccccc;
}

.list-item{
	border-bottom: 1px solid #efefef;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	cursor: pointer;
	z-index: 1;
}

.list-input, .list-input:focus{
	padding: 0 10px 0 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    height: 24px;
}

ul .list-item:last-child{
	border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 5px -2px #929292;
}

.twin-list-right .list-item:last-child{
	border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 5px -2px #929292, inset 5px 0 7px -4px #cccccc;
}

.twin-list-right ul .list-item:hover, ul .list-item:hover{
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 0 5px #cecece;
}

/* checkbox: private public switch */
.access-switch {
	display: inline-block;
	width: 40px;
	height: 20px;
	background: #efefef;
	margin: 20px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.access-switch:after {
	/* content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15); */
}

.access-switch:before {
	content: "\f023";
	font-family: 'icomoon';
	font-size: 14px;
    color: #33a954;
    position: absolute;
    top: 0px;
    left: 5px;
	/* content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold; */
}

.access-switch label {
	background-color: #5FBBFF;
    border: 2px solid #FFFFFF;
    display: block;
    width: 17px;
    height: 17px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 40px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: -7px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);

}

.access-switch input[type=checkbox]:checked + label {
	left: 14px;
}

.access-switch-container{
	top: 35px;
	font-family: 'Montserrat', sans-serif;
	color: #cccccc;
	width: 175px;
}

@media screen and (min-width: 40em){
	.access-switch-container{
		top: 50px;
	}
}

@media screen and (min-width: 64em){
	.access-switch-container{
		top: 100px;
	}
}
	
/* input group */

.input-group{
	display: flex;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin: 0;
	line-height: 19px;
}

.input-group .input-field{
    border: none;
    box-shadow: inset 5px 0 7px 1px #FFFFFF, inset 0 4px 3px -3px #cccccc;
}

.input-field{
	 font-family: 'Montserrat', sans-serif;
	 margin: 0;
}

.input-group .input-field:focus{
    box-shadow: 0 0 3px #333333;
}

.input-icon{
	font-size: 21px;
    padding: 9px 10px 8px 15px;
    color: #cccccc;
    background-color: white;
}

.input-icon.password{
	color: #33a954;
}

.subtext{
	font-size: 14px;
    color: #5FBBFF;
    font-family: 'Open Sans';
}

.error-text{
	font-size: 14px;
    color: #ff5f8a;
    font-family: 'Open Sans';
}

/* status bar */

 .status-bar{
 	padding: 10px 15px;
 	font-size: 12px;
 }
 
 @media screen and (min-width: 40em){
	.status-bar{
		padding: 10px 25px;
	}
}

@media screen and (min-width: 64em){
	.status-bar{
		padding: 10px 75px;
	}
}

 