
/* RESETS  */


body{
    font-size: 14px;
}

body.login_back{
  font-family: 'Muli', sans-serif;
  background-color: #171718 !important;
}


/*h2{font-size: 16px !important;}
h3{font-size: 22px !important;}*/

body.case{
  font-family: 'Muli', sans-serif;
    background-color: #e5e5e5;
}


/* helpers */
.azul{ color: #65ab30;}
.breadcrumb{ background-color: #e5e5e5; padding: 3px 8px;}
.subtitle{
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #A09F9F;
    letter-spacing: -1px;
}
.mg-top-25{margin-top: 25px;}
.mg-top-50{margin-top: 50px;}
.mg-bt-25{margin-bottom: 25px;}
.mg-bt-50{margin-bottom: 50px;}

.clear-bth {clear:both}

.pd-bt-5{padding-bottom: 5px;}

main.main-size {
  min-height: calc(100vh - 180px);
  margin:0 auto;
  max-width:1200px;
}

/*  LOGIN */
.login{
    background-color: #FFF;
    border-radius: 5px;
    text-align: left;
    margin: 30px auto;
    padding: 26px;
    box-shadow: 1px 1px 5px #000;
    border:1px solid #000;
}

.formu input{
    outline: none !important;
    background-color: #e2f9fd!important;
    border-color: #a2dce6;
    font-size: 15px !important;
    padding: 10px 20px;
    -webkit-appearance: none;
    margin-bottom: 16px;
    border: 1px solid #a2dce6;
    border-radius: 5px;
    width: 100%;
}
div.edit_user form {
    margin: 30px 0 10px 0;
}

div.edit_user form label{
  font-weight: normal;
  margin: 10px 10px;
}

.login input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2e2ea;
}

.paneles_dash{
  background-color: #e5e5e5;
  border-radius: 5px;
  border:1px solid #CCC;
  min-height: 400px;
  margin-bottom: 30px;
}

#table-detail tr td{
  text-align: left;
}


.cab{
  background-color: #171718 !important;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 40px;
}

.cab .logotipo{height: 40px;}

.cab .refresh{
  background:url('../images/refresh.png') no-repeat center center #343436;
  background-size: 30px;
  float: right;
}
.cab .back{
  background:url('../images/back.png') no-repeat center center #343436;
  background-size: 30px;
  float: left;
}

.cab a{
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.cab a:active, .cab a:hover{
  text-decoration: none;
  background-color: #000;
}


.casos a:hover, .casos a:active, .casos a:focus{
    background: url('../img/background.jpg') no-repeat center top #FFF;
    background-size: 201%;
    background-position: -60px -102px;
}

.casos a{
    background: url('../img/background.png') no-repeat center top #FFF;
    background-size: 201%;
    background-position: -60px -102px;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 25px;
    width: 100%;
    float: left;
    color: #65ab30;
    text-align: center;
    padding: 80px 110px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
}


.casos:hover, .casos:active{
   color: #65ab30;
   text-decoration: none;
}

.formu{
  width: 100%;
    margin: auto;
    text-align: center;
}

.formu p{
  color:#ABA9A9;
  letter-spacing: -1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.formu form div label {
    display: none;
}

.edit_user{
   background-color:#e5e5e5;
   border: 1px solid #CCC;
   padding:17px;
   border-radius:6px;
   margin-top:8px;
   max-width: 450px;
}

.edit_user input[type='text']{
   padding-top: 2px;
}



table.user_table{
    width:350px;
    margin-top:20px;
}

table.user_table tr td{
     text-align:left !important;
     background-color:transparent;
}

.campos{
   height:34px;
   border:none;
   background-color:transparent;
}

.formu .boton{
  background-color: #65ab30;
    border: none;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    font-weight: lighter;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.formu .boton:active{
  text-decoration: none;
  background-color: #14464f;
  color: #FFF;
}

.header-logo{
    background-color: #171718;
    border-bottom: 5px solid #65ab30;
    box-shadow: -4px 4px 7px #171718;
    padding: 6px 0 6px 10px;
}

.header-logo2{
  background-color: #35353A;
  border-bottom: 5px solid #65ab30;
  box-shadow: -4px 4px 7px #333333;
  padding: 6px 0 6px 10px;
}

.navbar-custom{
  background-color: #171718;
  padding: 6px 0 6px 10px;
  border-bottom: 5px solid #65ab30;
  box-shadow: -4px 4px 7px #171718;
}

.logo-img{
  width: 240px;
}

.small-resolutions{display:none!important;}


img {
    height: auto;
    max-width: 100%;
}


.header-logo a{text-decoration:none;}
/*MENU*/
#sidebar{
    height: 100%;
    position: absolute;
    top: 70px;
    width: 172px;
}

#content{
    background-color: #404044;
}


table.user_table{
    width:350px;
    margin-top:20px;
}

table.user_table tr td{
     text-align:left !important;
     background-color:transparent;
}

.campos{
     height:34px;
     border:none;
     background-color:transparent;
}


img {
    height: auto;
    max-width: 100%;
}


/*#header a{text-decoration:none;}*/

/*MENU*/
#sidebar{
    height: 100%;
    position: absolute;
    top: 70px;
    width: 172px;
        background-color: #404044;
}

#content{
    background-color: #404044;
}

.page-content{
  /*background-color:#f5f5f5;*/
  margin-top: 0;
  padding: 8px 20px 20px;
}

#elcont{


}


#botonesdcha{
    color: #65ab30;
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 0;
    padding: 6px 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-align:right;
    top: 5px;
}

#botonesdcha a{color:#FFF;}
#botonesdcha a:hover{color:#CCC;}

#botonesdcha .submenu a{background-color:#666;}

.menu{
    margin:0; padding:0;
    float:left;
}

.menu li{
    float: left;
    margin: 0px;
    padding: 0;
    width: 172px;
}

.menu li a{
    color:#FFF;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 16px 15px;
    position: relative;
    text-decoration: none;
    background:url(../img/fondo_boton.png);
    background-repeat:repeat-x;
    background-position:bottom;
    font-weight:bold;
}

.submenu a{
    border:1px solid #999;
}

.menu a{color:#333; background-color: #F6F6F6;}


.activo a{
    color:#000;
    background-image:url(../img/triangulo.png);
    background-color:#E0E0E0;
    background-position:right;
    background-repeat:no-repeat;
}

.menu li a:hover, .menu li .current{
    background-color:#333 !important;
    color:#65ab30;
    font-weight:bold;
}


/**   TABLAS   **/

.table-dashboard {margin-top: 50px;}

.table-custom {
    background-color: #FFFFFF;
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: 100%;
}



table.tabla_con_reset {
    background-color: #FFFFFF;
    border-bottom: 0 solid #CCCCCC;
    border-left: 0 solid #CCCCCC;
    border-top: 0 solid #CCCCCC;
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: 0;
}
.table-custom th {
    background-color: #CCCCCC;
    color: #000000;
    font-weight: normal;
    padding: 7px 3px;
    text-align: center !important;
}
.table-custom th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    color: #2c2c2f;
    font-weight: bold;
}
.table-custom th a:hover {
    background-color: #CCCCCC;
    color: #333333;
    text-decoration: none;
}
.table-custom td a {
    text-decoration: underline;
}
.table-custom tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    padding: 7px 3px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
}
table tr td.reset {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 0 solid #CCCCCC;
    padding: 3px;
    text-align: center;
    vertical-align: top;
}
table .altrow td {
    background-color: #F5F5F5;
}
table tr.baja td {
    background: none repeat scroll 0 0 #FFCCCC;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.actions a {
    display: inline;
    margin: 0 6px;
}

.paging{color:#7b8079;}

.prev {padding-right: 15px;}

/*******/

footer {
  background: #171718;
  border-top: 1px solid #CCCCCC;
  clear: both;
  /*position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  /*width: 100%;*/
}


.footer-content {
    color: #999999;
    font-size: 13px;
    padding: 35px;
    text-align: center;
}

.footer-content p {
    margin:0;
}

.footer-content a {color: #65ab30; }


#footer a {
    color: #666666;
}



.nueva-pres{float:right;}


fieldset.edit-pres .checkbox #PresentacioneActivo,
fieldset.edit-pres .checkbox #PresentacionActivo{
  margin-left:0px;
  bottom: 3px;
}

fieldset.edit-pres label {
  font-size: 15px;
}

.l_form {
    background-color: #333;
    background-image: -moz-linear-gradient(center top , #888 0%, #333 100%);
    border-bottom: 1px solid #333;
    border-radius: 3px 3px 0 0;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    padding: 12px 0 16px;
    width: 100%;
}

.glyphicon-remove-circle{color: #bbc2b5;padding-left: 15px; font-size: 15px;}
.glyphicon-user {color:#65ab30; padding-right: 5px; padding-top: 6px;}
.glyphicon-ok {color: green;}
.glyphicon-remove {color: #900;}

.login-message{color:#65ab30; padding-right: 15px;}
.logout-text{padding: 0px 23px 0px!important;}

.btn-borrar {
  background: #8f8888;
  color: white;
  /*text-transform: uppercase;*/
  font-weight: bold;
  }
  .btn-borrar:hover{
    background: #e1b783;
  }

.btn-buscar{
  background: #5b6056;
  color: #e4efdd;
  font-size: bold;
  font-weight: bold;
  }
  .btn-buscar:hover{
    background: #bdb9b4;
  }

  .btn-add {
    background: #5b6056;
    color: #e4efdd;
  }
  .btn-add:hover {
    background: #8f8888;
    color: #e4efdd;
  }

  .btn-borrar-pres{
    background:#e13e3e;
    color:White;
  }
  .btn-borrar-pres:hover{
    background:#ed0d0d;
    color:White;
  }


.btn-success {
    color: #fff;
    background-color: #5c8635;
    border-color: #4d772c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active  {
    background-color: #4d772c!important;
     border-color: #4d772c!important;

}
.btn-pass{
    background-color: #555;
    border-radius: 4px;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #aaa;
}
a.btn-pass:hover {
    color: #fff!important;
    background-color: #777;
    text-decoration: none;
}

th.action-transparent{
    background-color: #F5F5F5;
    border-top: 1px solid #F5F5F5!important;
    border-right: 1px solid #F5F5F5!important;
}

.col-centered{
  margin: 0 auto;
  float: none;
}

#pswd-err.err, #pswd2-err.err{

    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 10px 20px;

}






@media (min-width: 992px){
  .modal-lg {
      width: 85%;
  }
}

@media (max-width: 750px){

  .cases {width: 100%;}

  .logo-img {width: 150px; padding-top:8px;}

  main.main-size {
    min-height: calc(100vh - 154px);

  }

  .wide-resolutions{display:none!important;}
  .small-resolutions{display:initial!important;}

  .logout-text {padding: 0px 3px 0px!important; color:#bbc2b5!important;}

  h2.section-title {font-size:25px;}

  .elcont{padding: 5px 5px;}

  .footer-content {font-size:11px; padding:17px;}

  .nueva-pres{float:none;}

}
