/*

  Theme name: SPAC
  Description: Sistema Profissional Administrador de conteúdo.
  Theme URI: https://spac.robinhodev.online
  Author: Robson Vieira
  Text Domain: spac
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
  Version: 2.0

*/


* {
  
  padding: 0;
  margin:  0;

}



html, body {
  
  background-color: #ECECEC;
  min-height:       100%;
  position:         relative;
  padding:          0;
  display:          table;
  height:           100%;
  width:            100%;

}



#all {

  position: relative;
  height:   100%;
  width:    100%;

}



div#painel-content[data-sidebar='on'] div#painel-sidebar {

  position: relative;

}



#painel-sidebar {

  min-height: 100%;
  /*display:    table;*/

}



#painel-sidebar button {

  border-bottom-right-radius: 6px;
  border-top-right-radius:    6px;
  background:                 red;
  max-height:                 35.99px;
  max-width:                  35.99px;
  position:                   absolute;
  padding:                    6px 14px 6.01px 14px;
  display:                    table;
  z-index:                    10;
  border:                     0;
  cursor:                     pointer;
  color:                      #FFFFFF;
  right:                      -36px;
  top:                        10px;

}



div#painel-content[data-sidebar='off'] div#painel-sidebar > button {

  right: unset;
  left:  0px;

}



div#painel-content[data-seta="left"] div#painel-sidebar > button > i.fa-angle-right { display: none; }
div#painel-content[data-seta="right"] div#painel-sidebar > button > i.fa-angle-left { display: none; }



#painel-sidebar > div {

  border-right: 1px solid #ECECEC;
  position:     relative;
  display:      table;
  z-index:      11;
  width:        100%;

}



#painel-sidebar-header {

  position: relative;
  padding:  10px;
  display:  table;
  z-index:  11;
  width:    100%;

}



#painel-sidebar-header > div {

  border-bottom: 1px solid #FFFFFF;
  position:      relative;
  padding:       5px;
  display:       table;
  width:         100%;

}



#painel-sidebar-header > div > a {

  text-decoration: none;
  position:        relative;
  display:         table;
  width:           100%;
  color:           #FFFFFF;

}



#painel-sidebar-header > div > a > h1 {

  line-height: 28px;
  max-width:   182px;
  font-size:   1.8em;
  margin:      0px;

}



#painel-sidebar-body {

  padding-bottom: 10px;
  position:       relative;
  display:        table;
  z-index:        11;
  width:          100%;

}



#painel-sidebar-body > ul {

  width: 100%;

}



#painel-sidebar-body li.menu-item > a,
#painel-sidebar-body li.menu-item > a:visited,
#painel-sidebar-body li.menu-item > a:active {

  text-decoration: none;
  padding-right:   0px;
  padding-left:    0px;
  margin-top:      1px;
  color:           #FFFFFF;

}



#painel-sidebar-body li.menu-item > a span.menu-desk {

  padding-right: 15px;
  padding-left:  15px;

}



#painel-sidebar-body li.menu-item > a:hover,
#painel-sidebar-body li.menu-item > a:visited:hover,
#painel-sidebar-body li.menu-item > a:active:hover {

  background-color: rgba(255, 255, 255, .2);
  text-decoration:  none;
  color:            #FFFFFF;

}



#painel-sidebar-body li.active > a,
#painel-sidebar-body li.active > a:visited,
#painel-sidebar-body li.active > a:active,
#painel-sidebar-body li.active > a:hover,
#painel-sidebar-body li.active > a:visited:hover,
#painel-sidebar-body li.active > a:active:hover {

  background-color: rgba(255, 255, 255, .4);

}



#painel-sidebar-body li.active > a:after {

  border-bottom: 8px solid transparent; 
  border-right:  10px solid #ECECEC; 
  border-top:    8px solid transparent;
  margin-top:    -20px;
  position:      absolute;
  content:       "";
  display:       table;
  height:        0; 
  width:         0; 
  right:         0px;
  color:         #ECECEC;

}



#painel-sidebar-body li > a i.fa { min-width: 22px; }



div#painel-content main#painel-main {

  position: relative;
  padding:  10px 15px 10px 48px;
  display:  table;
  width:    100%;

}





/* PAINEL MINHA TELA - START */


  #painel-minha-tela-device-conteudo {

    position: relative;
    z-index:  4;
    display:  table-cell;
    height:   100%;
    width:    100%;

  }


  #painel-minha-tela-device-loading {

    background-color: rgba(0, 0, 0, .5);
    position:         absolute;
    padding:          10px;
    display:          none;
    z-index:          5;
    border:           1px solid #FFFFFF;
    height:           100%;
    width:            100%;
    left:             0;
    top:              0;

  }


  form#painel-minha-tela-form div.form-password {
    
    width: calc(100% - 96px);

  }


  form#painel-minha-tela-form input.password {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


  div#painel-minha-tela-senha-c div.form-password {
    
    width: calc(100% - 48px);

  }


  div#painel-minha-tela-senha-c input.password {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


/* PAINEL MINHA TELA - END */




/* PAINEL MINHA CONTA - START */

  
  form#painel-minha-conta-form div.form-floating {
    
    width: calc(100% - 48px);

  }


  form#painel-minha-conta-form input {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


/* PAINEL MINHA CONTA - END */







/* PAINEL USUARIOS MODAL USUARIOS - START */

  
  form#painel-usuarios-modal-usuarios-form div.form-password {
    
    width: calc(100% - 48px);

  }


  form#painel-usuarios-modal-usuarios-form input.password {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


/* PAINEL USUARIOS MODAL USUARIOS - END */





/* PAINEL USUARIOS MODAL ADMIN - START */

  
  form#painel-usuarios-modal-admin-form div.form-password {
    
    width: calc(100% - 48px);

  }


  form#painel-usuarios-modal-admin-form input.password {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


/* PAINEL USUARIOS MODAL ADMIN - END */



/* PAINEL USUARIOS MODAL TELA - START */

  
  form#painel-usuarios-modal-tela-form div.form-links {
    
    width: calc(100% - 48px);

  }


  form#painel-usuarios-modal-tela-form div.form-password {
    
    width: calc(100% - 96px);

  }


  form#painel-usuarios-modal-tela-form input.password {

    border-bottom-right-radius: 0;
    border-top-right-radius:    0;

  }


/* PAINEL USUARIOS MODAL TELA - END */




#page-loader {

  background: rgba(0, 0, 0, .6);
  position:   fixed;
  z-index:    9999;
  display:    none;
  height:     100%;
  width:      100%;
  top:        0;

}



#page-alert {

  background: rgba(0, 0, 0, .6);
  position:   fixed;
  z-index:    99999;
  display:    none;
  height:     100%;
  width:      100%;
  top:        0;

}


#liveToast { max-width: 400px; }


.copy-field,
.link-field,
.password-field {

  text-align: center;
  min-width:  48px;
  cursor:     pointer;

}


div.popover-body { padding: 4px; }


.password-field > i { margin: 0 auto; }


.painel-mobile-actions-lista {

  margin-top: 10px;
  position:   absolute;
  display:    initial;
  right:      50px;

}


.painel-mobile-actions-act {

  background-color: #ECECEC;
  line-height:      11px;
  border-top:       1px solid #FFFFFF;
  font-size:        13px;
  padding:          8px 12px;
  cursor:           pointer;

}


.painel-mobile-actions-act:hover {

  background-color: #CCCCCC;

}


.painel-mobile-actions-act[data-item='1'] {

  border-top: 0px;

}



#btn-wp-admin-dev {

  background-color: black;
  z-index: 999999;
  position: fixed;
  padding: 20px;
  bottom: 40px;
  right: 40px;
  color: #FFF;
}

.rodar {

  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;

}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}