/*
* * * * * * * * * * *
* MODAL BOTÕES * * *
* * * * * * * * * *
*/

.remodal-wrapper{z-index: 100}
.remodal-overlay{z-index: 99}

@media only screen and (min-width: 641px) {
  .remodalOrganizadorMenu {
    max-width: 365px;
    margin-left: -20px;
    padding: 40px 10px;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
    cursor: text;
    min-height: 125px;
  }
}

div.remodalOrganizadorMenu .switch{
  position: absolute;
  top: -40px;
  right: 2px;
}

div.remodalOrganizadorMenu .line-left{
  background: #5d5454;
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  border-radius: 5px 0 0 5px;
  height: 100%;
}
div.remodalOrganizadorMenu .menu-title{
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 0 none;
  box-shadow: none;
  resize: none;
}
div.remodalOrganizadorMenu nav{
  position: absolute;
  right: -215px;
  width: 200px;
  top: -30px;
}

div.remodalOrganizadorMenu .close-remodal{
  position: absolute;
  top: -40px;
  left: -10px;
  color: #fff;
}

div.remodalOrganizadorMenu ul.list-inline>li{padding-left: 0px;margin-bottom: 3px;}
div.remodalOrganizadorMenu ul.dark-menu>li a{background: #3f3f3f;border-color: #3f3f3f;padding: 10px 20px;}
div.remodalOrganizadorMenu ul.dark-menu>li a:hover{background: #575757!important;border-color: #575757!important;background-image: none!important;}
div.remodalOrganizadorMenu ul>li a i{margin-right: 5px;}
.menu-type{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  background: #e3e3e3;
  padding: 5px 0
}


/*
* * * * * * * * * * *
* * MODAL COMO USAR *
* * * * * * * * * *
*/

@media only screen and (min-width: 641px){
    .remodal[data-remodal-id="como-usar"] {
        max-width: 920px;
        text-align: left;
        margin-top: 35px;
        padding: 0;
    }
    .remodal[data-remodal-id="como-usar"] header{
        padding: 20px 40px 15px 40px;
        background: #ededed;
    }
    .remodal[data-remodal-id="como-usar"] section{
        display: block;
        padding: 25px 30px;

    }
    .remodal[data-remodal-id="como-usar"] footer button{
        font-size: 1.6em;
    }
    .remodal[data-remodal-id="como-usar"] section.alternate {
        background: #e8e8e8;
    }

    .remodal[data-remodal-id="como-usar"] footer{
        background: #e5e5e5;
        padding: 25px 0;
        margin-top: 20px;
        border-top: 1px solid #d5d5d5;
        text-align: center;
    }
}
.remodal[data-remodal-id="como-usar"] h2{
    margin-top: 0px;
}
.remodal-fechar{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 73px;
    height: 73px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: #cecece;
}

.remodal-fechar:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 40px;
    line-height: 1.8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 73px;
    content: "\00d7";
    text-align: center;
}


/*
* * * * * * * * * * *
* * MODAL CONFIG LAYOUT *
* * * * * * * * * *
*/

@media only screen and (min-width: 641px) {
    .remodal-box-config {
        max-width: 600px;
        margin-left: -20px;
        padding: 10px 0 0 0;
        margin-bottom: 0;
        border-radius: 5px 5px 0 0;
        cursor: text;
        background-color: transparent;
    }
}

@media only screen and (max-width: 641px) {
  .remodal-box-config {
    padding: 10px 0 0 0;
    border-radius: 5px 5px 0 0;
    background-color: transparent;
    margin-top: 40px;
  }
}

div.remodal-box-config .switch{
  position: absolute;
  top: -40px;
  right: 2px;
}

div.remodal-box-config .line-left{
    background: #5d5454;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
div.remodal-box-config .menu-title{
    font-size: 2em;
    line-height: 3;
    color: #6f6565;
    background: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    border: 0 none;
    box-shadow: none;
    resize: none;
}
div.remodal-box-config nav{
    position: relative;
    padding: 10px 5px;
    display: block;
}

div.remodal-box-config .close-remodal{
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
}

div.remodal-box-config .flex-row > li,
div.remodal-box-config .flex-row.reverse > li{flex: 1;}

div.remodal-box-config ul.list-inline>li{padding-left: 0px;margin-bottom: 3px;}
div.remodal-box-config ul.dark-menu{margin: 0}
div.remodal-box-config ul.dark-menu>li a{background: #5d5454;border-color: #5d5454;font-size: 18px;padding: 15px 0;font-weight: 300;border-radius: 3px;width: 100%;}
div.remodal-box-config ul.dark-menu>li a:hover{background: #575757!important;border-color: #575757!important;background-image: none!important;}
div.remodal-box-config ul>li a i{display: block;line-height: 2.2;}
.box-type, .box-status{
    background: #ebebeb;
    font-size: 16px;
    padding: 10px 0;
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
}
.box-type .title,
.box-status .title{
    font-size: 20px;
    margin-bottom: 10px;
}
div.remodal-box-config i.icon-bg{
    position: absolute;
    top: 10%;
    font-size: 2.5em;
    left: 5%;
    color: rgba(93, 84, 84, 0.1);
    z-index: 0;
}

div.remodal-box-config .titulo .box-type,
div.remodal-box-config .resumo .box-type {
  margin-bottom: 0;
}

div.remodal-box-config .box-type .backgroundWhite{
  background-color: #fff;
  padding: 20px 0
}

div.remodal-box-config .titulo input{
  border: none;
  width: 80%;
  text-align: center;
}

div.remodal-box-config .resumo .backgroundWhite{
  padding: 10px 0
}

div.remodal-box-config .resumo textarea{
  border: none;
  width: 80%;
  text-align: center;
  resize: none;
}

.box-type .form-control{
    height: 40px;
    padding: 0px 10px;
    font-size: 16px!important;
}
.box-type select option[selected="true"]{
    font-weight: 900;
    background: #5d5454;
    color: #fff;
}
