@font-face {
    font-family: 'MyWebFont';
    src: url("../Fonts/OpenSans-Regular-webfont.woff") format("woff");
}

/*For readmission demo*/
.alert-danger {
    border-color: #ebccd1;
}
/*For readmission demo*/

body {
font-size:18px;
}

.form-control {
font-size:18px;
}

.NMCTableWrap {
    word-wrap: break-word; 
    word-break:break-all;
}

.NMCTableWrapNormal {
    word-wrap: break-word; 
    word-break:break-all;
}

.NMCLabel {
    font-weight:normal;
}

.NMCBoldLabel {
    font-weight:bold;
}

.input-group-addon .glyphicon-info-sign {
font-size:18px;
}

.input-group-addon {
border-radius:0px;
}

.btn {
font-size:18px;
}

.NMCSearchButton {
font-size:14px;
}

.icon-red {
color:#d90404;
cursor: pointer;
}

.icon-blue {
color:darkblue;
cursor: pointer;
}

.icon-green {
color:darkgreen;
font-size:18px;
}

.iconDisabled {
    color:gray;
    cursor:text;
}

div.ajax-progress {
    position: fixed;
    display: none;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background-image: url("../Images/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 2000;
    border-radius: 10px;
}

.modal-content {
border-radius:0;
}

.textLeftForm .form-horizontal .control-label {
    text-align: left;
}

.tooltipForm .input-group .input-group-addon {
    background-color: #fff;
    border: none;
}

#EDForm .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0;
}

#EDForm  .radio-inline, .checkbox-inline {
    margin-right: 10px;
}

/* steve c - wraps text in the tooltip else it displays just a clipped line to max width */
.tooltip-inner {
    text-align: left;
    white-space: pre-wrap;
    white-space: normal; /* For IE 7*/
}

/* steve c - added styles for bold red error messages under the form group */
.help-block {
    color: red;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.form-horizontal input + .help-block,
.form-horizontal .input-group + .help-block {
    margin-top: 0px;
}

/*@media print {
.screen-only {
display: none;
}

.print-only {
display: block;
}*/


.colour {
    background-color: #00B7C6;
    color: white;
    padding-left: 3px;
    padding-right: 10px;
}

    .colour a {
        color: rgba(0, 51, 76, 1);
        text-decoration: none;
    }

.steps-width {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    font-size: 18px;
    font-weight:bold;
    margin-bottom:5px;
}

.show-info {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

    .show-info a:hover {
        color: #007E92;
    }

    .show-info a:focus {
        color: #007E92;
    }

.add-style {
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5E2E4');
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #D5E2E4), color-stop(0.44, #FFFFFF), color-stop(0.45, #FFFFFF) );
    background-image: -o-linear-gradient(bottom, #D5E2E4 0%, #FFFFFF 44%, #FFFFFF 45%);
    background-image: -moz-linear-gradient(bottom, #D5E2E4 0%, #FFFFFF 44%, #FFFFFF 45%);
    background-image: -webkit-linear-gradient(bottom, #D5E2E4 0%, #FFFFFF 44%, #FFFFFF 45%);
    background-image: -ms-linear-gradient(bottom, #D5E2E4 0%, #FFFFFF 44%, #FFFFFF 45%);
    background-image: linear-gradient(to bottom, #D5E2E4 0%, #FFFFFF 44%, #FFFFFF 45%);
    zoom: 1;
}

.addInfoTitle {
    font-weight: bold;
    font-size: 18px;
    color: #00334C;
}

.renewalerror {
    font-weight: bold;
    font-size: 18px;
    color:red;
    /*margin-bottom: 10px;
    margin-top: 10px;*/
}

.countColour {
    font-weight: bold;
    font-size: 18px;
    color:black;
    margin-bottom: 10px;
    margin-top: 10px;
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

span.error {
    font-weight: bold;
    color: red;
    padding: 2px 0 2px 8px;
    margin-top: 2px;
}

.wrapper div a {
    color: white;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    background-color: #00334c;
    /*margin-top:10px;*/
    text-align: left;
}

.first {
    width: 89%;
    float: left;
    font-size: 18px;
    background-color: #00B7C6;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0.4%;
    font-weight: bold;
}

.second {
    width: 10.6%;
    background-color: #00334c;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 18px;
}

.tick-colour {
    color: #00B7C6;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-5 {
    margin-top: 5px;
}

.top-margin-3 {
    margin-top: 3px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-25 {
    margin-bottom: 25px;
}

.bottom-margin-10 {
    margin-bottom: 10px !important;
}

.bottom-margin-8 {
    margin-bottom: 8px;
}

.bottom-margin-5 {
    margin-bottom: 5px;
}

.right-margin-20 {
    margin-right: 20px;
}

.right-margin-10 {
    margin-right: 10px;
}

.left-margin-30 {
    margin-left: 30px;
}

.left-margin-20 {
    margin-left: 20px;
}

.left-margin-10 {
    margin-left: 10px;
}

.white-cal .input-group .input-group-addon {
    background-color: #ffffff;
    border-width: 1px;
}

.white-cal .input-group .input-group-addon:hover {
    border-width: 1px;
    border-color:#d10074;
    color:#d10074;
    cursor:pointer;
}

.white-cal .input-group .form-control {
  border-radius: 0;
  border-right:none;
  text-align:left;
}

.white-cal .input-group .form-control:focus {
    border-color: #d1d3d4;
    box-shadow: none; 
}

.some-class {
    float: left;
    clear: none;
}

.summary-colour {
    background-color: #999999;
    color: white;
    padding-left: 2px;
}

span.bold {
    font-weight: bold;
}

.NMCTable a {
    color: #ffffff;
    text-decoration: none;
}

.NMCLink {
    color:#d10074;
    text-decoration: underline;
}

.NMCImg img {
    display: inline;
}

.button-sidebar {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5E2E4');
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.55, #FFFFFF), color-stop(1, #D5E2E4) );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 55%, #D5E2E4 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 55%, #D5E2E4 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 55%, #D5E2E4 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 55%, #D5E2E4 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 55%, #D5E2E4 100%);
    zoom: 1;
    border-width: 1px;
    border-color: #ACCDD2;
    border-style: solid;
    cursor: pointer;
    white-space: normal;
}

.ButtonLink {
    text-decoration: none;
    color: #007e92;
}

    .ButtonLink:link, .ButtonLink:visited, .ButtonLink:active, .ButtonLink:hover {
        color: #007e92;
    }

.pager li > a, .pager li > span {
    background-color: #d10074;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 12px;
}

    .pager li > a:hover, .pager li > a:focus {
        background-color: #d10074;
        opacity: 0.8;
    }

    .pager li > a:hover, .pager li > a:hover {
        background-color: #d10074;
        opacity: 0.8;
    }

/*Wizard input submit button styling*/

.pager .next > .NopSubmitButton {
    float: right;
}

.pager li > .NopSubmitButton {
    background-color: #d10074;
    border: 1px solid #cccccc;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 6px 12px;
}

    .pager li > .NopSubmitButton:focus {
        background-color: #d10074;
        color: #ffffff;
        opacity: 0.8;
    }

    .pager li > .NopSubmitButton:hover {
        background-color: #d10074;
        color: #ffffff;
        opacity: 0.8;
    }

    .pager li > .NopSubmitButton:active {
        background-color: #d10074;
        color: #ffffff;
        opacity: 0.8;
    }

#tracker > li > a {
    color: #007e92;
    border-radius: 0;
    margin-bottom: 4px;
    padding: 7px 5px;
}

    #tracker > li > a:hover, #tracker > li > a:focus {
        background: none;
        color: #007e92;
        cursor: default;
    }


#tracker > .active > a, #tracker > .active > a:hover, #tracker > .active > a:focus {
    background-color: #3A87AD;
    color: #ffffff;
}

#tracker li i {
    cursor: default;
}

.trackerbackground {
    background-color: #e6e6e6;
}

#tracker > li > .trackerbackground:hover, #tracker > li > .trackerbackground:focus {
    background: #e6e6e6;
    color: #007e92;
    cursor: default;
}

.white-cal .input-append .add-on {
    background-color: #fff;
}

#white-cal .input-append .add-on:hover {
    background-color: #e6e6e6;
}


.searchButtonStyle .btn {
    border: solid 1px #ccc;
}

/*temp font sizes added*/
h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.header-links a {
font-size:18px;
}

.header-feature span {
font-size:18px;
}

.dcnav-wrapper > .dcnav-menu {
    max-width: 1220px;
}

.container > .row {
    max-width: 1250px;
    margin: 0 auto 20px auto;
}

.flexbox .dcnav-wrapper > .dcnav-menu > .dcnav-item > .dcnav-link {
    text-align: left;
}

.flexbox .dcnav-wrapper > .dcnav-menu {
    display: block;
}

.dcnav-item .dcnav-menu {
    min-width: 260px;
}

.dcnav-link, .dcnav-back, .dcnav-close {
    font-size: 18px;
}

.validation-summary-errors {
        font-weight: bold;
        font-size: 18px;
        color:red;
    }

.hideFileSize {
display:none;
}

.showFileSize {
   margin-top:10px;
}

/*For date selector*/
.hideDateSelector {
    display:none;
}

.showInput {
    display:block;
}

.hideInput {
display:none;
}

.dateHiddenInput {
    text-align:left !important; 
    border-radius:0 !important;
}

/*For application progress*/
.stepsContainer {
    background-color:#00334c;
    border-radius:0px;
    padding: 8px 8px 8px 4px;
}
.currentStep {
background-color:#ffffff;
color: #00334c;
}

.totalSteps {
background-color:#ffffff;
color: #00334c;
}

/*For navbar alignment on IE8*/
@media screen and (min-width: 992px) {

    .lt-ie9 .dcnav-wrapper > .dcnav-menu {
        max-width: 1220px;
        margin: 0 auto;
    }
}

input[type="checkbox"] {
    padding-top: 5px;

}

input[type="radio"] {
    padding-top: 5px;
}

.NMCMultiSelect .btn-group {
    width: 100%;
    word-wrap: normal;
}

 

.NMCMultiSelect .btn-group .btn {
    font-weight:normal;
    border: solid 1px #d1d3d4;
    color: #111111 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px 16px;
    background-color:white;
    cursor:default;
}

.NMCMultiSelect .btn-group .dropdown-menu {
    font-size: 18px;
}

.datepicker {
z-index: 1100 !important;
}

.NMCAlert {
    border-radius: 15px;
}

.NMCAlert .alert-heading {
    margin-bottom: 0;
}

.NMCAlert .NoLinkAlert {
    color: #00334C;
}

.NMCPanel .panel {
border-radius: 0;
}