/**
 * Arquivo de estilo padrão para todas as partes do sistema
 */
/***************************** Estilização do input[files]*****************************/
.da-files {
	position: relative;
	box-shadow: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0px;
	border-radius: 2px;
	resize: none !important;
}

.da-files span {
	position: absolute;
	top: 0px;
	font-size: 13px;
	color: #282323;
	width: 100%;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.da-files .progress {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -20px !important;
	z-index: 3;
	border-radius: 0px;
	background: none;
}

/*.modal .da-files.imagem .progress {
 bottom: -20px !important;
 }

 .modal .da-files.arquivo .progress {
 bottom: 0px !important;
 }*/
.da-files .progress-bar {
	width: 0%;
	-webkit-animation: progress-bar-stripes 0.5s linear infinite;
	-o-animation: progress-bar-stripes 0.5s linear infinite;
	animation: progress-bar-stripes 0.5s linear infinite;
}

input[type="file"].da-files {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: none;
	border-radius: none;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity = 00);
	z-index: 9;
}

.da-files.imagem input[type="file"] {
	padding: 160px;
	z-index: 9;
}

.da-files.imagem {
	height: 187px;
	background-color: #e5e9ec;
}

.da-files.imagem span {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	/* color: #ebebeb; */
	color: #ccc;
	line-height: 185px;
	text-align: center;
	font-size: 150px;
	/*margin-left: -15px;*/
}

.da-files.imagem img {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: absolute;
	border-radius: inherit;
	/*margin-left: -12px;*/
	/*margin-top: -6px;*/
}

.da-files.arquivo span {
	padding: 8px 11px 6px;
	display: block;
}

.da-files.arquivo span.muted {
	color: #999 !important;
}

.da-files.arquivo {
	padding: 17px 0px 18px;
}

.da-files[disabled], .da-files[disabled] input[type="file"] {
	background-color: #bbb;
	cursor: not-allowed !important;
	opacity: 0.4;
}

/**************************************************************************************/

/** Tabs **/
.nav-tabs.ui-tabs-vertical {
	/*width: inherit;*/
	z-index: 999;
	padding-bottom: 60px;
	background: transparent;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 50px;
	border: none;
}

.nav-tabs.ui-tabs-vertical li {
	clear: left;
	width: 100%;
	float: none !important;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
	border-radius: 0px !important;
}

.nav-tabs.ui-tabs-vertical li a {
	padding: 10px 25px;
	font-weight: bold;
	border-radius: 0px !important;
	color: rgba(0, 0, 0, 0.5);
}

.nav-tabs.ui-tabs-vertical li.active a, .nav-tabs.ui-tabs-vertical li:hover a
	{
	display: block;
	background-color: rgba(0, 0, 0, 0.03);
	color: rgba(0, 0, 0, 0.3);
}

.nav-tabs.ui-tabs-vertical li.active {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	background-color: transparent !important;
}

.nav-tabs.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: right;
	width: 40em;
}

.search input {
	background-color: rgba(255, 255, 255, 0.06);
	border: none;
	color: #fff;
}

.search input:focus {
	background-color: rgba(255, 255, 255, 0.03);
}

/** error-control */
.input-with-icon {
	overflow: hidden;
	position: relative;
}

.input-with-icon.right i {
	clear: both;
	display: block;
}

.input-with-icon.error-control i {
	display: inline-block;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.error-control i, .error-control span {
	color: #f35958;
	font-size: 13px;
}

.error-control span.error {
	font-family: arial, sans-serif;
	margin: 0px;
	display: inline;
}

div.login .error-control i {
	margin-left: 30px;
}

.form-row {
	margin-bottom: 10px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.muted {
	color: #3a3a3a !important;
}

.text-success {
	color: #0aa699 !important;
}

.text-warning {
	color: #fbb05e !important;
}

.text-error {
	color: #f35958 !important;
}

.text-info {
	color: #0090d9 !important;
}

.btn span {
	line-height: 2;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: super;
}

/** Datatables **/
.dataTables_filter {
	float: right;
}

table.table thead .sorting_asc, table.table thead .sorting_desc, table.dataTable td.sorting_1
	{
	color: #fff !important;
}

.dataTables_processing, .processing {
	position: absolute;
	overflow: hidden;
	width: 150px;
	/* height: 37px; */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 35px;
	margin-bottom: 0px;
	/* top: -38px; */
	text-align: left;
	display: block;
	padding: 0px 10px;
	/* background-color: #f9edbe; */
	background-color: #060606;
	color: #999999;
	line-height: 2;
	font-size: 13px;
	/* border-color: #f0c36d; */
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 3px;
	/* font-weight: bold; */
	font-weight: normal;
	z-index: 999999;
	cursor: wait;
}

.processing {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.dataTables_processing i, .processing i {
	width: 10px;
	height: 10px;
	border-color: inherit;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	border-left: transparent;
	border-right: transparent;
	border-bottom: transparent;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

.dataTable {
	margin-top: 30px;
}

.pagination a:hover, .pagination .active a, .pagination .disabled span,
	.pagination .disabled a, .pagination .disabled a:hover {
	background-color: transparent !important;
	font-weight: bold !important;
	color: #666 !important;
}

.bulk-actions {
	display: none;
	margin-top: 40px;
	margin-left: 7px;
	position: absolute;
}

.table th {
	border-top: 1px solid #e8edf1;
	padding: 10px 12px;
	font-size: 12px;
	text-transform: uppercase;
}

.table th.medium-cell {
	width: 112px;
}

.table th.big-cell {
	width: 200px;
}

.table tr.row_selected td {
	background-color: #222222 !important;
}

.table tr.row_selected:hover td {
	/* background-color: #282828 !important; */
	
}

.table tr.row_selected .progress {
	background-color: #ffffff;
}

.table td.small-cell, .table th.small-cell {
	width: 40px;
}

.table-fixed-layout {
	table-layout: fixed;
}

.table-fixed-layout td {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-horizontal .control-label {
	margin-right: 30px;
}

.redactor {
	color: #000;
	/*height: 500px;*/
}

.redactor-box {
	width: 886px;
	min-height: 200px;
	position: relative;
	float: left;
	color: #000;
}

.form-control {
	resize: vertical;
	border-radius: 3px;
}

textarea.form-control {
	min-height: 100px !important;
}

/** Datepicker **/
.ui-datepicker {
	padding: 10px 16px;
	border-radius: 2px;
	font-size: 12px;
	z-index: 99999999999 !important;
}

.ui-datepicker thead tr .datepicker-switch {
	color: #6f7b8a;
	font-size: 13px;
}

.ui-corner-all {
	color: #000;
	text-align: center;
}

a.ui-corner-all {
	text-decoration: none !important;
	background: transparent !important;
}

.ui-datepicker-prev::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f104";
	line-height: 1.7;
}

.ui-datepicker-next::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	line-height: 1.7;
}

.ui-corner-all.ui-state-hover {
	padding: 0px;
}

.datepicker thead tr .prev {
	color: #0090d9;
	content: '';
	font-size: 0px;
}

.datepicker thead tr .prev:before {
	color: #0090d9;
	font-family: 'FontAwesome';
	content: "\f053";
	font-size: 13px;
}

.datepicker thead tr .next {
	color: #0090d9;
	content: '';
	font-size: 0px;
}

.datepicker thead tr .next:before {
	color: #0090d9;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 13px;
}

.datepicker thead tr .dow {
	color: #0090d9;
	text-transform: uppercase;
	font-size: 11px;
}

.datepicker tbody tr .odd {
	color: #d0d3d8;
}

.datepicker table tr td.day:hover {
	background: #eeeeee;
	opacity: 0.65;
}

.datepicker table tr td span {
	border-radius: 4px 4px 4px 4px;
}

.datepicker th, .datepicker td {
	padding: 5.5px !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
	color: #d0d3d8;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover,
	.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover
	{
	background-image: none;
	text-shadow: none;
	font-weight: 600;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
	.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover
	{
	background-color: #e5e9ec;
	background-image: none;
	color: #ffffff;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
	.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
	.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
	.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
	.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover,
	.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover,
	.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover,
	.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover,
	.datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover,
	.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover
	{
	background-color: #0090d9;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
	.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover
	{
	background-image: none;
	border: none;
	text-shadow: none;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
	.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
	.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
	.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
	.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover,
	.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover,
	.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover,
	.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover,
	.datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover,
	.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover
	{
	background-color: #0090d9;
}

.datepicker-inline {
	width: auto;
}

/** select2 **/
.select2 {
	border: none;
}

.select2-selection {
	outline: none;
}

.select2-container .select2-selection--single {
	margin-bottom: 0px;
	/* padding: 3px; */
	color: #000;
	border: none;
}

.select2-container--default .select2-selection--single {
	padding: inherit !important;
	background-color: inherit;
	border: none;
	height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
	{
	color: #9a9a9a;
}

.select2-dropdown {
	background-color: #e7c363;
	border-color:
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered
	{
	padding: 0px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field
	{
	margin-bottom: 0px;
	padding: 15px 5px;
}

/** BootstrapToggle **/
.toggle-off {
	color: #dedede !important;
}