
body
{
	font-family: 'Open Sans' , sans-serif;
	line-height: 25px;
}

#wrapper
{
	width: 100%;
	background: white;
}

#page-wrapper
{
	/* padding: 15px 15px; */
}

#page-inner
{
	width: 100%;
    margin: -10px 2px -8px -24px;
	background-color: #fff !important;
	padding: 10px;
}

.page-head-line
{
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	padding-bottom: 20px;
	border-bottom: 2px solid #720000;
	margin-bottom: 10px;
}

.page-subhead-line
{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-style: italic;
	margin-bottom: 30px;
	border-bottom: 1px dashed #720000;
}


/*==============================================
    MENU STYLES    
    =============================================*/


.navbar-cls-top .navbar-brand
{
	color: #fff;
	background: #720000;
	width: 260px;
	text-align: center;
	height: 75px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 900;
	padding-top: 5px;
	text-transform: uppercase;
}

.header-right
{
	color: #fff;
	padding: 15px 50px 5px 50px;
	float: right;
	font-size: 16px;
}

.navbar-cls-top .navbar-brand:hover
{
	background: #720000;
	color: #fff;
}

.user-img-div
{
	min-height: 140px;
	padding: 20px;
	background-color: white;
	display: block;
	box-shadow: 0 0 15px #939393;
}
.user-img-div .inner-text
{
	text-align: right;
	position: relative;
	color: #fff;
	font-weight: 800;
	line-height: 25px;
}
.active-menu
{
	background-color: #720000 !important;
}
.active-menu-top
{
	background-color: #000 !important;
}
.arrow
{
	float: right;
}
.fa.arrow:before
{
	content: "\f104";
}
.active > a > .fa.arrow:before
{
	content: "\f107";
}
.nav-second-level li, .nav-third-level li
{
	border-bottom: none !important;
}

.nav-second-level li a
{
	padding-left: 10px;
}

.nav-third-level li a
{
	padding-left: 55px;
}

.sidebar-collapse, .sidebar-collapse .nav
{
	background: White;
	border: 1px solid transparent;
	display: block;
	box-shadow: 0 0 15px #939393;
}

.sidebar-collapse .nav
{
	padding: 0;
}
.sidebar-collapse .nav > li > a
{
	color: #fff;
	background: #720000;
	text-shadow: none;
	padding: 15px 40px;
	border-bottom: 1px solid #2F2E31;
}
.sidebar-collapse > .nav > li > a
{
	padding: 15px 10px;
}
.sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus
{
	background: #0A0A0A;
	outline: 0;
} 
.nav-second-level > li:last-child > a:after, .nav-third-level > li:last-child > a:after
{
	height: 50%;
}
.nav-third-level > li > a:after, .nav-third-level > li > a:before
{
	left: 40px;
}
.navbar-side
{
	border: none;
	background-color: #720000;
}

.navbar-cls-top
{
	background: #720000;
	border-bottom: none;
}
.navbar-default
{
	border: 0px solid black;
}

.navbar-header
{
	background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background-color: #720000;
}

.navbar-default .navbar-toggle
{
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #FFF;
}

.nav > li > a > i
{
	margin-right: 10px;
}

#footer-sec
{
	background-color: #720000;
	padding: 20px 50px;
	color: #fff;
	font-size: 12px;
}

#footer-sec a
{
	color: #fff;
}
#footer-sec a:hover, a:focus
{
	color: #fff;
	text-decoration: none;
}
/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width:768px)
{
	#page-wrapper
	{
		margin: 0 0 0 260px;
	  padding: 0px  16px;
		background-color: White;
	}


	.navbar-side
	{
		z-index: 1;
		position: absolute;
		width: 260px;
	}

	.navbar
	{
		border-radius: 0px;
	}
}
.onlinehight
{
	height: 30px !important;
}
.onlinetext
{
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
.post
{
	padding: 8px 0 8px 0;
}
.contentbg
{
}
.margin20
{
	margin: 20px;
}
.margin12
{
	margin: 12px;
}
.fl
{
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.fl2
{
	float: left; /* margin-left: 10px; */
	margin-top: 16px;
}
.fl3
{
	margin-left: 41px;
	margin-top: 20px;
}
.fr
{
	float: right;
}
.dellink
{
	float: right;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 20px;
}
.dellink1
{
	float: right;
	font-size: 9px;
	padding-top: 8px;
	padding-left: 10px;
}
.deltext
{
	padding-top: 18px;
	padding-left: 30px;
	font-size: 10px;
	color: Black;
}
.ss-options
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b3a3a;
	padding: 0px 10px 0px 0px;
	float: left;
}
.bm20
{
	margin-bottom: 20px;
}
.bm10
{
	margin-bottom: 10px;
}
.bm5
{
	margin-bottom: 5px;
}
.serchimage
{
	height: 100px;
	width: 100px;
	float: left;
}
.caps
{
	text-transform: capitalize;
}
.FontSize
{
	font-size: 13px;
}
.dropdowndata
{
	background-color: #720000;
	color: white;
	padding: 5px;
	font-size: 12px;
}

.dropdowndata:hover, dropdowndata:focus
{
	background-color: #720000;
	color: white;
	padding: 5px;
	font-size: 12px;
}

.like
{
	float: left;
	margin: 9px;
}

.time
{
	font-size: 8px;
}
.photo
{
	width: 25px;
	height: 25px;
}
.pdleft
{
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.logoimg
{
	width: 150px;
	height: 250px;
	padding-left: 40px;
}
.us
{
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: black;
}
.usname
{
	font-size: 16px;
	text-transform: capitalize;
	color: black;
}
.mrtop20
{
	margin-top: 20px;
}
.htext
{
	font-size:14px;
	color:White;
	font-weight:bold;
}
.ht
{ float: left;
	margin-left: 5px;
	margin-top: 15px; 
}
.hh
{ float: left;
	margin-left: 5px;
	margin-top: 10px; 
}
.photostext
{
	padding-top: 58px; 
}
.photoscolr
{
	font-size:16px;
	color:White;
	font-weight:bold;
}
.table{width:100%; float:left; border:solid 1px #ddd;} 
.table-head {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000; text-transform:uppercase; background:#FFC15F;}
.table-head1 {font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#FFF; text-transform:uppercase; background:#800000;}
.tab-detail {color:#800000; font-weight:bold; font-size:12px;} 
.tab-detail1 {color:black; font-weight:bold; font-size:11px;}
#table-head-edit {background:#FFC15F; text-align:right;}
#table-head-edit a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#800000; font-weight:bold; text-decoration:none;}
#table-head-edit a:hover {color:#000; font-weight:bold; text-decoration:none;}
#table-head1-edit {background:#800000; text-align:right;}
#table-head1-edit a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; font-weight:bold; text-decoration:none;}
#table-head1-edit a:hover {color:#FFC868; font-weight:bold; text-decoration:none;}

.fixed-height
{
	min-height: 500px;
	max-height: 500px;
	overflow-y: scroll;
}

.fixed-panel
{
	min-height: 1500px;
	max-height: 1500px;
	overflow-y: scroll;
}
.footercolor
{
	background-color:#720000;
	color:White;
 }
 
 .anchor
{
	 
	color:White;
 } 
 
 .mrtop10
{
	margin-top: 10px;
}