/*
    DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


body {
    font-family: 'Roboto', sans-serif;
    background: #f8f8f8;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: #000;
	padding: 0;
	margin: 0 0 15px;
}

p.intro {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
}


h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
	padding: 0;
	margin: 0 0 15px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
	padding: 0;
	margin: 0 0 15px;
}

strong {
    font-weight: 600;
}

ul {
	padding: 0;
	margin: 0 0 15px 20px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}

ul > li {
	padding: 0;
	margin: 0px 0 10px 20px;
}

ul > li > p {
	margin: 5px 0px 0px
}

ul > li > ul  {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 5px 0px 0px 0px;
}

ul > li > ul > li {
	padding: 0;
	margin:  0px 0px 5px 20px;
}

ul.list-guidelines {
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 500;
	font-size: 13px;
}

ul.list-guidelines > li {
	margin: 0;
	
}

img.screenshot {
	width: 100%; 
	border: 5px solid #fff; 
	margin: 10px 0px 25px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
}



a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #00bcd4;
    border: none;
    border-radius: 0;
	margin: 0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	width: 100%;
	height: 50px
}

button.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
	border-radius: 35px;
	background: none;
	padding: 5px 25px;
	margin: 0;
}

button:active, button:focus {
    outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

button.navbar-btn:hover {
	background-color: #0097A7
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dadada;
    margin: 30px 0 25px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
	outline: none !important;
}

.mCustomScrollBox, .mCS-minimal, .mCSB_vertical, .mCSB_outside {outline: none !important; }

#sidebar h3 {
    font-size: 20px;
	font-weight: 600;
}

#sidebar p {
	color: #999;
    font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 25px 25px 0px;
    background: #fff;
}

#sidebar ul.components {
    padding: 10px 0px;
}

#sidebar ul p {
    color: #000;
}

#sidebar .logo {
	width: 100%; 
	padding: 0 0 15px;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#sidebar a > img.logo:hover {
	opacity: 0.7;
}

#sidebar ul li a {
    padding: 10px 25px;
    font-size: 14px;
    display: block;
	font-family: 'Roboto';
}

#sidebar ul li a.featured-link {
    color: #00bcd4
}

#sidebar ul li a:hover {
    color: #fff;
    background: #00bcd4;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #000 !important;
}

#sidebar .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dadada;
	margin: 15px 0 20px;
}

.inside-anchor {
	font-weight: bold;
	text-decoration: underline;
}

.inside-anchor:hover {
	color: #666
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -150px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 150px);
    }
    #sidebarCollapse span {
        display: none;
    }
	
	#sidebar {
		width: 150px;}
}

@media (min-width: 1200px) {
	p {text-align: justify}
}
