/*
	Style for frontend
*/

.rmb {
    margin-bottom: 10px;
}

.loader {
    display: none;
}

.rloader {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    width: 40px;
}

div.result-container {
    margin-top: 10px !important;
}

div.jsrmsp-responsive-table {
    overflow-x: auto;
}

.jsrmsp-student-photo {
    margin-bottom: 10px;
}

.jsrmsp-student-photo img {
    float: right;
    height: auto;
    width: 100px;
    border: 1px solid #c5c5c5;
    padding: 5px;
}

table.student-info {
    width: 100% !important;
    border: 1px solid #ddd;
}

table.student-info td {
    padding: 5px !important;
    border: 1px solid #ddd !important;
    width: 50% !important;
}

/* Table (Same style as custom template) */

div.nonp-jsrmsp-result-view h2 {
    border-bottom: 1px solid #d2d2d2;
    /* color: #656565; */
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nonp-jsrmsp-student-info {
    margin-bottom: 10px;
}

table.nonp-jsrmsp-student-info, table.nonp-jsrmsp-student-result {
    width: 100%;
}

table.nonp-jsrmsp-student-info td, table.nonp-jsrmsp-student-result td, table.nonp-jsrmsp-student-result th {
    width: 25%;
    text-align: left;
}

table.nonp-jsrmsp-student-info td span, table.nonp-jsrmsp-student-result td span {
    font-size: 15px;
    font-weight: 400;
}

div.nonp-rprint {
    display: block !important;
    overflow: hidden !important;
    margin-top: 20px !important;
}

a.nonp-jsrmsp-result-print {
  background: none repeat scroll 0 0 #2ea2cc !important;
  border: 1px solid #0074a2 !important;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin: 0 auto !important;
  padding: 6px 11px !important;
  text-align: center !important;
  width: 90px;
}

a.nonp-jsrmsp-result-print:hover {
    background: #2794bc !important;
    color: #fff !important;
}

.nonp-jsrmsp-footer-text {
    /*
    border-top: 1px solid #d2d2d2;
    */
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
}

.nonp-jsrmsp-footer-text p {
    margin-top: 0;
    padding-top: 5px;
}

legend.jsrmsp-legend {
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    white-space: normal;
}

fieldset.jsrmsp-fieldset {
    min-width: 300px !important;
    display: block;
    background: transparent;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    padding: 0.35em 0.625em 0.75em;
}


table.jsrmsp-isf tbody tr td select {
	width: 100%;
    height: inherit;
    padding: 10px;
}

table.jsrmsp-isf tbody tr td input[type=text] {
	width: 100%;
    line-height: 0.8;
    padding: 11px;
}

table.jsrmsp-isf tbody tr td input[type=submit] {
    line-height: 0.8;
    padding: 15px;
}

.jsrmsp-sheader-info {
    text-align: center;
}

.jsrmsp-sheader-info img {
    display: inline-block;
}

.jsrmsp-sheader-info h2 {
    border: none;
}