﻿

html,body, form
{
    height:100%;
}

.container {
	min-height: 100%;
	overflow: hidden;
}

.mt-10px {
    margin-top: 10px !important;
}



.footer 
{
    margin-top:50px;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #000000;
}

.container .text-muted 
{
  margin: 0px 0;
  padding-right:30px;
}


@media (min-width: 0px) 
{

     #carousel-example-generic 
     {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 0px;
            height: 550px;
            width: 768px;
            
            
     }

     .carousel-inner > .item,
        .carousel-inner > .item > a 
        {
            width: 768px;
            height: 550px;
            
        }

}

@media (min-width: 768px) 
{

    #carousel-example-generic {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 0px;
            height: 550px;
            width: 100%;
            
        }

    .carousel-inner > .item,
        .carousel-inner > .item > a 
        {
            width: 100%;
            height: 550px;
            
        }

}
@media (min-width: 992px) 
{

    #carousel-example-generic {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 0px;
            height: 550px;
            width: 100%;
            
        }

    .carousel-inner > .item,
        .carousel-inner > .item > a 
        {
            width: 100%;
            height: 550px;
        }

}
@media (min-width: 1200px) 
{
  #carousel-example-generic 
  {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 0px;
            height: 550px;
            width: 100%;
         
        }

  .carousel-inner > .item,
        .carousel-inner > .item > a 
        {
            width: 100%;
            height: 550px;
         
        }

}



        


        


            .carousel-inner > .item > img,
            .carousel-inner > .item > a > img {
                display: block;
                padding-left: 60px;
                padding-right: 60px;
                margin-left: auto;
                margin-right: auto;
                max-height: 450px;
            }


        .carousel-control.left, .carousel-control.right {
            background: none !important;
            filter: progid:none !important;
            border: none;
        }

        .carousel-caption {
            position: absolute;
            right: 10%;
            bottom: 0px;
            left: 10%;
            z-index: 10;
            padding-top: 0px;
            padding-bottom: 20px;
            color: #666;
            text-align: center;
        }


        .carousel-indicators {
            position: absolute;
            bottom: 0px;
            margin-top: 200px;
            padding-top: 0px;
            padding-bottom: 0px;
            margin-bottom: 0px;
            color: #666;
            text-align: center;
            vertical-align: bottom;
        }

            .carousel-indicators li {
                position: relative;
                left: auto;
                right: auto;
                vertical-align: bottom;
                background-color: #000 \9;
                background-color: rgba(0, 0, 0, 0);
                border: 1px solid #555;
                margin-top: 100px;
                border-radius: 0px;
                width: 20px;
            }

            .carousel-indicators .active {
                background-color: #4DD661;
                width: 20px;
            }


        .carousel-control .glyphicon-circle-arrow-left {
            display: inline-block;
            position: absolute;
            top: 35%;
            z-index: 5;
            font-size: 50px;
            color: black;
        }

        .carousel-control .glyphicon-circle-arrow-right {
            display: inline-block;
            position: absolute;
            top: 35%;
            z-index: 5;
            right:0;
            /*margin-left: 85px;*/
            font-size: 50px;
            color: black;
        }




        /*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}

















/*
body 
{
 
    
}


table.LeftMenuTable
{
    background-image: url("Images/leftbg.jpg");
}

table.RightMenuTable
{
    background-image: url("Images/rightbg.jpg");
    
}

table.ContentTable
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
   
}

td.PageTitle
{
    font-size: 3;
    font-weight: bold;
    font-family: Arial;
    color: #666666;
    padding-top: 10px;
    padding-bottom:5px;
}

td.LeftMenuButtonOver
{
    background-image:url("Images/Gradient-Green.png");
}



a.LeftMenuLink
{
    font-family: Arial | Sans-Serif;
    font-size: 14pt;
    text-decoration: none;
    color:Black;
    margin-left:20px;
}

a.LeftMenuLink
{
    color:Black;
}
*/

