@import 'https://fonts.googleapis.com/css?family=Lato:100';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

/*Flex items*/
.list {
display: flex;
flex-wrap: wrap;
}
.list-item {
display: flex;
padding: 0.5em;
width: 100%;
}
@media all and (min-width: 40em) 
{
	.list-item 
	{
		width: 50%;
	}
}
@media all and (min-width: 60em) 
{
	.list-item 
	{
		width: 50%;
	}
}

.list-content 
{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 1em;
	width: 100%;
}
.list-content p 
{
	flex: 1 0 auto;
}

.content 
{
	overflow: visible;
	position: relative;
	width: auto;
	margin-left: 0;
	min-height: auto;
	padding: inherit;
}

.basebar i 
{
padding-right:15px;
}

.content 
{ 
	text-align: center; 
	display: inline-block; 
}

.bigg-title 
{ 
	font-size: 72px; 
	margin-bottom: 40px; 
	font-weight: 400; 
	font-family: 'Montserrat', sans-serif;
	text-align: center; 
	color: #B0BEC5;
}

.sidebar-highlighted 
{ 
	background-color:#1d1d1d 
}
.basebar section li
{
	margin:0 0 10px;
}

.wrapper{
overflow:hidden;
}

.basebar section
{
	padding:30px 30px 30px 80px;
	-moz-transition:all 200ms ease-in;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

.basebar nav
{
	position:fixed;
	top:0;
	left:0;
	width:250px;
	height:100%;
	margin:0 0 0 -250px;
	-moz-transition:all 200ms ease-in;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
	z-index: 5000;
}

.basebar nav ul
{
	width:250px;
	height:100%;
	padding:0;
	margin:0;
	list-style:none;
	background:#36404a;
	overflow:hidden;
}

.basebar nav li
{
	margin:0;
}

.basebar nav a
{
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	display:block;
	padding:12px 15px;
	font-weight:300;
	letter-spacing:2px;
	border-bottom:1px solid #333;
}

.basebar nav a:hover
{
	background:#29aae2;
	color: #FFF!important;
	text-decoration: none!important;
}

.basebar label
{
	display:block;
	font-family:'helvetica neue', helvetica, arial, sans-serif;
	font-weight:700;
	background:#29aae2;
	width:60px;
	height:60px;
	line-height:42px;
	color:#fff;
	text-align:center;
	font-size:2em;
	line-height:1.1em;
	position:fixed;
	top:10px;
	left:10px;
	-moz-transition:all 200ms ease-in;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
	z-index:5000;
	border-radius: 4px;
	cursor: pointer;
}

.basebar label:hover 
{
	opacity: 0.8;
}

input[type="checkbox"]
{
	display:none;
}

input[type="checkbox"]:checked ~ nav
{
	margin:0;
}

input[type="checkbox"]:checked ~ label
{
	left:260px;
}

input[type="checkbox"]:checked ~ section
{
	-webkit-transform:translate3d(260px, 0, 0);
	-moz-transform:translate3d(260px, 0, 0);
	-o-transform:translate3d(260px, 0, 0);
	transform:translate3d(260px, 0, 0);
}

.biggmenu
{
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.insidemenu
{
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 25px;
}

.flexcontainer 
{ 
	display: flex; 
	min-height: 100vh; 
	justify-content: center; 
	align-items: center; 
}

.continue
{
	font-size: 16px;
	background-color: rgba(84,187,232,1.0);
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	border-radius: 2px;
	color: #FFF;
	font-weight: 600;
	border:none;
	text-decoration: none;
}

.continue:hover
{
	text-decoration: none;
	font-size: 16px;
	background-color: rgba(84,187,232,0.8);
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	border-radius: 2px;
	color: #FFF;
	font-weight: 600;
	border:none;
}

.configureform .form-control
{
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: solid 1px #e4e7ed;
	height: 62px;
	background-color: #e4e7ed;
	color: #4a5256;
}

.installbody
{
	background-color: #FFF;
}

.installbody .bigg-title
{
	color: #B1B1B3;
}

.installbody label
{
	color: #B1B1B3;
}

.spacer
{
	background-color: #E4E7ED;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}

/*All frontend css to go in here*/

.insidemenu {
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 0;
    margin: auto;
}

.sidebar-highlighted {
    background-color: #2DACE3;

}

.sidebar-highlighted img{
	pointer-events: none;
}


.basebar nav a:hover {
    background: #29aae2;
    color: #FFF!important;
    text-decoration: none!important;

}


.basebar nav a {
    border-bottom: 1px solid #3e3e46;
    padding: 12px 20px;
}

.basebar i {
    padding-left: 10px;
    width: 45px;
    text-align: center;
}

.basebar nav ul {
    background: #36404a;
}



/*.nav-muted {
    color: #eee;
    padding: 13px 20px;
    padding-bottom: 11px;
    letter-spacing: 0.13em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
    border-bottom: 0 solid #3e3e46;
    background-color: #219bd0;
}
*/

.loginbutton {
	font-size: 16px;
	background-color: #29AAE2;
	color: #FFF;
	padding: 15px;
	border-radius: 2px;
	text-decoration: none;
}

.loginbutton:hover {
	font-size: 16px;
	background-color: #53BBE7;
	color: #FFF;
	padding: 15px;
	border-radius: 2px;
	text-decoration: none;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* Frontend changes made */
.basebar label{
	border-radius: 5px;
	top: 17px;
    left: 13px;
}

.biggcheck {
    display: none !important;
}

#sidebar-menu > ul > li > a.active {
    background: #2D3A46 !important;
    border-left: 3px solid #29aae2;
    color: #29aae2 !important;
}

#sidebar-menu > ul > li > a:hover {
    color: #29aae2;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-left: 65px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.basebar{
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.basebar nav a{
	border-bottom: 0;
}


.basebar nav a{
	border-left: 3px solid #36404A;
	font-size: 14px;
	letter-spacing: 0px;
    line-height: 1.3;

    color: #ffffff;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
}
    
.basebar i{
	    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.basebar nav a:hover {
    background: #2D3A46 !important;
    border-left: 3px solid #29aae2;
    color: #29aae2 !important;
}


.basebar nav ul {
    width: 240px;
}

.nav-muted{
	color: #98a6ad;
	padding: 12px 18px !important;
	padding-bottom: 15px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}


.bigg-text{
	vertical-align: middle;
}

.bigg-gear{
	padding-top: 22px !important;
    font-size: 25px !important;
    padding-left: 5px !important;
}