/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Administration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    background-color: #F0F0F0;
}

*
{
    font-family: Arial;
    line-height: 1.5em;
}

#shadow1
{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
    margin: 0px auto 0px auto;
    
    width: 90%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Two Columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#two-column-left
{
    float: left;
    width: 30%;
    padding: 15px;
}

#two-column-right
{
    float: left;
    width: 60%;
    padding: 15px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Three Column
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#three-column-left
{
    width: 25%;
    float: left;
    padding: 15px;
}

#three-column-middle
{
    width: 40%;
    float: left;
    padding: 15px;
}

#three-column-right
{   
    width: 25%;
    float: left;
    padding: 15px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GridView CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#gridheight,.gridheight
{
    max-height: 400px;
    vertical-align: top;
    overflow: auto;
}

#gridheight800
{
    max-height:800px;
    vertical-align: top; 
    overflow:auto;
    margin-bottom: 100px;
}

.gridviewdesign-admin
{
    font-size: .9em;
    width: 100%;
    color: #333333;
    background-color: #FFFFFF;
}

.gridviewitem-admin
{
    padding: 10px 5px 10px 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

.gridselectedrow-admin
{
    background-color: #CEC8CE;
    font-weight: bold;
    color: #000000;
}

.gridheaderstyle-admin
{
    color: #006600;
    background-color: #F7F7F7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #006600;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	pagetitle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pageleft
{
    margin-top: 10px;
    float: left;
    width: 50%;
    font-size: 1em;
    color: #FFFFFF;
    margin-left: 50px;
}

	
#page-content-container
{
    background-position: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 40px;
    background-color: #006600;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear 
{
	clear:both;
}


.myButton,.myButtonmin,.Return,.myButtonimages
{
    background-color: #006600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #006600;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 2% 4px 0px;
    text-decoration: none;
    width: 24%;
    
    margin-top: 5px;
}
.myButtonmin
{
   min-width: 150px; 
}
    
.myButton:hover,.Return:hover,.myButtonimages:hover
{
    background-color: #FFA4CB;
}

.myButton:disabled
{
    background-color: #CCCCCC;
}
.myButtonimages
{
 width: 50%;   
}

.Return
{
    padding: 4px 2% 4px 5px;
}

.HoverClass
{
    border-style: dotted none none none;
    border-width: 2px;
    border-color: #CCCCCC;
    padding: 5px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    background-color: #F0F0F0;
}
	
.HoverClass:hover
{
    text-decoration: underline;
    color: #006600;
}

.adminphotobox
{
    border: 1px solid #800000;
    padding: 10px;
    background-color: #E2E2E2;
}

.imagehomelink 
{
  width: 200px;
  height: 166px;
  object-fit: cover;
}

.hiderte
{
    display: inline-block;
}

h2
{
    color: #006600;
    font-size: .8em;
    font-style: italic;
}

h4
{
    color: #800000;
    font-size: 10px;
    font-weight: normal;
}

.textbox, .textboxwide, .textgrid1
{
    padding: 3px 10px 3px 8px;
    margin: 3px 0 3px 0;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #000000;
    width: 100%;
}
.textgrid1
{
    margin: 3px 40px 300px 10px;
}

.textboxwide
{
    width: 400px;
}

.textbox:hover,#datepicker:hover
{
    border-color: #800080;
}

#datepicker
{
    padding: 3px 10px 3px 8px;
    margin: 3px 0 3px 0;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #000000;
    width: 250px;
}


/*---------------------------------
 *	Display loading progress
 ----------------------------------*/

.modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 0%;
        width: 0%;
    }

.loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 2px solid #333333;
    width: 200px;
    height: 110px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

@media screen and (max-width: 700px) 
{
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Hamburger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shadow1
    {
        padding: 5%;
        width: 90%;
    }

.hiderte
{
    display: none;
}

#two-column-left,#two-column-right,#three-column-left,#three-column-middle,#three-column-right
    {
        width: 95%;
    }

#page-content-container
    {
        padding: 0px;
        width: 100%;
        height: 40px;
    }
    
.Return
{

    font-size: 12px;
}
.textboxwide
{
    width: 300px;
}

}
