
body {
	font-family: 'Lato', sans-serif;
	background-color: #f7f7f7;
    overflow-x: hidden !important;	
}

div#content-container {
	padding: 0 10px 65px 10px;
	background-color: #f7f7f7;
}
input {
	font-style: italic;
}

textarea {
	font-style: italic;
}

select {
	font-style: italic;
}

input.error {
	border: solid 1px #BD021F;
}

textarea.error {
	border: solid 1px #BD021F;
}

select.error {
	border: solid 1px #BD021F;
}

.form-control:FOCUS {
	
}

div.help-block {
	color: #BD021F;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}

div#header-bar-container {
	background: #14b27a;
}

div.sidebar-offcanvas {
	border-left: solid 2px #14B27A;
}

div#user-brand span {
	padding: 12px 0 0 55px;
	display: block;
	color: #fff;
	font-style: italic;
	text-transform: capitalize;
	font-size: 1.2em;
}

ul#affix {
	
}

img.icon-menu {
	height: 32px;
	position: absolute;
	top: 10px;
	right: 15px;
}

img.icon-user {
	height: 20px;
	margin-bottom: 5px;
}

img.icon-btn {
	height: 34px;
	margin-bottom: 4px;
}

a.cs-navbar-brand {
	position: absolute;
	left: 10px;
	bottom: 0;
}

img.logo-app {
	height: 40px;
}

h1.title-main {
	padding: 4px 0;
	margin:  4px 0 10px 0;
	border: none;
	font-size: 1.1em;
	color: #999;
	text-align: center;
}

div.cs-icon {
	background-color: #14b27a;
	padding: 4px;
	border: none;
	border-radius: 0;
	width: 38px;
	height: 42px;
}

img.cs-icon-img {
	height: 22px;
}

div.detail-title {
	width: 80%;
}

span.detail-data-title {
	text-align: left;
}

span.status-0 {
	
}

span.status-1 {
	color: #FCB322;
}

span.status-2 {
	color: #14B27A;
}

.cs-field {
	border: none;
	border-radius: 0;
	height: 42px;
}

.btn-custom {
	background-color: #14B27A;
	color: #fff;
	padding: 10px;	
	border: none;
	border-radius: 0;
	width: 100%;
}

.btn-custom-home {
	padding: 4px !important;
	font-size: 1.2em;
}

.btn-custom:HOVER {
	color: #fff;
}

.form-section-title {
	font-size: 1.1em;
	color: #999; 
}

div.home-board {
	margin-top: 35px;
	margin-bottom: 50px;
}

div.home-board p {
	text-align: center;
	padding: 15px 0 0 0;
}

div.home-board ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.home-board ul li {
	margin-bottom: 10px;
}

div#home-txt {
	padding: 10px;
	text-align: center;
	color: #999;
}

.green-txt {
	color: #14B27A;
	font-weight: bold;
}

div.page-board {
	text-align: center;
}
div.page-board p{
	padding: 15px 0 0 0;
}

div.page-board ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.page-board ul li {
	margin-bottom: 10px;
}

div.page-list {
	padding: 15px 0 15px 0;
}

div.cs-panel-heading {
	padding: 0 !important;
	position: relative;
}

div.cs-icon-detail {
	background-color: #14b27a;
	padding: 4px;
	border: none;
	border-radius: 0;
	width: 38px;
	height: 42px;
	float: left;
}

div.detail-title {
	/*float: right;*/
	padding: 10px 10px 0 0;
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	top: 5px;
	right: 10px;
}

span.detail-status {
	margin-left: 15px;
	font-weight: bold;
	font-size: 0.9em;
}

div.detail-body p {
	margin-bottom: 2px;
	padding: 4px 0 4px 0;
}

div.detail-body p.border-detail {
	border-bottom: solid 1px #dedede;
}

p.detail-note {
	
}

span.label-detail {
	font-weight: bold;
}

span.value-detail {
	
}

div#footer-bar {
	background: #333 !important;
}

div.navbar-footer {
	padding: 8px 10px 0px 10px;
	text-align: center;
}

div.navbar-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.navbar-footer ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

div.navbar-footer ul li img {
	height: 34px;
}

div.input-group-fr-fr {
	float: left !important;
}

div.input-group-fr-qt {
	float: right;
	padding-left: 0;
    padding-right: 0;
}

.form-error-msg {
	color: red;
	margin-top: 4px;
}






























	    