body {
    margin: 0;
    padding: 0;
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #eeeeee;
}

.box_bg {
    width: 100%;
    height: auto;
    padding: 5%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: 0px;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #e95446;
    border: 1px solid #e95446;
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px 10px 40px;
}

.vermelho {
    color: #d71921;
}

.azul {
    color: #014888;
}

.azulclaro {
    color: #0A91DD;
}

.branco {
    color: #ffffff;
}

.cinza {
    color: #777777;
}

.alertas {
    padding: 10px;
}

.centralizar {
    text-align: center;
}

.espaco_bottom {
    margin-bottom: 20px;
}
.titulo_resp {
    font-size: 15px;
    padding-bottom: -20px;
}

.chat-online {
    background-color: #ffffff;
    color: #ffffff;
}


.espaco {
    margin-top: 50px;
    position: relative;
}

.btn_enviar {
    background: #014888;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 0px 15px 0px;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #FFFFFF;
    width: 100%;
    position: relative;
}

.btn_enviar:hover {
    color: #ffffff !important;
    background: #e7b600;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #FFFFFF;
}

.btn_esqueci {
    background: #3083CF;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 0px 15px 0px;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #FFFFFF;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.btn_esqueci:hover {
    color: #ffffff !important;
    background: #014888;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #FFFFFF;
}

.inputs-chat {
	position: relative;
	display: block;
	padding: 0.8em;
	width: 100%;
    height: 50px;
	border: none;
	border-radius: 0;
	background: #ffffff;
    border: #e9e9e9 solid 1px;
	color: #595d6d;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
    margin-bottom: 10px;
}

.inputs-chat:hover {
    border: #c54e43 solid 1px;
}

.inputs-chat:focus {
	outline: none;
}



.tit_chat {
    background-color: #0a365e;
    padding: 20px 0px 0px 0px;
    height: 75px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
