/** NEW **/

/** Menu Sliders **/

.slider, .slider h3, .slider p{
	color: #85868d; 
}

/** Realdooh Main bar **/
.realdooh-bar {
	
	height: 50px !important;
	background-color: black;
	
	position: fixed;
	bottom: 0px;
	
	width: 100%;
	
	z-index: 1500 !important;
	
	padding: 0px !important;
	margin: 0px !important;
	
	box-shadow: 1px 1px 15px black;
}

/** Start Button - Application button**/
.realdooh-bar .start-btn-wrapper{
	width: 50px;
	float: left !important;
	padding: 10px;
}

.realdooh-bar .start-btn{
	text-align: center;
	cursor: pointer;
}

.realdooh-bar .start-btn img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/** Realdooh Active Apps **/

.active-rdsapps-wrapper{
	
	height: 50px;
	float: left;	
	width: auto;
}

.active-rdapp{
	width: 40px;
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	display: inline-block;
	font-family: 'Roboto';	
}

.active-rdapp.active{
	border-bottom: 2px solid green;
}

.active-rdapp img{
	max-width: 100%;	
}

/** Realdooh options bar **/

.realdooh-bar-secondary-menu{
	
	float: right;
	width: 300px;
	height: 50px;
	padding-right: 20px;
}

.secondary-option{
	
	display: inline-block;
	float: right;
	padding: 5px 5px 0px 5px;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
	
	border-bottom: 2px solid black;
}

.secondary-option.active{
	border-bottom: 2px solid green;
	
}

.secondary-option img{
	
	max-height: 40px;
	margin: 0 auto;
	display: block;
}

.user-company-logo-wrapper{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid white;
	background-color: white;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
}

.company-user-logo{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.slider-description{
	margin: 10px auto;
	width: 80%;
}

.counter-notifications{
    color: green;
    font-weight: bold;
    position: absolute;
    margin-left: 5px;
    border: 1px solid #1a1a1a;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 9px;
    background-color: white;
    font-size: 0.9rem;
    text-align: center;    
}

/** Languages menu **/
.flag-wrapper {
	cursor: pointer;
	display: block;
	height: 150px;
	width: 100%;
	overflow: hidden;
	color: white !important;
	position: relative;
	box-shadow: inset 1px 1px 4px black;
}
.flag-wrapper h1{
	text-shadow: 1px 1px 5px black;
	padding: 2rem;
}
.flag-background{
	display: block;
	position: absolute;
	max-width: 100%;
	z-index: -1;
	opacity: 0.3;
	width: 100%;
}

.flag-background.active{
	opacity: 1 !important;
}

.flag-button {
	overflow: hidden;
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
}

.flag-button img {
	height: 200%;
	width: 200%;
	display: block;
	margin: 0 auto;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: relative;
    left: 50%;
}

/** NOTIFICATIONS **/

.notification-wrapper{
	padding: 5px;
	width: 80%;
	margin: 10px auto;
	background-color: rgba(72, 72, 72, 0.8);
	color: rgb(160, 160, 160);
}

.notification-header {
	
}

.notification-date {
	font-size: 0.9rem;
    float: right;
    margin-top: 18px;
    font-weight: bold;
    position: absolute;
}

.notification-body {
	
}
.notification-title-image {
	max-width: 24px !important;
}

.close-notification{
	background-color: red;
    color: white;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    
    text-align: center;
    border-radius: 50%;
    
    font-weight: bold;
	margin-right: 5px;
}