﻿
/********* PRINT **************/
@media print 
{ 
  .no-print {
    display:none;
  }
  body
  {
      background:white;
      color :#333; 
  }
  .header
  {
    display:none;   
  }
  .page,.main
  {
    box-shadow: 0px 0px 0px #000;
    border-radius:0px;
    
  }
  #SiteMapPath1, #recently-viewed,.page-title,.footer
  {
      display:none;
  }
  .RadGrid  input, .RadGrid_Default input
  {
      display:none;
  }
}
 

/* DEFAULTS
----------------------------------------------------------*/

body.main
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
}
body.print
{
    background:white;
    color:#333;   
    
}

a,a img{ text-decoration:none; border:none;}
a:link, a:visited
{
    color: #0C4499;
}

a:hover
{
    color: #1d60ff;
    
}

a:active
{
    color: #034af3;
}
div.main a
{
    color: #0C4499 !important;    
} 
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
legend
{
    
}
fieldset
{
    margin-bottom:10px;   
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color:#333;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    /*box-shadow: 10px 6px 6px #333;*/
    border-radius:1em;
    
    
}
.page.full-width
{
    width:95%;   
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0C4499;
    width: 100%;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
}
.header a{ color:White;}
.logo
{  
     
     height:100px; 
     padding-bottom:0px;  
     padding-top:0px;
     padding-left:10px;
     padding-right:10px;
     margin-right:10px;
     /*background-color:White; */
     border-top-left-radius:1em; 
     background-repeat:no-repeat;
     
}
.by-line
{ 
    display:none;
    padding-top: 9px;
    background-color: white;
    padding-right: 0px;
    padding-left:0px;
    border-bottom-right-radius:1em;
    border-top-left-radius:1em;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding:6px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 18px;
    width:320px;
    
}

.main
{
    padding: 0px 12px 10px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.report-footer
{
    border-top:thin solid black;   
    border:thin solid black;
    font-weight:bold;
} 
.suspense
{
    background-color:Yellow;   
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
} 
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*********************************************/

.left{float:left;}
.right{ float:right;}



/********************************************/
.help,.help-link
{    
    bottom: 5px;
    font-size:14px;
    color: White;
     /*display:none;*/
}
.help {
    position:relative;
    
}
.search-content,.help-content
{
    border:thin solid black;
    color:Black;
    right:-20px;
    position:absolute;
    float:right;
    display:none;
    background-color:White;
    box-shadow: 10px 6px 6px #333;
    border-radius:1em;
    padding:15px;
    z-index:5000;
}
.help-content
{
    width:400px;   
    min-height:150px;
    
}

.help a
{
    color:red;
}
.help-link
{
    color:White;
    float:right;
    margin-right:20px;
}
.close
{
    width:30px;
    height:30px;
    background-image:url(images/close.png);   
    position:absolute;
    top:-10px;
    right:-10px; 
    
}
.details
{
    color:black;
    background-color:White;
    width:400px;
    float:right;   
    height:56px;
    padding:15px; 
    border-bottom-left-radius:1em;
    border-top-right-radius:1em;
    
}
.identity
{
    text-align:right; 
    color:White;
    padding-top:15px;   
    float:right;
    padding-right:10px;
}

.details a
{
    color:#0C4499;   
    
}
h2.page-title 
{
    margin: 0px 0px 5px 0px;
}
.fields-container .label 
{
    text-align: right;
    padding-right: 5px;
}
.fields-container .label + td
{
    padding-right: 10px;
}
.errors-container 
{
    background-color: #FEF1EC;
    border: 1px solid #CD0A0A;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    color: #CD0A0A;
    background-image: url("images/alert.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}
.warnings-container 
{
    background-color: #FFFBE5;
    border: 1px solid #ECE52F;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    background-image: url("images/info-blue.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}
.successes-container
{
    background-color: #DDF8CC;
    border: 1px solid #80C65A;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    background-image: url("images/check-green.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}
.loading
{
    border-radius: 2px;
    border: 1px solid black;
    position: fixed;
    top: 50%;
    left: 45%;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: Black;
    background: #E8E8E8;
}
.shade
{
 display: none;
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    opacity: 0.4;
    filter: alpha(opacity=40);   
    
}
.validator 
{
    color: Red;
    font-weight: bold;
}
.inline-loader 
{
    margin-right: 6px;
}
.action-panel 
{
    display: none;
}
.popup-main
{
    padding:10px;
    margin:0;
    background-color:white;
    font: normal 13px "Segoe UI", Arial, Verdana;
    color: black;
}
#recently-viewed
{
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    border: 1px solid #4A88DF;
    background-color: #EDF2FF;
}
#recently-viewed li
{
    list-style: none;
    display: inline;
    padding-right: 30px;
}
.reveal-row
{
    margin-bottom: 8px;
}
.basic-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.scrollable-container
{
    border: 1px solid #696969;
    overflow: auto;
}
.form-row
{
    padding-top: 5px;
    clear: right;
    overflow: auto;
    width: 100%;
}
.form-label
{
    float: left;
    text-align: right;
    width: 110px;
    margin-right: 5px;
    width: 15%;
}
.form-field
{
    float: left;
    text-align: left;
    width: 84%;
}
.rgEditForm a
{
    border: 1px solid grey;
    padding: 1px 3px 1px 3px;
    margin: 0 3px 3px 0;
}
.rgEditForm td table a
{
    border: none;
    padding: 0px;
    margin: 0px;
}


.admin-edit {
    color: red !important;
    float: left; 
    font-size: x-small;
     
    display: block;  
}

.financials
{
    text-align:right;
}
.summary-report
{
      
}
.summary-report td
{
      width:100px;
      text-align:right;
}

/******************* rad controls changes ******************/
.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt 
{
    padding:0px !important;   
}
.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn 
{
    
}
.RadGrid_Default,.RadGrid_Default .rgHeader
{
    color:#333 !important;   
    
}
.RadInput_Default .riDisabled, .RadInput_Disabled_Default , .RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown_Default .rcbDisabled
{
    color:#333 !important;
}


.rad-icon-extra
{
 display:inline-block;
 height:20px;
 width:14px;   
 background-repeat:no-repeat;
}
tfoot .report-footer
{
    background-color: #D9D9D9 !important;
}    


/*
==================================================================================
court search box
===================================================================================
*/
#divAvailTags {
    background-color: #f1f1f1;
    font-size: 10px;
    z-index: 10000;
    position: absolute;
    border: 1px #000000 solid;
    width: 600px;
    display: none;
}

#divAvailTags #result {
    font-size: 10px;
    padding: 4px;
    width: 592px;
    height: 400px;
    overflow: auto;
}

#txtTempCourt 
{
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
    border-width: 1px;
    border-style: solid;
    padding: 2px 1px 3px;
    vertical-align: middle;
}

#divAvailTags #summary,
#divAvailTags #taghdr {
    background-color: #bbdbf0;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    width: 100%
}

/*
============================================================
Global SSRS fix
============================================================
*/
img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"]
{
    display: none;
}

/* new stuff for revised BOND screen */
span.ctl-wrap 
{
    float: left;
    margin-right: 12px;
}
span.ctl-wrap > label.form 
{
    display: block;
    font-weight: bold;
    min-width: 100px;
}
span.ctl-wrap > label.form.hor
{
    display: inline-block !important;
}
span.ctl-wrap > .RadComboBox
{
    margin-top: 2px;
}

span.ctl-wrap > input[type="submit"]
{
    position: relative;
    top: 2px;
}

div.form-data tr > td:first-child, div.form-data td.hdr 
{
    font-weight: bold;
}
div.form-data tr > td:first-child > label[for]
{
    font-weight: normal !important;
}

label.form 
{
    display: inline-block;
    width: 150px;
    font-weight: bold;
    margin-bottom: 4px;
}

table.fixed-hdr 
{
    border-collapse: collapse !important;
}
table.fixed-hdr th
{
    background-color: rgba(86,86,86,.4) !important;
    border: 1px solid #565656;
}

tr.odd 
{
    background-color: rgba(86,86,86,.2);
}
tr.even 
{
    background-color: #ffffff;
}
tr.odd td, tr.even td
{
    border: 1px solid #565656;
}
tr.imp-err td, tr[data-err="True"] td, tr[data-err="true"] td
{
    color: #ff0000;
}
tr.imp-err
{
    background-color: rgba(255,255,0,.5);
}

table.fixed-hdr i.fa-close 
{
    color: #ff0000;
}
table.fixed-hdr i.fa-check
{
    color: #00ff00;
}