
body{
	font-size				: 12px;
	font-family				: 'Arial';
}
nav.header ul.sm{
	z-index: 90;
}
ul.sm li.menu-right{
	float: right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #3092c0;
    color: #fff;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 6%;
    text-align:center;

}

.footer img{
	height:35px;
}


hr.separator {
	margin-right: 10px;
    margin-left: 10px;
    height: 1px;
}

input[type=text] {
	width: 200px;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#menutree {
	overflow: auto;
	text-align: left;
}

ul.jstree-contextmenu {
	text-align: left;
	z-index: 150;
}

ul{
	text-align: left;
}

ul.ui-autocomplete{
	z-index: 200;
	max-height : 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}

.selectize-control {
	text-align : left;
}

td {
	text-align : left;
}

.error {
	background-color : red;
}

input[type=text].wide {
	width : 500px;
}

.wide {
	width : 500px;
}

.progress {
  background: green;
  display: block;
  height: 20px;
  text-align: center;
  transition: width .3s;
  width: 0;
}

.selectize-dropdown, .ts-dropdown{
	z-index: 500;
}
.selectize-dropdown-content{
	text-align: left;
}

ul.gallery { list-style-type: none; margin: 0px; padding: 0px; }
ul.gallery li {
    padding-top: 35px;
    float: left; width: 110px; height: 110px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    margin: 0 10px 10px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
ul.gallery li span {
     display: none;
    background-color: white;
    float: right;
    text-align: center;
    margin: 0px 15px 10px 15px;
    color: #fff;
    border-radius: 5px;
    padding: 3px; cursor: pointer;
}
ul.gallery li:hover span { display: block; }
ul.gallery li:hover span:hover { background-color: rgba(0,0,0,1); }

ul.gallery li.selected { border: 2px solid #000; }

a.g-menu-item, li.ui-menu-item {
	width: 200px;
}
ul.ui-menu {
	width: 220px;
}

div.option{
	text-align: left;
}

td.ui-pg-button{
	background-color: darkturquoise;
}

#horairesTable tr td{
	text-align:center;
}
