/* custom */

::-moz-selection {background: #0290c9; color: #ffffff;}
::selection {background: #0290c9; color: #ffffff;}

a,input:focus, textarea:focus, select:focus{
    outline: none;
}

body {
	padding-top: 60px;
	padding-bottom: 40px;
}
.sidebar-nav {
	padding: 9px 0;
}
.nav-help {
	padding-right: 15px;
}
.nav-help textarea {
	width: 100%;
	min-width: 100%;
}
.nav-help .control-group {
	padding-right: 10px;
}
.validate-message {
	display: none;
}

.sortable-handler,.delete-column {
	cursor:pointer;
	width: 15px;
}

.position-colum {
	width: 15px;
}

.cota-valor {
	width: 50px;
}

.perguntas-indice {
	text-align: center !important;
}

input.validate, textarea.validate {
	border: 1px solid #b94a48;
	color: #b94a48;
	background-color: #f2dede;
}

#help-form {margin-bottom: 10px;}

ul#show-menu{
	display: none;
}

@media (max-width: 767px) {
	body {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.nav-help {
		padding-right: 15px;
	}	
	.nav-help .control-group {
		padding-right: 0;
	}
	
	ul#main-menu{
		display: none;
	}
	
	ul#show-menu {
		display: block;
	}
	
	.only-mobile {
		display: block !important;
	}
	
	.only-not-mobile {
		display: none !important;
	}
	
	.form-horizontal .form-actions {
		padding-left: 10px !important;
	}
	
}

@media (max-width: 979px) {
	body {
		padding-top: 0;
		padding-bottom: 40px;
	}
}

.form-horizontal .control-label {
	width: 150px;
}

.only-mobile {
	display: none;
}

.only-not-mobile {
	display: block;
}

#show-filter, #filter-form {
	margin-top: 15px;
}

/* Dashboard */

div#main-stats>div {
	float: left;
	min-width: 320px;
}

div#tarefas-list {
	margin-bottom: 30px;
	margin-right: 20px;
}

div#main-stats div.clear {
	clear: both;
	width: 100%;
	height: 20px;
	float: none;
}

div.sub-permission{
	margin-left: 20px;
}

textarea.richedit {
	width: 100%;
	min-height: 450px;
}

input.number {
	width: 50px;
}

input.money {
	width: 100px;
}

input.date {
	width: 130px;
}

input.time {
	width: 80px;
}

input.datetime {
	width: 200px;
}

label.show-content{
	text-align: left !important;
	width: auto !important;
}

@media print {
	.hide-print {
		display: none !important;
	}
}

