/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}


.gwt-TipoContribuinte {
	width: 200px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.ok-logo {
	background: url( resources/desktop/images/tick.png) no-repeat center
		left !important;
}

.cancelar-logo {
	background: url( resources/desktop/images/cross.gif) no-repeat center
		left !important;
}

.default-logo {
	background: url( resources/desktop/images/logout.png) no-repeat center
		left !important;
}

.cadeado-logo {
	background: url( resources/desktop/wallpapers/grp-login.png) no-repeat center
		left !important;
}

.apresentacao {
	background: url( resources/desktop/wallpapers/grp.png) no-repeat center
		left !important;
}

.table-presentation {
	width: 300px;
	margin-left: 70%;
	margin-top: 70%;
}

.dp-GenericForm-CellLeftBorder {
	border-left-style: solid;
	border-left-color: red;
	border-left-width: 1px;
}

.dp-GenericForm-CellRightBorder {
	border-right-style: solid;
	border-right-color: red;
	border-right-width: 1px;
}

.dp-GenericForm-CellTopBorder {
	border-top-style: solid;
	border-top-color: red;
	border-top-width: 1px;
}

.dp-GenericForm-CellBottomBorder {
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: 1px;
}

.dp-MasterForm-Label{
	white-space:nowrap;
}

.dp-label-align {
	text-align: right;
	vertical-align: top;
}

.nowrapgrid .x-grid3-cell-inner {
  white-space: normal;
}
.why-chooseus .btnlistawide .chooseus-opt{
	padding: 0;
	padding:4px;
	margin:3px;
	min-height:30px;
}
.why-chooseus .btnlistawide .chooseus-opt:hover{
	background-color:rgb(76, 118, 186);
}

.why-chooseus .btnlistawide .chooseus-opt .icontext{
	margin:1%;
	width:78%;
	font-size: 12px;
	margin-bottom:0;
}
.why-chooseus .btnlistawide .chooseus-opt .fa{
	font-size: 20px;
	float:left;
	width:20%;
}
.why-chooseus .btnlistawide .chooseus-opt:hover .fa{
	color:#fff;
}
.why-chooseus .titlewide .chooseus-opt{
	background-color:rgb(76, 118, 186);
	text-align:center;
	border-radius:0;
	
}
.why-chooseus .titlewide .chooseus-opt .icontext{
	text-align:center;
	color:#fff;
	width:100%;
}

.why-chooseus .emptywide .chooseus-opt, .why-chooseus .emptywide .chooseus-opt:hover{
	background:rgba(0,0,0,0);
}
.title-list{

}

#ltDataTable_info {
	display:none;
}
button i{
	margin: 3px;
}

#notasDiv  .btn {
	margin:3px;
	margin-bottom:3px;
	margin-top:20px;
}
#modalNotas .modal-content {
  width:100%;
  overflow:auto;
  border-radius:0;
}
div .modal-dialog{
width:80%;
}

 #modalNotas .form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}

 #modalNotas textarea.form-control{
 height:80px;
 }

.panel-default > .panel-heading{
	border-color: rgb(221, 221, 221) !important;
color: #fff !important;
background-color: rgb(76, 118, 186) !important;
}

#undgestora .gwt-Label{
	text-indent: 13px;
}
#modalNotas .panel-default{
	border-radius:0;
	
}

#modalNotas .panel-default  .panel-heading{
	background-color: #f2f3f3 !important;
	padding:0;
	text-align: center;
	
}
#modalNotas{
	/* font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-size:12px;
}

#modalNotas .panel{
	margin-bottom:0;
}

#modalNotas .row {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    color: rgba(0,0,0,0.87);
    font-size: 12px;
}

#modalNotas .row h4{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.panel-body {
    padding: 2px;
}

.form-group {
    margin-bottom: 5px;
}


    




