*{padding:0; margin:0; outline:0;}

html, body{
  height:100%;
}
body{
	background:#efefef;
}

/* ================ BOX CONTENT ================ */

#background{
  height:100%;
}
#box_content{
  min-height:85%;
  position:relative;
  width:1022px;
  margin:0 auto;
  background:#fff;
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
}
* html #box_content{
  height:85%;
}

#footer_client {
  width: 1022px;
  margin: 0 auto;
}

#version { color: #808080; font-size: 11px; text-align: right; }

/* ADD AND EDIT WINDOW */

.greenButton{
    background-color: #37b37b; /* Green */
    border: none;
    color: white;
    width: 110px;
    padding: 12px 29px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    font-family:verdana; 
    font-size: 13px;
}

.windowAddEditBook{
  width:600px;
  height:auto;
  margin: auto;
  text-align: center; /*WARNING CHANGE*/
}

.windowAddEditGroup{
  width:600px;
  height:auto;
  margin: auto;
}

.tablePositionAssociate{
  position:relative; 
  top:30px;
}

.windowPublicoNewUser{
  width:275px;
  height:auto;
  margin: auto;
}

.windowPublicoWelcome{
  width:600px;
  height:auto;
  margin: auto;
}

.boxAplications{
  border-radius: 25px;
  padding: 20px; 
  width: 450px;
  float:left;
  top:30px;
  background:rgba(8,65,130,0.1);
  height: 150px;
}

.boxWeb{
  border-radius: 25px;
  padding: 20px; 
  width: 130px;
  float:right;
  background:rgba(8,65,130,0.1);
  height: 150px;
}

/* ===== BOX TOP ===== */
#box_top{
  width:1024px;
  height:150px;
}
/* BOX LOGO */
#box_logo{
  width:120px;
  height: 50px;
  margin:50px;
  float:left;
}

#box_logo_publico{
  width:120px;
  height: 50px;
  margin:50px;
  float:left;
}

#welcomeUser{
  width:336px;
  height:31px;
  background:url('../image/bg_bemvindo.png') no-repeat;
  position:absolute;
  right:1px;
  font-family:Verdana, Arial;
  font-size:13px;
  color:#3a3a3a;
}
  #welcomeUser p{
    margin-left:40px;
    margin-top:7px;
    float:left;
  }
/* NOME DO SISTEMA */
#scao{
  width:700px;
  height:auto;
  position:absolute;
  right:10px;
  top:74px;
}
  #scao h1{
    font-family: Verdana, arial;
    font-size:25px;
    color:#316090;
    font-weight:600;
  }

#btExit{
  float:right;
  margin-top:7px;
  margin-right:10px;
  text-decoration: none;
  color:#3a3a3a;
}
  #btExit:hover{
    color:#0f0f0f;
  }

/* BOX MENU */
#box_menu {
  height: 50px;
  background:url('../image/bg_menu.png') repeat-x; /*mudar essa parte para o menu ser customizavel*/
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  width: 1024px;
  position:relative;
  top:-10px;
}
#box_menu ul, #box_menu li, #box_menu a {
  margin: 0;
  padding: 0;
}
#box_menu ul {
  list-style: none;
  float:left;
}
#box_menu a {
  text-decoration: none;
}
#box_menu > ul > li {
  float: left;
  /*margin-left: 15px;*/
  position: relative;
}
#box_menu > ul > li > a {
  color: #fff;
  font-family: Verdana;
  /*font-size: 15px;*/
  font-size: 14px;
  line-height: 50px;
  /*padding: 10px 20px;*/
  padding: 10px 13px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#box_menu > ul > li > a:hover {
  color: #a0a0a0;
}
#box_menu > ul > li > ul {
  z-index:201;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0 8px 0;
  background-color: #fafafa;
  border:1px solid #afafaf;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -80px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#box_menu > ul > li:hover > ul {
  opacity: 1;
  top: 45px;
  visibility: visible;

}
#box_menu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;

}
#box_menu > ul ul > li {
  position: relative;
  background-color: #fafafa;
}
#box_menu ul ul a {
  color: #323232;
  font-family: Verdana, 'Lucida Grande';
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#box_menu ul ul a:hover {
  background-color: #f0f0f0;
}
#box_menu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#box_menu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
  border:1px solid #afafaf;
}
#box_menu ul ul a:hover {
  background-color: #084f96;
  color: #f0f0f0;
}

/* === FORMATACAO TABELAS === */
.table{
  padding-bottom:10px;
}
.table table{
  width:980px;
  height:auto;
  margin:25px auto 0 auto;
  border-collapse:collapse;
}

.ajusteTableGroup{
  position: relative;
  top:-60px;
}

.ajusteTableGroupSelection{
  position: relative;
  top:-45px;
}

.ajusteTableUser{
  position: relative;
  top:0px;
}

table, td, th{
  border:1px solid black;
  padding:5px;
}

tr:hover, tr:hover {
  background-color:#D7D7D7;
  /*color:#fff;*/
}

.title_group{
    position:relative;
    top:115px;
    left:-50px;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 14px;
  }

.table table th{
  background-color:#084f97;
  color:#fff;
  font-family: Verdana, Arial;
  font-weight:normal;
  padding:5px;
  text-align: center!important;
  font-size: 12px;
}

.table table td{
  font-family: Verdana, Arial;
  font-size:11px;
  text-align:left;
  padding:3px;
}

/* == BOTOES DA TABELA - GRUPO - EDITAR - APAGAR == */
.btnTable{
  width: auto;
  text-align:center;
}

.name{
  float:left;
  margin-top:4px;
}

/* FORMATACAO DOS BOTOES */
table .buttonX{
  margin-right:10px;
  margin-top: 18px;
}

table .buttonblock{
  margin-right:10px;
  margin-top: 18px;
}


.buttonblock{
  display: inline-block;
  border:none;
  font-size:11px;
  text-align:center !important;
  padding: 10px; 
  font-family:Verdana, Arial;
  border-radius: 2px; 
  -moz-border-radius: 2px; 
  box-shadow: inset 0px 0px 2px #fff;
  -o-box-shadow: inset 0px 0px 2px #fff;
  -webkit-box-shadow: inset 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 2px #fff;
   text-decoration:none;
   text-align:center;
  width: 63.5px;
  height: 40px;
  float: left;
}

.block{
  width: 63.5px;
  height: 40px;
  float: left;
}

.leftButtonTable{
  float: none;
}


.permissions{
  width:75px !important;
  margin-left:-1px;
}

.button{
  display: inline-block;
  border:none;
  font-size:11px;
  text-align:center !important;
  padding: 5px 5px; 
  font-family:Verdana, Arial;
  border-radius: 2px; 
  -moz-border-radius: 2px; 
  box-shadow: inset 0px 0px 2px #fff;
  -o-box-shadow: inset 0px 0px 2px #fff;
  -webkit-box-shadow: inset 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 2px #fff;
   text-decoration:none;
   text-align:center;
}

.button:hover{
  text-decoration: none;
}


.blue {
  color: #fff;
  background-image: -moz-linear-gradient(#1c61a5, #084f97);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#084f97), to(#1c61a5));
  background-image: -webkit-linear-gradient(#1c61a5, #084f97);
  background-image: -o-linear-gradient(#1c61a5, #084f97);
  background-color: #084f97;

}
.blue:hover {
  background-image: -moz-linear-gradient(#084f97, #1c61a5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c61a5), to(#084f97));
  background-image: -webkit-linear-gradient(#084f97, #1c61a5);
  background-image: -o-linear-gradient(#084f97, #1c61a5);
  background-color: #1c61a5;
}

.gray {
  color: #084e95;
  border: 1px solid #b6b6b6;
  background-image: -moz-linear-gradient(#e5e5e5, #efefef);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#e5e5e5, #efefef);
  background-image: -o-linear-gradient(#e5e5e5, #efefef);
  background-color: #efefef;
}
.gray:hover {
  border: 1px solid #b6b6b6;
  background-image: -moz-linear-gradient(#efefef, #e5e5e5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#efefef));
  background-image: -webkit-linear-gradient(#efefef, #e5e5e5);
  background-image: -o-linear-gradient(#efefef, #e5e5e5);
  background-color: #e5e5e5;
}
/* ---- FIM FORMATACAO DOS BOTOES --- */

/* BOTAO NOVO USUARIO E NOVO GRUPO */
.btnNewUserGroup{
  width:200px;
  float: right;
  padding-bottom: 80px;
  padding-left: 50px;
}

/* BOTAO NOVA OBRA */
.btnNewBook{
  width:200px;
  float: right;
  padding-bottom: 20px;
  padding-left: 50px;
}

.btnNewUser{
  width:200px;
  float: right;
  padding-bottom: 20px;
  padding-left: 50px;
}

.btnNewUserAssoc{
  width:200px;
  float: right;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-top: 8px;
}

.btnNewUserAssocGroup{
  width:200px;
  height: 65px;
  float: right;
  padding-bottom: 30px;
  padding-left: 50px;
}

.btnNewGroupAssoc{
  width:200px;
  float: right;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-top: -40px;
}

.confirmationAssoc{
  width:410px;
  position: relative;
  top: -100px;
  left: 105px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-top: 8px;
}

#btnNewUser, #btnNewGroup, #btnNewBook{
  padding:10px;
}

/* === JANELA MODAL - GRUPOS == */
/* FORMATACAO DA JANELA */
.modal{
  position:fixed;
  background-image:url('../image/pattern.png') !important;
/*  top:200px !important;
  left:300px !important;*/
  background-color:#e5e5e5;
   border-radius: 3px; 
  -moz-border-radius: 3px; 
  box-shadow:  0px 0px 5px #636363;
  -o-box-shadow:  0px 0px 5px #636363;
  -webkit-box-shadow:  0px 0px 5px #636363;
  -moz-box-shadow:  0px 0px 5px #636363;
  z-index:2000;
}


/* --- FIM FORMATACAO DA JANELA --- */

/* NOVO USUARIO E EDITAR */
#newUser, #changePassword, #editUser{
  width:350px;
  height:auto;
}
#newUser, #editUser, #editPassword, #NewGroup{
  top: 300px;
}

/* GRUPOS - FORMATACAO TABELA */
#formGroupUser table{
  border-collapse:collapse;
  width:700px;
  margin: 20px auto;
}

#formGroupUser table th{
  background-color:#084f97;
  color:#fff;
  font-family: Verdana, Arial;
  font-weight:normal;
}

#formGroupUser table td{
  font-family: Verdana, Arial;
  font-size:14px;
}

.tdCheckBox{
  text-align:center;
}

/* LEGENDA DA TABELA MODAL */
.legenda{
  height:30px;
  background:#084889;
  display:block;
  margin-top:0px;
  background-image:url('../image/bg_menu.png');
  border-top-left-radius:1px;
  border-top-right-radius:1px;
  text-align:center;
}
  .legenda h1{
    font-family:Arial;
    color:#fff;
    font-weight:normal;
    font-size:18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top:4px;
  }

.legenda-info{
  width: 500px; 
  margin: 10px auto;
}

.alert{
  
  height:auto;
  text-align:center;
  left:350px;
  top:300px;
}

.alert p{
  text-align:center;
  font-family:Verdana, Arial;
  font-size:12px;
  margin:20px auto;
  color:#404040;
}

.marginCleanAddBook{
 margin-left: 10px;
 margin-bottom: 10px;
 left:310px;
 top:-70px;
}

/* BOTAO - ALTERAR - CRIAR - OK  E CANCELAR */
.divBtnModal{
  width: 166px;
  height: 30px;
  margin: 15px auto;
}

.divBtnModalWidth{
  width: 167px;
  height: 30px;
  margin: 20px auto;
}

.divBtnModalPermissions{
  width: 176px;
  height: 30px;
  margin: 20px auto;
}

.divConfModal { width: 140px; height: 30px; margin: 0 auto; }

#btnYes, #btnNo { text-align:center; float:left; margin:5px 0px 10px 11px; }

#btnSaveGroup, #btnCancelGroup{
  text-align:center; float:left; margin:5px 40px 10px 11px;
}

#btnYes, #btnNo{
  margin:5px 0px 10px 20px !important; 
}

#btnCreateUser, #btnEditUser, #btnCreateGroup{
  text-align:center;
  margin:0px 32px 10px 0px;
  cursor:pointer;
  height: 27.2px;
}

#btnCancelUser{
  text-align:center;
  float:left;
  margin:0px 32px 10px 0px;
  cursor:pointer;
}

#btnAssocGroup{
  text-align:center;
  float:none;
  margin:15px 0px -20px 114px;
  cursor:pointer;
}

#btnCancelUserNoFloat{
  text-align:center;
  width: 65px;
  margin:0px 32px 10px 0px;
  cursor:pointer;
}

#formEditUser #btnCreateUser, #formNewUser #btnCreateUser, #btnCreateGroup{
  /*margin:10px 20px 0 20px;
  float:left;*/
}
/*#btnCancel{
  top:184px;
  left:223px;
  position:absolute;
  cursor:pointer;
}*/



#btnBack{
  position:absolute;
  cursor:pointer;
  right:5px;
  top:-2px;
}

#btnDelete{
  margin-right:0 !important;
}

.btnOk{
  margin:0 auto 15px auto !important;
}

/* FORMULARIO - NOVO USUÁRIO/EDITAR */
#formNewUser, #formGroupUser, #formEditUser, #formNewGroup {
  width:350px;
  height:auto;
  margin:20px auto 0 auto;
}

#formWelcomeUser {
  width:350px;
  height:auto;
  margin:20px auto 0 auto;
}

#formNewUser .fieldCheckbox{
  
  font-weight: bold;
}


#formLicense{
  width:290px;
  height:auto;
  margin:20px auto 0 auto;
}

#formGroupUser{
  width:900px;
}

  .field{
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:5px;
    color:#404040;
  }

  .isTeacher{
    float:right;font-weight: bold;font-family:Verdana, Arial;font-size:12px;
  }

    .needCPF{
    float:right;font-weight: bold;font-family:Verdana, Arial;font-size:12px;
  }

    .biggerfield{
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:5px;
    color:#404040;
  }

  .fieldCheckbox, .fieldRadio{
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight: bold;
    margin-bottom:5px;
    color:#404040;
  }

    .fieldInfo{
    font-family:Verdana, Arial;
    font-size:13px;
    margin-top:5px;
    color:#404040;
  }


    .select{
    font-family:Verdana, Arial;
    font-size:13px;
    width:250px;
    padding:5px;
    border:1px solid #B5B5B5;
    -moz-border-radius: 3px; 
    box-shadow:  0px 0px 1px #636363;
    -o-box-shadow:  0px 0px 1px #636363;
    -webkit-box-shadow:  0px 0px 1px #636363;
    -moz-box-shadow:  0px 0px 1px #636363;
  }
  .input{
  width:250px;
  padding:5px;
  margin-bottom: 1px;
  border:1px solid #B5B5B5;
  -moz-border-radius: 3px; 
  box-shadow:  0px 0px 1px #636363;
  -o-box-shadow:  0px 0px 1px #636363;
  -webkit-box-shadow:  0px 0px 1px #636363;
  -moz-box-shadow:  0px 0px 1px #636363;
  }

  .inputDate{
  width:80px;
  padding:5px;
  margin-top:5px;
  margin-bottom:5px;
  margin-left: 50px;
  border:1px solid #B5B5B5;
  -moz-border-radius: 3px; 
  box-shadow:  0px 0px 1px #636363;
  -o-box-shadow:  0px 0px 1px #636363;
  -webkit-box-shadow:  0px 0px 1px #636363;
  -moz-box-shadow:  0px 0px 1px #636363;
  }

  .labelDate{
    position: relative;
    /*top: -40px;*/
  }

  .labelDateEnd{
    position: relative;
    top: -120px;
    left: 150px;
  }

  .inputLicense{
  width:290px;
  padding:5px;
  margin-top:5px;
  margin-bottom:5px;
  border:1px solid #B5B5B5;
  -moz-border-radius: 3px; 
  box-shadow:  0px 0px 1px #636363;
  -o-box-shadow:  0px 0px 1px #636363;
  -webkit-box-shadow:  0px 0px 1px #636363;
  -moz-box-shadow:  0px 0px 1px #636363;
  }

.mascara{
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.9;
  position:fixed;
  z-index:100;
  top:0;
  z-index:100;
}

/* TELA EDITAR */
/*.divEdit{
  width:400px !important;
  height:auto;
  margin:0 auto;
  padding:5px;
}*/
.divVersao{
  width:1024px !important;
  height:auto;
  margin:0 auto;
}

 .legendaEditBack{
    margin-top:0px;
  }
    .legendaEditBack h1{
    font-family:Verdana, Arial;
    font-size:21px;
    font-weight:normal;
    color:#084f97;
    border-bottom:1px solid #c1c1c1;
  }
  .legendaEdit{
    margin-top:20px;
  }
  .legendaEdit h1{
    font-family:Verdana, Arial;
    font-size:21px;
    font-weight:normal;
    color:#084f97;
    border-bottom:1px solid #c1c1c1;
  }
    .legendaEditNoLine h1{
    font-family:Verdana, Arial;
    font-size:21px;
    font-weight:normal;
    color:#084f97;
  }
  .formEdit{
    position:relative;
  }

  .formEdit #formNewUser{
    margin:0 auto !important;
    padding:10px;
  }

/* ==== LOGIN ==== */
.bglogin{
  background:#efefef !important;
  border:0 !important;
}

#box_login{
  width:400px;
  height:293px;
  position:absolute;
  background:url('../image/bgLogin.png') no-repeat;
}

#box_login2{
  width:1000px;
  height:733px;
  position:absolute;
  background:url('../image/bgSFB.png') no-repeat;
}

#formLogin{
  width:200px;
  height:auto;
  margin:20px 0px 0 30px;
}

#box_login h1{
  font-family: Arial;
  font-size:35px;
  color:#828689;
  display:block;
  margin:30px 28px 0 28px;
}

#box_login2 h1{
  font-family: Arial;
  font-size:35px;
  color:#828689;
  display:block;
  margin:30px 28px 0 28px;
}

.inputLogin{
  width:180px !important;
}

.buttonLogin{
  padding:10px;
  cursor:pointer;
  position:absolute;
  top:220px;
  left:30px;
}

/* LOGO DACCORD */
#logoDaccord{
  width:130px;
  height:81px;
  background: url('../image/logo_editora_login.png') no-repeat;
  position:absolute;
  left:240px;
  top:120px;
}

/* ERROS FORMULARIO */
.errors li{
  font-family:verdana, Arial;
  color:#ff0000;
  font-size:10px;
  list-style:none;
  margin-bottom:5px;
}

/* NOVA TABELA */
.table2, .tableLed{
  width:1024px !important;
  position:relative;
  clear:both;
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;  
  
}
  .table2 table, .tableLed table{
    width:1000px !important;
    margin-bottom:20px;    
  }
  
  .table2 th{
    font-size:10px;
    text-align:left !important;
  }
  .table2 th a{
    color:#fff;
    text-decoration:none;
  }

  .table th, .table td{
    word-break: break-all;
    cursor:pointer;
  }

  .table2 th img{
    cursor:pointer;
  }
  .arrow{
    float:right;
    width:15px;
    height:13px;
    margin:2px 0px 0 3px;
  }

  .userbookTable{
    position:relative;
  }

/* DIV FILTER */
#filter{
  width:731px;
  height:56px;
  padding:0px 10px;
  left:11px;
  top:10px;
  position:relative;
}

#status_filter{
  width:250px;
  height:50px;
  position:absolute;
}
  #selStatus-label{
    width:60px;
    height:40px;
  }
  #selStatus-label label{
    font-family:Verdana, Arial;
    color:#fff;
    font-size:13px;
    position:absolute;
    top:24px;
  }
  .p_status{
    position:absolute;
    top:0px !important;
    left:45px;
    font-size:11px !important;
    font-family:Verdana, Arial;
  }
  #selStatus-element{
    width:236px;
    position:absolute;
    left:65px;
    top:18px;  
  }
    #selStatus-element select{
      width:236px;
      padding:5px;
      border:1px solid #ccc;
      text-ident:10px;
      line-height:23px;
    }
#textFilter-label{
  width:500px;
  /*float:right;*/
  height:auto;
  position:absolute;
  left:310px;
  top:0px;
}
@-moz-document url-prefix() { 
      #textFilter-label{
      font-family:Verdana, Arial;
      color:#fff;
      font-size:11px;
      margin-top:0px;
      margin-bottom:0 !important;
      }
}
#textFilter-label label{
  font-family:Verdana, Arial;
  color:#fff;
  font-size:11px;
  margin-bottom:2px;
}
  #textFilter{
    width:240px;
    padding:6px;
    border:1px solid #ccc;
    position:absolute;
    top:18px;
    left:310px;
  }
  .btn_filter{
    width:60px !important;
    height:30px;
    cursor:pointer;
    position:absolute;
    top:18px;
    left:565px;
  }



.backgroundTh{
  background-color:#0a71d9 !important;
}

/* TABELA GERENCIAMENTO DE VERSÃO */
.versionManagement{
  width:600px !important;
  position:relative;
  clear:both;
  left:-36px;
}
  .versionManagement table{
      width:500px !important;
      font-size:13px;
  }
.btnTest{
  width:180px;
  height:50px;
}
  .btnTest a:first-child{
    margin-right:20px;

  }
  .btnTest a{
  margin-bottom:10px;
  }

.redText{
  color:#ff0000 !important;
}
.msgError{
  width:180px;
  font-family: Verdana, Arial;
  color:#084f97;
  font-size:12px;
  display:block;
  float:left;
  text-align:left !important;
}

.tableLed th, .tableLed td{
  font-size:9px;
  text-align:left !important;
}

#closeModal{
  width:20px;
  line-height:18px;
  background-color:#fff;
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:11px;
  color:#084f97;
  font-family: Verdana, Arial;
  position:absolute;
  top:5px;
  right:5px;
  text-align:center !important;
  font-weight:bold;
  cursor:pointer; 
}

#btnSearch{
  padding:6px!important;
}
.enviarLicenca{
  cursor:pointer;
  margin-top:10px;
}

/* PAGINAÇÃO */
.pagination{
  width:auto;
  margin:0 auto;
  text-align:center;
}
  .pagination ul{
    list-style:none;
  }
  .pagination ul li{
    display:inline;
    margin-right:5px;
  }
  .pagination ul li a{
    text-decoration:none;
    font-family:Verdana;
    font-size:13px;
    color:#084482;
     padding:10px;
    border:1px solid #b6b6b6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px #D3D3D3;
    -moz-box-shadow: 0px 1px 1px #D3D3D3;
    box-shadow: 0px 1px 1px #D3D3D3;
  }
    .pagination ul li a:hover{
      color:#fff;
      background-color:#084482;
    }

    .current{
      color:#fff !important;
      background-color:#084482;
    }


.marginZero{
  margin-left:0 !important;
  margin-right:5px !important;
  height: 27.2px;
}

.bookHeight{
  height: 47px;
}

.groupHeight{
  height: 79px;
}

.userHeight{
  height: 60px;
}

.tableLed th, .tableLed td, .tableGroup td, .tableGroup th, .tableUser td, .tableUser th{
  cursor:inherit !important;
}

.display-inline-buttons{
  display: inline-block;
}

.float-right-div{
  float: right;
}

/* PAGINA DE EXIBIÇÃO DE LOGS */
/* DIV FILTER */
#filter_log{
  width:358px;
  height:56px;
  padding:0px 10px;
  left:11px;
  top:10px;
  position:relative;
  background:url('../image/barra.png') no-repeat;
}

#status_filter{
  width:250px;
  height:50px;
  position:absolute;
}
  #selStatus-label{
    width:60px;
    height:40px;
  }
  #selStatus-label label{
    font-family:Verdana, Arial;
    color:#fff;
    font-size:13px;
    position:absolute;
    top:24px;
  }
  .p_status{
    position:absolute;
    top:0px !important;
    left:45px;
    font-size:11px !important;
    font-family:Verdana, Arial;
  }
  #selStatus-element{
    width:236px;
    position:absolute;
    left:65px;
    top:18px;  
  }
    #selStatus-element select{
      width:236px;
      padding:5px;
      border:1px solid #ccc;
      text-ident:10px;
      line-height:23px;
    }
#description-label{
  height:auto;
  top:0px;
}
@-moz-document url-prefix() { 
      #description-label{
      font-family:Verdana, Arial;
      font-size:11px;
      margin-top:0px;
      margin-bottom:0 !important;
      }
}
#description-label label{
  font-family:Verdana, Arial;
  font-size:12px;
  margin-bottom:2px;
}
 
  .btn_filter_log{
    width:60px !important;
    height:30px;
    cursor:pointer;
    position:absolute;
    top:18px;
    left:275px;
  }

.backgroundTh{
  background-color:#0a71d9 !important;
}

/* CONFIGURAÇÕES */
#config { height: auto; margin: 0 auto; padding: 5px;}
#form_config { width:600px; height:auto; margin:20px auto 0 auto; }
#form_config .field { float: left; width: 270px; }
.btn_print { margin: 0 0 0 939px; }

/* Obras */
#book { height: auto; margin: 0 auto; padding: 5px; width: 495px; }
#form_book { width: 495px; height:auto; margin:20px auto 0 auto; }
#form_book .field { float: left; width: 160px; margin: 8px 0 0 0; font-weight: bold;}
#form_book .bigfield { float: left; width: 200px; margin: 8px 0 0 0; font-weight: bold;}
#form_book .bigggerfield { float: left; width: 240px; margin: 8px 0 0 0; font-weight: bold;}
#form_book .checkBox { float: right; width: 120px;}
#form_book .fieldCheckbox { float: right; font-weight: bold;}
#form_book .fieldRadio { font-weight: bold;}
.btn_save_book {  margin-left: 165px; margin-top: 30px; width: 118px; }
.btn_save_assoc {  margin-left: 95px; margin-top: 30px; width: 118px; }
#book #form_book #description { height: 61px; width: 248px; }

#form_book #tipo_obra-element label{margin-right: 20px; margin-bottom: 20px;}
#form_book #tipo_obra-element label #tipo_obra-P{margin-right: 7px;}
#form_book #tipo_obra-element label #tipo_obra-A{margin-right: 7px;}

/* Associar Obra */
.user_name { margin: 0 0 10px 0; }
.books { margin: 0 0 10px 0; }
.btn_concluir { margin: 0px 32px 0 0; height: 27px; }
#user_book { width: 1000px; height: 800px; }

/* Adicionar mais Vouchers */
#addVouchers {  }
#addVouchers .legendaEdit { text-align: center; }
#formAddVouchers{
  width: 350px;
  height: auto;
  margin: 20px auto 0 auto;
  position: relative;
}
#addVouchers #erro { color: red; }

#cpf::-webkit-input-placeholder {
color: red !important;
}
 
#cpf:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
#cpf::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
#cpf:-ms-input-placeholder {  
color: red !important;  
}
