.register{
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
padding: 3%;
}
.register-left {
text-align: center;
color: #fff;
margin: auto !important;
}
.register-right {
background: rgba(255, 255, 255, 0.6);
border-radius: 12px;
}
.register-right form.bg-light {
background-color: transparent !important;
}
.register-right .active {
color: unset !important;
}
.register-left p {
font-weight: lighter;
padding: 6%;
}
.register .register-form{
padding: 10%;
padding-top: 4%;
}
.register .nav-item{
margin: 4px;
}
.register .nav-tabs{
margin-top: 14px;
border: none; border-radius: 8px;
}
.register .nav-tabs .nav-link{
padding: 0px 8px;
width: 100%;
background-color: rgba(255, 255, 255, 0.6);
height: auto;
color: rgba(0, 0, 0, 0.8);
border-radius: 8px;
}
.register .nav-tabs .nav-link.active{
color: #fff !important;
background-color: #00c6ff;
}
.register-heading{
text-align: center;
color: #495057;
}
#educareResults .register .content {
padding: 0px;
}
@media (min-width: 768px) {
.register-right {
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
}
.register .nav-tabs {
max-width: 40%;
float: right;
}
}
#educareResults .submit-button {
font-size: 16px;
font-weight: 400;
padding: 0.375rem 0.75rem;
padding: 1rem 2.5rem;
line-height: 1.5;
text-decoration: none;
color: black;
background-color: rgba(255, 255, 255, 0.5) !important;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.18) !important;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#educareResults a.submit-button:hover {
color: #222222 !important;
}
.register-left img{
margin-top: 15%;
margin-bottom: 5%;
width: 32%;
-webkit-animation: mover 2s infinite  alternate;
animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}
#educareResults .tab-menu-head {
padding: 0 10% !important;
}
#educareResults p.tab-menu-message {
border: 1px dotted rgba(255, 255, 255, 0.6);
}
.cert-container * {
font-size: unset !important;
color: unset !important;
font-family: unset !important;
}
.cert-container {
font-family: Georgia, serif;
color: #6d748a !important;
width: 900px;
height: 660px;
margin: 25px auto; 
position: relative;
display: flex;  border-radius: 8px;
overflow: hidden;
}
.cert-bg {
color: #222;
position: absolute; 
left: 0px; 
top: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.cert-border {
border: 4px dashed rgba(0, 0, 0, 0.2);
outline: dotted rgba(0, 0, 0, 0.4);
padding: 1px;
border-radius: 4px;
}
#cert-body {
width: 100%;
margin: 50px;
}
.cert-content {
padding: 70px;
text-align: center;
position: relative;
z-index: 2;
}
#cert-body h1 {
font-family: "Alice", Georgia, serif;
text-transform: uppercase;
font-weight: 400;
font-size: 32px !important;
text-align: center;
}
.cert-header {
margin: 0px;
}
.cert-header img {
width: 64px !important;
vertical-align: middle !important;
}
#cert-body small {
font-size: 14px;
line-height: 12px;
}
.cert-info {
position: relative;
}
.cert-info > div {
position: absolute;
}
.cert-right {
text-align: left;
right: 0px;
}
.cert-bottom {
margin: 65px 50px 0px;
}
.cert-flex {
display: flex;
justify-content: space-between;
font-size: 16px;
}
.cert-bottom .cert-flex {
padding: 12px 5px; 
}
.cert-info-box {
padding: 16px 5px;
}
.cert-flex * {
white-space: nowrap !important;
}
#cert-body .details {
max-width: 560px;
margin: auto;
font-size: 16px !important;
font-weight: normal;
}
.certify {
color: #b6bcd1 !important;
font-weight: 400;
margin: 28px 0px;
}
.student-name {
font-family: Georgia, serif !important;
font-size: 42px !important;
font-weight: normal;
margin: 32px 0px 28px !important;
}
.exam-name {
font-size: 24px !important;
font-weight: 100;
text-transform: capitalize;
margin-top: 0px !important;
}
@media print {
.cert-container {
transform: scale(1.5); transform-origin: top; }
}
.event-calendar {
width: 100%;
margin: auto;
caption-side: top;
} .event-header {
text-align: center;
font-size: 18px;
padding: 18px;
background-color: #007bff;
color: #fff;
} .event-header a {
color: inherit;
text-decoration: none;
} .event-header .prev-month {
float: left;
}
.event-header .next-month {
float: right;
} .event-calendar table {
width: 100%;
border-collapse: collapse;
} .event-calendar th {
text-align: center;
padding: 12px;
} .event-calendar td {
text-align: center; } .event-calendar .today {
font-weight: bold;
text-decoration: underline;
border: 2px solid #00800070;
}  .event-calendar .no-event { }
.event-calendar .disable {
color: rgba(0, 0, 0, 0.2);
} .event-calendar .status { padding: 8px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
}
.event-calendar .present {
background-color: green;
color: white;
}
.event-calendar .late {
background-color: greenyellow;
color: black;
}
.event-calendar .absent {
background-color: red;
color: white;
}
* {
--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 { 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;
z-index: 100001;
}
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;
overflow: unset !important;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #444;
white-space: nowrap;
}
.result_body th { }
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: 15mm 4mm;
}
.educare-id-card-template-body {
page: educare-id-card-template-body;
}
.educare-id-card-template-body .results-container {
min-height: 267mm;
}
@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; }  .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: 15vw;
max-width: 132px;
}
.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;
}
.analytics-bg {
background-image: url(//www.istitutoid.com/wp-content/plugins/educare/assets/css/img/sun-tornado.svg);
background-repeat: no-repeat;
background-size: cover;
}
.scrollable-row {
width: 100%;
}
.scrollable-col {
flex: 1;  }
.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); } .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;
}
.educare-print-only {
display: none !important;
}
@media print {
.educare-print-only {
display: block !important;
}
}