/*text area*/
textarea#comment{ height: 128px; width: 90%; resize: none;
                  margin-left: 15px; 
                  padding: 6px 6px 6px 0; 
                  background-color: #F6F6F6; border: 1px solid #C58B23; 
                  border-top-left-radius:5px; 
                  -moz-border-top-left-radius:5px; 
                  -webkit-border-top-left-radius:5px; 
                  border-top-right-radius:5px; 
                  -moz-border-bottom-right-radius:5px; 
                  -webkit-border-top-right-radius:5px; }
textarea#comment:focus{ outline: none; }

textarea#comment1{ height: 128px; width: 90%; resize: none;
                  margin-left: 15px; 
                  padding: 6px 6px 6px 0; 
                  background-color: #F6F6F6; border: 1px solid #C58B23; 
               }
textarea#comment:focus{ outline: none; }

/*Estilos de la barra*/
.barra-permisos{
      bottom: 0;
      width: 100%;
      z-index: 9999; 
      height: 65px;
      position: fixed; 
      background-color: rgba(0, 0, 0, 0.95); 
      font-family: Times, "Times New Roman", Georgia, serif;
  }
  .boton{
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;   
     color: #fff;
    background-color: #212221;
    border-color: #131415;
    float: right;

  }

  .boton a:hover{
   background-color: red;
  }

.texto-permisos{
  color: #fff;
  max-width: 70%;
  float: left;
  margin: 10px 20px 10px 20px;
}
.sm-text{
  color: #fff;
  float: left;
  margin: 20px 20px 20px 20px;
}

.botones-permisos{

  float: left;
  margin: 10px 0px 10px 0px;
}



/* Otros estilos */
@media screen and (max-width: 980px) {

    .texto-permisos{
    display: none !important;
    }

    .sm-text{
       display: block !important;
    }
}

@media screen and (max-width: 395px) {
    
  .barra-permisos{
      height: 105px;
  }
  .boton{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .sm-text {
    margin: 20px 20px 4px 20px;
}
.botones-permisos{
  margin-left: 20px;
}

}
@media screen and (min-width: 981px) {

    .texto-permisos{
    display: block !important;
    }

    .sm-text{
       display: none !important;
    }
}



/* estilos del modal */

.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 70%; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
