﻿
/* Styles for validation helpers
---------Changed--------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

/*comment*/

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.certificate {
    height: 400px;
    background-image: url('certificate_500_with_logos.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    max-width: 450px;
}

.certificateLarge {
    background-image: url('certificate_with_logos.png');
    height: 600px;
    background-image: url('certificate_800.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 110px;
    text-align: center;
}

.redFont {
    color: #ff0000;
}

.Important {
    color: #CC3300;
}

.greenFont {
    color: darkseagreen;
}

.ie-lowerthan9 {
    color: red;
    text-align: center;
    margin: 20px;
    font-size: medium;
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 940px;
}

.pageLogo {
    position: relative;
    top: 5px;
    left: 5px;
    margin-bottom: 10px;
}

.pageLogoSmall {
    position: relative;
    top: -5px;
    left: 5px;
}

.emptyNavBar {
    height: 35px;
    background-color: black;
    width: 100%;
    margin-top: 10px;
}

.lowBrowserMessage {
    padding: 50px;
}


.navbar-inverse .navbar-nav > li > a {
    color: #dddbdb;
}

.SafetyTag {
    float: right;
    padding: 38px 0 0 0;
    /*border: red solid;*/
    width: 500px;
    text-align: right;
}

.navbar {
    min-height: 30px;
}

.body-content {
    /*padding-left: 25px;*/
    padding-right: 25px;
}

#hierarchical-listview .employee-image {
    width: 4em;
    height: 4.4em;
    margin: 0;
    -webkit-box-shadow: 0 1px 3px #333;
    box-shadow: 0 1px 3px #333;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translatez(0);
    vertical-align: middle;
}

#hierarchical-listview h2 {
    display: inline-block;
    margin: .5em;
    font-size: 1em;
}

#showView {
    background-color: white;
    color: black;
}

@media (min-width: 1200px) {
    .admin-content {
        max-width: none;
    }
}

.treenode {
    margin-top: 5px;
}

.treenodeeditbutton {
    margin-left: 20px;
}

.treenodedeletebutton {
    margin-left: 5px;
}


/* Header*/

header {
    display: block;
    /*padding-top: 1%;*/
}

    header h1 {
        margin: 0 auto;
        width: 80%;
    }

        header h1 a {
            text-indent: -9999px;
            /*background: transparent url(../images/logo.png) no-repeat;*/
            height: 52px;
            /*width: 356px;*/
            /*margin: 0 0.5em .5em;*/
            margin: -60px 0 0;
            display: block;
        }

.sub-heading {
    /*width: 80%;*/
    margin: 0 auto;
    background: #424254;
    display: block;
}

    .sub-heading h2 {
        margin: 0;
        display: inline-block;
        padding: 1%;
    }

        .sub-heading h2 a {
            text-decoration: none;
            color: #fff;
        }

    .sub-heading .k-widget {
        margin: 1%;
    }

header .title-search {
    padding: 10px;
    display: block;
    top: 0;
    right: 0;
    left: 0;
}

header .k-autocomplete {
    float: right;
}

header .sub-heading .page-title {
    font-weight: 700;
    display: inline;
}

.director {
    margin-bottom: 8px;
}

.colCentre {
    text-align: center;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.completedRow {
 background-color:lightgreen
}

.notCompletedRow {
 background-color: lightpink 
}

/*.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }*/



.export-pdf {
    margin-top: 15px;
    margin-left: 20px;
    float: left;
}

#email2 {
    display: none;
}

#email3 {
    display: none;
}

.email3 {
    display: none;
}

.dangerLink a:link{
    color: red;
}

.specialtreat {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}