﻿
/*CSS Override for page specific mobile app frame implementations*/

/*Notifications menu*/
#ddlMobileNotify.target-app-element {
    position: absolute;
    top: 0;
    max-height: none !important;
    border: none !important;
}

#ddlMobileNotify.target-app-element .otherNotifications {
    height: 100%;
    max-height: none !important;
}
/*Profile menu*/
#ddlMobileProfile.target-app-element{
    display: block;
    position: initial;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
}


#ddlMobileProfile.target-app-element li > a > *{
    float:left !important;
}
#ddlMobileProfile.target-app-element li:not(.divider){
    min-height: 38px;
}
/*Create Post modal*/
.target-app-element.modal .modal-content{
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 0;
    max-width: none;

}

.target-app-element#ddlMobileNotify{
    display: block !important;
}
/*END: CSS Override*/ 

/*.navbar-nav.mobile-bar {
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0px 0px;
}
.navbar-nav.mobile-bar > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}
.navbar-nav.mobile-bar > li > a > span.menu-icon {
	display: block;
	font-size: 1.8em;
}

.navbar-app {
    height: 50px;
    max-height: 50px;
    font-size: xx-small;
    background-color: #4392ae;
    border-color: #4392ae;
}

.navbar-nav.mobile-bar > li a {
    margin-top: -7px;
    -webkit-tap-highlight-color: #2688ab;
}

.mobile-bar-active {
    border-top: 4px #23527c solid;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 55px;
}


    
.page-selecting{
    display: initial;
    position: absolute;
    top: 60px;
    background-color: #f6f6f6;
    left: 100%;
}

.page-selected,.page-selecting {
    display: initial;
}



.page-selected.from-right {
     left: 0;
     transform: translateX(100%);
     -webkit-transform: translateX(100%);
}

.page-selected.from-left {
    right: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}*/



