
:root {
	--principalMensajeria: #85b601!Important;
	--secundarioMensajeria: #dcf8c6!Important;
	--terciarioMensajeria: #9fb399!Important;
}

@font-face {
    font-family: "Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: all;
}

@font-face {
    font-family: "Light";
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
    font-style: all;
}

@font-face {
    font-family: "Bold";
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: 700;
    font-style: all;
}

body{
	font-family: "Regular", arial,sans-serif!Important;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Bold", arial,sans-serif!Important;
}

p{
	font-family: "Light", arial,sans-serif!Important;
}

.nav-wrapper .material-icons {
    color: #ffffff;
}

nav a {
    color: #ffffff;
}

#header {
    height: 130px!Important;
    background-color: #fff!Important;
}

#header img {
    margin-top: 25px!Important;
    height: 75px!Important;
}

.brand-logo img{
    height: 40px;
    margin-top: 10px;
}

.color-primario-background{
	background-color: #333;
}

.color-secundario-background{
	background-color: #6eab00;
}

.datepicker-date-display {
	background-color: #6eab00;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #6eab00;
}

.container2 .sidebarRight .botonSideBar {
    color: #303030;
}

.container2 .sidebarRight .botonSideBar:hover {
    color: white;
    background: var(--principalMensajeria);
    opacity: 1;
    transition: all .2s ease-in;
}

.message-text {
    color: #303030;
}

#conversation .containerConversation-sdn .botonMensajesAnteriores {
    color: #303030;
}

.message-main-sender .colorWhite{
	color: #00000073;
}

.mensajeAviso {
    border-radius: initial;
    background: none;
    font-weight: 600;
    color: #100f0f;
    border-top: 1px dashed grey;
    border-bottom: 1px dashed grey;
    width: 100%
}