#datapage {
    color: #1C94C4 !important;
}

#datapage .ui-button-text-only .ui-button-text {
    font-size: 13px;
    padding: 2px 15px;
}

.head {
    border-bottom: 1px solid #F7B64B;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#datapage .label {
    display: inline-block;
    /*width: 45%;*/
    color: #1C94C4 !important;
    font-size: 100%;
    text-align: left;
}

#datapage_box {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #F7B64B;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.btn {
    margin-left: 5px !important;
}

.btn-group .no-margin {
    margin-left: 0!important;
}

.panel-orange {
    border-color: #F6A828;
}

.panel-orange > .panel-heading {
    color: #fff;
    background-color: #F6A828;
    border-color: #F6A828;
}

.panel-orange > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #F6A828;
}

.panel-orange > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #F6A828;
}

.panel-heading {
    font-weight: bold;
}

.badge {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

#datapage .text-white, .text-white {
    color: white !important;
}

.label {
    font-size: 12px !important;
}

.btn .label {
    border-radius: 0 4px 4px 0;
    font-size: 12px !important;
    margin-left: 0;
    margin-right: -7px;
    padding-bottom: 2px !important;
    padding-top: 3px !important;
    top: 1px !important;
}

.btn-warning a, .btn-warning,
.btn-danger a, .btn-danger,
.btn-primary a, .btn-primary,
.btn-success a, .btn-success {
    color: white !important;
}

.dataTable .btn-group .btn {
    margin: 0 !important;
}

.dataTable .btn-group {
    width: 70px;
}

.panel .btn-group {
    width: auto;
}

.panel .btn-group btn {
    margin: auto;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #efe1cb!important;
}

#quick_add {
    color: #f6a828;
    font-size: 70px;
    text-align: center;
    border: none;
    width: 100%;
}

#quick_add .ui-button-text {
    padding:0;
}

#dialog-form label {
    margin-bottom: 15px;
}

#taskList {
	position: fixed;
	bottom: 0;
	right: 2%;
	min-width: 350px;
	width: 350px;
	max-width: 350px;
	background-color: #F6A828;
	margin-bottom: 0;
	color: #fff;
}

#taskList .title {
	background: #F6A828;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 10px;
	padding: 10px;
}

#taskList .title.has-border {
	border-bottom: 6px solid #fff;
}

#taskList .title:hover {
	cursor: pointer;
}

#taskList > ul {
	height: 200px;
	max-height: 400px;
	overflow: auto;
	list-style-type: circle;
	position: relative;
	-webkit-padding-start: 10px;
}

#taskList > ul li {
	font-size: 16px;
}

#taskList > ul li a {
	color: #fff;
}

#taskList > ul li a:hover, #taskList > ul li a:visited, #taskList > ul li a:focus {
	text-decoration: underline;
	color: #fff;
}

#taskList > ul li a:before {
	content: " - ";
}

#taskList > ul li:first-child {
	margin-top: 10px;
}
#taskList > ul li:not(:last-child) {
	margin-bottom: 5px;
}