﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.orderASC a::after {
    content: " ▲";
}

.orderDESC a::after {
    content: " ▼";
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.flash {
    border: 1px solid;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.flash-info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(images/info.png);
}

.flash-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(images/success.png);
}

.flash-warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(images/warning.png);
}

.flash-error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(images/error.png);
}

.flash-validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(images/validation.png);
}
.flash > p {
    margin: 0 0 0px;
}

/* Andoni */
.form-group {
    overflow: auto;
}
/* Arkaitz */

    html, body, #map {
        margin: 0;
        padding: 0;        
    }
    

    #map {
        width: 100%;
        height: 540px;
    }

    .contain {
        margin-top: 80px;
    }

    span.field-validation-error {
        color: red;        
    }
    
    .bg-success {
         padding: 15px;
    }

    .bg-danger {
         padding: 15px;
    }

    .row {
        padding-bottom: 10px;        
    }

    /*
    .glyphicon-ok {
        color: green;
    }

    .glyphicon-remove {
        color: red;
    }

    .modal-dialog-center {
        margin-top: 15%;
    }

    .dropdown-menu li a:hover
    {
        text-decoration: none; 
        color: #fff;   
        background-color: #337ab7;
    }
        */

    .ml-1 {
        margin-left: 0.25em;
    }
    .ml-2 {
        margin-left: 0.5em;
    }