/*
*	(C) Copyright 2014 Focus BC - http://www.focus-bc.com/.
*
*  main.css
*	Summary: Stylesheet for commons styles for desktop and mobile
*
*/

/* MAIN ************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	overflow: hidden;

	-webkit-text-size-adjust: 100%;

	/* Make elements unselectable, because the onclick on TD and other events */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* INPUTS **********************************************************************/

textarea, input, button, select {
	font-family: 'PT Sans', sans-serif;
	outline: none;
}

/* FONTS AND STYLES ***********************************************************/

h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 19px;
	line-height: 19px;
	font-weight: 300;
}

h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 250;
}

h3 {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}

h4 {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
}



/* OVERRIDES ********************************************************************/

ui-widget, ui-atucomplete {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}

.hidden-input{
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	display: none;
}

.hidden-input-file{
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	display: block;
}

.text-center {
    text-align: center;
}

.text-color-black {
    color:#000;
}

.no-decoration{
    text-decoration:none;
}

.header-avatar {
    height: 30px !important;
    width: 30px !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    position: relative;
}

.circle {
    border-radius: 50%;
}

.gso-statistics-state-btn-selected{
    background-color:grey; 
	color:white;
}

/* Material Icons  ********************************************************************/
.material-icons { color: rgba(0, 0, 0, 1); }