/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

/* Global Styles */

body {
    margin-top: 60px;
    /*background-color: #222;*/
    background-color: #f3f3f4;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 10px;
}
h6 {
  font-size: 8px;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    /*background-color: #f3f3f4;*/
    background-color: #f3f3f4;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #wrapper_users {
        padding-left: 0px;
    }

    #page-wrapper {
        padding: 10px;
        font-size: 12px;
    }
}

/* Top Navigation */
.navbar-brand {
  background: #28bdf5;
  color: #ccc;
}

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
    /*background-color: #222;*/
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #d4d4d4;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #2f4050;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 50px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #23313E !important;
        border-left: 5px solid #3de751;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 25px;
}

.panel-green {
    border-color: #e7eaec;
}

.panel-green > .panel-heading {
    /*border-color: #5cb85c;*/
    color: #2F4050;
}

.panel-green > a {
    color: #A5A5A5;
}

.panel-green > a:hover {
    color: #3de751;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}


/* ------------- login page -------------------*/

.page-auth .logo {
  margin-bottom: 5px;
}
.page-auth .separator {
  margin: 30px auto;
  position: relative;
  width: 100%;
}
.page-auth .separator:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  vertical-align: middle;
  height: 0;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 9px;
  left: 10px;
  right: 10px;
}
.page-auth .separator span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  background-color: #ececec;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .page-auth .separator {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .page-auth .separator {
    width: 31%;
  }
}
.page-auth .center-block {
  width: 100%;
  /*border: 1px solid rgba(25, 170, 141, 0.31);*/
  padding: 25px;
  text-align: left;
  background-color: #f1f1f1;
}
.page-auth .center-block .title {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.page-auth .center-block form > input {
  margin-bottom: 15px;
}
.page-auth .center-block form > input:focus {
  border-color: #ccc;
}
.page-auth .center-block .btn-auth {
  margin-top: 20px;
}
.page-auth .center-block .links {
  margin-top: 30px;
  text-align: center;
}
.page-auth .center-block .links p {
  margin-bottom: 0;
  font-size: 0.9em;
}
.page-auth .center-block .links p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-auth .center-block {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .page-auth .center-block {
    width: 30%;
  }
}

.footer {
    color: #fff;
    /*padding: 10px;*/
    background-color: #3de751;
    font-size: 0.9em;
    text-align: center;
}

.footer .footer-sub{
    color: #d0d0d0;
    opacity: 1;
    background-color: #727272;
    padding: 4px 0;
}

.footer .footer-bottom{
  color: #fff;
  opacity: 1;
  padding: 9px 0;
}

/* ------------- login page -------------------*/

/* full page such as 404, login, register */
.full-page-wrapper.wrapper {
  min-height: 96%;
  height: 96%;
}
.full-page-wrapper .inner-page {
  padding-top: 6%;
}
@media screen and (max-width: 768px) {
  .full-page-wrapper {
    position: initial;
    padding-top: 5em;
    margin-top: 0;
  }
  .full-page-wrapper .inner-page {
    position: relative;
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .full-page-wrapper {
    padding-top: 0;
  }
  .full-page-wrapper .inner-page {
    padding: 5em 1em;
  }
}

/* ------- Table ------- */
/*-- cabecera */
.table >thead{
    /*background-color: #B0BEC5;*/
}

/*--------------- paneles internos ----------------*/
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    color:#676a6c
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.ibox-title {
    background-color: #ffffff;
    /*border-color: #e7eaec;*/
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 12px 0;
}

.ibox-content {
    clear: both;
}
.ibox-content {
    background-color: #f5f5f5;
    color: inherit;
    border-color: #c7c7c7;
    border-image: none;
    border-style: solid none solid none;
    border-width: 1px;
    padding-top: 2px;
}

/*---------------------- Login ---------------------------*/
.login-box.center-block {
    background-color: #4e4943;
}
.login-box .btn-auth{
    /*background-color: #2f4050;*/
    background-color: #28bdf5;
    color: #f3f3f4;
}


/*------ lista ------- */

#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista2 ol {
    margin: 0 0 0 2em; 
}

#lista2 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 1.2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    cursor: pointer;
}

#lista2 li:hover{
    background: #e7eaec;
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 60%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}

/*form nueva pergunta*/

.nueva_preg .req{
  margin-bottom: 2px;
}

.border{
  border-left: 1px solid #3de751;
  padding-left: 1px;
}

.border .col-sm-6>.col-sm-8{
  padding-left: 0px;
  padding-right: 0px;
}

.nueva_preg div,.nueva_preg .col-sm-6{
  padding-right: 2px;
  padding-left: 2px;
}

/* lista 3*/
#lista3 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 12px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista3 ol {
    margin: 0 0 0 2em; 
}

#lista3 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

#lista3 li:hover{
    background: #cedede;
}

#lista3 li.selected{
    background: #fad;
}   

#lista3 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

#lista3 li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

#lista3 li:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}

/*Lista 4 - lista preguntas : biblioteca*/
#lista4 {
    font: 13px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista4 ol {
    margin: 0 0 0 2em; 
}

#lista4 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .4em;
    *padding: .4em;
    margin: .5em 0 .5em .5em;
    background: #FBF8F8;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    cursor: pointer;   
}

#lista4 li:hover{
    background: #cedede;
}

/*selected*/
#lista4 li.selected{
    background: #D9FFFB;
}
#lista4 li.selected:after{
    left: -.5em;
    border-left-color: #009688;             
}   
/*flecha item*/
#lista4 li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

#lista4 li:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}

/* ---- lista 4 > .list_roles -------- */
.list_roles li{
  padding-left: 0px !important;
}
.list_roles li div.porc{
  background-color: #4092926e;
  width: 0%;
  position: absolute;
  height: 16px;
}

/* ---- test html plantilla ----- */
.test .tit{
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 10px 12px 10px 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.test .desc {
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 0 #fff;
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    background-color: #fafafa;
    color: #404040;
    border-bottom: 0px;
    border-top: 0px;
}

.test th{
  text-align: center;
  background-color: #FFF;
  border: 1px solid #ccc;
}

.test td{
  background-color: #FFF;
  padding: 8px;
  border: 1px solid #ccc;
}

.test div.marca {
    display: block;
    width: 48px;
    height: 48px;
    background-color: white;
    margin: auto;
    border: 1px solid #d0d0d0;
}

.test div.marca a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.test div.marca a.checked {
    background: url('../images/check.png') 10px 10px no-repeat #f0f0f0;
}

.test td.grado {
    width: 10%;
}

/* ----- END [plantilla test] .-----*/


/*-- preview template --*/
.preview .encabezado{
  border: 1px solid #ccc;
  padding: 8px;
}

.preview .tit{
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 10px 12px 10px 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.preview .desc {
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 0 #fff;
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    background-color: #fafafa;
    color: #404040;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.preview th{
  text-align: center;
  background-color: #FFF;
  border: 1px solid #ccc;
}

.preview td{
  background-color: #FFF;
  padding: 8px;
  border: 1px solid #ccc;
}

.preview td.grado {
    width: 10%;
}

.preview div.marca {
    display: block;
    width: 48px;
    height: 48px;
    background-color: white;
    margin: auto;
    border: 1px solid #d0d0d0;
}

.preview div.marca a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.preview div.marca a.checked {
    background: url('../images/check.png') 10px 10px no-repeat #f0f0f0;
}

/**/
.cuadro_mod{
  width:50%;height:10px;
  border:1px solid #CCC;
}


.icoayuda{
  cursor: pointer;
  font-size: 18px;
  color: blue;
  vertical-align: middle; 
}


/* ----------- select multiple -------- */
.sel-multiple {
  overflow:auto;
  border: 1px solid #CCC;
}

.sel-multiple option {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
}

.sel-multiple option:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #19aa8d;
}


#men_usu_ext label{
  display: table;
}

#men_usu_ext span{
  font-size: 12px;
}

/*--- wizard step encuestas -- */
.panel-step .wizard > .content{
  min-height: 38em;
}

/* -- desactivar clic boton a -- */
a.link.disabled {
   pointer-events: none;
   cursor: default;
}

.modal label>span{
  font-size: 10px;
  color: #19aa8d;
}

/*------- tags --------*/
.tags span{
    background-color: #455767;
    position: relative;
    padding-left: 17px;
    font-size: 85%;
}
.tags span{  
    margin-right: 2px;
    color: white;
    padding: 5px;
}

.items-tags{
    width: 100%;
    border: 0px solid #dcdada;
}

/*--------- div preguntas -----------------*/
.div_listPreg{  
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 5px;
}
/*--txt comodin--*/
.txt_desc i , .spalte-links > i{
  border: 1px solid #ccc;
  background-color: #ddd;
}

/* -- --*/
.control-lb{
  text-align: right;
}
span.has_error {
    color: #e80000;
    font-size: 12px;
    border: 1px solid #e7eaec;
    margin-bottom: 5px;
}

/* -- --*/
.list-details li{
  padding: 2px;
  list-style-type: none;
}

/* -- img circular -- */
.user-info img{
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.img-circle {
  border-radius: 50%;
  border: 1px solid #009688;
}
.data-name{
  color: #989898;
  vertical-align: top;
}
.text-navy{
  color: #009688;
  font-size: 12px;
}
.user-info-right .row{
  padding-left: 12px;
}

/* index - usuario*/
.panel .tit{
  font-size: 15px;
}

/* ----------------- span masivo -----------------------*/
.a.list-group-item span
{
    border: 0px solid #303f48;
    padding: 1px 6px;
    background-color: #19a98d;
    color: white;
}

/*------------------ Popover ------------------*/
.popover-title{
  background-color: #009688;
  color: #FFF;
}
.popover-content{
  font-size: 13px;
}

/*-------------------- content --------------------------*/
.progress-mini, .progress-mini .progress-bar {
    height: 8px;
    margin-bottom: 0;
}

.mail-box-header {
    background-color: rgba(255, 255, 255, 0.61);
    /*border: 1px solid #19aa8d;*/
    border: 1px solid #c3d4d1;
    padding: 8px 10px 8px 10px;
}
/*----------- fa ----------*/
i.fa{
  margin-right: 2.5px;
}

.fa-act{
  color: #19aa8d;
}
.fa-des{
  color: #ccc;
}