.close{
    background: white;
    border: 0px;
}
.passin{
    border: none;
    border-bottom: 2px solid #7d6055;
    border-radius: 0px !important;
    text-align: center;
    font-size: 25px !important;
}
.alert{
    margin: 0% 25%;
}
table.dataTable tbody tr {
    background-color: transparent;
    line-break: anywhere;
}
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: url("../background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.titlesite{
  text-align: center;
  font: normal normal normal 37px clarendon-w01-medium-692107,clarendon-w02-medium-693834,serif;
  color: #FF2C00;
}
.card {
    /*padding: 30px 40px;*/
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.blue-text {
    color: #00bcd4;
}
.form-control-label {
    margin-bottom: 0;
}
input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300;
}
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00bcd4;
    outline-width: 0;
    font-weight: 400;
}
.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer;
}
.btn-block:hover {
    color: #fff !important;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}
#comp-lca0tsvb{
    background: #FF2C00;
    transition: inherit;
    font-family: futura-lt-w01-book,sans-serif !important;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: enriqueta,serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    text-decoration: unset;
    padding: 8px 40px;
}
#comp-lca0tsvb:hover {
    border: 1px solid #2F2E2E;
    background: #FF0000;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; }

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }

thead {
    white-space: nowrap;
    background-color: #AD0000;
    color: white;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    overflow-y: scroll;
    font-size: 13px;
}
table.dataTable.nowrap td {
    white-space: initial;
}
button.dt-button {
    background: #ec7023;
    color: white;
    border: 1px solid black;
    padding: 0px 20px;
    border-radius: 0px !important;
}
button.dt-button:hover {
    border: 1px solid #2F2E2E;
    background: #FF0000;
}