﻿html, body {
    font-family: Calibri !important;
    font-size: 18px;
}

#bannerholder img {
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
}

.ui-widget-header {
    color: black;
}

.titleSpan {
    font-size: 40px;
    text-align: center;
}

a {
    color: blue;
}

.capitalize {
    text-transform: capitalize;
}

label {
    margin-bottom: 0px !important;
}

.panelheader {
    color: #fff;
    background-color: rgba(51,122,183,1);
    border-color: rgba(51,122,183,1);
    padding: 10px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panelcontent {
    padding: 8px;
    min-height: 600px;
}

.underline {
    text-decoration: underline;
}

.maxfileupload {
    padding-right: 4px;
}

.blueborder {
    border: 1px ridge #337ab7;
}

.greenborder {
    border: 1px ridge rgba(51,122,183,1);
}

.launchAppealsButton {
    color: #fff;
    background-color: rgba(51,122,183,1);
}

.launchAppealsButton:hover {
     background-color: darkgreen;
     color: black;
}

.input-group {
    border: rgba(0, 77, 68, 1);
}

.input-group-addon {
    color: white;
    background-color: rgba(51,122,183,1);
}

#summary h6 {
    color: #234d70;
}

.summarytable, #divSummaryFileslist, #div_summary_children {
    margin: 1% 1% 1%;
}

#divSummaryFileslist {
    width: 100%;
}

.divsubmitbuttons {
    width: 100%;
}

#divSummaryHolder {
    clear: both;
}

.divsubmitbuttons {
    text-align: center
}

.divsubmitbuttons .submit {
   width: 100%;
}

.summarytable th {
   width: 20%;
   color: #234d70;
}

#tblSummaryAppealRequest th {
   width: 20%;
}

.input-group-addon i {
    color: white;
}

.ui-widget-header {
    border: 1px solid rgba(51, 122, 183, 1);
    background: rgba(51, 122, 183, 1);
    color: #fff;
    font-weight: bold;
}

#navigationholder {
    width: 100%;
}

.singletabheaderindicator {
    float: right;
}

.red {
    color: red;
}

h1 {
    font-size: 24px;
}

.navigationleft {
    float: left;
}

.navigationright {
    float: right;
}

.navigationmiddle {
    text-align: center;
    width: auto;
    float: left;
    margin-left: 25%;
}

.panel-heading {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}


.disabled {
    cursor: not-allowed;
}

.page-header {
    margin: 5px 0 10px 0;
}

.input-group-addon {
    font-weight: normal !important;
}

.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;
    padding-right: 0px;
}

.clearboth {
    clear: both;
}

.navigations {
    border-top: 1px solid #ced4da;
    padding-top: 10px;
    clear: both;
}

#divrequiredfields {
    float: right;
    font-weight: bold;
}


#AppealTabs {
    font-size: 16px;
}

    #AppealTabs a {
        color: #656e76;
    }

    #AppealTabs .active {
        color: rgba(51, 122, 183, 1);
    }

select {
    color: #6c757d !important;
}

.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 !important;
    width: 100%;
}


#divsuccessdocs {
    padding: 8px;
}

.form-control {
}

.reasoncheckbox {
    width: 25px;
    height: 25px;
}

.reasonholder {
    clear: both;
    display: block;
    font-size: 18px;
}

#divgroundssecondaryreasons {
    height: 200px;
    overflow-y: auto;
    color: #646d76 !important
}

    #divgroundssecondaryreasons span {
        font-weight: bold;
    }

#btnSubmit {
    height: 43px;
    width: 50%;
    margin: auto;
}

.panel-forms {
    margin-right: 14px;
}

.checkbox-forms {
    padding-right: 10px;
    margin-bottom: 8px;
}

.last {
    width: 2%;
}

.panelleft {
    padding-left: 0px;
}

.panelright {
    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;
}

#pagecontent {
    clear: both;
}



/*Panel*/
.panel {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%)
}

.panel {
    border: 1px solid;
    border-radius: 4px;
    border-color: rgba(51,122,183,1) !important;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: rgba(51,122,183,1);
    border-color: rgba(51,122,183,1);
}


.panel-heading {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.panel-body {
    padding: 15px;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-primary {
    border-color: #a5cbeb;
}

/*nav bar*/

.toplink {
    padding: 8px;
    border-radius: 6px
}

    .toplink:hover {
        color: white !important;
        background-color: rgba(51,122,183,1) !important;
    }

        .toplink:hover a {
            color: white !important;
        }

.dropdown-menu {
    width: 350px;
    padding: 0;
}

    .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }

    .dropdown-menu li {
        background-color: rgba(51,122,183,1) !important;
        margin-bottom: 8px;
        margin-top: 8px;
        padding: 8px;
    }


#navigationholder .active {
    background-color: rgba(51,122,183,1);
}

    #navigationholder .active a {
        color: white !important;
    }

.toplink a {
    color: white;
    border-radius: 6px
}


#navigationholder ul li {
    margin-left: 15px;
    margin-right: 15px;
}

#navigationholder a {
    color: #585a68;
}

#lilogoholder {
    font-size: 18px
}


/*custom boostrap*/
#homecontent .row, #eircodeinfo .row {
    margin: 0;
}


.jumbotron {
    padding: 8px;
    margin-bottom: 8px;
}

.eircodeimage img {
    width: 100%;
}

#navhamburger {
    display: none;
}

.singletabtitle {
    display: block;
    width: 100%;
    background-color: rgba(51,122,183,1);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold
}

.invalid {
    border: 2px red dotted;
}

#diverrors {
    max-height: 250px;
    overflow-x: auto;
    clear: both;
    margin-bottom:10px;
}

#languageIcons {
    float: right;
    padding: 8px;
}

.mobileOnly {
    display: none;
}

#mobileLogo {
    margin-top:15px;
}

@media (max-width: 1200px) {
    .mobileOnly {
        display: block;
    }

    #ulnavholder {
        display: none;
    }

    #navhamburger {
        display: block;
        float: right;
        margin-top: -25px;
        font-size: 28px;
    }

        #navhamburger:hover {
            color: #337ab7;
        }

        #navhamburger i {
            cursor: pointer;
        }

    .panelleft {
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .grouptext {
        padding-right: 0px;
    }

    #AppealTabs {
        display: none;
    }

    .summarytable, #divSummaryFileslist {
        margin: 3% 3% 3%;
    }

        .summarytable th {
            width: 40%;
        }

    #tblSummaryAppealRequest th {
        width: 40%;
    }

    #page-header {
        display: none;
    }
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0 0.3rem 0.1rem 0;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.highlight {
background-color:yellow
}


input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled], button[disabled][disabled] {
    background-color: rgba(51,122,183,1) !important;
    color: white;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}

.btnnewchildsave {
    background-color: green;
    color: white !important;
}

.btnnewchildsave:hover {
    background-color: #212529;
    color: white !important;
}


.btntool {
    background-color: green;
    color: white !important
}

.btn-dark {
    color: white !important
}

.btntool:hover {
    background-color: #212529;
    color: white
}

.selectschoolbutton {
    background-color: rgba(51,122,183,1);
    color: white;
    cursor: pointer;
}

.selectschoolbutton:hover {
     background-color: #212529;
     color: white;
     cursor: pointer;
}

.heading {
    background-color: rgba(51,122,183,1);
    color: white;
    font-weight: bold;
}

.table td, .table th {
    padding: 0.35rem;
}

#div_summary_children{
    width: 100%;
}

#SchoolinfoTable td {
    font-weight: bold;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a7abaf;
}

#divaddchildrenbuttons{
    text-align:center;
    width:100%;
    clear:both;
}

@media (min-width: 768px) {
    .container {
            max-width: 100%;
        }

        .panelleft {
            padding-right: 10px;
        }
    }
    /*@media all and (min-width:1200px)*/
    .container {
    max-width: 1140px;
}
