/*
    DEMO STYLE
*/
@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: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.bm-btn-info
{
	color:#fff;
	background-color:#FF6600;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
	background-image:url(../img/jfasjbg-001-orange.png);
	background-repeat:no-repeat;
	background-color:#163473;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #333333;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 10px;
    /*background: #6d7fcc;*/
}

#sidebar ul.components {
    padding: 10px 0;
    border-top: 2px solid #47748b;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #214288;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    /*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: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
	width:100%;
}

.contentBg
{
	background-color:rgba(219, 219, 167, 1);  border-radius:10px; border:2px none #ddd; margin-bottom:30px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


.pageHeader
{
	font-family:'Lato', sans-serif;
	font-weight:bold;
	font-size:18pt;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px dotted #ddd;
	width:100%;
	color:#163473;
}

.pageSubHeader
{
	font-family:'Lato', sans-serif;
	font-weight:bold;
	font-size:11pt;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	color:#163473;
}

.pageSubHeader-xx
{
	font-family:'Lato', sans-serif;
	font-weight:bold;
	font-size:20pt;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	color:#FF6600;
}

.pageHeaderNote
{
	font-family:'Lato', sans-serif;
	font-weight:normal;
	font-size:12pt;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	color: #333333/*163473*/;
}


/*
----------------------
	Membership Table Styles
----------------------
*/

.btn-status-pending
{
	background-color:#FF6600;
	padding:5px;
	color:#fff;
	border-radius:5px;
}
.btn-status-approve
{
	background-color:#006600;
	padding:5px;
	color:#fff;
	border-radius:5px;
}

.btn-view
{
	text-decoration: none;
	color:#FF3300;
}

.btn-submit {
	border: none;
	background: #163473;
	color: #f2f2f2;
	padding: 0px 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
}
.btn-submit:hover {
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}

.btn-reset {
	border: none;
	background: #ff6600;
	color: #f2f2f2;
	padding: 0px 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
}
.btn-reset:hover {
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}

.btn-delete {
	border: none;
	background: #ff2200;
	color: #f2f2f2;
	padding: 0px 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
}
.btn-delete:hover {
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}
#memberList thead
{
	border:2px solid #333;
	background-color:#163473;
	color:#fff;
}

.ati-label
{
	font-family:'Lato', sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#FFFFFF;
}
.ati-label-input
{
	font-family:'Lato', sans-serif;
	font-weight:normal;
	font-size:14pt;
	color:#555;
	padding:2px; margin-bottom:5px;
}
.inputBox
{
	border:1px solid #ddd; border-radius:4px; padding:2px; font-size:14px; margin-bottom:5px;
}
.mandate
{
	font-size: 10px; color: #ff6600;
}