/*
    Document   : pro_navigation
    Created on : 12.09.2014, 17:07:05
    Author     : hquadrat
    Description: navigation for ProApps
*/

/*
#
## START status
#
*/

#status {
	display: none;
    position: fixed;
    z-index: 10;
    border: 1px solid #999;
    width: 50%;
    margin: 0px 25%;
    height: 20px;

    background-color: #eef0f0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;

/*
	background: #FFF none repeat scroll 0% 0%;
	padding: 15px 30px;
	border: 10px solid #EEF0F0;
*/
}

/*
#
## END status
#
*/

/*
#
## START topnav
#
*/

#topnav {
	background-color: #7298fd;
	color: #fff;
}

#topnav ul {
	float: right;
	width: 50%;
	border-left: 1px solid #5D7CCF;
}

#topnav ul li {
	display: inline;
	float: right;
}

#topnav ul li a {
	display: block;
	padding: 0 1.4em;
	border-left: 1px solid #678ae6;
	height: 30px;
	line-height: 30px;

	color: #fff;

	font-family: 'Maven Pro', sans-serif;
	text-decoration: none;
	font-size: 80%;
	font-weight: 400;
}

#topnav ul li a:hover {
	background-color: #7FA1FD;
}


#topnav ul li a span {
	padding-right: 0.4em;
}

/*
#
## END topnav
#
*/

/*
#
## START breadcrumbs
#
*/

#breadcrumbs {
/*	padding-top: 30px;	*/
	background-color: #eef0f0;
}

#breadcrumbs ul {
	width: 100%;
}

#breadcrumbs ul li {
	display: inline-block;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
}

#breadcrumbs ul li a {
	display: block;
	padding: 0 2.1em 0 0.4em;
	border-left: none;
	height: 30px;
	line-height: 30px;

	color: #777;
	background: #fafafa url(../images/proappers.com__bgr__breadcrumbs_right.png) right center no-repeat;

	font-family: 'Maven Pro', sans-serif;
	text-decoration: none;
	font-size: 80%;
	font-weight: 400;
}


/* specials */
#breadcrumbs ul li.first a {
	width: 0.9em;
	padding-left: 0.6em;
}

#breadcrumbs ul li:last-child a {
	background-image: url(../images/proappers.com__bgr__breadcrumbs_right_end.png);
	padding-right: 1.6em;
}


/*
#
## END breadcrumbs
#
*/

/*
#
## START KPIs
#
*/

#kpis {

}

#kpis .kpis div {
	height: 100px;
}

/*
#
## END KPIs
#
*/


/*
#
## START left/main navigation
#
*/

#navigation {
/*	background: #fafafa url(../images/proappers.com__bgr__nav_temp_left.png) top left repeat-y;	*/
	background-color: #f9fafa;
}

#navigation ul {
	margin: 0;

	list-style-type: none;

/*	background: transparent url(../images/proappers.com__bgr__nav_temp_right.png) top right repeat-y;	*/
}

#navigation ul li {
	padding: 1.5em 0 1.5em 2em;

	border-bottom: 1px solid #f4f4f4;
}

#navigation ul li a {
	display: block;

	font-family: 'Maven Pro', sans-serif;

	color: #5D7CCF;
	text-decoration: none;
}

#navigation ul li a span.icon {
	display: inline-block;
/*	width: 1.8em;	*/
	width: 28px;
/*
	width: 18px;
	padding-right: 10px;

	text-align: center;
*/
}


/* second level */
#navigation ul li ul {
	padding: 0.8em 0 0 0;

	background-image: none;
	background-color: transparent;
}

#navigation ul li ul li {
	padding: 0;
	border-bottom: none;

	font-size: 80%;

	background-image: none;
	background-color: transparent;
}

#navigation ul li ul li a {
	padding: 0.25em 0;
	text-decoration: none;
	background-color: transparent;
}


/* specials */
#navigation ul li.navhead {
	padding: 0;
	border-bottom: none;

	background-color: #688AE6;
	background-image: none;

	font-size: 72%;
	color: #fff;
}

#navigation ul li.navhead a {
	display: block;
	padding: 1em;

	color: #fff;
	text-decoration: none;
}

#navigation ul li.navhead a span.icon {
	width: 1.4em;
}

/*
#
## END left/main navigation
#
*/

/*
#
## START pro buttons
#
*/

.probutton {
	height: 30px !important;
	color: #fff;

	cursor: pointer;
	text-decoration: none;
}

.probutton.mini {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	width: 30px !important;

	line-height: 31px;
	text-align: center;
	background-color: #7298fd;

	font-size: 150%
}

/*
#
## END pro buttons
#
*/

/*
#
## START super switch button
#
*/


.multiple {
    position: relative;
	padding: 0;
    width: 30%;
}

.multiple .actions a.button {
    display: none;
}

.multiple .actions a.button:first-child {
    display: inline-block;
}

.multiple:hover .actions {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
	padding: 0;
	margin: 0;
}

.multiple:hover .actions a.button {
    display: block;
	height: 29px;
	line-height: 29px;
    border-bottom: 1px solid #CCC;
}


a.button {
    border: none;
    padding: 0 4%;
    font-size: 80%;
    font-weight: 400;
    width: 92%;
    cursor: pointer;
    text-transform: uppercase;
	text-decoration: none;
    background: #7298fd;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 29px;
    font-family: 'Maven Pro', sans-serif;
}

a.button span.lefticon {

	overflow: hidden;

    font-size: 130%;
    height: 27px;
    line-height: 27px;
    margin-right: 7px;
}

a.button em.righticon {
    display: inline-block;
	overflow: hidden;

	font-style: normal;
    font-size: 150%;
    height: 29px;
    line-height: 29px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;

    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

a.button:hover {
    background-color: #7298fd;
}


/*
#
## END super switch button
#
*/

/*
#
## START extensions for probookmarking
#
*/

/* nav icons */
#navigation ul li a.icon.edit {
	display: inline-block;
	margin-right: 1.5em;
	width: 10px;
	float: right;
}

/* bookmark listing */
#ajaxArea .bookmark {
	display: inline-block;
	overflow: hidden;
    position: relative;
    width: 198px;
	height: 228px;
    float: left;
    padding: 5px;
	border: 1px solid #ebebeb;
	margin: 0px 10px 20px 0px;

	background-color: #fafafa;
	background-color: #fff;
/*	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);	*/

	background-position: center 20px;
	background-repeat: no-repeat;

}

#ajaxArea .bookmark h3 {
	height: 1.2em;
	overflow: hidden;
	color: #5D7CCF;
}

#ajaxArea .bookmark h3 a {
	text-decoration: none;
	color: #5D7CCF;
}

#ajaxArea .bookmark .image {
	margin: 0;
	width: 198px;
	height: 120px;

	background-position: center -10px;
	background-repeat: no-repeat;
}

#ajaxArea .bookmark .description {
	margin: 0 0 0.5em 0;
	line-height: 1.1em;
}

#ajaxArea .bookmark .tags li {
	display: inline-block;
	padding: 3px 3px;
	margin: 0 2px 2px 0;

	background-color: #eef0f0;

	font-size: 60%;
}

/*
#
## END extensions for probookmarking
#
*/
