.tableHeader {
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
.button {
  width: auto;
  border: 0 none;
  color: white;
  font-size: 1.125rem;
  background: none repeat scroll 0 0 #3d75c0;
  cursor: pointer;
  height: 18px;
  text-shadow: 0 0 !important;
  border-width: 0;
  padding: 0 10px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Gabarito", sans-serif !important;
}
/*.container{border-top: 1px solid #555; border-bottom: 1px solid #555;}*/

.introContainer {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}

.content {
  float: left;
  width: 200px;
}
.ope {
  float: right;
  width: 90px;
}
.new {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 5px;
}

.even {
  background-color: #ddd;
  padding: 3px;
}
.odd {
  background-color: #eee;
  padding: 3px;
}

#detailCnt h2,
#newModuleCnt h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
#newModuleCnt h3 {
  padding: 5px;
  border: 1px dotted #000;
  margin-bottom: 15px;
}

input

input.textInput {
  height: 20px;
  line-height: 20px;
  width: 300px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
select.select {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
textarea.textInput {
  height: 180px;
  width: 400px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#detail td {
  border-bottom: 1px dotted #fff;
  background-color: #eee;
  padding: 3px;
}
#detail .labelD {
  background-color: #ddd;
  width: 200px;
}

.label {
  margin-bottom: 3px;
}

.label-2 {
  margin-bottom: 12px;
}

.pager {
  margin: 3px;
  text-align: right;
}

.topFormContainer {
  padding-bottom: 10px;
}

.fieldCell {
  float: left;
  margin-right: 10px;
}

.detailIn td {
  border: none;
}

.condCnt {
  margin: 5px;
}
.condTitle {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2b61a5;
}
.condSubtitle {
  font-weight: bold;
  margin-bottom: 15px;
  color: #2b61a5;
}
.condParTitle {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2b61a5;
  text-decoration: underline;
}
.condPar {
  margin-bottom: 10px;
}
.condSvcTitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.condSvcParTitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.fxText {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.3;
  height: 20px;
  padding: 5px;
  width: 600px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ztlInnerH2 {
  font-family: "Gabarito", sans-serif !important;
  font-size: 30px;

  font-style: italic;

  color: #f3801f;

  font-weight: normal;

  margin-top: 5px;

  margin-right: 0px;

  margin-bottom: 5px;

  margin-left: 0px;

  line-height: 40px;

  padding-left: -100px;
}

.center {
  text-align: center;
}

#richiesta .campi {
  float: left;
  width: 377px;
  margin-bottom: 10px;
  //height: 40px;
}

#richiesta .campi label {
  display: block;
  width: 100%;
}

#richiesta input[type="text"] {
  border: 1px solid #ccc;

  padding: 3px;
  line-height: 28px;

  height: 22px;
  font-size: 14px;
  background-image: url(../images/input_shadow.png);
  background-repeat: no-repeat;

  &.readonly {
    background-image: none;
    background-color: #ddd;
  }
}

#richiesta .input {
  width: 230px;

  float: left;
  font-size: 14px;
}

#richiesta .lista {
  border: 1px solid #ccc;
  padding: 5px;
  width: 200px;
  font-size: 14px;
  background-image: url(../images/input_shadow.png);
  background-repeat: no-repeat;
}

#richiesta .data {
  width: 120px;
  font-size: 14px;
}

#richiesta .listaSmall {
  border: 1px solid #ccc;
  padding: 5px;
  width: 60px;
  font-size: 14px;
  background-image: url(../images/input_shadow.png);
  background-repeat: no-repeat;
}

input[type="submit"] {
  width: auto;
  // border: 0 none;
  // color: #fff;
  // font-family: Arial,Helvetica,sans-serif;
  // font-size: 11px;
  //font-weight: bold;
  // background: none repeat scroll 0 0 #3D75C0;
  //cursor: pointer;
  height: 20px;
  border-width: 0;
 
}

#richiesta .invia {
  width: 130px;
  text-align: right;
  padding-top: 13px;
  margin: 0 230px;
}

#richiesta .lungo {
  width: 550px;
  font-size: 14px;
}

.carvaletDisclaimer {
  font-size: 12px;
  font-style: italic;
}

.vectorRequest input[type="date"],
.vectorRequest textarea,
.vectorRequest input[type="password"],
.vectorRequest select {
  width: 100%;
  min-width: 100%;
  margin: 0;
  height: 30px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d9dbdf !important;
  font-size: 12px !important;
  padding-left: 15px;
  font-family: "Gabarito", sans-serif !important;
}

.vectorRequest textarea {
  height: 80px !important;
}

.ui-datepicker-trigger {
  display: none;
}


.vector-prm-title {
  color: #0057a7;
  font-size: 44px !important;
}

.vector-prm-mandatory {
  display: flex;
  justify-content: end;
}

.vector-prm-column {
  display: flex;
  flex-direction: column;
}

#vector-prm-request input[type="text"] {
  border: 1px solid #ccc;

  padding: 3px;
  line-height: 28px;

  height: 30px;
  font-size: 14px;

  &.readonly {
    background-image: none;
    background-color: #ddd;
  }
}
.button-send {
    width: auto;
    border: 0 none;
    background-color: #004996 !important;
    height: 40px !important;
    width: 145px!important;
    color: white;
    font-size: 1.125rem;
    background: none repeat scroll 0 0 #3D75C0;
    cursor: pointer;
    text-shadow: 0 0 !important;
    text-align: center!important;
    padding: 0 10px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5rem;
}

.button-send:hover {
background-color: #052A5D !important;
}

.form-label {
  padding: 10px;
  background-color:  #f1f2f5;
  border-color: #e7e7ed;
  border-style: solid;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  width: 100%;
}

.form-name{
  color: #0057a7;
  font-family: "Gabarito", sans-serif;
}

@media (max-width: 768px) {
  .vector-prm-column {
    margin-bottom: 1.5rem; 
  }
}

.adr-lpass-portlet-wrapper .message-wrapper.message-notime {
    margin-bottom: 42px;
    padding-left: 34px;
    background-position: 8px center;
}
.adr-lpass-portlet-wrapper .ico-warning {
    background-image: url(./../images/icon-warning.svg) !important;
    background-repeat: no-repeat !important;
}
.adr-lpass-portlet-wrapper .message-wrapper__orange {
    border-left: 4px solid #FEA424 !important;
    background-color: #FFF6E9 !important;
}
.adr-lpass-portlet-wrapper .message-wrapper {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    place-items: center;
    column-gap: 10px;
    border-top: 0;
    background: var(--cross-grey-scale-07-grey-white);
    border-radius: 0 8px 8px 0;
    padding: 8px 12px;
}
.message-wrapper {
    width: 100%;
}

