﻿.body_partido {
    /*padding-top: 10%;*/
    /*padding-bottom: 10%;*/
    font-family: gotham,sans-serif;
    position: static;
    /*background-color :white;*/
    opacity: 0,6;
    background-image: url(images/Colombia.jpg);

}
.body_partidoSIG {
    /*padding-top: 10%;*/
    /*padding-bottom: 10%;*/
    font-family: gotham,sans-serif;
    position: static;
    /*background-color :white;*/
    opacity: 0,6;
    background-image: url(images/Colombia.jpg);
}
.navbar-partidoSIG {
    background-color: white;
    /*background-color: #31863D;*/
    /*background-image: url(images/bogota1.jpg);*/
    color: BLACK;
    border-bottom-color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 3px;
    padding-right: 1px;
    color: white;
    background-color: transparent;
    margin-bottom: 20px;
    /*background-image:url(images/Fondo_partido.jpg);*/
}

.img-responsive-center {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.model-partido {
    color: #31863D;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.panel-body {
    color: black;
   
}

.dl-horizontal dt {
    white-space: normal;
}

.panel-footer {
    color: #31863D;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.banner2 {
    /*background-color: #31863D;
    border-color: #080808;
    color: white;
 
  right: 0;
  left: 0;
  border-width: 0 0 1px;
   top: 0;
     z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;*/
    top: 0;
    z-index: 1000;
    position: static;
    width: 100%;
}
.banner {
    /*background-color: #31863D;
    border-color: #080808;
    color: white;
 
  right: 0;
  left: 0;
  border-width: 0 0 1px;
   top: 0;
     z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;*/
    top: 0;
    z-index: 1000;
    position: static;
    width: 100%;
}
.btn-partido {
    color: #31863D;
    background-color: white;
}
.btn-partido-inverse {
    color: white;
    background-color: #31863D;
}
.navbar-default .navbar-link {
    color: #31863D;
}

    .navbar-default .navbar-link:hover {
        color: #31863D;
    }

.navbar-default .btn-link {
    color: #31863D;
}

.navbar-partido .navbar-brand {
    color: white;
    background-color: #31863D;
}

.navbar-partido .navbar-nav > li > a {
    /*color: #31863D;*/
    color: white;
    /* background-color: #31863D; */
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    color: #31863D;
    border-color: #31863D;
}
.navbar-partido .navbar-nav > .active > a,
.navbar-partido .navbar-nav > .active > a:hover,
.navbar-partido .navbar-nav > .active > a:focus {
    color: #31863D;
    background-color: #e7e7e7;
}

.banner-footer {
    color: white;
    background-image: url(images/pie.png);
 /*   background-color: white;*/
    /*background-color: transparent;*/
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 150;
    border-top-color: #31863D;
}
.banner2-footer2 {
    color: black;
    background-image: url(~/Content/images/Certificado.jpg);
    /*   background-color: white;*/
    /*background-color: transparent;*/
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 150;
    border-top-color: #31863D;
}

.title-form {
    background-color: #31863D;
    color: white;
    text-align: center;
}
.navbar-partido-inverse {
    background-color: #31863D;
    /*background-image: url(images/bogota1.jpg);*/
    color: white;
    border-bottom-color: #31863D;
    opacity: 0.6;
}
.navbar-partido {
    /*background-color: white;*/
    background-color: #31863D;
    /*background-image: url(images/bogota1.jpg);*/
    color: white;
    border-bottom-color: white;
}
    .navbar-partido .navbar-nav > .active > a,
    .navbar-partido .navbar-nav > .active > a:hover,
    .navbar-partido .navbar-nav > .active > a:focus {
        color: white;
        background-color: #31863D;
        /*background-color:cyan;*/
    }

.h4 .small {
    color: black;
}

.navbar-partido .navbar-nav > a,
.navbar-partido .navbar-nav > a:hover,
.navbar-partido .navbar-nav > a:focus {
    color: white;
    background-color: #31863D;
}

.label-default-inverse {
    color: #999999;
}

.label-partido {
    background-color: #31863D;
     color: white;
}

.panel-partido {
    border-color: #31863D;
}

    .panel-partido > .panel-heading {
        color: white;
        background-color: #31863D;
        border-color: #dddddd;
    }

        .panel-partido > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }


.panel-partidoAsi {
    border-color: #07A61F;
}

    .panel-partidoAsi > .panel-heading {
        color: black;
        background-color: #07A61F;
        border-color: #dddddd;
    }

        .panel-partidoAsi > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}