/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 20, 2015, 9:36:37 AM
    Author     : geo
*/

.userPhoto {
	background: white;
	border:2px solid;
	border-color: black;
	border-radius:10px;
		-moz-border-radius:10px;
	box-shadow: 2px 2px 2px #C7C7C7; 
	width: 44px;
	height: 44px;
        margin-top: 5px;
}

.UserInfo{
    margin-top: 5px;    
    padding-left: 15px;
}

.imglogo{
    padding-right: 3px;
}


 .dropdown-menu {
    margin-top: 0;
  }


.dropdown-menu {
  margin-top: 0;
  border: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* PAGINATION */
.paginationd {
     font-size: 12px;
    border-top: 0;
    margin: 0;
    padding: 0.3em 0.2em;
    text-align: center;
       -moz-box-shadow: 0 0 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
            box-shadow: 0 0 3px 1px #AAAAAA;
    background-color: #EFEFEF;
}

.paginationd a,
.paginationd .currentStep {
    color: #666666;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.25em 0.7em;
    text-decoration: none;
       -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
}

.paginationd a:hover, .paginationd a:focus,
.paginationd .currentStep {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .paginationd a:hover, .no-borderradius .paginationd a:focus,
.no-borderradius .paginationd .currentStep {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}