.user-panel > .image > img 
{
    width: 100%;
    max-width: 25px;
    height: auto;
}
.navbar-nav > .user-menu .user-image-custom
{
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-top: -2px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img 
{
    z-index: 5;
    width: 100%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
    max-width: 75px;
}

.textarea-bottom-strip
{
	padding: 2px 10px 2px 10px;
	background-color: #ECF0F5;
	border-left: 1px solid #D2D6DE;
	border-right: 1px solid #D2D6DE;
	border-bottom: 1px solid #D2D6DE;
	color: #444444;
	font-size: 0.75em;
	font-family: Tahoma;
}
.ad-info
{
	background-color: #D9EDF7;
	border-left: 4px solid #31708F;
	color:#31708F;
	padding: 10px;
}

.ad-danger
{
	background-color: #F2DEDE;
	border-left: 4px solid #A94442;
	color:#A94442;
	padding: 10px;
}

.ad-warning
{
	background-color: #FCF8E3;
	border-left: 4px solid #8A6D55;
	color:#8A6D55;
	padding: 10px;
}

.ad-success
{
	background-color: #DFF0D8;
	border-left: 4px solid #3C763D;
	color:#3C763D;
	padding: 10px;
}

#overlay 
{
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}
#text
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}