body, html {
    height: 100%;
    background-repeat: no-repeat;
  /*  background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
}

body.main {
  padding-top: 50px;
}
.h2, h2 {
    font-size: 1.6rem;margin-bottom: 30px
}
.h3, h3{
    font-size: 1.4rem;margin-bottom: 20px;    margin-top: 20px;
}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.login .card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -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);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.bg-inverse {
    background-color: #1b5271!important;
}
.navbar-inverse .navbar-text, .navbar-inverse .navbar-text a {
       color: #fff;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0; background-color: #38b188; color:#fff;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

.profile-sidebar {
  padding: 20px 0 10px 0;
text-align: center;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 100px;
  height:100px;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
   color:#fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.sidebar .card{border:0;}
.sidebar .card-header {
    padding:0;
    margin-bottom: 0;
    
    border-bottom: 1px solid #77cfb2;
}
.sidebar .card-header a{ color:#fff; display: block;  background-color: #38b189; padding: .75rem 1.25rem;   font-size: 1.1rem;}
.sidebar .card-block a{ color:#fff; display: block;  background-color: #1f9670; padding: .5rem 1rem;   font-size: 1rem;}
.sidebar .card-header a:hover{background-color: #1f9670;text-decoration: none;}
.sidebar .card-block a:hover{ background-color: #1f9670;text-decoration: none;}
.sidebar .card-header a.active,.sidebar .card-block a.active{color:#ccc;}
#pagination, #relation_pagination {
    margin: 1em 0;
    padding: 0;
}

#pagination a, #relation_pagination a {
    text-decoration: none;
}

#pagination a, #pagination span, #relation_pagination a, #relation_pagination span {
    display: inline-block;
        padding: 5px 7px;
    font-size: 1em;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none;
    background: #1b5271;
    border: 1px solid #1b5271;
    color: #FFFFFF;
  
}

#pagination .current, #relation_pagination .current {
    background: #fff;
    color: #666;
}

.table-striped th{background-color: #58606a; color:#fff}
.table-striped th a{color:#fff}
.table-striped td a{color:#000}
#filterbar{padding:10px;background-color: #f7f7f7}
#filterbar .new{ margin-left: auto;}
#pagresume{ padding-top: 20px}
#pagresume h3{font-size: 1em; }
.form-control-list,.form-control-imagen,.multilist{width:80%;padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

.tab-content>.tab-pane{padding-top:20px;}
.ddeven{background-color: #eee; padding:10px 0;}
.ddodd{background-color: #fff; padding:10px 0;}
.form-group{margin-bottom: 0}
.multilist{vertical-align: top;}
.assets input, .assets select{margin-bottom: 10px}
main > .row{margin-top:20px;}
header > h2{color:#1b5271;font-size: 1.2em}
#form > section{padding-bottom: 30px}
#list > .row{background-color:#f7f7f7 }
td > a > i{margin-left: 10px}
#listing td:last-child{text-align: right;    min-width: 130px;}

/*LEGACY*/

#errors{margin-top: 20px}
.oculta { display:none; }
.imageloading {
  background: url(../images/ajax-loader_black.gif) no-repeat left center;
  height:50px;
}
img.absmiddle {
	vertical-align:middle;
}
#editing, #list { position:relative; }

.back { position: absolute;
    right: 10px;
    top: 7px;
    z-index: 99; }
.tiny_wrapper { float:left; clear: right; margin-top:5px;}
.advice { 
   background:#ccc; 
   padding:2px 7px;
   font-size:11px;
   clear:both;
 }
#status_edit {  float: right;
    font-weight: bold;
    text-align: right;
    width: 600px; }
#status_list {
   float: right;
    font-weight: bold;
    text-align: right;
    width: 400px;
    margin-right: 40px;
    margin-top: 10px;
}
.imageholder {
/*	margin-left: 175px;*/
}
.googlemaps {  width:600px; height:150px;  clear:both;}
#top-icons { position:absolute;  right: 6px;
    top: 2px; }
#frameassets{width:100%;height:415px;border-top:1px solid #ccc;} 
#rowitems .grid_2{margin-left: 0; margin-bottom: 20px; height: 235px}
#rowitems .grid_2.preguntas_cuestionarioops{height: 215px}
#rowitems .grid_2.preguntas_cuestionarioplaneadas{height: 300px}
.relitem {position: relative; border:1px solid #ccc;}   
.relitem .inner{padding: 20px}
.relitem .delrec{position: absolute;right: 0;top:0;}
.relitem dd input{width: 95%; margin-bottom: 10px}   
.relitem dd .imgcont{height:150px;overflow: hidden;}
.relitem dd img{width: 100%; }
.relitem .imgcont img{max-height: 300px; max-width: 100%; }
.newreg{margin-top: 20px;margin-right: 20px}
img.okicon{vertical-align: middle;}
.resultadostest th{font-size: 14px}
.resultadostest img{width: 22px}
.resultadostest img.firma{width: 200px}
.resultadostest td, .resultadostest th{text-align: center;border:1px solid #ccc;}
.resultadostest td.al{text-align: left;}
.resultadostest textarea{width: 95%; height: 100px}
.cat{background-color:#ccc; color:#005b7f;}
.catb td{background-color:#eee; color:#000;}
td.catc{background-color:#1b5272; color:#fff;font-size: 1.2em}
.btn-primary,.btn-info{background-color: #1b5272; border-color:#1b5272;}
.btn-success{background-color: #31b27a; border-color:#31b27a;}
.row.lower{background-color: #f7f7f7; padding-bottom: 30px}
.chosen-container-single .chosen-single {
  height: 36px !important;
  line-height: 36px !important;
}
.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0 10px !important;
}
.main-table .table td, .main-table .table th {padding: .5rem}
.table .icon{width:24px;}
.mxw {max-width:300px}
.mfw {max-width:200px}
.mfw2 {max-width:150px}
.mxw2 {max-width:250px}
.nbr{border:0;margin:0;}
td.cntr{border:0;}
tr.title{background-color: #ccc}
tr.cat{background-color: #ddd}
.w50{width:50%}
.bordered{border: 1px solid #ccc;}
.peq{font-size: .8em;}
.resaltado{color: #ec7c26}
.respuestas{color: #0062cc}