/*@font-face {
    font-family: Red Bull Siri Core;
    src: url('../fonts/Siri-Regular.otf');
}

@font-face {
    font-family: Red Bull Siri Core;
    src: url('../fonts/Siri-Bold.otf');
    font-weight: bold;
}*/

html, body{
	width: 100%;
	height: 100vh;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Red Bull Siri Core', sans-serif;*/
}

/*
 ********************************************************
				LOGINPAGE STYLES
 ********************************************************		
*/

.loginbackground{
	background: url(../images/rb_wallpaper_2.jpg) no-repeat center center;
	width: 100%;
	height: 100vh;
}

.blackoverlay{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.loginform{
	background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
	border-radius: 4px;
	width: 550px;
	min-height: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	z-index: 200;
	padding: 15px 25px 15px 25px;
}

.logintext{
	color: #fff;
	position: absolute;
	left: 0;
	top: -60px;
	font-family: arial;
}

.custom-bg-button{
	background-color: #da0d41 !important;
}

.custom-bg-button:hover{
	background-color: #BA0B37 !important;
}

.bullen{
	position: absolute;
	display: block;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	top: -150px;
	width: 200px;
}

.smallrights{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 170px;
	color: #fff;
	font-size: 12px;
	line-height: 1;

	-webkit-transtion: all 250ms ease;
	-moz-transition: all 250ms ease;
	transition: all 250ms ease;
}

.customredlink{
	color: #da0d41;
}

.customredlink:hover{
	color: #da0d41;
}

.topleftlogo{
	position: absolute;
	left: 0;
	top: 10px;
	width: 50%;
	z-index: 300;
}

.toprightsection{
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 300;
}

.minpad{
	padding: 5px;
}

.nopad{
	padding: 0;
	margin: 0;
}

.questionmark{
	color: #da0d41;
}

.questionmark:hover{
	color: #121212;
	cursor: pointer;
}

.error{
	display: none;
}



/*
 ********************************************************
				DASHBOARD STYLES
 ********************************************************		
*/


.sidebarmenu{
	width: 30px;
	height: 100vh;
	background-color: #0b3064;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	border-right: 1px solid #092854;
	color: #fff;
}

.darkblue{
	color: #092854;
}

.white{
	color: #fff;
}

.white:hover{
	color: #fff;
}

.topmenu{
	width: 100%;
	max-height: 45px; 
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 2px solid #ccc;

}	

.toploader{
	width: 100%;
	height: 3px;
	background-color: #da0d41;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
}

.center{
	text-align: center;
}

.icon{
	/*padding: 7px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.icon:hover{
	color: #0b3064;
	background-color: #fff;
}

.icon:first-child{
	margin-top: 30px;
}

.bigmenu{
	min-width: 270px;
	background-color: #0b3064;
	height: 100vh;
	top: 0;
	left: 30px;
	position: fixed;
	z-index: 199;
	opacity: 0;

	-webkit-animation-duration: 250ms;
	-moz-animation-duration: 250ms;
	-o-animation-duration: 250ms;
	animation-duration: 250ms;
}

.rightalign{
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}

.righticonalign{
	text-align: right;
	float: right;
	padding-left: 5px;
	padding-top: 3px;
}

.padderright{
	padding-right: 15px;
	padding-top: 10px;
}

.avatar{
	width: 25px;
	float: right;
}

.paddertop{
	padding-top: 7px;
	font-size: 16px;
	padding-left: 20px;
}

.cursor{
	cursor: pointer;
}

.logoicon{
	padding-left: 20px;
	height: 35px;
	padding-top: 3px;
	float: left;
}

.title{
	color: #aaa;
	font-size: 10px;
	padding-top: 13px;
}

.small{
	font-size: 8px;
}

.padderinline{
	padding: 5px;
}

.custom-input{
	background-color: #092854;
	border: 1px solid #092854;
	width: 90%;
	float: left;
	color: #fff;
	font-size: 12px;
	height: 30px;
	padding-left: 10px;
}

.searchheight{
	min-height: 30px;
}

.menunavi{
	border-bottom: 1px solid #092854;
	width: 100%;
	height: 30px;
	padding: 5px;
}

.backicon{
	font-size: 18px;
	padding-left: 5px;
	margin-top: -2px;
}

.userlogout{
	position: fixed;
	top: 44px;
	right: 48px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;

	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	box-shadow: 2px 2px 1px #ccc;
}

.userlogout > ul{
	list-style-type: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 0;
}

.userlogout > ul > li{
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
}

.userlogout > ul > li:hover{
	background-color: #ededed;
}

.smallmenunav{
	font-size: 12px;
	font-weight: bold;
}

.menulist{
	list-style-type: none;
	color: #fff;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 15px;
}

.menulist > li{
	padding: 5px;
	padding-left: 10px;
}

.menulist > li:hover{
	background-color: #092854;
	cursor: pointer;
}

.borderbottom{
	border-bottom: 1px solid #092854;
}

.bluebull{
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100px;
}

.divider{
	width: 100%;
	height: 30px;
}

.divider2{
	width: 15%;
	height: 30px;
	float: left;
}

.divider8{
	width: 68%;
	height: 30px;
	float: left;
}

#db1{
	display: block;
}

#db2{
	display: none;
}

@media (min-width: 767px) {
	.title{
		color: #aaa;
		font-size: 20px;
		padding-top: 13px;
	}

	.small{
		font-size: 13px;
	}
}

