html,
body {
    height: 100%;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #4c4c4c;
}

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

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

.footer {

     background-color:#252250;
    background-image: url(https://edutechser.com/wp-content/uploads/2025/04/footer.jpg);
    color:#fff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'montserrat', sans-serif;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*custom*/

.my-navbar{
background-color:#252250;
border-color:#ccc;
}

.my-navbar > li > a{
    color:#ccc;
}

 .navbar-brand {
          /*  height:100px;*/
            padding: 3px;
 }

.navbar-brand img {
          height: 100%;
       }

.background_pago{
background-image:url('../images/proceso-compra/01-back.jpg');
border: 2px solid blue;
}

.background_pago{
background-image:url('../images/proceso-compra/01-back.jpg');
border: 2px solid blue;
}

.container_content{
width:100%;
}

.site-index{
 margin: auto;
width:80%;
}

.mb-50{
margin-bottom:50px;
}

.mt-50{
  margin-top:50px;
}

.fill-height{
  height:10px;
}

.padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.shadow:after {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background: transparent url(../images/proceso-compra/shadow.png) center top no-repeat;
    background-size: cover;
}

.bg-gray{
  background-color:#ddd;
  border-radius:10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
    margin: 0;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}

.border{
  border: 1px solid grey;
}
