html {
	height: 100% !important;
}

.ui-widget {
	font-family: 'Open Sans' !important;
}

body {
	font-size: 13px;
	font-family: 'Open Sans' !important;
	width: 100%;
	height: 100%;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	margin: 0px;
	min-width: 0 !important;
	
	
}


#container {
	min-height: 100%;
	position: relative;
	
	/*background-color: black;*/
	
	background-size:100% 100%;
}

.dark_mode {
	background-color: black;
	color: white;
}

#body {
	padding: 0px 40px 40px 40px
}

#content {
	min-height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid;
	border-top-color: #e5e5e5;
	height: 50px;
	padding: 15px 0;
	text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

a img {
	border: none;
}

a img {
	border: none;
}

h1 {
	font-size: 20px !important;
	margin-top: 0 !important;
}

h2 {
	font-size: 16px !important;
}

button {
	cursor: pointer !important;	
}

select {
	font-size: 13px;
	
}

.box {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-wrap,
	.ui-layout-bd, .ui-layout-hd {
	border: 0px !important;
}

.ui-widget-overlay {
	opacity: 0;
}

.ui-layout-unit .ui-layout-unit-content {
	overflow: visible !important;
}

.container-footer {
	padding: 0 50px;
}

.container-wrap {
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	padding-top: 15px;
}

.footer-color {
	background-color: #222222;
	color: #aaaaaa
}

.socket-color {
	background-color: #222222;
	color: #eeeeee;
	border-top-color: #373737;
}

#socket {
	font-size: 11px;
}

.flex_column {
	display: inline-block;
	float: left;
	width: 395px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.widget {
	padding-right: 20px;
}

.copyright-text {
	font-size: 11px;
}

.copyright-content {
	display: inline-block;
}

#login_form {
	margin-top: 100px;
	margin-bottom: 80px;
}

.ui-layout-unit-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#leftPieChart-dl, #rightPieChart-dl {
	width: auto !important;
}

.form-new-edit {
	margin: 20px 20px auto;
}

.div-row-new-edit {
	padding-bottom: 20px !important;
}

.div-new-edit {
	width: auto !important;
	padding-right: 30px;
}

.div-new-edit-title {
	width: 15% !important;
}

.div-new-edit-weight {
	font-size: 15px;
	font-weight: bold;
}

.ui-corner-bottom {
	padding-bottom: 20px !important;
}

.login-input-text {
	float: left;
}

section>h3 {
	font-weight: bold !important;
}

#header>div>h1 {
	font-weight: bold !important;
}

select {
	max-width: 100% !important;
}

#app_new_form, #app_edit_form {
	padding-left: 30px;
}

.ui-widget-content {
	text-align: center;
}

.forgot-password {
	font-size: 0.8em !important;
}

.div-search-app {
	padding-top: 5px;
	padding-right: 10px;
}

.ui-selectcheckboxmenu {
	width: 200px !important;
	text-align: center;
}

.ui-selectcheckboxmenu-trigger {
	width: 25px !important;
}

label {
	font-weight: normal !important;
}

.ui-widget-content a {
	color: #707070;
}

.ui-menu-list>li>a>span {
	font-size: 13px;
	margin-left: 1.4em !important;
}

div>ul>li>.ui-button>span {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.divider {
	background-color: #e5e5e5 !important;
	border-color: -moz-use-text-color -moz-use-text-color #e5e5e5 !important;
	height: 3px !important;
	margin: 9px 0 !important;
	overflow: hidden !important;
}

.dropdown-menu>.ui-menu {
	border: 0 solid rgba(0, 0, 0, 0.2) !important;
}

.ui-selectonemenu-trigger {
	width: 25px !important;
}

.dropdown-menu>div>ul>.ui-menuitem {
	width: 184px !important;
}

.navbar-nav>li>.dropdown-menu {
	width: 185px !important;
}

.dropdown-menu>.ui-menu {
	width: 180px !important;
}

span.ui-inputnumber.ui-state-error {
	border: none !important;
}

.name {
	vertical-align: top;
	width: 150px;
	float: left;
	margin-top: 5px;
	clear: left;
}

.name_long {
	vertical-align: top;
	font-weight: bold;
	min-width: 250px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.ui-datatable * {
     border : 0px !important;
}

