﻿*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings, serif';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body 
{
    background: #000 no-repeat center top;
}

.container
{
    background-color: #f6f6f6;
    width:970px;
    min-width:970px;
    margin: 0px auto;
    padding:15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}

#header 
{
    min-height:80px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}

#container 
{
    /*height:500px;*/
}

#rodape 
{
    background-color: #333;
	min-height:20px;
	font-size:14px;
}

#rodape > div > div
{
	font-size: 80%;
	color:#666;
}

.row
{
    width:100%;
    clear: both;
    display: table;
}

.row-margin-top {
    margin-top: 15px;
}

h3 {
    font-family: "playfair-display", Myriad, "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:64px;
	color: #2980b9;
	padding:0px;
	margin:0px;
}

h4 {
    font-family: "playfair-display", Myriad, "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:50px;
	color: #0B756A;
	padding:0px;
	margin:0px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
    position: relative;
    min-height:1px;
    padding-left: 15px;
}

.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666666666666%;
}
.col-md-10 {
    width: 83.33333333333334%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666666666666%;
}
.col-md-7 {
    width: 58.333333333333336%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666666666667%;
}
.col-md-4 {
    width: 33.33333333333333%;
}
.col-md-3 {
    width: 25%;
}
/*.col-md-2 {
    width: 33.33333333333333%;
}*/
.col-md-2 {
    width: 16.666666666666664%;
}
.col-md-1 {
    width: 8.333333333333332%;
}
  
.col-md-offset-left-0 {
	margin-left: 0;
}
.col-md-offset-left-1 {
	margin-left: 8.333333333333332%;
}
.col-md-offset-left-2 {
	margin-left: 16.666666666666664%;
}
.col-md-offset-left-3 {
	margin-left: 25%;
}
.col-md-offset-left-4 {
	margin-left: 33.33333333333333%;
}
.col-md-offset-left-5 {
	margin-left: 41.66666666666667%;
}
.col-md-offset-left-6 {
	margin-left: 50%;
}
.col-md-offset-left-7 {
	margin-left: 58.333333333333336%;
}
.col-md-offset-left-8 {
	margin-left: 66.66666666666666%;
}
.col-md-offset-left-9 {
	margin-left: 75%;
}
.col-md-offset-left-10 {
	margin-left: 83.33333333333334%;
}
.col-md-offset-left-11 {
	margin-left: 91.66666666666666%;
}

.col-md-offset-right-0 {
	margin-right: 0;
}
.col-md-offset-right-1 {
	margin-right: 8.333333333333332%;
}
.col-md-offset-right-2 {
	margin-right: 16.666666666666664%;
}
.col-md-offset-right-3 {
	margin-right: 25%;
}
.col-md-offset-right-4 {
	margin-right: 33.33333333333333%;
}
.col-md-offset-right-5 {
	margin-right: 41.66666666666667%;
}
.col-md-offset-right-6 {
	margin-right: 50%;
}
.col-md-offset-right-7 {
	margin-right: 58.333333333333336%;
}
.col-md-offset-right-8 {
	margin-right: 66.66666666666666%;
}
.col-md-offset-right-9 {
	margin-right: 75%;
}
.col-md-offset-right-10 {
	margin-right: 83.33333333333334%;
}
.col-md-offset-right-11 {
	margin-right: 91.66666666666666%;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #000;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #eee;
  background-color: #333;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.btn-xs {
  padding: 3px 5px;
}

.imgMoto, .imgServico, .imgMovel, .imgImovel, .imgOutro {
    width:140px;
    height:190px;
    margin:20px;
}

.imgMoto:hover,
.imgServico:hover,
.imgMovel:hover,
.imgImovel:hover,
.imgOutro:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 8px rgba(85, 85, 85, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 8px rgba(85, 85, 85, 0.6);
}

.imgMoto {
    background: transparent url('../img/moto.jpg') no-repeat center top;
}

.imgServico {
    background: transparent url('../img/servico.jpg') no-repeat center top;
}

.imgMovel {
    background: transparent url('../img/movel.jpg') no-repeat center top;
}

.imgImovel {
    background: transparent url('../img/imovel.jpg') no-repeat center top;
}

.imgOutro {
    background: transparent url('../img/outro.jpg') no-repeat center top;
}

.btnMenu {
    background-color: #333;
    color:#ffffff;
    font-size:14px;
    padding: 5px 0px;
}
.btnMenu a {
    font-family:playfair-display; 
    font-size:14px; 
    color:#ffffff; 
    font-weight:bold; 
    padding: 0px 30px;
    text-decoration:none;
}

.btnMenu:hover {
    background-color:#000; 
    cursor: pointer;
}

.border-right {
    border-right: 1px solid White;
}

.border-right-menu {
    border-right: 2px solid White;
}

.border-left {
    border-left: 1px solid White;
}

label {
	display: block;
    margin: 0px 0px 3px 0px;
	font-weight: bold;
    font-family: playfair-display, Tahoma, Verdana, Sans-Serif;
    font-size: 16px;
    color: #333;
}

.label-light {
    font-weight: normal;
}

.block
{
    display:block;
}

.label-asp {
    display: inline-block;
    margin: 0px 0px 0px 0px;
	font-weight: bold;
    font-family: playfair-display, Tahoma, Verdana, Sans-Serif;
    font-size: 15px;
    color: #000;
}

.form-label-margin {
    margin-top: 5px;
}

.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.label {
    border: 1px solid #000;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.label[href]:hover, .label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.form-control {
	display: inline;
	width: 100%;
	height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px;
	font-size: 14px;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.inline
{
    display:inline;
}

.form-control:focus {
  border-color: #0C9C8D;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 222, 217, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 222, 217, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 222, 217, 0.6);
}

.form-control-horizontal {
	width: 85%;
	height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px;
	font-size: 14px;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-horizontal:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

legend {
  padding: 0;
  border: 0;
  font-family: playfair-display, Tahoma, Verdana, Sans-Serif;
  font-weight: bold;
  color: #333;
}

.updateProgress {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:White;
	filter:alpha(opacity=80); 
	opacity:0.8;
}

.updateProgress-img {
	/*margin-top:200px;*/
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
}

.ModalPopupBG {
	background-color: black;
    filter:alpha(opacity=40);  
    opacity:0.4;
}

.Popup {
	background: white;
	vertical-align: middle;
	max-width:900px;
}
.PopupHeader {
	padding: 5px;
	cursor: move;
    background-color: #000;
	color: White;
	text-align: center;
}
.PopupBody {
	min-width: 200px;
	padding: 20px;
	background: white;
}
.borderRounded10 {
	behavior: url(border-radius.htc);
	border-radius: 10px; /* CSS 3 */
	-o-border-radius: 10px; /* Opera */
	-icab-border-radius: 10px; /* iCab */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari */
}

.borderRounded5, input {
	behavior: url(border-radius.htc);
	border-width: 1px;
	border-radius: 5px; /* CSS 3 */
	-o-border-radius: 5px; /* Opera */
	-icab-border-radius: 5px; /* iCab */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
}

.button-margin-bottom {
    margin-bottom: 20px;
}

.textarea {
  font-family: inherit;
  font-size: 14px;
  color: #555555;
  height: 70px;
  width: 98%;
  resize: vertical;
  margin: 10px 10px 10px 10px;
  padding: 10px 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-message {
    margin-top:25px;
    font-size: 13px;
}

.label-text {
    font-family: playfair-display;
    font-size: 12px;
}

.breadcrumb {
	padding: 0px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
    width:100%;
}

.breadcrumb > li {
	display: inline-block;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px;
	background-color: #A1a1a1;
    font-family: playfair-display;
    font-weight:bold;
    font-size: 11px;
}
.breadcrumb > li + li:before {
	color: #9be1e8;
}
.breadcrumb > .active {
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
}

.btn-info
{
    color: #ffffff;
    background-color: #333;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.alert {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert-header {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert-info {
  color: #333;
  background-color: #f1f1f1;
  border-color: #d1d1d1;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.msg-erro
{
    color: red;
}

.menuHeader {
    background-color: rgb(0,61,126);
    color:#ffffff;
    font-size:14px;
    padding: 5px 5px;
}

.icon-search
{
    background-image:url('../img/icon-search.png');
    background-position-y:center;
    background-position-x: center;
    background-repeat: no-repeat;
}

.icon-refresh {
    background-image: url('../img/icon-refresh.png');
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

}

.botoesPagamento {
	opacity: 0.5;
}

.botoesPagamento:hover { 
	opacity: 1;
}

.botoesPagamentoAtivo {
	opacity: 1;
}

.radioButtonList { list-style:none; margin: 0; padding: 0;}

.radioButtonInline label {
    display:inline;
}