﻿.ui-widget-header {
    color: black;
}

.titleSpan {
    font-size: 40px;
  text-align:center;
  
}

label {
    margin-bottom: 0px !important;
}

.panel-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 6px;
}

.autoaddress-control > .autoaddress-text-box {
    outline: 0;
    border: 0;
    border: 1px solid #dedede;
    border-radius: 3px 0 0 3px;
    line-height: normal;
    line-height: 42px;
    height: 45px;
    width: 80%;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0 10px;
    float: left;
}

.autoaddress-control > .autoaddress-button {
    background-color: #343a40;
    border: 1px solid #343a40;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 4px 4px 0;
    width: 20%;
    margin: 0;
    clear: right;
    position: relative;
    box-sizing: border-box;
}

.input-group {
    border: rgba(0, 77, 68, 1);
}

.input-group-addon {
    color: white;
    background-color: rgba(0, 77, 68, 1);
}

.jFiler-theme-default .jFiler-input {
    width: auto !important;
}

.panel-default > .panel-heading {
    background-color: rgba(0, 77, 68, 1);
    background-image: none !important;
    color: white;
}

h1 {
    font-size: 24px;
}

.panel-heading {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.page-header {
    margin: 5px 0 10px 0;
}

#eircode-addon a,
#eircode-addon a:link,
#eircode-addon a:hover,
#eircode-addon a:viikshka {
    text-decoration: underline;
}

/* Fix for the bootstrap toggle, it was stretching from top to bottom of the container */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    height: auto;
}

/* 29/08/2016 Fixes requested by John - */

/* 29/08/2016 Headings to be changed to Gill Sans and body text to be Gouldy Old Style - */
.panel-heading {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
}

/* Increase size of panel titles to 16px */
.panel-title {
    font-size: 15px !important;
    font-weight:bold !important;
}

.center-table {
    margin: 0 auto !important;
    float: none !important;
}

/* Background and text color of the back/continue buttons */
.pager li > a {
    background-color: rgba(0, 77, 68, 1) !important;
}

.previous a,
.next a {
    color: white !important;
}

.input-group-addon {
    font-weight: normal !important;
}

/* Styling the roll number field to look and behave disabled while not being in such state */
.disabledTextInput {
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
    cursor: not-allowed;
}


#pupilsRepeatingSection .dpicker {
    background-color: white !important;
}


div.input-group a,
div.input-group a:link,
div.input-group a:hover,
div.input-group a:visited {
    color: white;
    text-decoration: underline;
}

#mainFormSchoolDetails {
    display: none;
}

#schoolDetails {
    display: none;
}

#schoolRollNumberAppelant {
    cursor: not-allowed;
}

hr {
    border-top: 1px solid black !important;
}


#groundsOfAppealOtherFields {
    padding-left: 5px;
}


#pupilRelationshipOther {
    padding-left: 5px;
}

#pupilGuardianRadio input[type="radio"] {
    margin-left: 5px;
}

/* Fix for the table issue in the preview stage of the form */

.table {
    table-layout: fixed !important;
}

#previewEmail {
    overflow-wrap: break-word !important;
}

.checkbox-size {
    width: 32px;
    height: 32px;
}

.addin-wrap {
    white-space: normal;
}

#divdisclaimer {
    text-align: center;
    font-weight: bold;
    padding: 2px;
    margin-top: 4px;
}

#divcompletenotification{
    text-align:center;
    font-style: italic;
}

.error{
    font-weight:bold;
    color: red;
}

#pnlerror{
    padding:8px;
    padding-left:0px;
}

#bottomlogo{
    text-align:center;
}

.pointer {
    cursor: pointer;
}

.irish{
    display:none;
}

.centre{
    text-align:center;
}

.centre img{
    margin:auto;
}

.left {text-align:left !important;}

.strong {
    font-weight: bold;
    }

.input-group {
    text-align: left;
    width:100%;
    margin-bottom:8px;
}

.input-group-addon {
    height: 45px;
    padding: 8px;
    text-align: left;
    font-weight: bold !important;
}

.grouptext{
    padding-left:0px;
}

.groupinput {
    padding-left: 0px;
}

.input-group input[type=text], .input-group input[type=tel], .input-group input[type=email], .input-group input[type=number], .input-group select {
    height: 45px;
    width: 100%;
}

.btnSubmit {
    height: 43px;
    width: 50%;
    margin: auto;
}

.panel-forms{
    margin-right:14px;
}

.checkbox-forms {
    padding-right: 10px;
    margin-bottom: 8px;
}

.homepanelleft {
    padding-left: 0px;
}

.homepanelright {
    padding-left: 0px;
    padding-right: 0px;
}

.irishlinkbox{
    padding:12px;
    border:1px solid black;
    font-weight:bold;
    font-size:16px;
}

.notavailable {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.irishlinkbox:hover {
    background-color: gainsboro;
}

    @media (max-width: 980px) {
        .homepanelleft {
        padding-right: 0px;
    }
}

.sectionHeader {
    padding-right: 15px;
}

    .sectionHeader > .grouptext > div {
        text-align: center;
        font-size: initial;
    }

#gdprSection {
    font-weight: bold;
    margin: 30px 0;
}