body {
	margin:0;
	padding:0;
	font-family:Helvetica,Arial,sans-serif; 
	min-width: 1200px;
}

* {
	padding:0;
	margin:0;
}

a {
	list-style: none;
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}

img {
	border: 0 none;
}

input {
	outline: none;
}

input[type="text"],input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1em;
	box-sizing: border-box;
	width: 100%;
}

textarea {
	outline: none;
	resize: none;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	width: 360px;
	height: 60px;
	font-size: 1em;
	vertical-align: top;
	word-break: break-all;	
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	/* box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .1); */
}

table {
	width: 100%;
	overflow: hidden;
	border-collapse: inherit;
	border-spacing: 0;
	text-align: center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

table th {
	font-weight: bold;
	font-size: inherit;
	line-height: 2em;
	padding: 3px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

table tfoot th {
	cursor: default;
}

table thead td, table tfoot td{
	font-weight: bold;
	text-align: right;
}

table tfoot td {
	white-space: nowrap;
	padding: 5px 2px;
}

table td {
	padding: 5px 2px;
	height: 25px;
}

table td.hl {
	font-weight: bold;
}

tfoot th {
	padding: 5px;
}

table tr .al {
	text-align: left !important;
	float: none;
}

table tr .ac {
	text-align: center !important;
	float: none;
}

table tr .ar {
	text-align: right !important;
	float: none;
}

table .nosort {
	cursor: default;
}

table tbody tr.detail {
	cursor: default !important;
	text-align: center;
}

table tbody tr.detail td {
	text-align: left;
}

table tbody tr.no-hover {
	background: #fff !important;	
}

.tr-detail-box {
	text-align: left;
    border-radius: 5px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.nowrap {
	white-space: nowrap !important;
}

.bold {
	font-weight: bold;
}

.loading {
	width: 16px;
    height: 16px;
    display: block;
    margin: 5px auto 10px;
    font-size: 1.3em;
    font-weight: bolder;
}

.clearfix {  
    zoom: 1;  
}

.clearfix:after{  
    content: "020";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;   
}

.hidden {
	display: none;
}

.btn a,input[type="submit"],input[type="button"] {
	cursor: pointer;
	padding: 10px 20px;
	border: 0;
	height: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
    font-size: 1.1em;
    font-weight: bold;	
}

.btn a:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #e0584e;
}

.btn .cancel {
	margin-right: 20px;
}

.filters {
	margin-bottom:10px;
	padding: 10px 0 10px 10px;
	border-radius: 5px;
}

.filters .filter-item {
	float: left;
	margin-right: 10px;
}

.filters .filter-item:last-child {
	margin-right: 0;
}

.filters .filter-item>p {
	font-weight: bold;
	margin-bottom: 5px;
}

.filters .filter-item label {
	margin-right: 10px;
	cursor: pointer;
}
.filters .filter-item label>div{
	margin-right: 5px;
}

.filters .filter-item select, .filters .filter-item input {
	width: 100%;
}

.filters div.btn {
	float: right;
	margin-top: 8px;
}

.datarange .datebox {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	vertical-align:middle;
	height: 24px;
}

.datarange .datebox input {
	border: 0 none;
	width: 90px;
	padding: 5px 0 5px 5px;
	vertical-align:middle;
	border-radius:0;
	font-size: 1em;
	margin-left: -5px;
	cursor: pointer;
}

.datarange .datebox span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-align:center;
	width: 35px;
	font-size:1em;
	vertical-align: top;
	background-color: #e77d77;
    color: #eee;
	font-weight: bold;	
}

.ui-datepicker .ui-datepicker-calendar th {
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-calendar th:first-child {
	border-top-left-radius: 3px;
	-moz-border-radius-topleft:3px;
}

.ui-datepicker .ui-datepicker-calendar th:last-child {
	border-top-right-radius: 3px;
	-moz-border-radius-topright:3px;
}

.cbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(224, 88, 78, 0.7);
}

.cbox .title {
	margin-bottom: 10px;
}

.cbox .title h3 {
	display: inline-block;
	font-size: 1.2em;
}

.cbox .title h4 {
	display: inline-block;
	font-size: 1.1em;
}

.w30 {
	display: inline-block;
	width: 30px;
}

.page {
	text-align: center;
	margin: 20px 0 10px;
}

.page a,.page span {
	line-height: 30px;
	height: 30px;
	padding: 7px 15px;
}
.page a {
	cursor: pointer !important;
}
.page span {
	cursor: not-allowed;	
}

.page a:hover,.page span.act {
	text-decoration: none;
	cursor: default;
}

.page span.info {
	border: none;
	font-weight: bold;
}

.page a.act {
	font-weight: bold
}

.page {
	font-weight: bold;
}

.page span.info {
    background: none;
    color: inherit;
}

.page a,.page span {
	background-color: #fff;
	color: #111 !important;
	border: 1px solid #e77d77;
	border-right: 0 none;
}

.page a:hover,.page span.act {
	background-color: #e77d77 !important;
}

.page a:first-child, .page span:first-child {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page a:last-child, .page span:last-child {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border-right: 1px solid #e77d77;
}


.page span.act {
	background-color: #e0584e;
	color: inherit;
}


.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}

.inactive {
	font-style: italic;
	color: gray;
}

div.ui-tooltip {
	padding: 8px !important;
	border: 0 none !important;;
	max-width: 450px !important;
	font-size: 0.9em;
	word-break:break-all;
}
.circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 13px;
    font-size: 1.2em;
    margin-right: 3px;	
}

.tabs > ul li>a {
    float: left;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;
    margin-right: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #e77d77; 
    border: 1px solid #e77d77;
}


.tabs li>a:hover, .tabs li.active>a {
    text-decoration: none;
    background-color: #e0584e;
}

.tabs li.active>a {
	cursor: default;
}

.tabs .tab {
    width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box;
    float: left;
    position: relative;
    border-radius: 5px; -moz-border-radius: 5px;
    padding: 15px;
    margin-top: -1px;
	border-top-left-radius: 0;
	display: none;
	background-color: #F8F8FB;
	border: 1px solid #e77d77;	
}

.wrapper h2 {
	margin-bottom: 10px;
}

.wrapper .iradio_square-orange {
	margin-right: 10px;
}

.wrapper .fa {
    color: #e77d77;
}

.wrapper .fa {
    margin-left: 5px;
    font-size: 1.3em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;    
}

.wrapper .fa:hover {
	color: #e0584e;
}

.wrapper .current .fa {
	color: inherit;
}

.wrapper .fa-pencil-square-o {
	margin-top: 1px;
}

.radio-box label{
	cursor: pointer;
}

.loading-layer {
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	z-index: 5;
}

.loading-layer .mask {
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	text-align: center;
	opacity: 0.2;
	border-radius: 8px;
	background-color: #ccc;
}

.loading-layer .loading {
	margin-top: 140px;
}

.table-no-data {
    padding: 25px;
    text-align: center;
	border: 1px solid #e77d77;
	border-top: 0px solid;
    border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
}
.table-no-data span {
    font-size: 3em;
    display: block;
    color: #ccc;
}
.table-no-data strong {
    font-size: 1.4em;
    font-weight: normal;
}

.detail-layer {
    position: absolute;
    width: 100%;
    min-height: 100px;
    top: 10px;
    z-index: 10;
    padding: 0 25px;
    box-sizing: border-box;
	display: none;
}

.detail-layer .close {
	float: right;
}

.detail-layer .content {
	min-height: 20px;
}

.detail-layer .content .loading {
	margin-top: 50px;
}

.row {
	margin-bottom: 10px;
}

.row label {
	font-weight: bold;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.row .input-box {
	width: 68%;
	display: inline-block;
}

.row .input-box select {
	width: 100%;
}

.search-table-box {
	float: right;
    margin: 7px 0;
    padding: 5px 5px 5px 10px !important;
    border-radius: 5px;
	
}

.search-table-box input {
	width: 200px;
}

.search-table-box h4 {
	display: inline-block;
	margin-right: 10px;
}

.table-title-box {
	position: relative;
    height: 35px;	
	margin-bottom: 5px;
}

.table-title-box .page-info {
	margin-bottom: 5px;
    padding: 7px 10px;
    margin-top: -5px;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    top: 2px;
}

p.pending {
    padding: 10px 20px;
    border: 0;
    height: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;	
	background-color: #5A9C56 !important;	
	width: 100px;
}

p.rejected {
	background-color: #3B5639  !important;	
	cursor: not-allowed;
    padding: 10px 20px;
    border: 0;
    height: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
	width: 100px;	
}

p.approval {
	background-color: #e77d77  !important;	
    padding: 10px 20px;
    border: 0;
    height: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
	width: 100px;	
}

div.ui-tooltip {
	background: #e77d77 !important;
	color: #fff !important;
	box-shadow: 0 0 0 0;
	border: 1px solid #e77d77;
}

.ui-tooltip p {
	display: inline-block;
	width: 100px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #fff !important;
}