/**
 * [css] layout.css
 *
 * @created    01.03.2014
 * @author     Virginio Laurini <virginio @ pingitoreinformatica.ch>
 */

body {
  /* font-family: sans-serif; */
  background-color: #F4FAFF;
  color: darkblue;
}

textarea {
	color: navy;
	/* font-family: arial, verdana, ms-sans-serif; */
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}


#tab_container {
  margin: auto;
  background-color: #F4FAFF;
  width: 100%;
}

#tr_header {
  margin: auto;
  border-collapse: collapse;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

#tr_body {
  margin: 0 0px;
  background-color: white;
  width: 100%;
}

#td_menu {
  width: 150px;
  height: 700px;
  vertical-align: top;
  background-color: lightyellow; 
  border: 1px solid black;
}

#td_content {
  padding: 0px;
  margin: 3px 3px;
  width: 100%;
  vertical-align: top;
}


#tr_footer {
  background: #ccc;
  text-align: right;
  font-size: small;
  padding: 1px;
  height: 1%;
}

#topp {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  width: 100%;
}

#topb {
  height: 20px;
  background-color: #ccc; 
}

.logo {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 80px;
}

.logo.title {
  align-items:baseline;
  margin-top: 20px;
  width: 35%;
}


#navigation {
  float: left;
  width: 100%;
  background: #333;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li {
  list-style-type: none;
  display: inline;
}

#navigation li a {
  display: block;
  float: left;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#pbCommand {
  width: 130px;
  height: 130px;
  border: none;
  cursor: pointer;
}

/**
 * Classi
 */
.cmdBar {
  cursor: pointer;
}

.imgSmallButton {
    width: 25px;
    background-color: transparent;
    cursor: pointer;
}

.imgMediumButton {
    width: 30px;
    background-color: transparent;
    cursor: pointer;
}

.imgBigButton {
    width: 60px;
    background-color: transparent;
    cursor: pointer;
}

/**
 * classi per la command bar e il tagMenù
 */
.tag_v_menu_table {
  width: 100%;
  height: 100%;
  /* font-family: arial;  */
  font-size: 10pt;
  font-family: arial;
  border-spacing: 5px 25px;
}

.tag_menu_on {
  border: inset 2px; 
  cursor: default; 
  color: yellow; 
  background: darkgreen; 
  width: 50%; 
  text-align: center;
  vertical-align: middle;  
}
.tag_menu_off {
  border: outset 2px; 
  cursor: pointer; 
  color: darkblue; 
  background: white; 
  text-align: center;
  vertical-align: middle;
}

.tag_v_menu_item {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.bodyDialog {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 10pt;
	background-color: Silver;
  color: Blue;
}

.pass_tab {
  border-collapse: collapse;
  /* font-family: arial; */
  width: 100%;
}

.pass_tollbar {
  border-collapse: collapse;
  /* font-family: arial; */
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.pass_head {
    padding-left: 0.3%;
    font-size: 12pt;
    border-bottom: 1px solid #C0C0C0;
    background-color: lightyellow;
}

.pass_col {
    font-size: 11pt;
    border-bottom: 1px solid #C0C0C0;
    padding: 0.1em 0.4em;
}

.pass_caption {
  color: cyan; 
  background: darkblue; 
  text-align: center;  
}

.disclaimer {
	border: groove 2px #4B0082;
	width: 100%;
	text-align: center;
}

.fldEditStr {
  width: 100%;
  border: 1px dotted lightgrey;
  color: darkblue;
  font-size: 12pt;
}

.modal-content{
  font-size: small;
}

.control-label {
  text-align: right;
  vertical-align: top;
  padding-right: 0px;
  justify-content: right;
}

.pwd_fld_val{
  width: 100%;
}

.btn_show_pass{
  border: none;
  background: none;
}

.form-group{
  padding-bottom: 2px;
  width: 100%;
}

.modal-fields{
  width: 100%;
  background-color: #B0C4DE;
  font-size: small;
}

.required{
  color: red;
}

.active { 
  background-color: #868B49;
}