body{
            /*color: #2C2C2C;*/
    /*background-color: #E1E1E1;*/
                font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/************* CSS ***********/
/* FOOTER */
footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}
.no-padding
{
    padding: 0px;
}
.padding-5, .p-5
{
    padding: 5px;
}
.padding-10, .p-10
{
    padding: 10px;
}
.padding-20, .p-20
{
    padding: 20px;
}
.padding-30, .p-30
{
    padding: 30px;
}
.padding-b-5, .p-b-5
{
    padding-bottom: 5px;
}
.padding-t-10, .p-t-10
{
    padding-top: 10px;
}
.padding-tb-20, .p-tb-20
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-l-10, .p-l-10
{
    padding-left: 10px;
}
.padding-l-20, .p-l-20
{
    padding-left: 20px;
}
.padding-r-20, .p-r-20
{
    padding-right: 20px;
}
.padding-r-10, .p-r-10
{
    padding-right: 10px;
}
.padding-lr-5, .p-lr-5
{
    padding-left: 5px;
    padding-right: 5px;
}
.no-margin
{
    margin: 0px;
}
.margin-t-5, .m-t-5
{
    margin-top: 5px;
}
.margin-r-20, .m-r-20
{
    margin-right: 20px;
}
.margin-tb-20, .m-tb-20
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-b-40, .m-b-40
{
    margin-bottom: 40px;
}
.margin-b-30, .m-b-30
{
    margin-bottom: 30px;
}
.margin-b-20, .m-b-20
{
    margin-bottom: 20px;
}
.margin-b-10, .m-b-10
{
    margin-bottom: 10px;
}
.margin-b-5, .m-b-5
{
    margin-bottom: 5px;
}
/************* Componentes ***********/

/* Texto del boton alineado */
.btn-text-left{
    text-align: left;
}
.btn-text-right{
    text-align: left;
}

/* RadioButton-1 */
.radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}
/* RadioButton-2 */
.btn span.glyphicon {    			
    opacity: 0;				
}
.btn.active span.glyphicon {				
    opacity: 1;				
}

/* Button Radio Circle */
.radio-button-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .radio-button-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 13px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

/* Button  Circle */
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}

/* Button Radio Cuadrado */
.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}
.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}
.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}
.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}
/* Boton Aplicacion */
.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion, .btn-app>.icon-quest {
    font-size: 20px;
    display: block;
}

.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}
.help{
    position: absolute;left: -5px;top: 10px;
}

.grid{
        text-align: center;
    }
    .item-grid{
        position: relative;
        width: 70px;
        height: 70px;
        display: inline-block;
        margin: 3px;
    }
    .item-grid-small{
        position: relative;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 3px;
    }
    .row-grid{
        margin: 3px;
    }
    
    .media-striped:nth-of-type(odd) {
  background-color: #f5f5f5;
}