

.login-register, .login-background{
		
	background: #7fdcef; /* Old browsers */
	background: -moz-linear-gradient(top,  #38bdf296 0%, #1ba0f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #38bdf296 0%,#1ba0f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #38bdf296 0%, #1ba0f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fdcef', endColorstr='#1ba0f2',GradientType=0 ); /* IE6-9 */
	width: 100% !important;
	
}
ul.orglist {
	padding-left:12px;

}
.container-fluid {
 
    padding-top: 20px;
}
.panel-outline {
	border: 1px solid #ccc;
}
.top-right-menu {
	position:absolute;
	top:10px;
	right:15px;
	font-size:1em;
}
.top-left-part {
    width: 80%;
    margin: 5px 15px;
	
}

.panel-inverse.panel-outline {
	background:#f7fafc;	
}
.nowrap {
white-space:nowrap;	
}
.btn-primary.btn-noOutline, .btn-primary.btn-noOutline:active, .btn-primary.btn-noOutline:hover, .btn-primary.btn-noOutline:focus {
	border:none;	
	background:inherit;
	/*color:#517fa4;*/
	color:#6774DF;
}
.section-items {
	font-size: 1em;
    background: #f2f6f9;
    margin-bottom: 2px;
   	padding-top:5px;
	padding-bottom:3px;
}
.editform {
	margin-left:30px;
    padding: 20px;
    border: #ccc 3px solid;
	border-radius: 6px;
}

    #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.navbar-header {	
	background:#fff;
	border-bottom: 1px solid #e3e3e3;
}

.navbar-header .navbar-toggle {
	color:#666;
}