@charset "utf-8";
/* CSS Document */
body{
	font-family:"Century Gothic";
	margin:auto;
	text-align:center;
	}
.cadastroCliente td{
	text-align:left;
	font-size: 15px;
    width: 50%;
}
.item{
  border: solid 1px #4080a4;
  background-color: #4080a4;
  color: #fff;
  -width:150px;
  padding: 5px;
  }
.cadastroCliente td select,.cadastroCliente td input{
	width:100%;
    height: 100%;
}
.cadastroCliente input[type=checkbox]{width: 20px;
    text-transform:capitalize;}

.cadastroCliente td textarea{
    width: 100%;
    height: 100%;
}
#Bsalvar{
    float: right;
}

.h2Blue {
    background-image: url(/skin/imagens/line-subTit-azul.png) !important;
    background-repeat: no-repeat !important;
    padding-bottom: 7px !important;
    background-position: left bottom;
    height: 25px;
    font-weight: normal;
    font-size: 15px;
    color: #1b6288;
    text-transform: uppercase;
    text-align: left !important;
    position: relative;
    width: 500px;
    left: -7px;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 18px;}
.step2{
    display: none !important;
}
.status{
    width: 380px;
    -text-align: left;
    margin: auto;
    height: 200px;
}
.status input,.status label{
    float: left;
    vertical-align: super;
}
.status label{
    /* width: 40%; */
    text-align: left;

}
.meio,.ultimo{
    display: none;
}
.status input[type=button]{

    float: inherit;
}
.step{
    width: 380px;
    height: 160px;
}

/** RODAPE */
.containerRodape {
    width: 100%;
}
.rodapeSuperior {
    height: 397px;
    width: 100%;
    background-image: url(../img/bg-footer1.png);
    background-repeat: repeat-x;
    color: #fff;
}
.rodapeInferior {
    height: 88px;
    width: 100%;
    background-image: url(../img/bg-footer2.png);
    background-repeat: repeat-x;
    color: #fff;
}
.telefoneFooter {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    top: -3px;
    left: 6px;
    position: relative;
}
.emailFooter {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    top: -2px;
    left: 6px;
    position: relative;
    margin-top: 10px;
}
.containerInfosTelefones {
    margin-left: 16px;
}
.acesseTambem {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.acesseTambem a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.acesseTambem a:hover {
    color: #b8d8ea;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.acesseTambem li {
    list-style-image: url(../img/arrow.png);
    left: 50px;
}
/* RODAPE FIM */
.titulo{
    border: solid 1px #4080a4;
    background-color: #4080a4;
    color: #FFFFFF;
}
.ordemDetalhe{
    margin: auto;
    text-align: left;
    }
.ordemDetalhe td{
    width: 50%;
    margin-right: 30px;
}
.ordemDetalhe span{
    margin-right: 30px;
}
.tituloServico{
    background-color: rgb(112, 183, 234);
    text-align: center;
    color: #FFFFFF;
}
.botaoLogar{
    width: 499px;
    text-align: left;
    margin: auto;
    margin-top: 10px;
}
.botaoOrdemDetalhe{
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 15px;
    vertical-align: top;
}
.botaoVerde{
    background-color: #5cb85c;
}
.botaoVermelho{
    background-color: #d2322d;
}
.botaoAmarelo{
    background-color: #c7c501;
}
.remServico{
    color: #ffffff;
    background-color: #d2322d;
    display: inline-block;
    padding: 2px 12px;
    cursor: pointer;
    border-radius: 15px;
    vertical-align: top;
}
#dataEntrega{
    margin-left: 10px;
    margin-right: 10px;
}
/* OS GRID */
.headings td{
    border-right: solid;
    border-color: grey;
}
.os_grid{
    border-style: solid;
}
.filter th{
    border-bottom-style: solid;
    border-right: solid;
    border-color: grey;
}
.cor_sim td{
    background-color: #A0D0F5;
    border-right: solid;
    border-color: grey;
    height: 42px;
}
.cor_nao td{
    border-right: solid;
    border-color: grey;
    height: 42px;
}
.pointer{
    cursor: pointer;

}
.pointer:hover{

}