/*-----LOGIN ESTILO-------*/
.form-signin 
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
    margin-left: 20px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
/*--------- FINAL ESTILO LOGIN -----*/

/*--------- MAIN ------------------*/

.main-menu 
{
    max-width: 900px;
    padding: 15px;
    margin: 0 auto;
}
.main-menu li a{color:#555;}

.main-menu .panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #FF0000 0px, #C83935 100%);
    background-repeat: repeat-x;
    
}
.main-menu .panel-default > .panel-heading h3.panel-title{color: #fff;}



/*--------- CIERRE CICLO ------------------*/

.cierre-ciclo 
{
    max-width: 900px;
    padding: 15px;
    margin: 0 auto;
}
.cierre-ciclo li a{color:#4b4a4a;}

.cierre-ciclo .panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #FF0000 0px, #BD4848 100%);
    background-repeat: repeat-x;
    
    
    
  }  

.cierre-ciclo .panel-default > .panel-heading h3.panel-title{color: #fff;}





.textarea.form-control {
    height: auto;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
/*    width: 85%;*/
}

/*--------- GESTION-CIERRE ------------------*/

.gestion-cierre 
{
    max-width: 1600px;
    padding: 3px;
    margin: 0 auto;
}
.gestion-cierre li a{color:#4b4a4a;}

.gestion-cierre .panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #FF0000 0px, #BD4848 250%);
    background-repeat: repeat-x;
  }  

.gestion-cierre .panel-default > .panel-heading h3.panel-title{color: #fff;}





.textarea.form-control {
    height: auto;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
/*    width: 85%;*/
}
.user-bar{max-width: 900px; padding: 5px 15px; margin: 0 auto; height: 30px; color: #666;}
.table > thead > tr.head-center > th{text-align: center; vertical-align: middle; font-size: 12px;}

