﻿html, body {
  height: 100%;
   background-color:#EDEEF0;
}

body>.container
{
   
    /*min-height: 99%;*/
    
   
}
.ContainerMain
{
    padding-top:90px;
    overflow:auto;
    padding-bottom:30px;
}
body>.footer
{
    background-color:inherit;
    position: relative;
 /* margin-top: 49px;*/ /* negative value of footer height */
  height: 36px;
  clear:both;
  padding-top:60px;
}

input:focus
{
background-color:#FAF6CA;

border:1px solid #5170FC;
}
.no-close .ui-dialog-titlebar-close {
display: none;
}
.int,.double
{
    text-align:center;
}
html, body
{
    height: 100%; /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%; /* Negative indent footer by it's height */
    margin: 0 auto -100px;
}

#footer
{
    background-color: #f5f5f5;
}

/* Set the fixed height of the footer here */
#push, #footer
{
    height: 100px;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px)
{
    #footer
    {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-fluid
{
    min-height: 100%;
    height: auto !important;
    height: 100%; /* Negative indent footer by it's height */
    margin: 0 auto -100px;
}

#wrap > .container
{
    padding-top: 60px;
}


.container .credit
{
    margin: 20px 0;
}

/* Main marketing message and sign up button */
.jumbotron
{
    margin: 10px 0;
    text-align: center;
}
.jumbotron h1
{
    font-size: 100px;
    line-height: 1;
}
.jumbotron .lead
{
    font-size: 24px;
    line-height: 1.25;
}
.jumbotron .btn
{
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing
{
    margin: 60px 0;
}
.marketing p + h4
{
    margin-top: 28px;
}
.carousel-inner .item img
{
    margin: auto auto;
}

/*row-flued success,error*/
.row-fluid.success
    {
        background-color: #d9edf7;
    }
    .row-fluid.success:hover
    {
        background-color: #c4e3f3;
    }
.row-fluid.error
{
    background-color: #f2dede;
}
.row-fluid.error:hover
{
    background-color: #ebcccc;
}
/* success,warning... for td*/
.table tbody tr td.success
{
    background-color: #dff0d8;
}
.table tbody tr td.info
{
    background-color: #C8DBFA;
}
.table thead tr.success
{
    background-color: #dff0d8;
}
.table-hover thead tr.success:hover  
{
    background-color: #d0e9c6;
}

.table thead tr.info
{
    background-color: #d9edf7;
}
.table-hover thead tr.info:hover  
{
    background-color: #c4e3f3;
}
.table thead tr.info2 >*
{
    background-color: #C8DBFA;
}

.table tbody tr td.error
{
    background-color: #ebcccc;
}
.table tbody tr td.warning
{
    background-color: #fcf8e3;
}

.table-hover tbody tr td.success:hover  
{
    background-color: #d0e9c6;
}
.table-hover tbody tr td.error:hover
{
    background-color: #ebcccc;
}
.table-hover tbody tr td.warning:hover
{
    background-color: #faf2cc;
}
.table-hover tbody tr td.info:hover
{
    background-color: #c4e3f3;
}

.table tbody tr td.NoMarketId
{
    background-color: #EB6C63;
    color:White;
}
.table-hover tbody tr td.NoMarketId:hover
{
    background-color: #ED4E42;
    color:White;
}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
 
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {
 
    }
 
    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }
 
    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }
 
    /* Navbar links: increase padding for taller navbar 
    .navbar .nav > li > a {
      padding: 15px 20px;
    }*/
 
    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }




/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
 
    /* Carousel base class
    .carousel {
      margin-bottom: 60px;
      
    } */
 
 .carousel {
      position:absolute;
      top:0;
      bottom:0;
      width:100%;
      left:0;
      right:0;
    }
    .carousel .container {
      position: relative;
      z-index: 9;
    }
 
    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
 
    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height:100%;
    }
 
    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    
    
.input-full{width:100%}