﻿.divMenuSec
{
    width:1000px;
    height:50px;
    margin:auto;
}
.modal-bdl{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-bdl-on{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
    background-color: #00000090;
    opacity: 100 !important;
    -webkit-animation: fadein .7s;
    animation: fadein 0.7s;
    -webkit-animation: popin 0.5s;
    animation: popin 0.5s;
}
.modal-dialog-bdl{
    margin: 100px 27px !important;
}
.modal-footer-bdl{
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}
.opcMenuSec
{
   	font-family: Handlee;
	font-size:14pt;
    color:#777777;
	margin-top:4px;
	text-align:left;
    padding-top:4px;
    float:left;
    width:190px;
    border-radius:9px;
    background-color:#f7f7f7;
    text-align:center;
    cursor:pointer
}
.opcMenuSecOn
{
   	font-family:Handlee;
	font-size:14pt;
    color:#008800;
    font-weight:bold;
    padding:4px;
	margin-top:2px;
	text-align:left;
    float:left;
    width:190px;
    height:21px;
    border-radius:9px;
    background-color:white;
    text-align:center;
    border-bottom:3px solid #008800;
    cursor:pointer
}
@media (min-width: 576px) {
    .modal-dialog-bdl {
        margin: 117px auto !important;
    }
}