﻿body {
    padding-top: 100px;
    padding-bottom: 0px;

}

body.home {
    background: url("/Content/hd_view-from-gowbarrow-aug.jpg");
    /*background-repeat: repeat-x;
    background-position: 0px 320px;*/
    background-repeat:no-repeat;
    /*background-size:100% 100%;*/
    background-size: cover;
}

body.homefont{
    color: white;
}
body.homefont2 {
    color: royalblue;
}


.field-validation-error {
    color:Red;
}

a.home-link:link {
    color: royalblue;
    text-decoration: underline;
    
}
a.home-link:visited {
    color: royalblue;
    text-decoration: underline;
}

a.home:hover {
    color: blue;
}


a.headersmall:link {
    font-size: 16px !important;
}

a.headersmall:visited {
    font-size: 16px !important;
}

#container1 {
    background-color: white;
    padding: 20px;
    min-height: 500px;

}

/* 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;
}*/
ul.ul-none {
    list-style-type: none;
    margin-top: 7px;
}

.popuplabel {
    float: left;
    width: 100px;
    text-align:right;
    margin-right: 20px;
    font-weight: 700;
}

.popuplabel2 {
    width: 120px;
    text-align:right;
    margin-left: 50px;
    margin-right: 20px;
    font-weight: 700;
}

.popuplabel3 {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-weight: 700;
    margin-top:0px;
}

.popuplabel4 {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.popuplabel-inline {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 1px;
}

.popuplabel-inline2 {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 1px;
    font-weight: 400;
}

input.checkbox1 {
    margin-top: 5px;
    margin-right: 3px;
    clear: left;
}

.bright {
    color: white !important;
    background: #9c85d5 !important; /*#DD5C87*/
}
    .bright:hover {
        color: white !important;
        background: #9278D1 !important; /* #CB0044*/
    }

.bright2 {
    color: white !important;
    background: #F3BC33 !important; /*#F3BC33*/
}
    .bright2:hover {
        color: white !important;
        background: #F0AB00 !important; /*#F0AB00*/
    }

.bright3 {
    color: white !important;
    background: #19cbdb !important; /*#194885*/
}
    .bright3:hover {
        color: white !important;
        background: #00C6D7 !important; /*#003478*/
    }


.popupcontent {
    float: left;
    width: 600px;
}

.popupbuttons {
    float: right;
}

.popupclear {
    clear: left;
}

.buttonSaveZZZ {
    background-color: limegreen;
}

input[type=checkbox] {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    padding: 10px;
    margin-left: 10px;
}

label.field0 {
    float: left;
    width: 200px;
    margin-top: 8px;
    clear: left;
}

label.field1 {
    float: left;
    width: 135px;
    margin-top: 7px;
    clear: left;
}


label.field {
    float: left;
    width: 200px;
    margin-top: 13px;
    clear:left;
}

label.field-small {
    float: left;
    width: 125px;
    margin-top: 13px;
    clear: left;
}

label.field-small-old {
    float: left;
    width: 125px;
    margin-top: 6px;
    clear: left;
}

label.field2 {
    display: inline-block;
    width: 150px;
    margin-left: 60px;
    margin-top: 13px;
}



label.field3 {
    display: inline-block;
    width: 75px;
    margin-left: 15px;
    margin-top: 13px;
}

label.field-inline {
    display: inline-block;
    margin-left: 1px;
    margin-top: 13px;
}


label.whitespace{
     white-space: pre-wrap;
}

input.account {  width:300px; }

input.textbox-50 {
    width: 50px;
    margin-top: 6px;
    margin-right: 3px;
}

input.textbox-100 {
     width:100px;
     margin-top: 6px;
     margin-right: 3px;
}

input.textbox-readonly-100 {
     width:100px;
     margin-top: 6px;
     margin-right: 3px;
     background-color: gainsboro;
     border-style: solid;
     border-width: 1px;
}

input.textbox-250 {
    width: 250px;
    margin-top: 5px;
    margin-right: 3px;
}

input.textbox-300 {
    width: 300px;
    margin-top: 5px;
    margin-right: 3px;
}

input.textbox-400 {
     width:400px;
     margin-top: 8px;
     margin-right: 3px;
}

input.textbox-500 {
    width: 500px;
    margin-top: 8px;
    margin-right: 3px;
}

input.textbox-readonly-550 {
    width: 550px;
    margin-top: 6px;
    margin-right: 3px;
    background-color: gainsboro;
    border-style: solid;
    border-width: 1px;
}

select.dropdown-100 {
    width: 90px;
    margin-top: 0px;
}

select.dropdown-250 {
    width: 250px;
    margin-top: 8px;
}

select.dropdown-350 {
    width: 350px;
    margin-top: 8px;
}

select.dropdown-500 {
     width:504px;
     margin-top: 8px;
}

.textarea-250-100 {
    width: 254px;
    margin-top: 10px;
    height: 100px;
    margin-right: 3px;
    font-family: Arial;
}

textarea.textarea-500-50 {
     width:504px;
     margin-top: 10px;
     height: 50px;
     margin-right: 3px;
     font-family: Arial;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-save {
    background-color: #e0cce0;
}

div.shadow {
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 40px lightgray;
}

div.shadow2 {
    padding: 20px;
 }


/***********************************************/
/*.ui-dialog-title {
    display:none;
}

.ui-dialog-titlebar {
    background:transparent;
    border:none;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 10px;
    right:10px;
}*/

input.submit-button-popup {
    margin-top: 16px;
    margin-right: 6px;
    float: right;
}

.qtip-content {
    font-size:13px;
}