* { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif }

body { padding: 0 !important; }
.sidebar .nav>li.nav-header { font-size: 14px; color: white; background: #232a2f; }
.btn-margin-right { margin-right: 5px; }

h2.closed , h2.open ,
h3.closed , h3.open { margin-top: 0; }

.margin-bottom-0 { margin-bottom: 0; }

.checkbox label input ,
.radio label input { top: -4px; }

.acoes_em_massa .checkbox label input{
	top:0;
	margin-right:7px;
}

.sidebar .nav>li>a i { margin-right: 14px; }

.workflow select { width: 100%; }
.workflow input { width: 100%; }
.workflow .middle { margin-top: 40px; }
.panel.sent-email { margin-top: 20px; }
.corpo_conteudo{ padding-left: 0px; padding-right: 0px;}.
#container .row {
	margin-left: -10px;
	margin-right: 10px;
}
#container div[class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}

.navegator {
	margin:17px 15px;
	color:#eee;
}

.history{
	font-size:12px;
}

.separator{
	display:none;
}

.modal.large .modal-dialog {	
	max-width:1024px;
	width:86%;
}

#main_column #tags #grupos {
    float: left;
    margin: 20px 0 0 39px;
}

#main_column #tags #grupos ul li input{
    margin-right: 5px;
    margin-top: 1px;
    vertical-align: top;
}

@media (max-width: 1433px){
	.login-cover-image img{
		height:100%;
		max-width: initial;
	}	
}
#login_webp{
	height: auto;	
}

.content-groups .button-list{
	margin-bottom:20px;
}

.login-cover {
	background-size:cover;
}

.pagebanner {
	margin: 8px 0 12px;
}

.input-group-addon,
.input-group-addon button {
	background: #348fe2;
	color:#fff;
	border:none;
	cursor:pointer;
}

.input-group-addon button,
.input-group-addon .glyphicon {
	width: 50px;
	height: 34px;
	line-height: 34px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.input-group-addon:hover,
.input-group-addon:hover button {
	background:#2a72b5;
}

.input-group-addon {
	padding:0;
}

.input-group.date input,
.input-group.date .form-control:first-child {
	border-top-right-radius:0!important;
	border-bottom-right-radius:0!important;
}

.input-group input[type="text"] {
	border-radius:4px!important;	
}

.input-group>.input-group-btn + input[type="text"] {
	border-bottom-left-radius:0!important;
	border-top-left-radius:0!important;
}


.edit-icons {
	display:flex;
	justify-content: flex-end;
}
/*
.edit-icons a {
	display:inline-block;
	padding: 0px 10px;
}*/

.table-striped>tbody>tr:nth-child(odd) {
	background:#f0f3f5;
}

.tooltip {
	min-width:120px;
}

.button-list {
	float:right;
}

.pagelinks {
	margin-bottom:20px;
}

.fixed .to-fix {
	position:fixed;
	background: rgba(45, 53, 60, 0.7);
	padding: 7px 25px 7px 0;
	right:0;
	top: 54px;
	z-index:1000;
	width: 100%;
	text-align: right;
}
/*
.fixed .to-fix a {
	 margin-left:4px; 
}
*/
.fixed .to-fix .checkbox label{
	color:#fff;
}

.fixed .to-fix .form-group {
	margin-bottom:0;
}

.alert {	
	text-align:center;	
}

.word-break {
	word-break: break-word;
}

.ui-sortable .panel-heading, 
.panel-heading {
	cursor: pointer;
}

.cabecalho {
	background:#E6E6E6;
	color: #707478;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	border-bottom:2px solid #e2e7eb;
	font-size:13px;
}

.cabecalho ~ .polls-table th {
	text-align:center;
	background:#f7f7f7;
	color: #707478;
}

.polls-table td {
	text-align:center;
}

.table-responsive .table {
	margin-bottom:0;
}

.export img {
	margin-right:3px;
	margin-left:7px;
}

@media screen and (max-width: 1090px) {
	table {
		width:100%;
	}
	tbody {
		background:#fff!important;
	}
	.table:not(.no-transform) thead {
		display: none;
	}
	tr:nth-of-type(2n) {
		background-color: inherit;
	}	
	.table:not(.no-transform)>tbody>tr>td {
		display: table;
		text-align: left!important;
		width: 100%;
		padding: 10px 0 20px 10px!important;
		background: #fafafa;
	}
	table:not(.no-transform) tbody td:before {
		content: attr(data-th);
		display: table-cell;
		width:36%;
		padding: 12px 10px 8px;
		text-align: left;
	}
	.table>tbody>tr>td.has-checkbox {
		width:30px;
		display:inline-block;
		height: 41px;
		background: #e2e7eb!important;
	}
	.table>tbody>tr>td.has-checkbox:before {
		content:'';
		display:none;
	}
	.table>tbody>tr>td.title-resp a {
		padding-bottom:40px;
	}	
	.table-striped:not(.no-transform)>tbody>tr:nth-child(odd)>td, 
	.table-striped:not(.no-transform)>tbody>tr:nth-child(odd)>th {
		background:#fafafa;
	}
	.table-striped:not(.no-transform)>tbody>tr:nth-of-type(odd),
	.table-striped:not(.no-transform)>tbody>tr:nth-of-type(even) {
		background:#e2e7eb;
		border: 1px solid #e2e7eb;
		margin-bottom: 40px;
		display: block;
	}
	.table select.input-sm {
		margin:10px 24px 10px 0;
		width: 96%;
	}
	.table-hover>tbody>tr:hover>td {
		background: #fafafa;
	}
}

@media (max-width: 991px) {
	.btn {
		margin-bottom:7px;
	}
	.input-group-addon .btn {
		margin-bottom:0;
	}
	.to-fix {
		text-align:right;
	}
	.to-fix .btn {
		padding:3px 6px;
		margin:0 0 7px;

	}
}

@media (max-width:767px) {
	.login.login-v2 {
		margin: 108px auto;
    	width: 90%;
	}
	.fixed .to-fix {
		top:109px;
	}
}

@media (max-width:540px) {
	.navegator {
		width: 170px;
		float:left;
		margin: 10px 15px 10px 5px;
	}
}

@media (max-width:500px) {
	.button-list.to-fix {
		float:none;
	}
	body.fixed .button-list.to-fix {
		float:right;
	}
	.to-fix .btn {
		width:100%;
		float:none;
	}

	body.fixed .to-fix .btn {
		width:auto;
	}
	
	.col-mb-12 {
		width:100%;
		float:none;
	}
}

@media (max-width:420px) {
	#mceu_16 {
		display:block;
	}
	
	#container .url-real {
		word-break:break-word;
	}
	
	#mceu_15 {
		margin-left:0;
	}
}

div.geral > span.esquerda > a > i.fa.fa-plus-circle{
	color: #333;
    font-size: 19px;
    margin: 0 4px 0 0;
    position: relative;
    top: 2px;
}

pt-2 {
    padding-top: 2em;
}