/* CSS Document */

/*
--------------------------
		Color Combinations - Primary Colors
--------------------------

dark blue 	: #0c2a42 ;
light blue 	: #028fba ;
*/





/*
    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;
}
*/


/*
----------------------------------
	Login Style
----------------------------------
*/
.saga-login-box
{
	
	}
.saga-login-image
{
	
	}



/*
	Left Navigation : 
*/
.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;
}
.bm-btn
{
	background-color:#ff6600; 
	color:#ffffff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
	}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* --------------------------------- */


/*  */

.page-heading
{
	font-family:;
	font-size: 1.4em;
	font-weight: bold;
	/*color: #0c2a42 DD4400*/
	border-radius: 15px 15px 0px 0px;
	background-color: #028fba;
	padding: 10px;
	display: inline-block;
	margin-bottom: 8px;
	}
	
.saga-font-color-light
{
	color: #0c2a42 /*DD4400*/;	
	}
	
.saga-font-color-dark
{
	color: #0c2a42 /*DD4400*/;	
	}
		
.section-heading
{
	font-family:;
	font-size: 2em;
	font-weight: bold;
	color: #DD4400;
	}
.section-subHeading
{
	font-family:;
	font-size: 1.5em;
	font-weight: bold;
	color: #A93400;
	}
.section-subHeading-white1
{
	font-family:;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A93400;
	padding-left: 10px;
	}
.section-subHeading-white2
{
	font-family:;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0c2a42;
	padding-left: 10px;
	}
	
	
.saga-center
{
	text-align:center;
	}
.saga-left
{
	text-align:left;
	}
.saga-right
{
	text-align:right;
	}

/*
Div Margin
*/
.m-10
{
	margin: 10px 0px;
	}
	
.m-20
{
	margin: 20px 0px;
	}
	
/*
Font Size
*/
.f-10
{
	font-size: 20pt;
	}


