body, html {
    height: 100%;
}
body{
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Sans", "Noto Sans Arabic","Noto Sans Tai Viet","Noto Sans Cypro Minoan","Noto Sans Armenian","Noto Sans Bengali","Noto Sans Mongolian","Noto Sans Thai","Noto Sans SC","Noto Sans JP", sans-serif;
    color: #171616;
    background-color:#ffffff;
    /*background-color:#f2f2f2;*/
}
body.inprogress {
    pointer-events: none;
    user-select: none;
}
::selection {
    color: #fff;
    background: #007cbf;
}
a {
    color: #007cbf;
    outline: solid 0px transparent;
    transition-property: all;
    transition-duration: 200ms;
}
a:hover {
    color: #0071ad;
    transition-duration: 0ms;
}
a:focus {
    outline: none;
}
a:focus-visible {
    /*transition-duration: 0ms;/**/
    outline: solid 2px #007cbf;
}
.btn {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 700;
    padding: 9px 15px;
    transition-duration: 200ms;
}
.btn:hover {
    transition-duration: 0ms;
}
.btn + .btn {
    margin-left: 10px;
}
.btn-primary {
    color: #fff;
    border: solid 1px #007cbf;
    background-color: #007cbf;
}
.btn-primary:hover {
    border-color: #0071ad;
    background-color: #0071ad;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    border-color: #00679e;
    background-color: #00679e;
    box-shadow: none;
}

.btn-secondary {
    color: #4d4d4d;
    border: solid 1px rgba(0,0,0,.43);
    background-color: #fff;
}
.btn-secondary:hover {
    color: #4d4d4d;
    background-color: rgba(0,0,0,.04);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    color: #4d4d4d;
    outline: none;
    background-color: rgba(0,0,0,.07);
    box-shadow: none;
}
.btn-primary:focus,
.btn-secondary:focus {
    box-shadow: none;
}
.btn-primary:focus-visible,
.btn-secondary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cbf;
}
/*

MAIN CONTENT

*/
#main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 100%;
    max-width: 770px;*/
    min-height: 100%;
    /*margin: 0 auto;*/
    /*padding: 30px 0;/**/
}
.logo{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.logo .big {
    display: block;
    width: 550px;
    height: auto;
    margin: 40px auto 35px;
}
.logo .small {
    display: none;
}
h1{
    position: absolute;
    top: -20px;
    font-size: 1px;
}
/*

ALERT

*/
#alertmessage {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    text-align:center;
    background-color: #00000014;
    border-radius: 10px 10px 10px 10px;
}

/*

SEARCH

*/
#search-container {
    width: 100%;
    max-width: 770px;
    padding: 15px;
    margin: 0 auto;
}
#search-container .contents {
    display: flex;
}
#search-container .input-container {
    position: relative;
    flex-grow: 1;
}
#user-input {
    font-size: 18px;
    line-height: 24px;
    color: #262626;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 48px 12px 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 0 0px #007cbf, 0px 3px 4px rgb(0,0,0,0.2);/**/
}
#user-input:focus-visible {
    /*box-shadow: 0px 3px 4px rgb(0,0,0,0.2), 0 0 0 2px #f2f2f2, 0 0 0 4px #007cbf;/**/
    box-shadow: 0 0 0 2px #007cbf, 0px 3px 4px rgb(0,0,0,0.2);/**/
}
#user-input::placeholder {
    color: #666;
}
#search-container .send {
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 30px;
    background-color: #fff;
}
#search-container .send.active {
    cursor: pointer;/**/
    pointer-events: all;
}

#search-container .send:focus {
    outline: none;
}
#search-container .send:focus-visible {
    /*box-shadow: 0 0 0 2px #007cbf;/**/
    background-color: #007cbf;
}
#search-container .send svg {
    margin-left: 3px;
    fill: #ccc;
    transition-property: all;
    transition-duration: 200ms;
}
#search-container .send.active svg {
    fill: #007cbf;
}
#search-container .send.active:hover svg {
    fill: #0071ad;
    transition-duration: 0ms;
}
#search-container .send.active:focus-visible:hover {
    background-color: #0071ad;
}
#search-container .send.active:focus-visible:hover svg,
#search-container .send:focus-visible svg {
    fill: #fff;
}
#search-container span {
    display: none;
}
#search-admin-menu {
    position: relative;
    width: 58px;
    height: 48px;
}
#search-admin-menu .icon {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    margin: 0 0 0 10px;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0 0 0 0px #007cbf, 0px 3px 4px rgb(0,0,0,0.2);/**/
    z-index: 1;
}
#search-admin-menu .icon:focus-visible {
    outline: none;
    /*box-shadow: 0px 3px 4px rgb(0,0,0,0.2), 0 0 0 2px #f2f2f2, 0 0 0 4px #007cbf;/**/
    box-shadow: 0 0 0 2px #007cbf, 0px 3px 4px rgb(0,0,0,0.2);/**/
}
#search-admin-menu .icon span {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon-more.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#search-admin-menu .icon:hover {
    background-color: #fff;
}
#search-admin-menu .icon:hover span {
    opacity: 0.7;
}
#search-admin-menu .close-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.2);/**/
    z-index: 1;
}
#search-admin-menu .close-area.visible {
    display: block;
}
#search-admin-menu .menu-container {
    display: none;
    position: absolute;
    opacity: 0;
    bottom: 100px;
    height: 0;
    min-width: 140px;
    right: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,.2),
                0 10px 20px -10px rgba(0,0,0,.2),
                0 0 1px 0 rgba(0,0,0,.2);
    z-index: 1;
}
#search-admin-menu .menu-container.visible {
    display: block;
}
#search-admin-menu ul {
  width: auto;
  margin: 0;
  padding: 0;
}
#search-admin-menu li {
    display: block;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
}
#search-admin-menu a,
#search-admin-menu .input-container {
  cursor: pointer;
  display: block;
  color: #262626;
  padding: 8px 12px;
  transition-property: all;
  transition-duration: 200ms;
}
#search-admin-menu a:hover,
#search-admin-menu .input-container:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,.04);
  transition-duration: 0ms;
}
#search-admin-menu a:focus-visible,
#search-admin-menu .input-container:has(:focus-visible) {
  outline:none;
  box-shadow: 0 0 0 2px #007cbf;
}
#search-admin-menu .input-container {
  position: relative;
  padding-left: 30px;
  margin: 0;
}
#search-admin-menu .input-container input {
  position: absolute;
  cursor: pointer;
  right: 0;
  opacity: 0;
}
#search-admin-menu .input-container .checkmark {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
}
#search-admin-menu .input-container input:checked ~ .checkmark {
  background-color: #007cbf;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cbf;
}
/*

*/

.contents .disclaimer{
    font-size: 12px !important;
    line-height: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 10px !important;
    padding: 0 15px;

}
.copyright {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 15px;
    padding: 5px 15px;

}
.sentence {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 0px;
}

/*

INTRO TEXT

*/
#intro-text {
}
#intro-text .contents {
    display: flex;
    padding-top: 50px;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}
#intro-text .col {
    width: 33.33%;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonne */
    grid-template-rows: repeat(5,auto); /* Altezza automatica basata sul contenuto */
    gap: 10px; /* Spazio tra i div */
    width: 80%;
    margin: auto;

}
#intro-text .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    /*color: #007cbf;*/
    color: #000080;
    text-align: center;
}
#intro-text div {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0;
}
#intro-text div:not(:last-child):after {
    content: '';
    display: block;
    max-width: 140px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
#intro-text a {
  color: #262626;
  text-decoration: underline;
}
#intro-text a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #007cbf;
}

#intro-text .desc{
    flex: 1; /* Assicura che tutte le .desc abbiano la stessa altezza */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#intro-text .field {
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

#intro-text .title{
    border-bottom: solid 0px rgba(0,0,0,0.2);
}

/* Per fare in modo che tutti abbiano la stessa altezza */
#intro-text .col .field {
    display: flex;
}
/*

DIALOGUE

*/
#dialogue {
    height: 0;
    overflow: hidden;
}
#dialogue .container {
    overflow-y: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0px 3px rgba(0,0,0,0.2);
}

#dialogue .logo-left {
    float: left;
    margin-left:20px;
}

#dialogue .logo-right {
    float: right;
    margin-right:20px;
}


#dialogue .question{
    width: 100%;
    background-color:#CCCCE6;
    /*background-color:#e5f2f9;*/
}
#dialogue .question-contents {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 20px 15px;
    font-weight: 800;
}
#dialogue .answer{
    width:100%;
    background-color:#ffffff;
}
#dialogue .answer-contents {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 20px 15px;
}
.processing {
    display: flex;
}
.processing .filehidden {
    display: block;
    color: #BCBCBF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sentences{
    position: relative;
    left: auto;
    right: auto;
    /*border: 1px solid #CCC;*/
    /*box-shadow: 5px 4px 5px #dedede;*/
    /*border-radius: 25px;*/
    padding: 15px;
    /*background-color: #e5f2f9;*/
    height:300px;
    margin-top:60px
    
}

.sentenceshidden{
    font-size: 2vw;
    font-style: italic;
    font-weight: 200;
    color: #BDBDBF;

}



.answer-contents .text-container {
    overflow: hidden;
    width: 100%;
    height: 0;
    /*transition-property: height;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );/*ease out cubic*/
}
.answer-contents .text-container .text {
    width: 100%;
    /*max-width: 800px;/**/
    margin: 0 auto;
    padding-bottom: 10px;/**/
}

/*DISCLAIMER
*/
#intro-disclaimer .contents {
    display: flex;
    padding-top: 50px;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}
/*

ANSWER ICONS

*/
.icon-set {
    display: flex;
    align-items: center;
    position: relative;
}
.icon-set .icon {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    /*border: solid 1px #ccc;/**/
    border-radius: 40px;
    background-color: rgba(0,0,0,.04);
    transition: all 200ms;
}
.icon-set .icon i {
    transition-property: all;
    transition-duration: 200ms;
}
.icon-set .icon:hover i {
    transition-duration: 0ms;
    opacity: 0.8;
    /*color: #007cbf;/**/
}
.icon-set .icon:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #007cbf;
}
.icon-set .btn {
    font-size: 11px;
    line-height: 12px;
    padding: 11px 15px;
    margin-right: 5px;
    border-radius: 40px;
    background-color: rgba(0,0,0,.04);
}
.icon-set .btn:focus {
    outline: none;
    box-shadow: none;
}
.icon-set .btn span {
    transition: all 200ms;
}
.icon-set .btn:hover span {
    opacity: 0.8;
    transition-duration: 0ms;
}
.icon-set .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #007cbf;
}
/*

STARS

*/
.rate {
    display: inline-flex;
    flex-direction: row-reverse;
}
.rate:not(:checked) > input {
    position:absolute;
    left:-10000px;/**/
}
.rate:not(:checked) > label {
    position: relative;
    display: flex;
    justify-content: center;
    width: 24px;/**/
    height: 24px;
    margin: 0;
    padding: 0;
    white-space:nowrap;
    cursor:pointer;
}
.rate:not(:checked) > label .star:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23cccccc'%3E %3Cpath d='M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.rate:not(:checked) > label .desc {
    overflow: hidden;
    width: 0;
    height: 0;/**/
}
.rate > input:checked ~ label .star:before {
    /*color: #007cbf;/**/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23007cbf'%3E %3Cpath d='M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z'/%3E%3C/svg%3E");/**/
}
.rate:not(:checked) > label:hover .star:before,
.rate:not(:checked) > label:hover ~ label .star:before {
    /*color: #007cbf;/**/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23007cbf'%3E %3Cpath d='M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z'/%3E%3C/svg%3E");/**/
}
.rate > input:checked + label:hover .star:before,
.rate > input:checked + label:hover ~ label .star:before,
.rate > input:checked ~ label:hover .star:before,
.rate > input:checked ~ label:hover ~ label .star:before,
.rate > label:hover ~ input:checked ~ label .star:before {
    /*color: #0071ad;/**/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%230071ad'%3E %3Cpath d='M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z'/%3E%3C/svg%3E");/**/
}
.rate > input:focus-visible + label:before {
    opacity: 1;
    transition-duration: 150ms;
    transition-delay: 500ms;
    transform: scale(1);
}
/*

MODAL SOURCE

*/
.modal {
    padding: 0 !important;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);/**/
}
.modal-dialog {
    display: flex;
    align-items: center;
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
}
.modal-content {
    /*overflow-y: auto;/**/
    max-height: 100%;/**/
    border: none;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,.2),
                0 10px 20px -10px rgba(0,0,0,.2),
                0 0 1px 0 rgba(0,0,0,.2);
}
.modal-header {
    padding: 12px 15px;
    align-items: center;
}
.modal-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.modal-header .close {
    position: relative;
    opacity: 1;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 26px;
    color: #262626;
    border-radius: 32px;
    padding: 0;
    margin: 0px;
    text-shadow: none;
    background-color: rgba(0,0,0,.04);
    transition-property: all;
    transition-duration: 200ms;
}
.modal-header .close span {
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 10px;
    transition-property: all;
    transition-duration: 200ms;
}
.modal-header .close span svg {
    display: block;
}
.modal-header .close:hover span {
    transition-duration: 0ms;
    opacity: 0.8;
}
.modal-header .close:focus {
    outline: none;
}
.modal-header .close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #007cbf;
}
.modal-body {
    padding: 15px;
    overflow-y: auto;
}
.modal .doc-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.modal .doc-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.modal .doc-title strong {
    padding-right: 10px;
}
.modal .doc-title a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color:#fff;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #007cbf;
    transition-property: all;
    transition-duration: 200ms;
}
.modal .doc-title a:hover {
    text-decoration: none;
    transition-duration: 0ms;
    background-color: #0071ad;
}
.modal .doc-title a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cbf;
}
.modal .doc-desc {
    font-size: 14px;
    line-height: 18px;
}
.modal .doc-desc .fulltext {
    display: none;
}
.modal .doc-desc.full .fulltext {
    display: block;
}
.modal .doc-desc.full .summary {
    display: none;
}
.modal .doc-desc .summary span,
.modal .doc-desc .fulltext span {
    padding-right: 8px;
}
.modal .doc-item .scoreinfo{
    cursor:pointer;
    color: #007cbf;
}
.modal .doc-item .scoreinfomore {
    display: none;
}
.modal .doc-item .scoreinfomore.full {
    display: block;
}

.modal .info-container {
    margin: 0 -6px;
}
.modal .info {
    display: inline-block;
    margin: 0 6px 6px;
}
.modal .info .label {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #666;
    margin: 0;
    padding: 0;
}
.modal .info .desc {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.scoretext{
    font-size: 14px;
    line-height: 18px;
}
/*

TOOLTIPS

*/
.nice-tooltip:before {
    content: attr(data-title);
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(0);/**/
    top: -40px;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    margin: 0px;
    border-radius: 4px;
    transform-origin: center bottom;
    background-color: rgba(0,0,0,0.65);
    background-color: #4d4d4d;
    box-shadow: 0 13px 27px -5px rgba(0,0,0,0.20),0 8px 16px -8px rgba(0,0,0,0.3);
    transition: all 400ms cubic-bezier(.25,.8,.25,1);
}
.nice-tooltip:hover:before,
.nice-tooltip:focus-visible:before {
    opacity: 1;
    transition-duration: 150ms;
    transition-delay: 500ms;
    transform: scale(1);
}
#search-admin-menu .nice-tooltip:before {
    top: 60px;
}
/*

SERVICE MESSAGE (ex. "copied text")

*/
.service-message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-message .msg {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.65);
    background-color: #4d4d4d;
    box-shadow: 0 13px 27px -5px rgba(0,0,0,0.20),0 8px 16px -8px rgba(0,0,0,0.3);
}
/*

ANSWER COMMENT

*/
.answer-contents .comment-container {
    display: none;
    padding-top: 20px;
}
.answer-contents .comment-container.visible {
    display: block;
}
.answer-contents .comment-container textarea {
    width: 100%;
    font-size: 14px;
    list-style: 18px;
    padding: 10px;
    margin-bottom: 5px;
    border-color: rgba(0,0,0,.43);
}

/*

TIMER

*/

.timer{
    float: right;
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: 0px;
    margin-right: 0px;
}
/*

TEST DIV

*/

.test-div{
    background-color: #007cbf52;
    padding: 15px;
    border-radius:20px;
}
.hidden{
    display:none;
}
#ad_feature{
    float:right;
    font-size:12px;
    cursor: pointer;
    margin-right:50px

}
/*

ADMIN PAGES

*/
.admin {
    background-color: #fff;/**/
}

.admin #main-content {
    min-height: auto;
}
.form-control {
    color: #262626;
    border: solid 1px rgba(0,0,0,.43);
}
.form-control:focus {
    outline: none;
    border: solid 1px rgba(0,0,0,.43);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cbf;
}
.admin .form-group {
    margin-bottom: 20px;
}
.admin label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
/*

LOGIN

*/
.login h2 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.login .logo .big {
    display: block;
}
.login .logo .small {
    display: none;
}
.login #container{
    text-align: center;
}
.login .form-group {
    text-align: left;
    max-width: 250px;
    margin: 0 auto;
}
.login label {
    display: block;
    text-align:left;
}

.helptext{
    color: #6c757d !important;
    display: block;
    margin-top: .25rem;
    font-size: 80%;
    font-weight: 400;
    text-align:left;
}

.login ul{
    color: #6c757d !important;
    display: block;
    margin-top: .25rem;
    font-size: 80%;
    font-weight: 400;
    text-align:left;
}
/*

FORM ADD FILE

*/
/* DA CAMbIARE NOME NELL'HTML */
#container {
    width: 100%;
    max-width: 770px;
    padding: 15px;
    margin: 0 auto;
}
/*

LIST FILES LOG

*/
#container-list {
    width: 100%;
    max-width: 960px;
    padding: 15px;
    margin: 0 auto;
}
.table {
    font-size: 14px;
    line-height: 18px;;
}
.table th {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 15px;
    background-color: rgba(0,0,0,0.08);
    border: none;
}
.table thead th {
    border: none;
}
.table.dataTable thead th, .table.dataTable thead td {
    border-bottom: none;
}
.table td {
    padding: 15px;
    border-top-color: rgba(0,0,0,0.08);
}
.table tr:first-child td {
    border-top-color: rgba(0,0,0,0.2);
}
.table td {
    transition-property: all;
    transition-duration: 200ms;
}
.table tr:hover td {
    transition-duration: 200ms;
    background-color: rgba(0,0,0,0.03);
    /*background-color: #e5f2f9;/**/
}
.table.logs thead th:first-child {
    width: 20%;
}
.table.logs td:first-child {
    background-color: #e5f2f9;
}
.table.logs tr:hover td:first-child {
    background-color: #d6eaf5;
}

.browsercheck{
    position: absolute;
    right: 5px;
    top: 5px;
}

#iPhone{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border: 1px #000 solid;
    background: #d1bdbd;
    padding: 5px;
}
#iPad{
    position:absolute;
    top:0px;
    right:0px;
    border: 1px #000 solid;
    background: #d1bdbd;
    padding: 5px;    
}

.closebox{
    text-decoration: underline;
}

.mobilemicrophone{
    display:none;
}

.rotate {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s 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); 
    } 
}
/*

MEDIA QUERY



*/

@media screen and (max-width:990px) {
    #install_button{
        display:block;
        font-size:60%;
        position: absolute;
        right: 0;
    }



} 
@media screen and (max-width:640px) {
  .logo .big,
  .login .logo .big {
    display: none;
  }
  .logo .small,
  .login .logo .small {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 30px auto 20px;
    padding: 0 15px;
  }
  #search-admin-menu .menu-container {
    top: 60px;
    bottom: auto;
  }
  #intro-text {
    display: none;
  }

  .sentences{
    height:200px;

    
  }

  .sentenceshidden{
    font-size: 4vw;

  }

  .mobilemicrophone{
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 11px;
    right: 40px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    fill: #CCC;
  }

  .focus svg{
    fill:#007cbf !important;
  }

  /* #intro-text .contents {
    display: block;
  }
  #intro-text .col {
    width: 100%;
  }
  #intro-text .title {
    margin-bottom: 15px;
  }
  #intro-text p:not(:last-child):after {
    max-width: 400px;
    margin: 10px auto 10px;
  }
  #intro-text .col:last-child {
    margin-bottom: 30px;
  } */
}