* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF; 
}

#header {
    background: black;
    padding: 10px;
}

#header ul li {
    list-style: none;
    display: inline;
    padding: 10px;
}

#header ul li a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

#footer {
    background-color: #000;
    color: #fff;
}

#main {
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.error {
    color: #f00;
}

.mainForm {
    background: #f9f9f9;
    border-radius: 7px;
    width: 100%;
}

.card-body .titleHeadTable {
    margin-bottom: 20px;
    border-bottom: 2px solid #42a3b8;
    padding: 10px;
    font-weight: bold;
}

.field_Monto_Cobertura,
.field_Deducible {
    background-color: #cacaca;
    padding: 20px;
    margin: 8px;
    border-radius: 20px;
    border: 1px solid #42a3b8;
}
.btn-asteroid, .btn-asteroid:hover{
    color: #fff;
    background-color: #2bc37f ;
    border-color: #2bc37f ;
    box-shadow: none;
}
.card-asteroid.card-outline {
    border-top: 3px solid #2bc37f ;
}
.backgroundLogin{
    
    
    background-color: #fff;
}
.backgroundCPCE{
    background-color: #FFF;
}
.mainAsteroid{
    /* background-image: url(../img/fondo.png); */
    background-color: #f7f7f7;
    background-size: cover;
    width: 102%;
    min-height: 900px;
    margin-top: -40px;
    margin-left: -19px;
}
.headerLogo{
    height: 57px;
    display: flex;
    justify-content: center;
}
.brand-link .brand-image{
    width: none;
}
.headerLogo img{
    width:"80%";
}

 [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #2bc37f    ;
}

.rowLanguage{
    border-bottom: 1px solid #37a745;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rowLanguage textarea{
    
    min-height: 70px;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 12px;
}
.layout-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
}


input:focus, select:focus {
    border: 1px solid #2BC37F;
}