﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.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;
}

.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}

/* notification bars */
.notify-bar {
    font-weight: bold;
    position: fixed;
    left: 15%;
    top: 0;
    padding: 5px 15px;
    vertical-align: middle;
    width: 70%;
    text-align: center;
    background-color: #ffffcc;
    opacity: .95;
    filter: alpha(opacity = 95);
    z-index: 9999;
    
}

.notify-bar span { font-size: 15px;  }
.notify-bar img { padding-right: 5px;}
.notify-confirm  {  }
.notify-info  { color: #3377cc; }
.notify-alert  { color: #cc3300; background-color: #fff5f5; }

.alert { color: #cc3300; }

/* jQuery mobile styles
-----------------------------------------------------------*/

/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
    padding-right: 15px;
}

.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a,
.ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b,
.ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c,
.ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d,
.ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e,
.ui-btn-active  {
    text-shadow: none;
}

.ui-grid-a .ui-block-a {
    padding-right: 3px;
}
.ui-grid-a .ui-block-b {
    padding-left: 3px;
}

/*table {
	border-collapse:collapse;
    border: 1px solid #D7D7D7;
}*/

.checklist-table
{
    margin-top: 5px;    
}

.checklist-table td
{
    font-family: Calibri;
    border-collapse:collapse;
    border: 1px solid #D7D7D7;  
    padding: 2px 4px 2px 4px; 
}

.checklist-table td img
{
    margin-bottom: -2px;
}

th { }

td { }

table.inputForm td 
{
    padding: 3px;
    text-align:left;
    vertical-align:top;

}

table.grid1 
{
    border-collapse:collapse;
    font-family: Calibri;
}

table.grid1 .grouping
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    /*background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;*/

    color: #fff;
}
table.grid1 th
{
    border: 1px solid #D7D7D7;
    padding: 8px;
    font-weight: normal;
    background-color: #1f376c;
    color: #fff;
}

table.grid1 th a:link, table.grid1 th a:hover, table.grid1 th a:visited, table.grid1 th a:active
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 tr.focus td { background-color: #c2e461; }

table.grid1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    vertical-align:middle;
    background-color: #FFFFFD;
    text-align: center;
}

table.grid1 .alternate, 
table.grid1 .alternate td
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
    vertical-align:middle;
}

table.grid1 .empty td
{
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    /*background-image: url(../images/standard/empty.png);*/
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

table.grid1 .subcategory td
{
    background-color: #5DA9C4;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

table.grid1 .footer td
{
    background-color: #c0c0c0;
    text-align: right;
}


table.grid1 .pager td {
    border: 1px solid #D7D7D7;
    padding: 10px;
    font-weight: bold;
    background-color: #eaeaea;
    color: #000;
    text-align:right;
    font-size: 90%;
}
table.grid1 .pager td table, 
table.grid1 .pager td table td {
    border: none;
}
/*table.grid1 .pager td a,
table.grid1 .pager td a:visited,
table.grid1 .pager td a:active,
table.grid1 .pager td a:link,*/
table.grid1 td:hover 
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
table.grid1 tr:hover 
{
    background: #E2E2E2;
    color: #000;
}

.report-site {
    width: 80%;
    margin-left: 10%;
    background-color: #FFFFFD;
    border-collapse:collapse;
    border: 1px solid #D7D7D7;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: Calibri;
}

.report-header {
    background-color: #FFFFFD;
    width: 80%;
    margin-left: 10%;
    
}

    .report-header p {
        padding-left: 5%;
    }

    .report-header h3 {
        padding-left: 4%;
    }
    
.image-dialog 
{
    display: none;   
}    
    
.ui-loading .ui-loader
{
    display: none;   
}

.ui-icon-loading
{
    display: none;
    opacity: 0;
}

.admin-list li
{
    list-style-type: none;   
}

.admin-section {
    width: 18%;
    margin-left: 2%;
    background-color: #FFFFFD;
    border-collapse:collapse;
    border: 1px solid #D7D7D7;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: Calibri;
    vertical-align: top;
    min-height: 98%;
}

.admin-building-section {
    width: 40%;
    margin-left: 2%;
    background-color: #FFFFFD;
    border-collapse:collapse;
    border: 1px solid #D7D7D7;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: Calibri;
    vertical-align: top;
    min-height: 98%;
}

.client-tech-item
{
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.horizontal
{
    
    list-style-type: none;   
}

.horizontal li
{
    display: inline-block;
    vertical-align: top;
}

.admin-header
{
    padding-left: 10px;   
}

#userForm tr td
{
      padding: 3px;
}



label.cbxToggleLightBlue {
    margin: 8px 8px 8px -30px !important;
    padding: 4px 4px 4px 34px !important;
    border: 1px solid gray !important;
    background-color: white !important;
    background: white !important;
    color: gray !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 100;
}

input.cbxToggleLightBlue {
    height: 15px !important;
    position: relative;
    z-index: 200;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.cbxToggleLightBlue:checked ~ label {
  border-color: darkgray !important;
  background-color: #9FC5F7 !important;
  background: #9FC5F7 !important;
  color: white !important;
}


.clearLeftRightMargins .form-group
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

