html,
body {
    height: 113%;
    /* background-attachment: fixed;*/
    background-color: #8a8888;;
    color: #ffffff;
}

.cabecera{
    height: 65px;
    width: 100%;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d95ed+0,6ec7ea+50,3d95ed+94 */
    background: rgb(61,149,237); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(61,149,237,1) 0%, rgba(110,199,234,1) 50%, rgba(61,149,237,1) 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(61,149,237,1) 0%,rgba(110,199,234,1) 50%,rgba(61,149,237,1) 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(61,149,237,1) 0%,rgba(110,199,234,1) 50%,rgba(61,149,237,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d95ed', endColorstr='#3d95ed',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px solid white;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #31708f;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-body {
    position: relative;
    padding: 15px;
    color: #292929
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #5e5e5e;
}

.eslogan{
    position: absolute;
    width: 220px;
    height: 45px;
    right: 70px;
    top:15px;
}

.imgtitulo{
    position: absolute;
    width: 220px;
    height: 45px;
    left: 70px;
    top:15px;
}

/*.indicador{
    border-radius: 1px;
    border: 1px  solid transparent;
}*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 100 60px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #8a8888;
    border: 1px solid #8a8888;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #8a2321;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #286129;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    background-color: #8a8888;
}

.flateral{
    background-color: #bbbbbb   ;
    border: 1px solid #bbbbbb;
   height: 695px;
}

.well-verde{
    border: 1px solid #bbbbbb;
    margin-bottom: 50px;
    background-color: #bbbbbb;
    padding:5px;
}

.well-venta{
    border: 4px solid #474747;
    margin-bottom: 50px;
    background-color: #666666;
    padding:5px;
    color: #474747;
}

.btn-vista {
    color: #fff;
    background-color: #cc7876;
    border-color: #9c6463;
}

.label-info {
    background-color: #1b5c9e;
}

.btn-default {
    color: #fff;
    background-color: #0e2e4f;
    border-color: #ccc;
}

.well-vista{
    border: 4px solid #474747;
    margin-bottom: 50px;
    background-color: #666666;
    padding:5px;
   
}

.label-venta{
    background-color: #474747;
}





.btn-orochance {
    color: #fff;
    background-color: #14805e;
    border-color: #0a2909;
}

.panel-default > .panel-heading {
    color: #ffdf1b;
    background-color: #14805e;
    border-color: #ddd;
}

.panel-loto > .panel-heading {
    color:  #fff ;
    font-weight: bold;
   
    background-color: #337ab7;
    border-color: #d6e9c6;
}

thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    color: #ffffff;
    background-color: #1b5c9e;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    color: #ffffff;
}

.breadcrumb > .active {
    color: #ffffff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: grey;
}

a {
    color: #31708f;
    text-decoration: none;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #bbbbbb;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #929292;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow:4px 5px 9px rgba(0, 0, 0, .4);
    box-shadow: 4px 5px 9px rgba(0, 0, 0, .4);
}

.table .fondoGris{
    background-color: gray;
}

.navbar-default .btn-link {
    color: #fff;
}

.btn-custom {
    color: #fff;
    background-color:  #337ab7;
    border-color: #226bab;
}

.thumbnail .caption {
    padding: 9px;
    color: #ffffff;
}

.panel-tam{
    min-height: 290px;
}

.panel-loto-panding{
    padding: 3px
}

.font-min{
    font-size: 12px
}

.fblanco{
    background-color: #929292;
    border: 1px solid #cccccc
}
.wrap > .container {
    padding: 5px 15px 20px;
   
}

.chat-contenido{
    overflow-y: scroll; 
    height: 350px;
     border: 1px solid #999;
}

.bs-callout-right {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-radius: 3px;
    margin-left: 60px;
    margin-right: 5px;
    background-color: #fff;
}

.bs-callout-warning-rigth{
    border-right-color: #286090;
    background-color: #989898;
}
.bs-callout-warning-rigth h4{
    color:#286090
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-right: 60px;
    margin-left: 5px;
    background-color: #989898;
}

.bs-callout-danger {
    border-left-color:#555;
}

.bs-callout-danger h4 {
    color: #555;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.badge-important{
    background-color: #1b5c9e;
}

.footer {
    height: 60px;
    background-color: #337ab7;
    border-top: 1px solid #337ab7;
    padding-top: 20px;
}
.pull-left>font-pie{
    color: #fff;
}
.navbar-brand {
  padding: 0px;
  
}
.navbar-brand>img {
  height: 130%;
  padding: 15px;
  width: auto;
 
}
.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; padding-bottom:0 !important;
    height: 30px; /* aqui escoges el alto que necesites */
}
.navbar{
    position: relative; min-height:30px !important; /* aqui escoges el alto que necesites */
}


.sombra{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


.fechadia{
    background-color: #53a624;
    padding: 3px 50px 5px 12px;
    color: #fff; 
    border-radius: 3px 3px 3px 3px;
    border-width: 3px 3px 3px 3px;
    border-color:  #000000;
   
}

.jumbotron {
    text-align: right;
   /* background-color: transparent;*/
   /*background-image: url('../img/moneda3.png');*/
   background-size: contain;
   background-repeat: no-repeat;
  
}



.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.alert-danger {
    color: #000000;
    background-color: #f33333;
    border-color: #f50027;
}

.alert-success {
    color: #ffffff;
    background-color: #64b145;
    border-color: #44b318;
}

.alert-warning {
    color: #ffffff;
    background-color: #1b5c9e;
    border-color: #1b5c9e;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 5px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .cabecera{
        height:  80px;
    }
    .eslogan{
        top:40px
    }
    .imgtitulo{
        top:5px
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*agregado*/
.navbar-default {
  background-color: #337ab7;
  border-color: #337ab7;
}
.navbar-default .navbar-brand {
  color: #0a2909;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
}
.navbar-default .navbar-text {
  color: #0a2909;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0a2909;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0a2909;
}
.navbar-default .navbar-link {
  color: #0a2909;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0a2909;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
  }
}

