.logo{
	height: 114px;
	background:url(../../images/logo/logo-login-alz.png) no-repeat; 
	background-size: 40%;
	background-position: center;
		}

.logo-menu{
	height: 60px;
    background: url(../../images/logo/logo-login-alz.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0px 21px;
    padding: 0px 62px!important;
		}
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand.logo-menu{
    height: 67px;
    background: url(../../images/logo/logo-login-alz.png) no-repeat;
    background-size: 96%;
    background-position: center;
    margin: 0px 0px;
    padding: 0px 30px!important;
}

html body.bg-full-screen-image
{
    background: url(../../images/background/bg-verde.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
}


.color-primario
{
    color: #205532  !important;
}

.bg-color-primario
{
    background-color: #205532  !important;
}

.text-color-primario
{
    color: #205532  !important;
}

.alert-color-primario
{
    color: #a6a6a6 !important; 
    border-color: #205532  !important;
    background-color: white !important;
}

.overlay-color-primario
{
    background: #205532 ;
}

.card-outline-color-primario{
        border-width: 1px;
        border-style: solid;
        border-color: #205532 ;
        background-color: transparent;
      } 

.btn-color-primario
{
    color: #ffffff!important; 
    border-color: #205532  !important;
    background-color: #205532  !important;
}
.btn-color-primario:hover
{
    color: #205532  !important;
	background-color: #ffffff!important;
	border-color: #205532 !important
}

.btn-color-primario:focus,
.btn-color-primario:active
{
    color: #205532  !important;
	background-color: #ffffff!important;
	border-color: #205532 !important
}


.btn-outline-color-primario{
    color: #205532 !important; 
    border: 1px solid #205532 !important;
    background-color: transparent;
}
.btn-outline-color-primario:hover
{
    color: #ffffff !important; 
    background-color: #205532 !important;
}

.border-color-primario
{
    border: 1px solid #205532 ;
}

.border-top-color-primario
{
    border-top: 1px solid #205532 ;
}

.border-bottom-color-primario
{
    border-bottom: 1px solid #205532 ;
}

.border-left-color-primario
{
    border-left: 1px solid #205532 ;
}

.border-right-color-primario
{
    border-right: 1px solid #205532 ;
}


.badge-color-primario{
	background-color: #205532 ;
}

.bg-gradient-color-primario
{
    background-image: -webkit-linear-gradient(45deg, #205532 , #0694b5);
    background-image:    -moz-linear-gradient(45deg, #205532 , #0694b5);
    background-image:      -o-linear-gradient(45deg, #205532 , #0694b5);
    background-image:         linear-gradient(45deg, #205532 , #0694b5);
    background-repeat: repeat-x;
}


.color-secundario
{
    color: #333 !important;
}

.bg-color-secundario
{
    background-color: #333 !important;
}

.text-color-secundario
{
    color: #333 !important;
}

.alert-color-secundario
{
    color: #333 !important; 
    border-color: #333 !important;
    background-color: white !important;
}

.overlay-color-secundario
{
    background: #333;
}

.card-outline-color-secundario{
        border-width: 1px;
        border-style: solid;
        border-color:#333;
        background-color: transparent;
      } 

.btn-color-secundario
{
    color: #ffffff; 
    border-color: #333 !important;
    background-color: #333 !important;
}
.btn-color-secundario:hover
{
    color: #333 !important;
	background-color: #ffffff;
	border-color: #333
}

.btn-color-secundario:focus,
.btn-color-secundario:active
{
    color: #333 !important;
	background-color: #ffffff;
	border-color: #333
}


.btn-outline-color-secundario
{
    color: #333; 
    border-color: #333;
    background-color: transparent;
}
.btn-outline-color-secundario:hover
{
    color: #333 !important; 
    background-color: #333;
}

.border-color-secundario
{
    border: 1px solid #333;
}

.border-top-color-secundario
{
    border-top: 1px solid #333;
}

.border-bottom-color-secundario
{
    border-bottom: 1px solid #333;
}

.border-left-color-secundario
{
    border-left: 1px solid #333;
}

.border-right-color-secundario
{
    border-right: 1px solid #333;
}
.badge-color-secundario{
	background-color: #333;
}

