* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, Helvetica, 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{
    color: #000;
    background-color: #bbf100;
    border-color: #939688;
    box-shadow: none;
}
.card-asteroid.card-outline {
    border-top: 3px solid #bbf100;
}
.backgroundLogin{
    background-image: url(../img/login_back.jpg);
}
.backgroundAsteroid{
    background-color: #bbf100;
}
.mainAsteroid{

    background-size: cover;
    width: 102%;
    min-height: 900px;
    margin-top: -40px;
    margin-left: -19px;
}
.headerLogo{
    height: 57px;
}
.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: rgb(187, 241, 0,.7);
}

.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;
}