

.float_100{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: stretch;
	position: relative;
}

hr{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.float_100_top{
	float: left;
	width: 100%;
	position: relative;
}

.label-primary1 {
	width: 100% !important;
	display: list-item;
	padding: 6px 6px 5px 6px;
	line-height: 14px !important;
	margin-bottom: 4px !important;
	text-transform: uppercase;
	list-style: none;
}


.md-form {
	float: left;
	display: flex;
	align-items: stretch;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	float: left;
	width: 100%
}

.form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

div#listagem_lojas_filter i, #listagem_lojas_filter .fa-search {
	position: initial;
	text-align: initial;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	float: right;
	color: #000000;
	cursor: pointer;
}

.ajax-loader{
	margin-left: 12px;
}
#mapa {
	width: 940px;
	height: 400px;
	border: 10px solid #ccc;
	margin-bottom: 20px;
}

.btn-app .descricao{
	display: block;
	text-align: center;
}

.categorizacao h4{
	padding-left: 10px;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{
	background-color:#fff;
}
.btn.btn-flat{
	position: relative;
}
.option_plus{
	display: inline-block;
	width: 48px;
	margin-right: 3px;
}
.option_plus a{
	cursor: pointer;
}
.option_plus span.label-danger{
	position: absolute;
	left: 30px;
	width: 16px;
	padding: 0;
	height: 16px;
	line-height: 16px;
	font-size: 0.8em;
	border-radius: 100%;
}

.option_plus .dropdown-menu{
	right: 0;
	left: inherit;
}
.btn.btn-flat .label{
	position: absolute;
	font-size: 0.6em;
	top: -1px;
	right: -1px;
}

#form-remove{
	display: inline-block;
}
.c_red{
	color: red;
}
.c_pointer{
	cursor: pointer;
}


.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

table.dataTable{
	width: 100% !important;
}

.ColVis_collection{
	width: 270px !important; 
}

.box-body .form-group {
	margin-bottom: 15px;
	border: #dfdfdf 1px solid;
	padding: 15px;
	background: #efefef;
}

.galeria_imagem img{
	border:1px solid #efefef;
}
.galeria_imagem .input-group{
	display: block;
}
.galeria_imagem .input-group-btn .btn{
	width: 50%;
	/* width: 100%; */
}
.galeria_imagem .sortable{
	padding:0;
	margin: 0; 
}
.galeria_imagem .sortable li{
	float: left;
	width: 14.2%;
	/* width: 20%; */
	display: block;
	padding: 10px;
	margin-bottom: 20px; 
	position: relative;
}
.galeria_imagem .sortable li span.btn{
	position: absolute;
	background-color: #F4F4F4;
	color: #2b2b2b;
	font-size: 10px;
	opacity: 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	left: 50%;
	top: 50%;
	margin: -52px 0 0 -18px;
}
.galeria_imagem .sortable li:hover span.btn{
	opacity: 1;
}
.galeria_imagem .sortable li label.align_middle{
	width: 100%;
	background: #DFDFDF;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.galeria_imagem .input-group-btn:last-child>.btn, 
.galeria_imagem .input-group-btn:last-child>.btn-group,
.galeria_imagem .input-group-btn>.btn+.btn{
	margin: 0;
	border-radius: 0;
}

.btn-file,
.btn-textura {
	position: relative;
	overflow: hidden;
	border-color: #d2d6de;
	background-color: #fff;
	color:#555;
}
.btn-file input[type=file],
.btn-textura input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	height: 32px;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
.btn-file  input[readonly],
.btn-textura  input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.border_efe{
	border: 1px solid #efefef;
}

.user-panel>.info {
	padding: 15px 5px 15px 15px;
}

.user-panel>.info>p {
	margin-bottom: 0px;
}

.cursor_pointer{
	cursor: pointer;
}

.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, 
.thumbnail a>img, 
.thumbnail>img{
	display: inline-block;
}

.align_middle{
	display: inline-block;
	padding-left: 15px;
	text-indent: -15px;
}
.align_middle input{
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

.bootstrap-duallistbox-container span.info-container {
	display: none;
}

div.ColVis{
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
div.ColVis button{
	box-shadow: none;
	background: #fff;
	border-color: #D2D6DE;
}

div#listagem_filter{
	position: relative;
}
div#listagem_filter input{
	padding-left: 20px;
}

div#listagem_filter i{
	position: absolute;
	top: 8px;
	margin-left: 11px;
	color: #D2D6DE;
}

div.dataTables_length{
	float: left;
	position: relative;
	z-index: 1;
}

#mensagem .alert-info p{
	position: relative;
	padding-left: 20px;
}
#mensagem .alert-info p i{
	left: -7px;
}

.loader_textura{
	position: relative;
	padding-left: 20px;
}
.loader_textura i{
	left: -6px;
}

.preview_textura img{
	border: 1px solid #efefef;
}

.icon_textura{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-position: center !important;
	background-size: 40px 40px !important;
}

.icon_textura_select{
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: center !important;
	background-size: 20px 20px !important;
}

.form-control[readonly]{
	background-color:#ffffff;
}

.ms-drop ul > li label span{
	display: inline-block;
	vertical-align: middle;
}
.ms-drop ul > li label span b{
	display: inline-block;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
	overflow: hidden;
}

div.ms-parent{
	padding:0px;
	z-index: 10 !important;
}
div.ms-parent.open_select{
	z-index: 11 !important;
}
div.ms-parent div.ms-drop ul > li label input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right: 5px;
	margin-top:0px;
}
div.ms-parent button.ms-choice{
	line-height: 32px;
	height: 32px;
	border:none;
}
div.ms-parent button.ms-choice > div{
	top:4px;
}
div.ms-parent div.ms-drop.bottom{
	top:1px;
	border-radius:0px;
	z-index: 999;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{
	margin:0px;
}


.bs-glyphicons {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.bs-glyphicons label {
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ddd;
	background:#FFF;
	cursor:pointer;
	margin-bottom: 0px;
}

.bs-glyphicons label:hover span {
	color:#000 !important;
}

.bs-glyphicons label:hover {
	border: 1px solid #3C8DBC;
}

.bs-glyphicons label li .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.bs-glyphicons label li .icone {
	position: relative;
	top: 1px;
	display: inline-block;
}

.t_permissao tbody tr:hover td {
	background:#222d32;
	color:#fff;

} 
.t_permissao tbody tr td:hover {
	background:#3A4950;
	color:#fff;

}          
.t_permissao tbody tr td input {
	cursor:pointer;
}    

.m_todos td,
.m_todos:hover td{
	background:#3c8dbc !important; 
	color:#fff;
}   

.m_todos td:hover{
	background:#2F7298 !important; 
}

.ui-datepicker,
.ui-datepicker table{
	font-size:0.9em !important;
}
.ui-datepicker th {
	padding: .7em .2em !important;
}


@media (max-width: 1000px){
	.galeria_imagem .sortable li{
		width: 25%;
	}
}
@media (max-width: 767px){
	.galeria_imagem .sortable li{
		width: 33.33%;
	}

	.preview_textura img{
		max-width: 100%;
	}

	.overflow_x{
		overflow-x: scroll;
	}
	.overflow_x td{
		min-width: 120px !important;
	}
}
@media (max-width: 550px){
	.galeria_imagem .sortable li{
		width: 50%;
	}
}
@media (max-width: 400px){
	.galeria_imagem .sortable li{
		width: 100%;
	}
}


table.dataTable thead tr td,
table.dataTable thead tr th{
	background: #337ab7 !important;
	color: #FFF !important;
}

table.dataTable thead tr td:nth-child(1),
table.dataTable thead tr th:nth-child(1){
	border-radius: 0px 0px 0px 0px;
}
table.dataTable thead tr td:nth-last-child(1),
table.dataTable thead tr th:nth-last-child(1){
	border-radius: 0px 0px 0px 0px;
	text-align: left !important;
	font-weight: normal !important;
}

.btn{
	border-radius: 0px  !important;
	margin-bottom: 0px  !important;
	margin-right: 2px !important;
}

.bg-primary:hover{
	color:#FFF;
}


table.dataTable tbody tr td,
table.dataTable thead tr th,
table.dataTable tr th,
table.dataTable tr td{
	vertical-align: middle !important
}



.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top-right-radius:10px; 
	border-top-left-radius:10px; 
}

.table {
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}

.widget.widget-table .widget-content {
	padding: 0;
}

.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 30px;
}

.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.widget-header i {
	margin-left: 10px;
}

.widget .widget-header {
	position: relative;
	background: #337AB7;
	border-radius: 0px 0px 0 0;
	border-bottom: 1px solid #bababa;
	border: 1px solid #337AB7;
	-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;
	-webkit-background-clip: padding-box;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFF
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

.widget .widget-header h3 {
	position: relative;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}

.table.table-striped.table-bordered tbody tr td{
	vertical-align: middle;
}

#listagem_info {
	width: 50% !important;
	float: left !important;
}

#listagem_paginate {
	width: 50% !important;
	float: right  !important;
}

/*FILTROS*/

.filtro-listagem {
	min-height: auto;
}

.filtro-listagem .btn{
	float: right;
}

.btn-app {
	border-radius: 0px !important;
	position: relative !important;
	padding: 15px 15px 15px 15px !important;
	margin: 0 0 10px 10px !important;
	min-width: 80px;
	height: inherit !important;
	text-align: left !important;
	color: #000 !important;
	border: 1px solid #ddd !important;
	font-size: 12px !important;
	background: #FFF !important;
	width: 97% !important;
}

.btn-app:hover {
	background: #337AB7;
	color: #FFF;
	border: 1px solid #337AB7 !important;
}

.box-body .panel-heading {
	color: #FFFFFF;
	border-color: #337AB7;
	background: #337AB7;
	border-radius: 0px 0px 0px 0;
	position: relative;
}

.well {
	border-radius:  0px 0px 0px 0px !important;
}

.box-tools {
	position: absolute !important;
	top: 6px !important;
	right: 10px !important;	
}

.btn-sm {
	padding: 3px 8px  !important;
	font-size: 12px;
	line-height: 1.5;
	border-radius:0px;
}

.box-grupo .box-body,
.box-grupo .box-footer {
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	background: #FFF;
}

.box-grupo .box-body {
	height: 240px;
}

.box-grupo .box-footer {
	height: 210px;
	overflow-y: scroll;
}

.box-grupo .box-header.with-border {
	background: #337AB7;
	color: #FFF;
	border-radius: 0px 0px 0px 0;
}

.box-grupo .box-header.with-border .box-title{
	font-size: 16px;
}

.box-grupo .box-tools.pull-right .btn {
	color: #FFF
}

.box-grupo .box.box-default {
	border-top-color: 0px solid #FFFF !important ;
	background: transparent !important;
	border-top: 0px solid #FFFF !important ;
	border-top-color: none !important;
}


.form-group #lista .grupo{
	list-style: none;
}

div.panel {
	margin-top:20px;
	border-radius: 0px 0px 0px 0;
}

.widget-header.grupo{
	color: #FFFFFF;
	border-color: #337AB7;
	background: #337AB7;
	border-radius: 0px 0px 0px 0;
	position: relative;
	width: 100%;
	cursor: pointer;
	padding-left: 10px;
	margin-bottom: 0px
}

.widget-header.grupo h3{
	left: 0px;
}


#lista .widget .widget-header{
	border: 0px solid #FFF !important;
}

#lista .widget .widget-content{
	border-bottom: 1px solid #DFDFDF !important;
	border-left: 1px solid #DFDFDF !important;
	border-right: 1px solid #DFDFDF !important;
	border-radius: 0px 0px 0px 0px !important;
	height: 300px !important;
	background: #DFDFDF !important;
	margin-bottom: 0px !important;
}


#lista .widget-content .table > thead > tr > th{
	background-color: #DFDFDF;
	border-bottom: 1px solid #FFF;
}

#lista .widget-content .table > tbody > tr > td{
	background-color: #EFEFEF;
	border-bottom: 1px solid #FFF;
}


#lista .widget-content .table > thead > tr > th:hover,
#lista .widget-content .table > tbody > tr > td:hover{
	background-color: #DFF0D8;
}

#lista .widget-content .table > thead > tr > th label,
#lista .widget-content .table > tbody > tr > td label {
	width: 100%;
	cursor: pointer;
	position: relative;
}

#lista .widget-content .table > tbody > tr > td label {
	padding-left: 15px;
}

#lista .widget-content .table > thead > tr > th label a{
	color: #000;
	font-size: 13px
}

#lista .widget-content .table > tbody > tr > td label a{
	color: #000;
	font-size: 12px
}

.content-header {
	margin-bottom: 20px;
}

.small-box-footer {
	cursor: pointer;
}

.info-box-icon.boxxx {
	height: 90px !important;
}

.info-box-icon.boxxx i{
	margin-top: 20px;
}

.info-box-icon.boxx {
	height: 128px !important;
}

.info-box-icon.boxx i{
	margin-top: 40px;
}

.highcharts-container {
	width: 100% !important
}

.content {
	min-height: 0px;
}

.box-filter {
	padding: 10px !important
}

.plano {
	position: relative;
	cursor: pointer;
}

.plano-header {
	padding: 1rem;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: #337AB7;

	border: solid 1px #337AB7
}

.plano-titulo {
	margin: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 2px !important;
}

.plano-valor-moeda {
	position: relative;
	top: -36px;
	display: inline-block;
}

.plano-valor {
	font-size: 67px;
	font-weight: 300;
}

.plano-content {
	padding: 1.5rem 1rem;
	text-align: center;

	border: solid 1px #337AB7
}

.post-content p {
	margin-top: 0;
	margin-bottom: 20px;
}


.plano-observacao {
	font-size: 12px;
}

/*LOADER FULL SCREEN*/
#background-loader-full-screen{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: #333333;
	z-index: 999;
	display: none;
}

#loader-full-screen{
	width: 150px;
	height: 150px;
	top: 50%;
	margin-top: -75px;
	left: 50%;
	margin-left: -75px;
	position: fixed;
	background: transparent;
	z-index: 1000;
	display: none;
}

#loader-full-screen i{
	color: #FFFFFF;
	font-size: 64px;
	position: relative;
	left: 50%;
	margin-left: -41px;
}

#loader-full-screen .wait{
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 20px;
}
/*LOADER FULL SCREEN END*/

/*  bhoechie tab */
div.bhoechie-tab-container{
	z-index: 10;
	background-color: transparent;
	padding: 0 !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #337AB7;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #337AB7;
}

div.bhoechie-tab{
	padding-right: 0px;
}

div.bhoechie-tab-content{
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding-top: 15px;
	display: table;
	width: 100%;
	padding-bottom: 15px;
}

div.bhoechie-tab-content p{
	padding: 0px 15px 0px 15px;
	font-size: 13px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}

.list-group-item.active{
	border-color: #337AB7 !important;
}

.bhoechie-tab-content h1{
	padding: 0px 15px 0px 15px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

.bhoechie-tab-content ul{
	margin-bottom: 20px;
	padding-right: 0px;
}

.form-atividades {
	width: 100%;
	cursor: pointer;
	display: inline-flex;
}

.bhoechie-tab-content label.checkbox, 
.bhoechie-tab-content label.radio, .pointer {
	cursor: pointer;
}

.bhoechie-tab-content .radio input[type="radio"], 
.bhoechie-tab-content .radio-inline input[type="radio"] {
	margin-left: 0px;
}

.bhoechie-tab-content .checkbox + .checkbox, 
.bhoechie-tab-content .radio + .radio {
	margin-top: 0px;
}

.bhoechie-tab-content .panel-pricing {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding-right: 0px;
	padding-left: 0px;
}
.bhoechie-tab-content .panel-pricing:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.bhoechie-tab-content .panel-pricing .list-group-item {
	color: #777777;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.bhoechie-tab-content .panel-pricing .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.bhoechie-tab-content .panel-pricing .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.bhoechie-tab-menu button{
	margin-top: 20px;
	width: 100%

}

/*########################*/

.planos .box-body .table-responsive .table tbody small{
	font-size: 15px;
}

.planos .box-body .table-responsive .table tbody strong{
	font-size: 35px;
}

.planos .box-body .table-responsive .table thead .fa {
	margin-top: 10px;
	font-size: 45px;
	text-align: center;
	margin-bottom: 5px;
}

.template .box-body .table-responsive .table thead,
.planos .box-body .table-responsive .table thead {
	background: #337AB7;
	color: #FFF
}

.template .box-body .table-responsive .table thead h3,
.planos .box-body .table-responsive .table thead h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.template .box-body .table-responsive .table tbody figure{
	height: 270px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.template .box-body .table-responsive .table tbody figure a{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.template .box-body .table-responsive .table tbody figure a img{
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	margin:auto;
}

.template .box-body .table-responsive .table tbody p {
	font-size: 12px;
	height: 100px;
	padding: 0px 0px 0px 0px;
}

.template .box-body .table-responsive .table tbody .demo {
	width: 100%;
	font-size: 14px;
	position: relative;
	color: #FFF;
	display: block;
}

.template .box-body .table-responsive .table tbody .label,
.planos .box-body .table-responsive .table tbody .label {
	width: 100%;
	font-size: 14px;
	position: relative;
	background-color: #00a65a;
	border-color: #008d4c;
	color: #FFF;
	display: block;
	height: 55px;
	padding-top: 10px;
}

.template .box-body .table-responsive .table tbody .label:hover,
.planos .box-body .table-responsive .table tbody .label:hover {
	background-color: #337AB7;
	border-color: #337AB7;
}

.template .box-body .table-responsive .table thead .ribbon,
.planos .box-body .table-responsive .table thead .ribbon, 
.panel-group .ribbon 
{
	position: absolute;
	right: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}
.template .box-body .table-responsive .table thead .ribbon span,
.planos .box-body .table-responsive .table thead .ribbon span,
.panel-group .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #00a65a;
	background: linear-gradient(#00a65a 0%, #008d4c 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; right: -21px;
}
.template .box-body .table-responsive .table thead .ribbon span::before,
.planos .box-body .table-responsive .table thead .ribbon span::before, 
.panel-group .ribbon span::before 
{
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #00a65a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #00a65a;
}

.template .box-body .table-responsive .table,
.planos .box-body .table-responsive .table {
	position: relative;
}

.template .box-body .table-responsive,
.planos .box-body .table-responsive {
	overflow: hidden;
}

.template .box-body .table-responsive .table thead .ribbon span::after,
.planos .box-body .table-responsive .table thead .ribbon span::after,
.panel-group .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}


.template .box-body .table-responsive .table tbody .lavel,
.planos .box-body .table-responsive .table tbody .lavel {
	margin-bottom: 0px;
	width: 100%;
	height: 40px;
}

#gravar {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.mensagem_retorno {
	width: 100%;
	float: left;
	margin-top: 10px;
	display: none;
}

.novidades {
	background: #fcf8e3;
	padding: 10px;
}

.novidades h1{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*#################*/
.emitir_pagamento_boleto input{
	background: #DFDFDF !important
}
.paymentBox .btn_emitir_pagamento{
	text-transform: uppercase;
	padding: 15px;
}
