/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/




/* fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);


/***************************
************** Global Styles
****************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    color: #dedede;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.06em;
}

/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
body {
    background-color: #000;
}
#MenuUserList li{
    display: inline;
    list-style-type: none;
}

#navigation1 ul{
    text-align: left; /*align menu to left*/
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 0;
    margin-top: 0;
    /* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 0;
    /* background-color: #036; */
    color: #131313; /*this depends on the bg wagermenu-th.gif*/
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px; 
    /* fixes Firefox 0.9.3 */
}

#navigation1 ul li{
    display: inline;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    /* matches link padding except for left and right */
    padding-top: 5px;
}

#navigation1 ul li a{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #131313; /*this depends on the bg wagermenu-th.gif*/
    text-decoration: none;
    /*border-right: 1px solid #fff;*/
}

#navigation1 ul li a:hover{
    /*background-color: #369;*/
    color: #f91d00;
    /*background-image:url(/Design/betcandy_com/images//img06b.gif);*/
}

#navigation1 #active { border-left: 1px solid #fff; }
/************* ends menu wager navigation1 *************************/


#navigation1 {
    width: 950px;
    color: #333;
    /*border: 1px solid #2e2e31;*/
    margin: 10px auto 5px auto;
    background: url(../img/custom_site/wagermenu-th.gif) center #0099FF repeat-x;
}

#header {
    width: 950px;
    border: 1px solid #2e2e31;
    margin: 0 auto 0 auto;
    background-image: url(../img/custom_site/logo.gif);
    height: 122px;
    background-size: 100% 100%;
}


/* Custom widht for classic migration sites */
@media (min-width: 1200px) {
    .container{
        max-width: 950px; 
        padding-right: 0;
        padding-left: 0;
    }
}

.btn-oldpregame{
    width: 70px;
    padding: 1px;
    border: 1px solid #666;
    font: normal 1em Verdana, sans-serif;
    color: #777;
    font-size: 12px;
}

.text-danger {
    color: #cc0000;
}


/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


.carousel-control { display: none;}

.carousel-indicators li { border: 1px solid #555;}
.carousel-indicators .active { background-color: #555;}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
    width: 950px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel-nousarlocal .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel-nousarlocal .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}


/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    text-align:center;
    letter-spacing: 0.3em;
}


/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {height:70%; min-height: 350px;}




/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}




/************************
Forms Custom Styles
**************************/

label { font-weight: normal;font-size: 11px;color: #000;}
.tableLogin tbody tr td {height: 20px;}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}




/********************************************
**************** Navbar *********************
*********************************************/


/* links bar*/
.navbar-inverse .navbar-nav > li > a {
    color: #e55f36;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em; /* esta line es nueva */
    padding-bottom: 10px;
    padding-top: 10px;
}

/* this is the nav bar links */
.navbar-inverse {
    background-color: #039;  /*this color should match navbar-default bg color - below */
    border-bottom: 1px solid #C00;
}

/* this contains navbar logo and login button */
.navbar-default {
    text-align: center;
    border:none;
    /* background-color: #039; this color should match navbar-inverse bg color - above */
    background-image:linear-gradient(#000000, #222c3e);
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-toggle {
    border-color: #666;
}

.navbar-toggle {
    padding: 10px 5px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #555;
}

.navbar-login{
    margin-left: 15px;
}

.navbar {
    margin-bottom: 0px;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }

    .center-block h3 {display: none;}
}

@media (max-device-width: 768px) and (orientation: landscape) {    

    header.carousel {
        height: 50%;
        margin-top: 30px;
    }  

    .carousel-indicators {
        bottom: 0px;
    }  

}
input{
    width: 70px;
    padding: 1px;
    border: 1px solid #666;
    font: normal 1em Verdana, sans-serif;
    color: #777;
    font-size: 12px;
}
.tableLogin{
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}
.tableLogin td{
    float: right;
}
.loginError{
    color:red;
    font-size: 10px;
    float: right;
}
#frontimage {
    background-image: url(../img/custom_site/frontimage.jpg);
    background-repeat: no-repeat; 
    height: 352px;
    border:1px solid #000;
    margin: 0px auto 5px auto;
}
#footer { 
    width: 950px;
    height: 26px;
    color: #333;
    border: 1px solid #2e2e31;
    background: #272e3a;
    margin: 0 auto 10px auto;
}