﻿  .opciones-causa-small {
    position: fixed;
    bottom: 0;
    left: 0;
    display:inline;
    width: 100%;
    z-index: 999;
}

.opciones-causa-small-div {
   Width: 48%;
Padding: 7px;
border: none;
color: #FFFFFF;
Border-radius: 25px;
Margin-bottom: 5px;
Margin-left: 3px;
font-size: 17pt;
box-shadow: 1px 1px 8px 0px rgba(4, 4, 4, 0.3);
    -webkit-box-shadow: 1px 1px 8px 0px rgba(4, 4, 4, 0.3);
    -o-box-shadow: 1px 1px 8px 0px rgba(4, 4, 4, 0.3);
}

input.opciones-causa-small-div.causa-boton-purple {
    background-color: #7b5db6;
}

#btngocausa{
       background-color: #7b5db6;
}
#btnaddcausa{
      background-color: #37cc91;
}
input.opciones-causa-small-div.causa-boton-green {
    background-color: #37cc91;
}

@media screen and (min-width: 995px){

    .opciones-causa-small {

    display:none ;

}
    .opciones-causa{
        display:inline-block ;
    }

}

@media  screen and (max-width: 994px){

    .opciones-causa-small {

    display:inline ;

}
    .scroll-up{
        top: 78%;
    }
     .opciones-causa{
        display:none ;
    }

}

.causa-boton-gold {
    width: 97%;
    background-color: darkgoldenrod;
}