/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #EDEBE5;
    /* background: #7386D5;*/
    /*color: #fff;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
#sidebar .sidebar-header h3 {
	margin: 0;
	text-align: left;
	font-size: 1.3em;
}
#side_dismiss {
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FFFFFF;
    color: #dbbf64;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 5px;
}
.navbar-toggle {
	background: #8c8781;
	color: #FFFFFF;
	margin-right: 0;
	padding: 5px 10px;
	font-size: 1.1em;
}
.navbar-toggle i {
	padding-right: 5px;
	font-size: 1em;
}
button.navbar-toggle:hover {
	color: #A69C8C;
	box-shadow: none;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 10px;
    color: white;
    background: #A69C8C;
}
#sidebar ul.components {
    text-align: left;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 2px 0;
    display: block;
}
#sidebar ul li a:hover {
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
}
#sidebar a:link {
    color: white;
    text-decoration: none;
}


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;
   text-decoration: none;
    /*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: #fff !important;
}

#sidebar ul.components {
	margin: 0 15px 20px 15px;	
	background: #FFFFFF;
	border-radius: 6px;
}
#sidebar ul.components li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar ul.components li a {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	/*margin-left: 15px;
	  margin-right: 15px;
        */
}
#sidebar ul.components li:last-child a {
	border-bottom: none;
}
/*
#sidebar ul.components li a:link    { background: #FFFFFF;}
#sidebar ul.components li a:visited { background: #FFFFFF;}
#sidebar ul.components li a:hover   { background: #A69C8C; color: #FFFFFF;}
#sidebar ul.components li a:active  { background: #A69C8C; color: #FFFFFF;}
*/
/* カラーパターン 
nav#sidebar li.top a {background: #A69C8C;}
nav#sidebar li.col01 a {background: #FFCC00;}
nav#sidebar li.col02 a {background: #339933;}
nav#sidebar li.col03 a {background: #666699;}
nav#sidebar li.col04 a {background: #0099CC;}
nav#sidebar li.col05 a {background: #CC3366;}
nav#sidebar li.col06 a {background: #FF9900;}
nav#sidebar li.col07 a {background: #FAA55C;}
nav#sidebar li.col08 a {background: #62AE85;}
nav#sidebar li.col09 a {background: #941372;}
nav#sidebar li.col10 a {background: #1B578A;}
nav#sidebar li.col11 a {background: #DE3838;}
nav#sidebar li.col12 a {background: #94793E;}
nav#sidebar li.col13 a {background: #EAD56B;}
nav#sidebar li.col14 a {background: #97A61E;}
nav#sidebar li.col15 a {background: #C573B2;}
nav#sidebar li.col16 a {background: #007BC3;}
nav#sidebar li.col17 a {background: #DF828A;}
nav#sidebar li.col18 a {background: #6D3A33;}
*/
