@import url(https://fonts.googleapis.com/css?family=Roboto);


body {
	/*font-family: 'Roboto', sans-serif;*/
	line-height: 30px;	
}
.bodyclass {
	line-height: 30px;
	background-image: url(../../img/signupbg.jpg) !important;
}
.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 0px !important;
    border: none;
    min-height: 50px;
    border-radius: 0;
}
.set-radius-zero {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.content-wrapper {
	margin-top: 0px;
	min-height: auto;
	padding-bottom: 60px;
	margin-left: 0px; 	
	/*background-color: #fff !important;*/
	
}

.page-head-line {
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 2px solid #FF0000;
	text-transform: uppercase;
	color: #FF0000;
	font-size: 20px;
	margin-bottom: 20px;
}

.page-head-line-center {
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 2px solid #FF0000;
	text-transform: uppercase;
	color: #FF0000;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.progress {
	height: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.login-icon {
	height: 60px;
	width: 60px;
	padding: 13px;
	border-radius: 50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #FF0000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
	background-color: #FF0000;
	color: #fff;	
}

/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 10px;
}

.navbar-brand {
	width: 150px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav>li>a {
	position: relative;
	display: block;
	padding: 15px 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: #FF0000;
	color: #fff;
}

.usercss {
	padding: 7px 15px !important;
	height: 40px;
	width: 55px;
	background-color: #FF0000;
	color: #fff;
}

.user-settings-wrapper {
	margin-top: 0px;
}

.user-settings-wrapper li {
	display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
	width: 200px;
	padding: 10px;
}

.user-settings-wrapper .nav>li>a:hover,.user-settings-wrapper .nav>li>a:focus
	{
	text-decoration: none;
	background-color: #FF0000 !important;
}

.user-settings-wrapper img {
	height: 64px;
	width: 64px;
	border: 1px solid #000000;
}

.user-settings-wrapper .dropdown-menu {
	margin: 0px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.user-settings-wrapper .btn {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.user-settings-wrapper .media-heading {
	padding-top: 10px;
}

/* MENU LINKS SECTION*/
.menu-section {
	/*background-color: #FF0000;*/
	
}

#menu-top a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 10px 10px 10px;
	/* text-transform: uppercase;*/
}

.logo {
	height: 90px;
}

.menu-top-active {
	background-color: #FF0000;
	margin-left: 5px;
	margin-top: 5px;
	color: #FFF;
}

.menu-item {
	color: #000 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.userbutton {
	margin-left: 5px !important;
	padding: 9px 15px;
}

.menu-section .nav>li>a:hover,.menu-section .nav>li>a:focus {
	background-color: #FF0000 !important;
	color: #FFF !important;
}

.btn:focus {
	background-color: #FF0000 !important;
	border-color: #FF0000 !important;
	color: #FFF !important;
}

.btn:hover {
	background-color: #FF0000 !important;
	border-color: #FF0000 !important;
	color: #FFF !important;
}

.elink {
	text-decoration: none;
	color: blue !important;
	margin-left: 20px;
	margin-top: 5px;
}

.elink:focus {
	color: #FF0000 !important;
	text-decoration: none;
	color: #FFF !important;
}

.elink:hover {
	color: #FF0000 !important;
	text-decoration: blink;
	color: #FFF !important;
}

.selectedmenu {
	background-color: #FF0000 !important;
	border-color: #FF0000 !important;
}

.menu-section .dropdown-menu>li>a:hover,.menu-section .dropdown-menu>li>a:focus
	{
	background-color: #FF0000 !important;
	color: #FFF !important;
}

.navbar-inverse {
	background-color: #fff;
	border-color: transparent !important;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: transparent !important;
}

.navbar-toggle {
	background-color: #FF0000;
	border: 1px solid #fff;
}

.navbar {
	margin-top: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
	padding: 10px;
	color: #fff;
	font-size: 12px;
	background-color: #FF0000;
}

footer a,footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */
.bk-clr-one {
	background-color: #B9B739;
}

.bk-clr-two {
	background-color: #F94C4C;
}

.bk-clr-three {
	background-color: #119c7e;
}

.bk-clr-four {
	background-color: #b739b9;
}

.dashboard-div-icon {
	height: 75px;
	width: 75px;
	border: 2px solid #fff;
	padding: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.dashboard-div-wrapper {
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	color: #fff;
	margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
	height: 2px;
}

/* NOTICE BOARD */
.notice-board .panel {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top: 10px;
}

.notice-board ul {
	padding-left: 0px;
	list-style: none;
}

.notice-board li {
	padding: 10px;
	/*border-bottom: 1px solid #E5E5E5;*/
}

.notice-board li span {
	margin-right: 10px;
	border: 1px solid #DBDBDB;
	padding: 5px;
}

.notice-board li a,li a:hover {
	text-decoration: none;
	color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
	color: white;
	opacity: 0.8;
}
/* Tooltip */
.tip+.tooltip>.tooltip-inner {
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-size: 15px;
}
/* Tooltip on top */
.tip+.tooltip.top>.tooltip-arrow {
	border-top: 5px solid #FF0000;
}
/* Tooltip on bottom */
.tip+.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid #FF0000;
}
/* Tooltip on left */
.tip+.tooltip.left>.tooltip-arrow {
	border-left: 5px solid #FF0000;
}
/* Tooltip on right */
.tip+.tooltip.right>.tooltip-arrow {
	border-right: 5px solid #FF0000;
}

.btn-social:hover {
	color: white;
	opacity: 1;
	text-decoration: none;
}

.btn-facebook {
	background-color: #3b5998;
}

.btn-twitter {
	background-color: #00aced;
}

.btn-linkedin {
	background-color: #0e76a8;
}

.btn-google {
	background-color: #c32f10;
}

#footer h5 a,.btn,.inp,.navi>li>a,.trans,.trnsEft {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.input-error {
	border: 2px solid red;
}

.descriptionDiv {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
}

.content-wrapper-signup {
	margin-top: 20px;
	min-height: 542px;
	padding-bottom: 60px;
}

.shadowdiv {
	box-shadow: 3px 2px 12px #FF0000;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff !important;
}

.loadingp {
	display: none;
	text-align: center;
}

.boldTitle {
	font-size: large;
	font-weight: 400;
	color: #000 !important;
}

.description {
	color: grey;
}

.logotitle {
	text-align: center;
	color: #01326e;
	font-size: large;
	font-weight: 600;
}

.imglogo {
	margin-left: 27px;
	margin-top: 10px;
	height: 100px;
	width: 100px;
}

td.details-control {
    background: url('../../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../../img/details_close.png') no-repeat center center;
}
td.searchtable{
	padding: 5px!important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:none !important;
	margin-bottom: 0px !important;
}
.engageModal .modal-dialog{
	width:150px;
	top: 30%;
    left: 45%;
	position :absolute;
}