.width50 {
	width:50%;
}
.width-full {
	width:100%;
	display:inline-block;
}
.height120 {
	height:120px !important;
}


.float-left {
	float:left !important;
}
.float-right {
	float:right !important;
}
.float-none {
	float:none !important;
}
.overflow-hidden {
	overflow:hidden;
}
.scroll-horizontal {
	overflow:hidden;
	overflow-x:auto;
}
.resize-true {
	resize:vertical !important;
}


.margin-auto {
	margin:0 auto;
}
.margin-left-30 {
	margin-left:30px;
}
.margin-right-10 {
	margin-right:10px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-top-5 {
	margin-top:5px;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-top-25 {
	margin-top:25px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-bottom-none {
	margin-bottom:0;
}
.margin-top-none {
	margin-top:0;
}
.margin-none {
	margin:0 !important;
}
.margin-left-none {
	margin-left:0 !important;
}
.margin-right-none {
	margin-right:0 !important;
}


.padding-left-right-13 {
	padding:0 13px;
}
.padding-left-right-15 {
	padding:0 15px;
}
.padding-left-10 {
	padding-left:10px;
}
.padding-left-20 {
	padding-left:20px;

	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
.padding-none {
	padding:0;
}
.padding-left-none {
	padding-left:0 !important;
}
.padding-right-none {
	padding-right:0 !important;
}



/* TEXT */
.color-red {
	color:#c00;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}



/* BORDERS */
.border {
	border:1px solid #ddd;
}



/* LOGIN */
header.internal {
	height:65px !important;
}
header.login {
	height:65px !important;
	border-bottom:3px solid #474544;
}
header.login #logo {
	margin-left:20px;
}


th.titlePost {
	width:250px;
}
ol.options-list-post {
	display:none;
}
tr:hover ol.options-list-post {
	display:block;
}
ol.options-list-post li {
	border-right:1px solid #ddd;
	padding:0 8px 0 7px;
	display:inline-block;
}
ol.options-list-post li:first-child {
	padding-left:0;
}
ol.options-list-post li:last-child {
	border-right:0;
	padding-right:0;
}


.jarviswidget .widget-body {
	padding-bottom:0;
}
.jarviswidget .btn, .padding-button {
	padding:6px 12px;
}
.widget-body .note-editor {
	border:1px solid #ccc;
	margin-bottom:10px;
}



.ui-jqgrid.ui-corner-all, .ui-jqgrid-view, .ui-jqgrid-hdiv, .ui-jqgrid .ui-jqgrid-bdiv {
	width:100% !important;
}
.ui-jqgrid .ui-jqgrid-bdiv {
	height:auto !important;
	max-height:300px !important;
}
table#jqgrid {
	overflow:hidden;
	overflow-y:auto;
}


.gridGray {
	background:#f2f2f2;
	padding:6px 10px 10px 10px;
}
.thumbEdicaoBanner {
	width:130px;
	height:auto;
	margin:10px 0;
}


input[type="text"].ddd {
	width:47px;
	margin-right:10px;
	float:left;
}
input[type="text"].telefone {
	width:93px;
}


.columns-sections {
	width:100%;
	margin-bottom:0 !important;
	display:inline-block;
}



.smart-form .icon-append.small {
	height:14px;
	line-height:14px;
}



.container {
	height:15px;
	margin:0;
}



.contentEmail {
	max-height:240px;
	border:1px solid #ddd;
	overflow:hidden;
	overflow-y:auto;
}



table.widthTd25 tr td {
	width:25%;
}
table.widthTd16 tr td {
	width:16%;
}



ul.squareSmall {
	margin:0;
	padding:0;
}
ul.squareSmall li {
	margin-right:15px;
	list-style:none;
	display:inline-block;
}
ul.squareSmall li span {
	width:12px;
	height:12px;
	margin:3px 5px 0 0;
	float:left;
}
ul.squareSmall li.red span {
	background:#ff0000;
}
ul.squareSmall li.yellow span {
	background:#ff9900;
}





#content .row h1 {
	font-size:16px !important;
	font-weight:700 !important;
	margin-bottom:8px !important;
	letter-spacing:0;
}


.modal-content {
		font-size:13px !important;

}


.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size:16px !important;
    min-height: 16.43px !important;
    font-weight: bold !important;
}
