html, body {
	width: 100%;
	height: 96%;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #D6DDE4;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

body.adapted-to-menu-bar {
	padding-top: 35px;
}

body.adapted-to-menu-bar-3rows {
	padding-top: 70px;
}

h2 {
	color: #00afec;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 30px;
}

label {
	font-size: 12px;
}

div.liberty-clear-float {
	clear: both;
}

div.liberty-nopadding {
	padding: 0px;
}

div.row {
	padding-bottom: 5px;
	margin-left: -8px;
	margin-right: -8px;
}

div.padded_row {
	padding-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

div.ngview-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

div.liberty-loader {
	position: fixed;
	top: 50%;
	left: 50%;
}

div.liberty-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
}

.spinner-text{
	color: #5549ec !important;
	 text-shadow: 1px 0 0 #fff, 
	 -1px 0 0 #fff, 0 1px 0 #fff,
	 0 -1px 0 #fff, 1px 1px #fff, 
	 -1px -1px 0 #fff, 1px -1px 0 #fff, 
	 -1px 1px 0 #fff;
}

b {
	color: #069;
	font-size: 16px;
	padding-left: 30px;
	background: url(/maxis/previnet/common/assets/img/title-point.png)
		left center no-repeat;
}

.liberty-bold {
	font-weight: bold;
}

.liberty-important-message {
	font-weight: bold;
	color: #900;
}

.liberty-display-none {
	display: none;
}

div.tab-content {
	border: 1px solid #ddd;
	padding: 5px;
}

.nav-tabs {
	border-bottom: none;
}

.typeahead-modaldialog-table a:hover {
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}


.liberty-pagination {
	margin-top: 0;
}


.liberty-pagination select {
	color: #069;
        border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 29px;
    float: left;
    font-size: 12px;
    border: 1px solid #ddd;
}

.liberty-movedown-toolbar {
	padding-top: 10px!important;	
}

.liberty-ranges-border {
    border: 1px solid #ddd;
}

.liberty-menu-highlight:before {
	position: relative;
	left: -12px;
	color: #FC7753;/*#C8102E*/
	margin-right: -10px;
	font-family: "Glyphicons Halflings";
	font-size: "12px";
	content: "\e124"; /*"\e006";*/
}
.login-container {
	position: absolute;
	height: 230px;
	width: 300px;
	margin-top: -100px;
	margin-left: -200px;
	top: 30%;
	left: 50%;
}

.login-form {
	margin-left: 42px;
}

.login-form .login-buttons {
	text-align: center;
}

#login-loginForm .row {
	margin-left: 10px;
	margin-right: 10px;
}

#login-loginForm .form-control {
	width: 75%;
}

#login-loginForm {
	width: inherit;
	background-color: rgb(57, 66, 100);;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	/* position:relative; */
}

.login-createpassword-message {
	text-align: left;
	font-style: italic;
}

.glyphicon {
	font-size: 30px;
}