body {
    font-family: Calibri, Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
    font-size: 85%;
    line-height: 150%;
  background: #FFF;
}

a {
  color:#27638C;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
  color: #27638C;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #27638C;
}

h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
}

h5 {
  clear: both;
  margin-top: 10px;
  padding: 10px 0;
}

p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
  margin:1px 0 5px;
}

ul.menu {}
ul.menu li {
  list-style: none;
  margin-bottom: 0;
}

.title {
  color: #27638C;
}

textarea {
  width: 85%;
}

/****************** Header ********************/

#header-wrapper {
  background: url(../img/header.png) no-repeat 50% 0 #000;
  border-bottom:3px solid #FFBF40;
}

#header {}

#top-menu {
  float: right;
}
#top-menu ul {
  float: right;
}
#top-menu ul li {
  display: inline;
  margin-left: 10px;
}
#top-menu ul li a {
  color:#FFBF40;
}

#appname {
  float: left;
  font-size: 18px;
  color: #ffffff;
  margin-left: 100px;
}

#logo {
  background: url(../img/logo.png) no-repeat 0 0 transparent;
  height: 150px;
}

#site-title {
  text-indent: -9999px;
}

#navigation {
  background:none;
}
#navigation #main-menu {
  float: right;
  }
  #navigation #main-menu ul {
       float:right;
       list-style:none;
       margin:0;
       padding:0;
       position:relative;
       text-align:center;
    }
    #navigation #main-menu ul li {
         float:left;
         list-style:none;
         margin: 0 0 1px 5px;
         padding:0;
      }
      #navigation #main-menu ul li a {
          width: auto;
          line-height: 25px;
          padding: 4px 12px;
          text-decoration: none;
          color: #ffffff;
          border: 1px solid #618926;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c250', endColorstr='#618926'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#a6c250), to(#618926)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #a6c250,  #618926); /* for firefox 3.6+ */

        }
      #navigation #main-menu ul li a:hover,
      #navigation #main-menu ul li a.active,
      #navigation #main-menu ul li a.active:hover {
        color: #333;
        border: 1px solid #EEE;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #EEEEEE,  #DDDDDD); /* for firefox 3.6+ */
/*
          background: -moz-linear-gradient(#CCC, #EEE 75%, #DDD);
          background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCC),color-stop(.75, #EEE),color-stop(1, #DDD));
          color: #333;
*/
        }


/****************** Content ********************/

#content-wrapper {
  border-top: 35px solid #144A6E;
  background: #FFF;
  padding-bottom: 30px;
  min-height: 450px;
}

#content {
  float: none; /* right; */
}

/****************** Detalles ******************/

#detalles {
  border-bottom: 3px solid #EEE;
  margin-top: 10px;
}

#detleft {
}

#detleft img {
  vertical-align: middle;
}

#detright {
  padding-top: 1.4em;
}

#detright label,
#datospers label {
  display: inline;
}

#detright p {
  margin: 0;
  padding: 10px 0;
}

#datospers p {
  border-bottom: 1px dotted #EEE;
  margin: 0;
  padding: 5px 0 5px 5px;
}

#datospers p:hover {
  background: #f9f9f9; /* Cambiar por un azul como el titulo bien transparente */
}

/*
#datospers h5 {
  clear: both;
  margin-top: 10px;
  padding: 10px 0;
}
*/

/**************** Sidebar First ***************/

#sidebar-first {
  float: left;
  margin-top: 0.8em;
}

#sidebar-first .menu {
  border: 1px solid #EEE;
  }
  #sidebar-first ul.menu li a {
    -moz-transition: all 0.2s ease-in 0s;
      border-bottom: 1px dotted #EEE;
       color: #27638C;
      display: block;
       padding: 8px 10px;
       }

    #sidebar-first ul.menu li a:hover {
         background-color: #EEE;
         text-decoration: none;
         }
       #sidebar-first ul.menu li.last a {
           border-bottom: none;
           margin-bottom: 0;
           }


/****************** Footer ********************/

#footer-wrapper {
  background: #FFF;
}

#footer {
  border-top: 1px solid #EEE;
}
  #footer p {
    /* background: url(../img/logo_TMT.png) no-repeat 0 0 transparent; */
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #CCC;
    font-size: 80%;
    }

#footleft img {
  float: right;
}

/******************* Log-In *********************/

#registro {
    background: none repeat scroll 0 0 #144A6E;
    border: 1px solid #FFBF40;
    color: #FFFFFF;
    margin: 6em auto;
    padding: 2em;
    width: 22em;
}

#login-branding {
  margin-top: -25px;
}

form#login-form {
  margin: 10px 0 0 0;
}

form#login-form fieldset {
  margin: 0;
}

input#UserUsername,
input#UserPassword {
  width: 95%;
}

#login-form input.button {
}

/******************* Tablas *********************/

.totales td {
  font-weight: bold;
  color: #a00;
}

.totales td.vacio {
  color: #fff;
}

td.vacio {
  color: #fff;
}

.totales td.vacio:nth-of-type(odd) {
  color: #eee;
}

.error-message {
  color: #fff;
  background-color: #dd4444;
  border-color: black;
}


.filters-form {
  margin-top: 0.8em;
}

.filters-form .input {
  float: left;
  margin-right: 1em;
}

.filters-form .select,
.filters-form .input,
.filters-form .text {
    height: 60px;
    width: 200px;
}

div.filters-form div.input input#PlayerSignDateTo{
    padding: 2px;
    width: 170px;
}

div.filters-form div.input input#PlayerSignDateFrom {
    padding: 2px;
    width: 170px;
}

div.filters-form div.input input.hasDatepicker {
    padding: 2px;
    width: 170px;
}

div.filters-form div.input img.ui-datepicker-trigger {
  margin: 3px;
}

.submit {
  clear:both;
}

.hasDatepicker, .hasHelpIcon {
  float: left;
}

label, .input.select , select, .seccion span{
  float: left;
}

.paginador span, .paginador label{
  float: none;
}

#content .seccion {
  border-bottom: solid 1px #48d;
  padding: 10px;
}

.inputrow label, .inputrow select {
  margin-top: 7px;
}

.circle li {
  line-height: 12px;
  margin-bottom: 3px;
}