﻿.navbar
{
    margin: 0px 0px 0px 0px;
}
.jumbotron
{
    margin: 0px 0px 0px 0px;
}
.bg1
{
    background-image: url('Images/wonmiTitle.jpg');
    background-color: white;
    height: 500px;
}
.bg2
{
    background-color: #808080;
    height: 600px;
}
.labelPadding
{
    padding-left: 20px;
}
/*.bg2
{
    background-image: url('Images/bingoMain.jpg');
    color: white;
    height: 500px;
}
.bg2
{
    background-image: url('Images/holdem01.jpg');
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    height: 500px;
}*/
.bg4
{
    background-color: #F3F3F3;
}
.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
body:not(.en) :lang(en)
{
    display: none;
    margin-right: 100px;
    padding-right: 100px;
}
body:not(.es) :lang(es) { 
    display: none;
}
.modal-alert {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;*/
 }
.modal-deny
{
    padding:9px 15px;
    border-bottom:1px solid #eee;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }


/*body
{
    font-family: Arial;
    font-size: 13pt;
}*/
.GridPager a, .GridPager span
{
    display: block;
    height: 20px;
    width: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

td.column_style_left
{
    border-left: 1px solid black;
}
td.column_style_right
{
    border-right: 1px solid black;
}

input[type=file] {
    display: inline-block;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

