* {
--educare-result-banner-bg: #f1f1f1;
--educare-result-banner-color: #202020cc;
--educare-result-banner-title: #303030;
--educare-result-head-bg: #01a94d;
--educare-result-head-color: #fff;
--educare-result-thead: #01a94d10;
--educare-result-thead-color: #003100;
--educare-result-table-border: rgba(0, 0, 0, 0.1);
}
*,
*::before,
*::after {
box-sizing: inherit;
-webkit-font-smoothing: antialiased; word-wrap: break-word;
}
body {
box-sizing: border-box;
} .educare_results h1,
.educare_results h2,
.educare_results h3,
.error_notice {
text-align: center;
}
.educare_results input:not(input[type=radio], input[type=checkbox]),
.educare_results select,
.educare_results input[type="number"] {
background-color: rgba(255, 255, 255, 0.5);
width: 100%;
min-width: 100%;
margin: 6px 0px;
padding: 10px;
border: 1px solid rgba(0,0,0,.15);
border-radius: 5px;
box-sizing: border-box;
}
.educare_results input[type="number"] {
margin: 6px 0 12px;
}
.educare_results .select {
display: flex;
gap: 16px;
align-items: center;
flex-flow: wrap;
}
.educare_results .select * {
flex: 2 100px;
}
.educare_results .select p  {
margin: 8px 0;
}
.educare_results button { margin: 18px auto;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.educare_results button:hover {
-webkit-box-shadow: box-shadow: 3px 3px 12px 4px rgba(0,0,0,.3), inset 0 0 0 transparent;
box-shadow: 3px 3px 12px 3px rgba(0,0,0,.3), inset 0 0 0 transparent;
} .educare_results .failed,
.educare_results .success {
background: none;
padding: 0px;
}
.educare_results .failed,
.error_notice b {
background: none;
color: red;
}
.educare_results .success {
color: green;
} .educare_results .error,
.notice-error {
color: rgba(255, 0, 0, 1.0);
margin: 4%;
} .educare_results .results_form,
.educare_results .result_body {
padding: 3% 4%;
margin: 0 auto;
font-size: 16px;
max-width: 1280px;
border-radius: 12px;
}
.educare_results .results_form {
background: rgba(255, 255, 255, 0.200);
max-width: 580px;
box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.200);
}
.results_form.error_notice,
.notice-error {
background: #ff000010;
margin: 18px auto;
box-shadow: none;
}
.results_form.error_notice.success {
background: #15ff0010;
}
.educare_results .table_body {
overflow-x: auto;
}
.result_body h2 {
padding: 22px;
margin: 0px !important;
color: #202020cc;
}
.result_body h2.head {
color: var(--educare-result-head-color);
background: var(--educare-result-head-bg);
}
.default-template h2.details {
color: #333;
background:#f5f5f5;
}
.result_body h2.head small {
font-size: 50%;
}
.result_body h2.students_name {
color: inherit;
background: none;
}
.result_body .student_photos {
text-align: center;
}
.result_body .student_photos img {
width: 40%;
height: 40%;
max-width: 200px;
max-height: 200px;
padding: 8px;
margin: auto;
border-radius: 100%;
}
.result_body table { width: 100%;
table-layout: unset !important;
text-align: left;
border-collapse: collapse;
margin: 0 auto;
}
.results-content table tr:nth-child(even) {
background-color: rgba(0, 0, 0, 0.06);
}
.result_body .result_details td,
.result_body .grade_sheet td,
.result_body .grade_sheet th {
text-align: center;
padding: 8px;
border: 1px solid var(--educare-result-table-border);
white-space: nowrap;
}
.result_body .grade_sheet thead {
color: var(--educare-result-thead-color);
background: var(--educare-result-thead);
}
.result_body .result_details td {
text-align: left;
}
.result_body .grade_sheet.list td:nth-child(2),
.result_body .grade_sheet.list th:nth-child(2) {
text-align: left;
}
.result_body .grade_sheet.rattings td,
.result_body .grade_sheet.rattings th {
text-align: left;
}
.result_body .grade_sheet.list th:first-child,
.rattings-status {
width: 42px;
text-align: center !important;
}
#educare-loading {
display: none;
}
.educare-spinner {
position: fixed;
height: 70px;
width: 70px;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
background-image: url(//www.istitutoid.com/wp-content/plugins/educare/assets/img/loader.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
background-color: #11b571b6;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
}
html:dir(rtl) #educareResults,
html:dir(rtl) #educareResults * {
direction: rtl;
text-align: right;
} @media print { *:not(#educareResults *) { height: 0px !important;
max-height: 0px !important;
min-height: 0px !important;
visibility: hidden !important;
padding: 0 !important;
margin: 0 !important;
-webkit-print-color-adjust: exact; 
print-color-adjust: exact;
}
*:not(#educareResults *) {
}
.no_print {
display: none;
}
body,
html {
font-size: 1rem !important;
width: 1700px;
min-width: 100%;
padding: 0px !important;
margin: 0px !important;
}
.result_body * {
visibility: visible;
}
.result_body {
width: 100%;
min-width: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0 auto;
}
.results-container {
border-radius: unset !important;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #ddd;
white-space: nowrap;
}
.result_body th {
background-color: rgba(13,83,86,0.2) !important;
}
h2.Name,
h2.details {
color: #666 !important;
font-size: calc(1.3rem + 1.3vw) !important;
}
h2.details {
padding: 4px;
}
.educare_remarks {
display: block !important;
} .result_body,
.results-container,
body,
html {
width: 100% !important;
min-width: 100% !important;
max-width: 100% !important;
}   @page educare-id-card-template-body {
size: A4;
margin: 0mm 4mm;
}
.educare-id-card-template-body {
page: educare-id-card-template-body;
}
.educare-id-card-template-body .results-container {
height: 297mm;
}
@page educare-result-page {
size: 262mm 372mm;
margin: 10mm;
}
body {
page: educare-result-page;
}
} .educare_remarks {
margin: 1rem 0px;
}
.educare_remarks.print_only_remarks {
display: none;
}
.educare_remarks table,
.educare_remarks table th,
.educare_remarks table td,
.educare_remarks table td:first-child {
text-align: left;
border: none;
background-color: white;
}
.remarks_head {
background-color: #f1f1f1 !important;
}
.educare_remarks table td:first-child {
width: 180px;
}
.educare_remarks table td:nth-child(even) {
border-bottom: 1px dotted gray;
}
.remarks-sign {
width: 90px;
}
.remarks-date {
width: 70px;
}
.remarks-sign-field,
.remarks-date-field {
width: 16%;
}
th.remarks_head {
padding: 8px;
text-align: left;
background-color: #f1f1f1;
}
.text-center {
text-align: center;
}
.fixbd-flex {
display: flex;
align-items: center;
}
.default-template .fixbd-flex.student-photos {
justify-content: space-around;
}
.fixbd-flex > * {
display: flex;
flex: 2;
align-items: center;
justify-content: center;
}
.student-details table {
display: block;
}
.banner {
background-color: var(--educare-result-banner-bg);
color: var(--educare-result-banner-color);
text-align: center;
transition: 0.3s;
padding: 2vw; }
.educare-container .banner {
background-color: transparent;
}  .banner .title {
flex: 6;
display: block;
}
.banner .title h1  {
color: var(--educare-result-banner-title);
font-weight: 600;
font-size: calc(1.2rem + 2.2vw) !important;
padding: 0;
margin: 0 0 1vw;
font-weight: normal;
text-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
.title h1 input {
font-size: 22px;
}
.banner .title p  {
color: #0A1D2B;
font-size: 1.8vw;
margin:0;
padding: 0;
}
.banner img  {
width: 9vw; }
.educare-id-card .card {
background-image: url(//www.istitutoid.com/wp-content/plugins/educare/assets/img/cardbox.svg);
background-size: contain;
background-position: bottom right;
background-repeat: no-repeat;
}
table td {
padding: 8px 12px;
}
table td input {
display: inline;
}
.fixbd-flex .img {
max-width: 120px;
background: white;
padding: 0;
margin: 8px;
border: 1px solid rgb(255, 255, 255);
border-radius: 8px;
overflow: hidden;
}
.default-template .fixbd-flex.student-photos .s-photos {
justify-content: end;
}
.student-details {
display: inline-block;
} .student-photos table {
background: none;
border: none;
}
.student-photos table td {
padding: 2px 12px; font-size: small;
border: none;
}
.results-container {
border: 1px solid rgba(3,62,68,0.2);
border-radius: 12px;
overflow: hidden;
margin-bottom: 2rem;
} #educareResults {
font-size: 1rem;
}
#educareResults * {
box-sizing: border-box;
}
#educareResults input:not(input[type=radio], input[type=checkbox]), select, textarea {
display: block;
font-size: 16px;
font-weight: 400;
width: 100%;
padding: 12px;
line-height: 1.5;
background-color: rgba(255, 255, 255, 0.5);
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.18);
border-radius: 50px;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#educareResults .container {
margin: 40px;
}
#educareResults .content {
padding: 40px;
}
#educareResults .box {
background: rgba(255, 255, 255, 0.5);
border-radius: 1rem;
}
#educareResults label { display: inline-block;
}
#educareResults button,
#educareResults input[type=submit] {
margin: 6px 6px 0px 0px;
}
#educareResults input[type=submit]:hover {
background-color: #45a049;
}
#educareResults .col-25 {
float: left;
width: 20%;
margin-top: 6px;
}
#educareResults .col-75 {
float: left;
width: 80%;
margin-top: 6px;
} #educareResults .row:after {
content: "";
display: table;
clear: both;
} @media screen and (max-width: 600px) {
#educareResults .col-25, #educareResults .col-75, input[type=submit] {
width: 100%;
margin-top: 0;
}
} #educareResults .notice {
padding: initial;
text-align: center;
margin: 20px;
border-radius: 1rem;
}
#educareResults .notice p {
padding: 20px 40px;
}
#educareResults .notice-error {
background: #ff000010;
}
#educareResults .notice-error {
background: #15ff0010;
}
#educareResults .notice-success,
#educareResults .success {
color: green;
background: #15ff0010;
}
#educareResults .notice-error,
#educareResults .failed {
color: red;
} th small,
h2 small {
display: block;
font-weight: normal;
}
#educareResults h2 {
text-align: center;
}
#educareResults thead {
vertical-align: middle;
} .profiles-cover {
border-bottom: 0px !important;
padding: 0px !important;
height: auto !important;
max-height: auto !important;
}
.profiles-cover .transbox {
padding: 4% !important;
background-color: #000000;
opacity: 0.6;
}
.profiles-page section {
padding: 0px;
margin: 18px auto 0;
}
.scrollable-row {
overflow-x: auto;
display: flex;
}
.scrollable-col {
flex: 1 0 300px; margin-right: 10px; white-space: nowrap;
}
.exam-overview .scrollable-col:nth-of-type(odd) {
background-color: rgba(153, 205, 50, 0.2);
}
.exam-overview .scrollable-col:nth-of-type(even) {
background: rgba(255, 255, 0, 0.2);
border-left: 2px dashed rgba(128, 128, 128, 0.5);
} .educare-id-card .card {
max-width: unset;
min-width: unset;
width: 700px;
height: 370px;
position: relative;
}
.educare-card-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}