/*FOTTER*/
/*footer {*/
    /*height: 80px;*/
    /*background-color: #262626;*/
    /*color: #666;*/
/*}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    color: #666;
    background-color: #262626;
}

.footer a {
    color: #666;
}

.footer div {
    font-size: 10px;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer .social-media-icons a {
    padding-left: 3px;
    padding-right: 3px;
}

/*BODY*/
.body-400 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.body-700 {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 700px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.body-1000 {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 1000px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.body-1200 {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 1200px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.two-columns {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*PANELS*/
.panel-group .panel.acordeon-panel {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: -1px;
    border: 1px solid #ddd;
}

.panel-group .panel.acordeon-panel:first-child {
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
}
.panel-group .panel.acordeon-panel:last-child {
    border-bottom-left-radius:4px;
    border-bottom-right-radius: 4px;
}
.custom-panel-body {
    border: 1px solid #cfd0d0;
    border-radius: 4px;
    margin-top: 25px;
}
.custom-panel-title{
    border-bottom: 1px solid #ddd
}

.panel-map {
    padding: 4px;
    border: 1px solid #ddd;
}

/*TABS*/
ul.nav-tabs.tab-remarked > li.active > a {
    margin: 0;
    border-radius: 0;
    border-top: 2px solid #82161d;
    color: #555;
}
ul.nav-tabs.tab-remarked > li > a {
    margin: 0;
    border-radius: 0;
    color: #999;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #e3e3e3;
}

/*TITLE*/
.public-title {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}
.public-title:before {
    content: "";
    background-color: #82161d;
    width: 50%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.public-title:after {
    background-color: #e3e3e3;
    content: "";
    width: 50%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 1;
}

/*FLOATING-LABEL*/
.floating-label-container {
    position: relative;
    margin-top: 25px;
}
.floating-label-container.has-error {
    margin-bottom: 40px;
}

.floating-label-container > input:focus ~ label,
input:not([value=""]):not(:focus) ~ label{
    top: -17px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    font-weight: bold;
}

.floating-label-container > textarea:focus ~ label,
textarea:not([value=""]):not(:focus) ~ label{
    top: -17px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    font-weight: bold;
}

.floating-label-container > select:focus ~ label,
select:not([value=""]):not(:focus) ~ label{
    top: -17px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    font-weight: bold;
}

.floating-label-container > label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 8px;
    opacity: 0.6;
    font-weight: normal;
    transition: 0.2s ease all;
}
.floating-label-container.select > label {
    opacity: 0;
}
.floating-label-container.date {
    margin-top: 0;
}
.floating-label-container.date > label {
    z-index: 2;
}

.wysigyw .floating-label-container > label {
    top: -17px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    font-weight: bold;
}

.has-error > label, .has-error > input {
    color: #a94442;
}

span.has-error {
    position: absolute;
    left: 0;
    color: #a94442;
}

span.has-error-inputfile {
    display: block;
    text-align: left;
    margin-top: -6px;
    color: #a94442;
}

span.date-has-error {
    position: absolute;
    left: 15px;
    top: 31px;
    color: #a94442;
}

/*TABLES*/
.table.table-tienda th {
    padding: 0 5px 15px 5px;
    border-bottom: 1px #cfd0d0 solid;
}
.table.table-tienda tr td {
    border-top: none;
}
.table.table-tienda tbody tr {
    border-bottom: 1px #cfd0d0 dotted;
}
.table.table-tienda tfoot {
    border-bottom: 1px #cfd0d0 dotted;
}
.table.table-tienda tfoot tr td{
    padding: 0;
}
.table.table-tienda tfoot tr:first-child td{
    padding-top: 10px;
}
.table.table-tienda tfoot tr:last-child td{
    padding-bottom: 10px;
}

/*DROP-DOWN*/
.dropdown-menu.main-menu {
    background-color: #dddddd !important;
}
@media(max-width: 1049px)
{
    .dropdown-content.partido > li > a{
        padding: 10px 15px;
        display: block;
    }
}
@media(min-width: 1050px)
{
    .dropdown-content.partido{
        width: 200px;
    }

    .dropdown-content.partido > li {
        padding: 15px 30px;
    }

    .dropdown-content.partido > li > a{
        padding: 15px 77px;
        margin-left: -30px;
    }
}

@media(max-width: 1049px)
{
    .dropdown-content.cursos > li > a{
        padding: 10px 15px;
        display: block;
    }
}
@media(min-width: 1050px)
{
    .dropdown-content.cursos{
        width: 200px;
    }

    .dropdown-content.cursos > li {
        padding: 15px 30px;
    }

    .dropdown-content.cursos > li > a{
        padding: 15px 77px;
        margin-left: -30px;
    }
}

/*ALERTS*/
.modal-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    margin: 0 !important;
}
.modal-alert-content {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width:600px;
    position: fixed;
    top: 100px;
    left:35%;
    right:35%;
    z-index: 1001;
}

/*LABELS*/
label.soft {
    color: #afadad;
    font-weight: normal;
}



/*SPINNER*/
.loading-spinner {
  border-top: 16px solid #a94442;
  border-bottom: 16px solid #82161d;
  border-radius: 50%;
  width: 120px;
  height: 120px;
    margin-left: auto;
    margin-right: auto;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

#spinnerContainer {
    z-index: 1041;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#spinnerModalContainer {
    background-color: rgba(50, 1, 1,.8);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

/*HELPER CLASS*/
.text-white {
    color: #ffffff;
}

.width-100 {
    width: 100%;
}

.max-width-125 {
    max-width: 125px;
}

.max-width-250 {
    max-width: 250px;
}

.width-auto {
    width: auto!important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-200 {
    margin-bottom: 200px;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.anula-row-margin {
    margin-left: 0;
    margin-right: 0;
}

.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.anula-padding {
    padding-right: 0;
    padding-left: 0;
}

/*TITLES*/
.panel .panel-heading h1, h2, h3, h4 {
    font-weight: bolder;
}

.title-simple {
    border-bottom: 1px solid #cfd0d0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: left;
}

.title-simple-dotted {
    border-bottom: 1px dotted #cfd0d0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: left;
}

/*INPUT*/
input.disabled {
    color: #777;
    text-decoration: line-through;
}
/*INPUTFILE*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    color: #212445;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    cursor: pointer;
}

.inputfile + label.has-error {
    border-color: #a94442;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    border-color: #9d9d9d;
}

.inputfile:focus + label.has-error,
.inputfile.has-focus + label.has-error,
.inputfile + label.has-error:hover {
    border-color: #843534;
}

.inputfile + label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile + label strong {
    height: 100%;
    color: #fafafa;
    background-color: #82161d;
    display: block;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
    background-color: #4e0d11;
}

.inputfile + label span,
.inputfile + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfilePlaceholder {
    font-weight: normal;
    color: #9fa09f;
    text-align: left;
}

