﻿body {
    padding-top: 40px;
    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;
}

.entrada {
    width: 100%;
    height: 400px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1em;
    border: solid 1px #ccc;
    padding: 10px;
}

.separa {
    height: 10px;
}

.input-group.date {
    margin-left: auto;
    margin-right: auto;
}

.etiqueta {
    background-color: #4ac;
    border-radius: 5px;
    display: inline;
    color: white;
    line-height: 1.6em;
    cursor: pointer;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    padding: 0px 8px;
    margin: 3px 1px;
}

.etiqueta-rankings {
    background-color: #8b4513;
    border-radius: 5px;
    display: inline;
    color: white;
    line-height: 1.6em;
    cursor: pointer;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    padding: 0px 8px;
    margin: 3px 1px;
}

.margin-labels {
    margin: 3px 1px;
}

.etiqueta {
    color: white;
    text-decoration: none;
}

.etiqueta-eliminable:hover {
    color: white;
    background-color: red;
    text-decoration: none;
}

.etiqueta-frecuente {
    background-color: #aaa;
}

    .etiqueta-frecuente:hover {
        background-color: forestgreen;
        color: white;
        text-decoration: none;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.entry-image {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

    .entry-image img {
        width: 100%;
    }

.cabecera {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 10px;
    top: 0px;
    left: 0px;
    background-color: #aaa;
    color: white;
}

.menu {
    background-color: #ccc;
    color: white;
    height: 80px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}

.menuitem {
    display: inline-block;
    color: white;
    margin: 0px 20px;
}

    .menuitem:hover {
        color: #888;
        text-decoration: none;
    }

.login {
    width: 400px;
    margin: auto;
    margin-top: 50px
}

.banners-banner {
    width: 300px;
}

tr.banner-disabled td {
    color: #aaa !important;
}

tr.banner-disabled td .fa {
    color: #aaa !important;
}

tr.banner-disabled .banners-banner {
    filter: grayscale(100%);
    opacity: 0.5;
}

#bannerstable tbody tr:hover {
    background-color: #eef5ff;
    cursor: pointer
}

.bannersdetail-banner {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.context-menu {
    position: relative;
}

    .context-menu > ul {
        position: absolute;
        top: -9px;
        z-index: 999;
        width: 300px;
        margin: 0;
        padding: 10px;
        list-style: none;
        background: #fff;
        color: #333;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
    }

        .context-menu > ul li {
            padding: 10px;
            border-bottom: solid 1px #ccc;
            cursor: pointer;
        }

            .context-menu > ul li:hover, .marker-hover {
                background: #dd4814;
                color: #fff;
            }

            .context-menu > ul li:last-child {
                border: none;
            }



.modal-dialog-fix {
    right: auto;
    /* left: 50%; */
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.delete-image {
    display: none;
    position: absolute;
    top: 0;
    right: 8%;
    /*color: white;*/
}

    .delete-image span {
        /*color: white;*/
        cursor: pointer;
    }

.image:hover .delete-image {
    display: block;
}

