.clean{
	clear: both;
}

::-moz-selection {background: #f43742; color: #fff;}

::selection {background: #f43742; color: #fff;}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	line-height: 45px;
}

.classRight{
	float: right;
}

.positionButtonRight{
	position: relative;
	top: -5px;
}

.fileButton{
	width: 199px;
}

#pdffile{
	display: none;
}

.paddingGallery{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.paddingGallery div.trashGallery{
	display: none;
}

.paddingGallery:hover div.trashGallery{
	display: inline;
	bottom: 35px;
	right: 25px;
	position: absolute;
		
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

span.glyphicon a{
	display: block;
}

#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}

#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}

.spoilerEditor{
	margin-bottom: 10px;
}

small{
	color: #999;
}

.form-signin input[type=text]{
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.form-signin input[type=password]{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.boxLogin{
	max-width: 360px;
	background: #fff;
	padding-bottom: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.copyLogin{
	font-size: 11px;
	margin-top: 10px;
	color: #dacdf8;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.classRight{
	margin-left: 20px;
}

.Busca,.Filtro,.Quantidade{
	display: none;
}

.dashboard{
	padding-top: 50px;
}

.bs-docs-home,
.bs-header {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(../images/background.png); 
}

.bs-header {
  padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
	background-color: #0a1855;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0a1855), color-stop(100%, #da0024));
	background-image: -webkit-linear-gradient(90deg, #0a1855 0%, #da0024 100%);
	background-image:    -moz-linear-gradient(90deg, #0a1855 0%, #da0024 100%);
	background-image:     -ms-linear-gradient(90deg, #0a1855 0%, #da0024 100%);
	background-image:      -o-linear-gradient(90deg, #0a1855 0%, #da0024 100%);
	background-image:         linear-gradient(90deg, #0a1855 0%, #da0024 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1855', endColorstr='#da0024', GradientType=1 );
}
.bs-header h1 {
  color: #fff;
}
.bs-header p {
  font-weight: 300;
  line-height: 1.5;
}
.bs-header .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bs-header {
    font-size: 21px;
    text-align: left;
  }
  .bs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) {
  .bs-header h1,
  .bs-header p {
    margin-right: 380px;
  }
}

.dinamicItens{
	position: relative;
	margin-right: 10px;
}

.dinamicItens div{
	color: #fff;
	position: absolute;
	right: -10px;
	top: -10px;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dinamicItensCenter{
	position: relative;
	margin-right: 10px;
}

.dinamicItensCenter div{
	color: #fff;
	position: absolute;
	right: -10px;
	top: 6px;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dinamicItensDown{
	position: relative;
	margin-right: 10px;
}

.dinamicItensDown div{
	color: #fff;
	position: absolute;
	right: -10px;
	bottom: -10px;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.colorRed{
	background: #e74c3c;
}

.colorYellow{
	background: #f1c40f;
}

.colorGreen{
	background: #2ecc71;
}



.dashboard-box {
	background-origin: content-box;
}

.dashboard-blockquote {
	border-left-color: #563D7C;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 5px;
}

.dashboard-box__link {
	background-color: #563D7C;
	display: block;
	padding-top: 30px;
	margin: 15px 0px 15px 0px;
	min-height: 125px;
	border-radius: 5px;
	color: #ddd;
}

.dashboard-box__link:hover,
.dashboard-box__link:focus {
	color: #fff;
	text-decoration: none;
}

.dashboard-box__link h4 {
	font-size: 16px;
}

.dashboard-box__icon {
	font-size: 30px;
	font-weight: 700;
}
