﻿body {
    padding-bottom: 20px;
    }
body:nth-of-type(1) img[src*="Blank.gif"] {display: none;}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
    font-family: FFMetaWebProRegular;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #000000;
    background-color: #ffffff;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
/* schedule dialog box*/
.dialog-left-column
{
    /*width: 550px; */
    text-align: right;
    /*font-size: smaller; */
    font-size: 12px;
}

.dialog-left-column-small
{
    width: 50px;
    text-align: right;
    font-size: smaller;
    vertical-align: top;
}

.dialog-right-column
{
    text-align: left;
    font-size: medium;
    color: #000000;
}

.schedule-cell 
{
    vertical-align: top;
}

.schedule-line 
{
    border-bottom: 2px solid #ddd;
    min-height: 12px;
}

.schedule-line-white 
{
    border-bottom: 2px solid #ddd;
    min-height: 12px;
    color: white;
}

.schedule-grid
{
    /*border-style: solid;
	border-width: 1px;
	border-color: #232323;*/
}

input[type="text"].error {
    background-color: #ffff99;
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

select.error {
    background-color: #ffff99;
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

label.error
{
    color: red;
}

.table-header
{
    color: white;
    font-weight: bold;
    background-color: #808080;
    text-align: left;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .table-header a {
        text-decoration: underline;
    }

.table-distribution-caption
{
    width: 150px;
    text-align: left;
}

.table-distribution-name
{
    width: 200px;
    text-align: left;
}

.table-distribution-title
{
    width: 190px;
    text-align: left;
}

.table-distribution-email
{
    width: 190px;
    text-align: left;
}

.table-distribution-phone
{
    width: 150px;
    text-align: left;
}

.table-distribution-check
{
    width: 100px;
    text-align: left;
}

.RequiredTag
{
    color: red;
    font-size: medium;
}

.QuestionTable
{
    width: 100%;
}

.QuestionColumn1
{
    width: 35%;
    vertical-align: top;
}

.QuestionNumber
{
    vertical-align: top;
}

.QuestionText
{
    vertical-align: top;
    margin-right: 12px;
    display: block;
    padding-right: 12px;
}

.QuestionTextItalic
{
    vertical-align: top;
    font-style: italic;
    display: block;
    padding-right: 12px;
}

.RiskMainText
{
    width: 250px;
}

.RiskActivityText
{
    width: 250px;
}

.RiskProgramText
{
    width: 250px;
}

.RiskHealthText
{
    width: 250px;
}

.RiskAcillary1Text
{
    width: 250px;
}

.RiskAcillary2Text 
{
    width: 250px;
}

.LossControlText
{
    width: 250px;
}

.ui-dialog {
    overflow: visible;
}

    .ui-dialog .ui-dialog-titlebar-close {
        top: -20px;
        background-color: #ffcc00;
    }

.dialogLink a {
    text-decoration: none;
    outline: none;
}

    .dialogLink a:link {
        color: white;
        text-decoration: underline;
    }

    .dialogLink a:visited {
        color: white;
        text-decoration: underline;
    }

    .dialogLink a:hover {
        color: white;
        text-decoration: none;
    }

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-button-icon-primary .ui.icon .ui-icon-closethink {
    display: none
}

.ui-button-text {
    display: none;
}

.tooltips span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 0px;
    margin-left: 28px;
    width: 240px;
    line-height: 16px;
    text-align: left;
}

.tooltips:hover span {
    display: inline;
    position: absolute;
    color: #000000;
    border: 1px solid #DCA;
    background: #ffffff;
    font-family: Arial;
}
/*.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} */

/*CSS3 extras*/
.tooltips span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

/* new template design */
.container {
    padding: 0;
    margin: 0 auto;
    width: 1020px;
    font-size: 14px;
    background-color: #FFF;
}

.bubble {
    clear: both;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
    margin-top: 20px;
    z-index: 1; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
    background: #192C55;
    height: 60px;
    width: 1069px;
    position: relative;
    left: -15px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    z-index: 2; /* the stack order: foreground */
}

.rectangle2 {
    background: #192C55;
    height: 60px;
    width: 1069px;
    position: relative;
    left: -15px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    z-index: 2; /* the stack order: foreground */
}

.rectangle h2 {
    font-size: 24px;
    color: #fff;
    text-shadow: 3px 1px 2px rgba(0,0,0,0.2);
    text-align: left;
    padding: 0px 0px 0px 70px;
}

.triangle-l {
    border-color: transparent #192C55 transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -30px;
    top: 45px;
    z-index: -1; /* displayed under bubble */
}

.triangle-r {
    border-color: transparent transparent transparent #192C55;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 1038px;
    top: 15px;
    z-index: -1; /* displayed under bubble */
}

.triangle-r2 {
    border-color: transparent transparent transparent #192C55;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 900px;
    top: 15px;
    z-index: -1; /* displayed under bubble */
}

.triangle-r3 {
    border-color: transparent transparent transparent #192C55;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 1038px;
    top: 15px;
    z-index: -1; /* displayed under bubble */
}

.logo {
    margin-left: 15px;
}


.main {
    width: 98%;
    /*background-color:#f6f5f5;*/
    padding: 0;
    margin: 0 auto;
    z-index: -1;
}

.rows {
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 0px;
    height: 30px;
}

.left-column-text {
    float: left;
    width: 30%;
    text-align: right;
    padding-top: 5px;
}

.right-column-feilds {
    width: 65%;
    float: right;
}

.form select, input[type='text'], text, textarea, input[type='datetime'] {
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 2px;
    /* width:41%; */
    height: 28px;
    font-size: 10px;
    color: #000000;
}

.noround {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

select {
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 2px;
    /* width:41%; */
    height: 28px;
    font-size: 10px;
    color: #000000;
}

.longer-text-form {
    width: 87%;
}

.longer-textarea {
    width: 87%;
    height: 165px;
}

.rows2 {
    width: 100%;
    height: 195px;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 0px;
}

.rows3 {
    width: 100%;
    height: 195px;
    padding: 22px 0px 10px 0px;
}

.rows4 {
    width: 100%;
    height: 85px;
    background-color: #999;
}

.rows5 {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    background-color: #f6f5f5;
    border-bottom: 1px solid #999;
}

.important-title {
    color: #F00;
    font-weight: bold;
    padding-top: 10px;
}

.important-descrip {
    width: 62%;
    font-size: 12px;
    padding: 12px 20px 0px 0px;
}

.browse-text {
    width: 65%;
    vertical-align: top;
}

.browse-button {
    margin: 0;
    padding: 0;
    border-width: 0;
    background: none;
    cursor: pointer;
}

.bottom-preview {
    width: 62%;
    height: 50px;
    margin: 0 auto;
    padding: 30px 0px 65px 290px;
    background-color: #f6f5f5;
}
/* Individual ID fields*/
#drpDistrict {
    font-size: large;
}

@media print {
    a:link:after, a:visited:after {
        content: "";
    }
}

/* Pager */
.pager {
    margin: 8px 3px;
    padding: 3px;
}

    .pager .disabled {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
    }

    .pager .current {
        background-color: #6ea9bf;
        border: 1px solid #6e99aa;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .pager span, .pager a {
        margin: 4px 3px;
        font-size: large;
    }

    .pager a {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
    }

.collabel {
    display: inline-block;
    width: 325px;
}

.inputfield {
    display: inline-block;
}

input[name=PostedDepartments] {
    margin-right: 10px;
}

input[name=PostedTrainings] {
    margin-right: 10px;
}

textarea:-moz-read-only { /* For Firefox */
    background-color: lightgray;
}

textarea:read-only {
    background-color: lightgray;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.displayBlock table th {
    color: #fff;
    background-color: rgba(114,112,112,.9);
    border: 1px solid #666;
    height: 40px;
    font-size: medium;
    text-align: center;
}

.displayBlock table td {
    padding-left: 5px;
    padding-right: 5px;
}

    .displayBlock table td.center {
        text-align: center;
        border-left: solid 1px #666;
        border-right: solid 1px #666;
    }

    .displayBlock table td.left {
        padding-left: 14px;
        text-align: left;
    }

.displayBlock table tr.altA {
    font-size: 12px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.displayBlock table tr.altB {
    font-size: 12px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.displayBlock table tfoot {
    height: 1px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

div.displayBlock p.Empty {
    text-align: center;
    font-size: 18px;
    color: #ff0000;
}
