body{
	font-family: 'Roboto', sans-serif;
}

@font-face{
	font-family: 'Roboto', sans-serif;
}

.Janela{
	background-color : rgba(256,256,256,0.5);
	box-shadow: 0px 0px 5px #BBBBBB;
	font-weight: normal;
	color: #6B6B6B;
}

.JanelaTransparente{
	background-color: Transparent;
	font-weight: normal;
	color: #6B6B6B;
}

input[type=text],input[type=password],.droplist{
    border: 1px solid;
    border-color: #e0e0e0;
	width: 340px;
	height: 40px;
	border-radius: 5px;
	background: #f1f1f1;
	outline: 0;
	color: #747474;
	padding-left: 10px;
	margin-top: -1px;
	font-size: 16;
}

.option{
	border: 1px solid;
	border-color: #e0e0e0;
	border-radius: 5px;
	background: #f1f1f1;
	outline: 0;
	color: #747474;
	font-size: 16;
}
.inline-flex{
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.cadastrar-cliente-button, .delete-button, .block-button{
	width: 200px;
	height: 40px;
	background: #EA5E0F;
	border-radius: 5px;
	border: 0px solid;
	color: #FFFFFF;
	cursor: hand;
	outline: 0;
}
.delete-button{
	background: #ff5959;
}
.block-button{
	background: #eca824;
}
.delete-button:hover{
	background: #d64141;
}
.block-button:hover{
	background: #d89c32;
}

ul{
	list-style: none; /* Remove list bullets */
	padding: 0;
	margin: 0;
}
li:before {
	content: "•"; /* Insert content that looks like bullets */
	padding-right: 8px;
	font-size: 20px;
	color: #eca824;
	line-height: 20px;
}
li{
	text-align: left;
	padding-left: 16px;
}
.editor-list{
	padding: 15px;
	color: #8e8e8e;
	max-height: 600px;
	overflow-y: scroll;
}

.dot-border{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 5px;
	border: 2px solid;
}

.dot-border:hover{
	background:#8e8e8e;
}

.green-border{
	border-color:#93ad72;
}
.red-border{
	border-color:#fe5858;
}

.dot:hover{
	border: 2px solid #686c6b;
}

.dot{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 5px;
}
.yellow-dot{
	background: #eca924;
}
.green-dot{
	background: #93ad72;
}
.red-dot{
	background: #fe5858;
}

.mensages-list{
	padding: 0 20px;
}
.message{
	border: 1px solid;
	border-color: #e0e0e0;
	border-radius: 5px;
	background: #f1f1f1;
	outline: 0;
	color: #747474;
	font-size: 16px;
	margin:  10px 20px ;
	min-width: 95%;
	width: 95%;
	max-width: 95%;
}

.editor-list ul{
	list-style: none; /* Remove list bullets */
	padding: 0;
	margin: 0;
}
.editor-list li:before{
	padding-right: 8px;
	line-height: 20px;
	content: "";
}
.editor-list li{
	text-align: left;
	height: 40px;
	border-bottom: solid 1px #d4d4d4;
	padding: 0;
	line-height: 40px;
	cursor: pointer;
}

.editor-list li:hover{
	color: #fe9052;

}

.left-colum{
	background: #f1f1f1;

}

input.Login,input.EnviarEmail{
	width: 340px;
	height: 40px;
	background: #EA5E0F;
	border-radius: 5px;
	border: 0px solid;
	color: #FFFFFF;
	cursor: hand;
	outline: 0;
}

input.Login:hover,input.EnviarEmail:hover{
	background: #FF6F20;
}

.EsqueciASenha{
	background: rgba(256,256,256,0);
	border-radius: 5px;
	border: 0px solid;
	color: #EA5E0F;
	font-size: 11;
	margin-top: 5px;
	margin-left: 200px;
	cursor: hand;
	outline: 0;
}


.EsqueciASenha:hover{
	color: #FF6F20;
}

.BotaoLimpo{
	background-color: Transparent;
	outline: 0;
	border: 0px solid;
	font-weight: bold;
	color: #6B6B6B;
	cursor: hand;
	text-align: left;
}

.BotaoLimpo:hover{
	color: #EA5E0F;
}

hr {
    border: 0;
    height: 0;
    width: 1200px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #6B6B6B;
}

table.Conteudo{
	border-collapse: collapse;
	width: 100%;
	color: #6B6B6B;
	table-layout: fixed;
	font-weight: normal;
	margin-top: 20px;
}

table.ConteudoExpandido{
	border: 1px solid #D6BBAA;
	border-top: 0px;
	background: #FAEFE9;
	width: 1200px;
	color: #6B6B6B;
	table-layout: fixed;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: -1px;
	margin-top: -1px;
}

table.Titulo{
	border-collapse: collapse;
	width: 100%;
	color: #FF8F53;
	table-layout: fixed;
	margin-top: 20px;
}

tr.ConteudoExpandido{
	height: 40px;
	font-size: 14;
}

tr.Conteudo:nth-child(even){
	background-color: #EEEEEE;
	height: 40px;
	font-size: 14;
}

tr.Conteudo:nth-child(odd){
	background-color: #E5E5E5;
	height: 40px;
	font-size: 14;
}

th{
	font-weight: 500;
}

table.Titulo tr th{
	font-weight: bold;
}

th.Catalogo1{
	padding-left: 40px;
	width: 460px;
	text-align: left;
}

th.Catalogo2,th.Catalogo3{
	width: 350px;
}

th.Catalogo1Expandido{
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #D6BBAA;
	padding-top: 10px;
	padding-bottom: 10px;
}

th.Catalogo2Expandido,th.Catalogo3Expandido{
	border-bottom: 1px solid #D6BBAA;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Let's get this party started */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	height: 50px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fe9053;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(254,144,83,0.4);
}

.arquivo-input-send{
    background-color: #fe9053;
    height: 50px;
    border-radius: 4px;
    color:white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px 30px;
    font-size: 16px;
    font-family: 'Roboto';
}

.arquivo-input-button{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    background-color: #fe9053;
    height: 50px;
    border-radius: 4px;
    color:white;
    text-transform: uppercase;
    margin-left: -5px;
    padding: 0px 30px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto';
}

.arquivo-input-text{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto';
    resize:none;
    margin-bottom: -21px;
}

input {
    display: inline-block;
    *display: inline;
    color: #3d3d3d;
    vertical-align: middle;
    width: auto;
    font-size: 1em;
    padding: 5px 0;
    text-indent: 5px;
    -moz-border-radius: 5px; /* -webkit-border-radius:5px; *//* border-radius:5px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}