/* custom */

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

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;
}

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

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

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

.nn_extra_content {
	margin-left: 20px;
}

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%;
	max-width: 720px;
	min-height: 450px;
}

input.number {
	width: 50px;
}

input.money {
	width: 100px;
}

input.date {
	width: 130px;
}

input.time {
	width: 100px;
}

input.datetime {
	width: 200px;
}

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

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

.cb {
	clear: both;
}

/* Upload multiplo */
.gallery-content span{
	margin-top: 5px;
}

.gallery-content ul {
	list-style: none;
	margin-top: -10px;
}

.gallery-content ul li {
	max-width: 150px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.gallery-content ul li img, .gallery-content ul li video {
	cursor: move;
	max-height: 80px;
}


.gallery-content ul li textarea {
	max-width: 140px !important;
	margin: 10px 0 15px 0;
	display: block;
}

.gallery-content ul li input.btn-alt {
	margin: 0 auto;
	display: block;
	display: none;
}

.gallery-content ul li a.remove-multiple-image {
	z-index: 10;
    position: absolute;
    margin: 10px 0 0 10px;
}

/* Rhema */
.modulo-materiais, .pergunta-alternativas {
	display: none;
}

.material-carga-horaria {
	width: 60px;
	text-align: center;
}

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

.tabela-interna-pergunta {
	margin-top: 20px;
}

.tabela-interna-pergunta tbody tr:hover td, .tabela-interna-pergunta tbody tr:hover th, .tabela-interna-pergunta tbody tr td, .tabela-interna-pergunta tbody tr th {
	background-color: #FFF !important;
}

.dash-pedidos h4 {
	margin-bottom: 10px;
}

.dash-pedidos td, .dash-pedidos th {
	text-align: center;
}