﻿
/**********************    Layout / Header        ***************************************************************************/

body {
	margin: 0px;
    font-family: Arial;
    font-size: 12pt;          
}

@media screen and (max-width: 1050px) {
    ::-webkit-scrollbar {
        display:none;
    }
}



.mainSection
{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
}

.headerSection
{
    
}

    .headerSection IMG
    {
        border-bottom:1px solid white;
        width:1000px;
    }

    .headerSection .courtName
    {
        color:white;
        font-size:2.0em;             
        text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
        
        position:absolute;
        top: -110px;        
        left: 20px;    
        
        width:80%;
    }

.courtDetailsSection
{
    width: inherit;
    font-family: Arial;
    font-size:0.9em;
    font-weight:normal;
    padding:12px;    
    z-index:2;
}

.DivContNoHeight
{
    width:100%;
    overflow:auto;
}

    .courtDetailsSection .leftCol
    {
        float:left; 
        width:50%;
        text-align:left;
    }

    .courtDetailsSection .rightCol
    {
        float:right; 
        width:50%;
        text-align:right;
    }

@media print {
    .stepbuttonSection {
        display: none;
    }
}

.stepbuttonSection
{
    width:100%;     
    margin-top:0.3em;
}

    .stepbuttonSection .stepButton
    {
        float:left;                
        text-indent:30px;        

        position:relative;
        font-size: 1.0em;    
        font-weight:normal;    
        line-height:35px;
        text-align:left;
    }        

        .stepButton:after, .stepButton:before 
        {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            z-index:1;
        }

        .stepButton:after 
        {           
            border-width: 16px;
            margin-top: -16px;
            z-index:5;
        }

        .stepButton:last-of-type:before
        {
            border:none;
        }
        .stepButton:last-of-type:after
        {
            border: none;
            margin-top: -16px;
            z-index:5;
        }

        .stepButton:before 
        {            
            border-width: 20px;
            margin-top: -20px;
            z-index:5;
        }        

        .stepbuttonSection .stepButton IMG
        {
            width:26px; 
            height:26px; 
            float:left
        }


.footerSection
{          
    font-size:0.8em;
    overflow:auto;
    width:100%;    
}

    .footerSection .leftCol
    {
        float:left; 
        width:450px;
        text-align:left;
        padding:6px;  
    }

    .footerSection .rightCol
    {
        margin-top:10px;
        float:right; 
        width:450px;
        text-align:right;
        padding:6px;
    }

.stripe
{            
    height:10px;
    margin-bottom:1.5em;
}


/**********************    Layout / Header        ***************************************************************************/






/**********************    Basic Classes         ***************************************************************************/


.pageSection
{
    margin:15px;
}

.contentSection
{    
    padding:4px 12px 4px 12px;   
    margin-bottom:15px;  
}

.contentSectionNoPadding
{    
    
}

.entrySection
{  
    margin: 0px 0px 1em 0px;
    padding: 14px 4px 14px 14px;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.41);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.41);
    box-shadow: 1px 2px 5px rgba(0,0,0,.41);
}

.halfSection
{
    float:left;    
    width:45%;     
    clear: both; 
}

.halfSection:nth-child(even)
{
    float:right;
    clear: none;
}

.halfSection:nth-child(even)::after
{
     visibility: hidden;
     display: block;
     content: ".";
     clear: both;
}

.sectionTitle
{
    font-size:1.2em;    
    margin-bottom:8px;
}

.pageTitle
{
    font-size: 1.5em;        
    font-family: Calibri;
    line-height:20px;

    margin:15px 0px 15px 0px;
}


.areaTitle
{
    font-size:1.1em;
    margin-bottom:8px;
}

.helpText
{
    font-style:italic;
    font-size:0.8em;
}

.button
{         
    border-style:solid;
    border-width:2px;    
    
    font-size:1.0em;    
    padding:5px 20px 5px 20px; 

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    margin-bottom:0px;
    
}

.highlightLarge
{     
    font-size:1.2em;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popupHeader
{
    font-size:1em;
    text-align:center;
    margin-top:15px;
    padding:10px
}

/*.emptyMessage {
   color:#999 !important;
}*/

::-webkit-input-placeholder {
   color:#999;
}

:-moz-placeholder {
   color:#999;
}

:-ms-input-placeholder {
   color:#999;
}

@media print {
    .hidePrint {
        display: none;
    }
}


/**********************    Basic Classes         ***************************************************************************/








/**********************    Col Classes          ***************************************************************************/

.DivCont
{
    width:100%;
    overflow:auto;    
    margin-bottom:6px;
}

.colSmall {
    float: left;
    width: 100px;
    margin-right: 5px;
}

.col
{
    float:left;
    width: 200px;
    margin-right:5px;    
}

.colSpacer
{
    float:left;
    width:100px;
    text-align:center;
}


.colMedium {
    float: left;
    width: 300px;
    margin-right: 5px;
}

.colLarge
{
    float:left;
    width: 400px;
    margin-right:5px;    
}

.entryNameCol
{
    text-align:right;   
    font-size:0.8em;
    float:left;
    width: 120px;
    margin-right:5px;    
}

.entryName
{
    text-align:left;   
    font-size:0.8em;    
}

.req
{
    font-weight:bold;
}

.entryValueCol
{        
    text-align:left;
    font-weight:bold;
    margin-bottom:18px;
    float:left;
    width: 220px;
}

.entryValue
{        
    text-align:left;    
    margin-bottom:18px;
}

    .entryValue INPUT[type="text"], .entryValue SELECT, .entryValueCol INPUT[type="text"], .entryValueCol SELECT, .entryValue INPUT[type="password"], .entryValueCol INPUT[type="password"], .entryValue textarea
    {
        width:90%;          
        padding:6px;

        font-family: 'Open Sans', sans-serif !important;
        font-size: 1em !important;
        color: #444;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;              
        border: solid 1px #cbc9c9;

        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.41); 
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.41); 
        box-shadow: 1px 2px 5px rgba(0,0,0,.41); 
                
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box; 
        box-sizing:content-box;
    }

    .medium INPUT[type="text"], .medium SELECT
    {
        width:200px;
    }

    .small INPUT[type="text"], .small SELECT
    {
        width:130px;
    }

    .icon INPUT[type="text"], .icon SELECT
    {
        width:80%;
    }

.entryValue IMG[src="Images/searchIcon.gif"]
{
    vertical-align:middle;
    width:34px;
}

.row
{
    overflow:auto;
    margin-bottom:15px;
}

.rowAlt
{
    overflow:auto;
    margin-bottom:15px;
    background-color:#DDD;
}

.colName
{     
    text-align:left;    
    font-weight:bold;
    color:#555;
}

.colValue
{

}

/**********************    Col Classes          ***************************************************************************/
















/**********************    Death to Telerik Styles         ***************************************************************************/

/*html body .riSingle .riTextBox[type="text"] {
     padding-right: 6px !important; 
     padding-left: 6px !important; 
     margin: initial !important; 
     width: initial !important; 
}

html body .RadInput input.riEmpty, html body .RadInput textarea.riEmpty, html body input.RadInput_Empty {
     font-style: initial !important; 
}

tml body .RadInput_Default .riEmpty, html body .RadInput_Empty_Default {
     color: initial !important; 
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
     border-color: initial !important; 
     background: initial !important; 
     color: initial !important; 
     font: initial !important; 
}

html body .riSingle .riTextBox {
     padding-right: initial !important; 
     padding-left: initial !important; 
     margin: initial !important; 
     width: initial !important; 
}

html body .RadInput .riTextBox, html body .RadInputMgr {
     border-width: initial !important; 
     border-style: initial !important; 
     padding: initial !important; 
     vertical-align: initial !important; 
}

.riSingle .riTextBox, .riSingle .riContentWrapper {
     box-sizing: initial !important; 
    -moz-box-sizing: initial !important;
    -ms-box-sizing: initial !important;
     -webkit-box-sizing: initial !important; 
    -khtml-box-sizing: initial !important;
}

.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
     height: initial !important; 
}

*+html .riSingle input.riTextBox, *+html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"], .RadInput .riTextBox, .RadInputMgr {
     height: initial !important; 
}*/

/**********************    Death to Telerik Styles         ***************************************************************************/























/**********************    LEGACY         ***************************************************************************/




.sectiontitle
{
  
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}



div#breadCrumbPanel {
    border:1px solid white;
    border-top: 0px;
}

table.breadCrumbTable {
    background-color:#5175af;
    color:white;
    font-size:10pt;
}

td.breadCrumbCell {
    color: white;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.breadCrumb {
    float:left;
    text-indent: 0px;
    font-size: 10pt;
}

a.breadCrumbLink {
    color: white;
    font-weight: bold;
    font-size:10pt;
    text-decoration: none;
}


/**********************    LEGACY         ***************************************************************************/







/**********************    playground         ***************************************************************************/


.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 37.5%;
    height: 25%;

	left: 37.5%;
	width: 25%;
	
	padding: 8px;
	border: 1px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}