﻿.gridrowselect
{
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}


div.c-wrapper{
    width: 100%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
margin: auto;
}

span.tab{
    padding: 0 25px; 
}

.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }

/* === Overrides Begin ===*/
.page-header {
    margin-top: 55px;
}


.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/jumbo_bg.jpg);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.1em 0.1em 0.1em;
}

/* === Overrides End   ===*/



/* === Login Form Begin ===*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* === Login Form End ===*/



/* ==== menu begin ====*/
.MenuBar { 
width:100%;
margin-left:auto;
margin-right:auto;
height:30px;
font-size:14px;

}

.MenuBar ul
{
    width:100% !important;
}

    
.StaticMenuItem
{
display:block;
background-color: #3171A5; 
color: white;
text-align:center;
text-decoration : none;
vertical-align: middle;
background-repeat: repeat-x;
height: 30px;
text-align: center;
}

.StaticMenuItemStyle, .MenuBar a.static
{ 
color:White;
border:1px solid #FFFFFF;
display:block;
width:130px;
height: 30px;
vertical-align: middle;
text-decoration : none;
padding-left:0px;
padding-right:0px;
padding-top:5px;
padding-bottom:5px;
}

.StaticHoverStyle { background-color:Red; color: Black; }

.StaticSelectedStyle
{
background-color: Green; color: Black;
}

.DynamicMenuItem
{
width:130px;
height: 30px;

}
.DynamicMenuItemStyle, .MenuBar a.dynamic
{
background-color: #3171A5;
border:1px solid #FFFFFF;
text-align:left;
text-decoration : none;
margin: auto;
height: 30px;
color:White;
padding: 7px;
width:130px;
}

.DynamicHoverStyle { background-color: #eca74c; color: white; }


/* ==== menu end====*/