@import "topnav.css";

:root {
  --elib-main-color: #555BD9;
  --border-color: #C9C8C8;
}

.elib-body table td {
    color: #797676;
}

.elib-body .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #DBE0F3;
}

.elib-body .table-striped tbody tr:nth-of-type(2n) {
    background-color: #F7F7FC;
}

.elib-body .table-striped tbody tr:nth-of-type(2n) td:first-child {
    background-color: #FCF7F8;
}

.elib-body .table-striped tbody tr:hover td,
.elib-body .table-striped tbody tr:hover td:first-child {
    background-color: #FDA1B4;
}

.elib-body .table-striped thead tr th,
.elib-body .table-striped tbody tr td {
    width: 10%;
}

.elib-body .table-striped thead tr th:nth-child(1),
.elib-body .table-striped tbody tr td:nth-child(1) {
    width: 30%;
}

.elib-body .table-striped thead tr th:nth-child(2),
.elib-body .table-striped tbody tr td:nth-child(2) {
    width: 20%;
}

.elib-body .table-bordered td,
.elib-body .table-bordered th {
    border-right: 15px solid white;
    border-top: 7px solid white;
}

.elib-body .table-bordered thead th  {
    border-bottom-width: 5px;
    border-bottom-color: inherit;
}

.elib-body .table thead th {
    background-color: #063B59;
    color: white;
    font-weight: 500;
}

.elib-body .table thead th,
.elib-body .table tbody td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.elib-body table.dataTable thead .sorting::before,
.elib-body table.dataTable thead .sorting::after {
    color: white;
    opacity: 0.7;
}

.elib-body table.dataTable thead th::before,
.elib-body table.dataTable thead th::after {
    content: '' !important;
    width: 0px;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
}

.elib-body table.dataTable thead th::before {
    border-top: 7px transparent solid;
    border-bottom: 14px #707070 solid;
    top: -37px;
    margin-bottom: 37px;
    margin-right: 9px;
}

.elib-body table.dataTable thead th::after {
    border-top: 14px #707070 solid;
    border-bottom: 7px transparent solid;
    top: -27px;
}

.elib-body #fTable {
    width:100%;
    margin-top: 30px !important;
    border: none;
}

.elib-body .table a {
    color: #5A4FED;
}

.elib-body .dataTables_length {
    display: none;
}

.elib-body div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    color: #4A4A4A;
    font-weight: 600;
}

.elib-body div.dataTables_wrapper div.dataTables_filter input {
    display: block;
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 2px solid;
    border-color: var(--border-color);
    border-radius: 0px;
}

.elib-body #fTable_wrapper > div.row:first-child > div:first-child {
    display: none;
}

.elib-body #fTable_filter {
    text-align: left;
    margin-left: -15px;
}

.elib-body .table-responsive {
    margin-top: 20px;
}

.elib-body .btn {
    border-radius: 0px;
}

.elib-body .btn.btn-outline-primary {
    color: #766DEF;
    border-color: #766DEF;
    border-width: 2px;
    font-weight: 700;
}

.elib-body .btn.btn-outline-primary:hover {
    background-color: #766DEF;
    border-color: #766DEF;
}

.elib-body .btn.btn-primary {
    background-color: var(--elib-main-color);
    border: none;
    min-width: 100px;
}

.elib-body input[type="text"],
.elib-body input[type="email"],
.elib-body input[type="password"],
.elib-body input[type="date"],
.elib-body input[type="number"],
.elib-body select {
    display: block;
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 2px solid;
    border-color: var(--border-color);
    border-radius: 0px;
    padding-left: 10px;
}

.custom-file-label {
    border: 2px solid;
    border-color: var(--border-color);
    border-radius: 0px;
}

input[type="checkbox"]{
    width: 17px; 
    height: 17px;
}

.card-body {
    background-color: #DBE0F3;
}

.card-row.card-row-flex {
    display: flex;
}

.card-body .card-row:not(:first-child) {
    padding-top: 10px;
}

.elib-body .status-row {
    width: 300px;
    padding-right: 20px;
}

.elib-body select {
    width: 100%;
    background-color: white;
}

.elib-body .check-row {
    display: flex;
    align-items: end;
}

.elib-body .check-col label {
    margin-bottom: 3px;
}

.elib-body textarea {
    width: 100%;
    padding: 5px 7px;
    border: 2px solid;
    border-color: var(--border-color);
}

.elib-body .elib-block-cell input[type="text"] {
    width: 100%;
}

.elib-body .elib-block-cell label {
    margin-bottom: 0px;
}

.elib-body .elib-block-inline-group {
    display: flex;
    /* justify-content: space-between; */
}

.elib-body .elib-block-cell {
    display: flex;
    flex-wrap: wrap;
    min-width: 30%;
}

.elib-body .elib-block-cell + .elib-block-cell {
    margin-left: 10px;
}

.elib-body .elib-block-cell-checkbox {
    justify-content: center;
    min-width: 60px;
}

.elib-body .elib-block-cell-checkbox span {
    width: 100%;
    height: 0px;
    text-align: center;
}

.elib-body .elib-block-browse {
    margin-top: 5px;
}

.elib-body .elib-block-browse button {
    margin-left: 11px;
}

.elib-body .publish-date-block select + select {
    margin-left: 10px;
}

.elib-body .publish-date-block select {
    width: 100px;
}

.elib-body .elib-row {
    margin-top: 15px;
}

.elib-body a {
    /* text-decoration: underline;
    color: var(--elib-main-color);
    font-weight: 600; */
}

.elib-body .preview-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 2px solid;
    border-color: var(--border-color);
}

.elib-body .preview-image-block {
    padding-bottom: 55px;
}

.elib-body .preview-image-block a {
    float: right;
    margin-right: 10px;
}

.elib-body #page_from,
.elib-body #page_to {
    width: 40px;
}

.elib-body .extract-type-journal-article select + select {
    margin-left: 5px;
    margin-right: 5px;
}

.elib-body .hyphen {
    width: 20px;
    border: 2px solid;
    border-color: var(--border-color);
    align-self: center;
    margin-left: 2px;
    margin-right: 2px;
}

.elib-body label {
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 600;
}

.elib-body .margin-top-5 {
    margin-top: 5px;
}

.elib-body .margin-top-20 {
    margin-top: 20px;
}

.elib-body input[type="radio"] {
    width: 14px;
    height: 14px;
}

.elib-body input[type="radio"] label {
    color: #9B37F6; 
}

.elib-body .width-50 {
    width: 50%;
}

.elib-body .links-block .width-50 + .width-50 {
    margin-left: 10px;
}

.elib-body .list-item {
    display: inline-block;
    position: relative;
    color: white;
    background-color: var(--elib-main-color);
    padding: 4px 7px 4px 10px;
    margin-top: 10px;
}

.elib-body .list-item + .list-item {
    margin-left: 10px;
}

.elib-body .list-item .list-item-close {
    cursor: pointer;
    margin-left: 5px;
}

.elib-body .list-item .list-item-close:hover {
    font-weight: 700;
    position: relative;
    bottom: 2px;
}

.elibinstitutions .list-item {
    display: inline-block;
    position: relative;
    color: white;
    background-color: var(--elib-main-color);
    padding: 4px 7px 4px 10px;
    margin-top: 10px;
    display: flex;
    width: fit-content;
}

.elibinstitutionsy .list-item + .list-item {
    margin-left: 10px;
}

.elibinstitutions .list-item .list-item-close {
    cursor: pointer;
    margin-left: 5px;
}

.elibinstitutions .list-item .list-item-close:hover {
    font-weight: 700;
    position: relative;
    bottom: 2px;
}


.elibinstitutions .input-ip {
    background-color: #555bd9 !important;
    border: 0;
    color: antiquewhite !important;
    width: fit-content;
}
.elibinstitutions .input-ip:hover{
    border-bottom: 1px solid #08212f !important;
    outline:none !important;
}
.elibinstitutions .input-ip:focus{
    border-bottom: 1px solid #08212f !important;
    outline:none !important;
}

.elib-body .select2-selection__choice {
    display: inline-block !important;
    position: relative !important;
    color: white !important;
    background-color: var(--elib-main-color) !important;
    padding: 4px 7px 4px 10px !important;
    margin-top: 10px !important;
    border-radius: 0 !important;
    border: none !important;
}
.elib-body .select2-selection__choice__display {
    margin-left: 15px !important;
}
.elib-body .select2-selection__choice__remove:hover {
    background-color: var(--elib-main-color) !important;
}
.elib-body .select2-selection__choice__remove {
    color: #fcfbfb !important;
    border-right: none !important;
}
.tag-adapt {
    display: block;
    width: 100%;
    margin-left: 0px;
    border: 2px solid;
    border-color: var(--border-color);
    border-radius: 0px;
    padding-left: 10px;
    height: 40px;
}

.caption {
    font-weight: 600;
}


table td {
    color: #797676;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #DBE0F3;
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: #F7F7FC;
}
.table-striped tbody tr:nth-of-type(2n) td:first-child {
    background-color: #FCF7F8;
}

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover td:first-child {
    background-color: #FDA1B4;
}
.table-striped thead tr th,
.table-striped tbody tr td {
    width: 10%;
}
.table-striped thead tr th:nth-child(1),
.table-striped tbody tr td:nth-child(1) {
    width: 30%;
}

.table-striped thead tr th:nth-child(2),
.table-striped tbody tr td:nth-child(2) {
    width: 20%;
}

.table-ips thead tr th,
.table-ips tbody tr td {
    width: 10%;
}
.table-ips thead tr th:nth-child(1),
.table-ips tbody tr td:nth-child(1) {
    width: 10%;
}

.table-ips thead tr th:nth-child(2),
.table-ips tbody tr td:nth-child(2) {
    width: 30%;
}
.table-ips thead tr th:nth-child(5),
.table-ips tbody tr td:nth-child(5) {
    width: 5%;
}

.table-access thead tr th,
.table-access tbody tr td {
    width: 10%;
}
.table-access thead tr th:nth-child(1),
.table-access tbody tr td:nth-child(1) {
    width: 6%;
}

.table-access thead tr th:nth-child(2),
.table-access tbody tr td:nth-child(2) {
    width: 10%;
}
.table-access thead tr th:nth-child(3),
.table-access tbody tr td:nth-child(3) {
    width: 10%;
}
.table-access thead tr th:nth-child(5),
.table-access tbody tr td:nth-child(5) {
    width: 5%;
}

.table-bordered td,
.table-bordered th {
    border-right: 10px solid white;
    border-top: 7px solid white;
}

.table-bordered thead th  {
    border-bottom-width: 5px;
    border-bottom-color: inherit;
}

.table thead th {
    background-color: #063B59;
    color: white;
    font-weight: 500;
}

.table thead th,
.table tbody td {
    padding-top: 7px;
    padding-bottom: 7px;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after {
    color: white;
    opacity: 0.7;
}

table.dataTable thead th::before,
table.dataTable thead th::after {
    content: '' !important;
    width: 0px;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
}
table.dataTable thead th::before {
    border-top: 7px transparent solid;
    border-bottom: 14px #707070 solid;
    top: -37px;
    margin-bottom: 37px;
    margin-right: 9px;
}

table.dataTable thead th::after {
    border-top: 14px #707070 solid;
    border-bottom: 7px transparent solid;
    top: -27px;
}


#fTable {
    width:100%;
    margin-top: 30px !important;
    border: none;
}

.table a {
    color: #5A4FED;
}

.dataTables_length {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    color: #4A4A4A;
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_filter input {
    display: block;
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 2px #BCBBBB solid;
    border-radius: 0px;
}

#fTable_wrapper > div.row:first-child > div:first-child {
    display: none;
}

#fTable_filter {
    text-align: left;
    margin-left: -15px;
}

.table-responsive {
    margin-top: 10px;
}

.btn {
    color: #766DEF;
    border-color: #766DEF;
    border-width: 2px;
    border-radius: 0px;
    font-weight: 700;
}

.btn:hover {
    background-color: #766DEF;
    border-color: #766DEF;
}

/* Style the Image Used to Trigger the Modal */
.img-preview {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.img-preview:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 60px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.search {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 2px solid #ced4da;
}


.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 40px !important;
}

.svg-inline--fa {
    color: #606468;
}

.hidden-field {
    display: none !important;
}

.label-file {
    border-radius: 0px;
    border: 2px solid #ced4da;
    height: 40px;
}

.journal-body .btn-upload {
    margin-top: 15px;
    width: 100%;
    color: wheat;
    background: #555BD9;
}

.journal-body label {
    color: #707070;
}


.margin-item {
    margin: 10px;
    padding: 15px !important;
    padding-top: 9px !important;
}
.list-flex {
    display: flex;
}
.no-border {
    border: 0px !important;
}
.dt-close {
    position: absolute !important;
    right: 10px !important;
    top: 7px;
}
.elibinstitutions .list-item {
    margin-right: 10px;
    margin-left: 0px !important;
}
.elibinstitutions .dt-close:hover {
    font-weight: 700;
    top: 7px !important;
}

.input-dt {
    display: block;
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 2px solid;
    border-color: var(--border-color);
    border-radius: 0px;
    padding-left: 10px;
}

.standards-form .elib-block-cell {
    margin-top: 10px;
    margin-left: 0px !important;
}
.standards-form .modal {
    z-index: 100 !important;
}

.modal-backdrop {
    display: none;
}

.upload-photo {
	opacity: 0;
	position: absolute;
	z-index: -1;
 }

a[data-toggle="collapse"] i.fas:before {
	font-family: "Font Awesome 5 Free";
    content: "\f107";    /* angle-down */
}

a[data-toggle="collapse"].collapsed i.fas:before {
	font-family: "Font Awesome 5 Free";
    content: "\f106";    /* angle-up */
}