.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.navbar {
	border: 0px;
	min-height:32px !important;
	height:46px;
}

.cube-box {
	border-radius: 0 !important;	
}

.active-tab {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.panel-primary > .panel-heading, .corporate-color {
	background-color: #1C50A4;
	border-color: #1C50A4;
}

.btn-primary {
	color: #fff !important;
	background-color: #1C50A4;
	border-color: #1C50A4;
}

.panel-primary {
	border-color: #1C50A4;
}

.tooltip-inner {
	max-width: 1000px;
}

.dropdown-menu li a {
	white-space: normal;
}

.loading
{
    background:url('loading2.gif') no-repeat center;
	color: #F0F0F0;
    outline: 0 !important;
	border: 0 !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.transparent-body {
	background: none transparent !important;
}

.glass::before {
    position: absolute;
    margin: -20px 0 0 -20px;
    content: "";
    left: 0;
    top: 0;
    width: calc(16px + 100%);
    height: calc(16px + 100%);
    background: url(glass_bg.png) fixed;
    background-size: cover;
    -webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	filter: blur(8px);
    z-index: -1;
}

.glass::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: -1;
}

.glass {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:-1;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 16px rgba(0,0,0,0.5);	
}

.round {
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #888;
}

.login-body {
	background-repeat: no-repeat;
	background: url(login_bg_v3.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.index-body {
	background-repeat: no-repeat;
	background: url(index_bg.png) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.unselectedInput {
    outline: 0 !important;
	border: 0 !important;
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.shadow {
	-webkit-box-shadow: 0px 0px 29px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px -1px rgba(0,0,0,0.75);
}

.floating {
	position: fixed; 
	z-index: 10;
}

.center {
	margin: auto;
	top: 5%; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.loginOverlay{
    opacity:0.5;
    background-color:#666666;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:-1;
}

.overlay{
    opacity:0.8;
    background-color:#666666;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-filter: blur(5px);
    filter: blur(5px);	
}

.pointer:hover {
	cursor: pointer;
}