/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Sep, 2018, 1:45:31 AM
    Author     : Aabir Hussain <aabir.hussain1@gmail.com>
*/

/* Default Theme STYLE      STARTS */
.result-section {
    overflow-x: auto;
}

.result-section sub {
    vertical-align: super;
    font-size: smaller;
}

.result-section .result-box {
    min-width: 820px;
}

.default-result {
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    width: 780px;
    border: 1px solid #00c0ef;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}

.default-result .result-title {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
    background-color: #00c0ef;
}
.default-result .student-info {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 20px;
}
.default-result .info-value {
    font-style: italic;
    color: #303030;
    font-size: 12px;
    margin-top: 8px;
}
.default-result .info-label {
    float: left;
    padding: 5px;
    color: #303030;
    width: 140px;
}

.default-result .result-body {
    padding: 20px 20px;
    margin-top: 50px;
}

.default-result .result-body .table {
    /*border: 2px solid #303030 !important;*/
}

.default-result .table-bordered > thead > tr > th,
.default-result .table-bordered > tbody > tr > th,
.default-result .table-bordered > tfoot > tr > th,
.default-result .table-bordered > thead > tr > td,
.default-result .table-bordered > tbody > tr > td,
.default-result .table-bordered > tfoot > tr > td
{
    border: 1px solid #000;
}

.default-result .table > caption + thead > tr:first-child > th,
.default-result .table > colgroup + thead > tr:first-child > th,
.default-result .table > thead:first-child > tr:first-child > th,
.default-result .table > caption + thead > tr:first-child > td,
.default-result .table > colgroup + thead > tr:first-child > td,
.default-result .table > thead:first-child > tr:first-child > td
{
    border: 1px solid #000;
}

.default-result .total-numbers .box-info {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.default-result .signature-section {
    padding: 50px;
    margin-top: 50px;
}

.default-result .empty-border {
    border: none !important;
}


.default-result .bg-bluish {
    background-color: #00c0ef;
    color: #fff;
}
/* Default Theme STYLE      ENDS */

/* Primary Theme STYLE      STARTS */
.primary-result {
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    width: 780px;
    border: 5px solid #e74435;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}

.primary-result .title-section {
    font-size: 24px;
    padding-top: 20px;
    color: #000;
    width: 100%;
}

.primary-result .title-section .school-logo, .primary-result .title-section .result-title {
    width: 33%;
    float: left;
}

.primary-result .school-logo img {
    /*border: 1px #000 solid;*/
    margin-left: 40px;
}

.primary-result .exam-title h4 {
    margin-left: -35px;
}

.primary-result .student-info {
    margin: 30px 0px;
}
.primary-result .student-info .student-column {
    width: 50%;
    float: left
}

.primary-result .student-info .student-column .info-label,
.primary-result .student-info .student-column .info-value {
    width: 50%;
    float: left;
}

.primary-result .student-info .student-column .info-label {
    font-weight: bold;
}

.primary-result .student-info .student-column .info-value {
    font-style: italic;
}

.primary-result .result-body {
    margin-top: 50px;
}
.primary-result  {
    padding: 30px;
}


.primary-result .table-bordered > thead > tr > th,
.primary-result .table-bordered > tbody > tr > th,
.primary-result .table-bordered > tfoot > tr > th,
.primary-result .table-bordered > thead > tr > td,
.primary-result .table-bordered > tbody > tr > td,
.primary-result .table-bordered > tfoot > tr > td
{
    border: 1px solid #e74435;
}

.primary-result .table > caption + thead > tr:first-child > th,
.primary-result .table > colgroup + thead > tr:first-child > th,
.primary-result .table > thead:first-child > tr:first-child > th,
.primary-result .table > caption + thead > tr:first-child > td,
.primary-result .table > colgroup + thead > tr:first-child > td,
.primary-result .table > thead:first-child > tr:first-child > td
{
    border: 1px solid #e74435;
}

.primary-result .signature-section {
    padding: 50px;
    margin-top: 50px;
}

.primary-result .empty-border {
    border: none !important;
}

.custom-col-4 {
    width: 33%;
    float: left;
}

/* Primary Theme STYLE      ENDS */