/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/12/14 
 
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
-----------------------------------------------*/


/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/

html {height: 100%;}
body {height: 100%;}
body {height: 100%;}


/* navbar bottom border disabled by default */
.navbar {
	border-bottom: 1px solid transparent;
}
/* header button states - text colors */
.header-btns > div > button:focus {
	color: #666;
}
.header-btns > div > button:hover {
	color: #0094d2;
}

/*---------------------------------------------
 * Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
----------------------------------------------*/

.errorMessage {
	color: #d9534f;
	font-weight: 600;
}

tr.filters td input {
	width: 100%;
}

body.login-page #page-logo {
	margin-bottom: 40px;
}

div.progress {
	display: none;
}

.dropzone  {
	min-height: 200px;
	background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	padding: 23px;
	position: relative;
}

.dropzone, .dropzone *, .dropzone-previews, .dropzone-previews * {
	box-sizing: border-box;
}

.dropzone .dz-default.dz-message i.fa {
	margin-top: 20px;
	font-size: 70px;
	
}

.dropzone .dz-default.dz-message span.main-text {
	font-size: 20px;
}

.dropzone .dz-default.dz-message span.main-text b {
	font-size: 30px;
}

.qq-upload-button-hover {
	background: inherit !important;
}
.qq-upload-button-focus {
	outline: 1px dotted inherit !important;
}

#button-immagine:hover i,
#button-immagine:focus i,
#button-immagine:active i {
	color: #44ab00;
}

.button-column
{
	min-width: 100px;
}

.disable_barcode .barcode {
	background-color: #bbb;
	pointer-events: none;
	cursor: default;
}

div[name="editable"] > input
{
	width: 100%;
}

#registration-grid tr {
	height: 50px;
}

.red {
	color: #F44336 !important;
}

.green {
	color: #4CAF50 !important;
}

.orange {
	color: #F9A825 !important;
}

/*.btn-group a {
	width: 50px;
}*/

.icons_near > i
{
	padding: 0px 0px 0px 0px;
}

.icons_near > i:last-child
{
	padding: 0px 8px 0px 0px;
}

.report-list li *
{
	margin-right: 12px;
}

.btn-group {
	min-width: 100px;
}

.header-text	{
	font-size: 22px;
	padding: 14px 12px;
}

.customer-name {
	font-weight: bold;
	font-size: 22px;
}

.event-name {
	padding-left: 10px;
	font-style: italic;
	font-size: 20px;
}


/*svg > text {*/
	/*display: none;*/
/*}*/

.disabled_allowed {
	box-shadow: none;
	opacity: .65;
}

.fa-sign-in, .fa-plus-circle {
	color: #4CAF50;
}

.fa-sign-out, .fa-times-circle {
	color: #F44336;
}

.fa-refresh {
	color: #2196F3;
}

#timelogs-grid .fa-sign-in {
	margin-right: 3px;
	top: 0px;
}

#timelogs-grid .fa-sign-out {
	margin-right: 3px;
	top: 0px;
}

.time_log > div {
	display: inline-block;
	margin: 5px 0;
}

.time_log > div:hover .fa-times-circle,
.time_log > div:hover .fa-plus-circle,
.time_log > div:hover .fa-refresh
{
	display: inline;
	visibility: visible;
}

i.fa.timelog_detail
{
	visibility: hidden;
	cursor: pointer;
	margin-right: 7px;
	position: relative;
	top: -14px;
	right: 19px;
}

.timelog_canceled {
	color: #aaa;
	text-decoration: line-through;
}

.red_row td {
	/*F44336*/
	background-color: rgba(244, 67, 54, .6) !important;
}

div.panel-heading > div.pull-right > a:not(:last-child) {
	margin-right: 5px;
}

.radio {
	display: block !important;
}

div.radio input {
	opacity: 1 !important;
}

.clearboth {
	clear: both;
}

.overflow-visible {
	overflow: visible !important;
}

.editable_column_not_clickable {
	color: #000;
	border: none;
	cursor: not-allowed;
	background: none;
}

.form-inline button[type="submit"] {
	margin-left: 15px;
}

#loader_circle {
	display: none;
	background: url(../img/loader-circle.gif) no-repeat;
	height: 256px;
	width: 256px;
	z-index: 100;
	position: absolute;
	top: 100px;
	left: 50%;
}

.gridview_id_attribute {
	width: 50px;
}

.pointer {
	cursor: pointer;
}

.ui-autocomplete {
	z-index: 1100;
}

.fc-day-grid-event > .fc-content {
	white-space: initial;
}

img.grid-image {
	height: 66px;
}

.fc-content a, .fc-content a:hover {
	color: initial;
}

button.js-button-print-badge {
	background-color: #2196F3;:
}