html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #b3b3b3;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#text-usuario{

    color:#000000;
    background-image: url("../img/persona.png");
    background-repeat: no-repeat;
    background-position: 4% 50%;
    text-indent: 30px;
    width:300px;
    background-color:#D8D9Db;
    border-radius: 0;
}

#text-clave{

    color:#000000;
    background-image: url("../img/candado.png");
    background-repeat: no-repeat;
    background-position: 4% 50%;
    text-indent: 30px;
    width:300px;
    background-color:#D8D9Db;
    border-radius: 0;
}

.btn-dark {

    background-color: #3f3f41;
    width: 300px;
    border-radius: 0;
    border-color: #3f3f41;
}

.btn-loading {

    text-align: left;
    background: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding-right: 40px;
    background-color: #449d44;
    border-color: #398439;
}

.btn-borderless{

    border-radius: 0;
}

#img-instagram{

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/instagram-blanco.png");
    background-repeat: no-repeat;
}

#img-instagram:hover {

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/instagram-gris.png");
    background-repeat: no-repeat;
}

#img-twitter{

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/twitter-blanco.png");
    background-repeat: no-repeat;
}

#img-twitter:hover {

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/twitter-gris.png");
    background-repeat: no-repeat;
}

#img-facebook{

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/facebook-blanco.png");
    background-repeat: no-repeat;
}

#img-facebook:hover {

    margin-left: 5px;
    margin-top: -18px;
    background: url("../img/redes/facebook-gris.png");
    background-repeat: no-repeat;
}

#mySlider{

    width: 100%;
    height: 100%;
}

.div-credito{

    font-style: bold;
    text-align: center;
    color: #0DB95A;
    font-size: 28px;
}

.tabla-factura{

    text-align: left;
    font-size: 14px;
    background-color: white;
    min-width: 350px;
}

.tabla-factura tr,
.tabla-factura td {

    padding-left: 5px;
    border: 1px solid #FFF;
    border-left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

.item-counter-down {
     font-size: 30px !important;
}