@import "base.css";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    list-style: none;
}


html {
    position: relative;
}

body {
    /*position: relative;
	width: 1000px;*/
    width: 90%;
    margin: 5px auto 10px auto;
}

/* Only demo */
@media (max-width: 900px) {
    body {
        width: 1000px;
    }
}

.orange {
    color: #E47300;
}

.spacer {
    margin-top: 15px;
}

input {
    padding: 2px;
    border: 1px solid #ccc;
}

    input:focus {
        border-color: #5897FB;
        border-style: solid;
        border-width: 1px;
    }

label:focus {
    border-color: #5897FB;
    border-style: solid;
    border-width: 1px;
}

select {
    padding: 2px;
    border: 1px solid #ccc;
}

    select:focus {
        border-color: #5897FB;
        border-style: solid;
        border-width: 1px;
    }

textarea {
    padding: 2px;
    border: 1px solid #ccc;
}

    textarea:focus {
        border-color: #5897FB;
        border-style: solid;
        border-width: 1px;
    }

span .select2-container:focus {
    border-color: #5897FB;
    border-style: solid;
    border-width: 1px;
}

input[type="image"],
.submit {
    border: 0;
    padding: 0;
    background: transparent;
    width: auto;
}

img,
a img {
    border: 0;
}

.left {
    float: left;
    position: relative;
    margin: 0 15px 5px 0;
}

.right {
    float: right;
    position: relative;
    margin: 0 0 5px 15px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-none {
    clear: none;
}

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear {
    display: inline-block;
}

.autoclear {
    display: block;
}

.show-false {
    display: none;
}

.show-true {
    display: block;
}

.element-error {
    border: 1px solid #000;
}

a.hover-box img.hover {
    display: none;
}

a.hover-box {
    position: relative;
    float: left;
    display: block;
}

    a.hover-box:hover {
        display: block;
        font-size: 100%;
        z-index: 1;
    }

        a.hover-box:hover img.hover {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1000;
        }


/* ----------| =Content |---------- */


#contentTop {
    margin-top: 2px;
}

    #contentTop div.autoclear {
        position: relative;
        width: 888px;
        margin: -1px auto;
        padding: 0 5px;
        background-color: #fafafa;
        border: 1px solid #ccc;
    }

    #contentTop .trCol3 td {
        width: 33%;
    }



#content div.autoclear {
    position: relative;
    width: 840px;
    margin: -1px auto;
    padding: 20px 30px;
    background: #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

#content hr {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    height: 0pt;
    margin: 15px 0pt;
}

#content h3 {
    margin-bottom: 7px;
}

    #content h3 a {
        color: #5aa0d0;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #EEEEEE;
        font-size: 0.8em;
    }

        #content h3 a:hover {
            color: #EA661E;
            text-decoration: none;
            border-bottom: 1px solid #EEEEEE;
            font-size: 0.8em;
        }

#footer {
    color: #888888;
    font-size: 0.9em;
    margin: 10px 0pt 0pt;
    padding: 0pt 30px;
}

table.tablaCeleste {
    background: #DAEFF7;
    width: 100%;
}

    table.tablaCeleste th {
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 5px;
    }

    table.tablaCeleste .trCol3 td {
        width: 33%;
    }

    table.tablaCeleste .trCol4 td {
        width: 25%;
    }


.contenido div.autoclear {
    margin: -1px auto;
    padding: 0pt 5px;
    position: relative;
    /*width:900px;*/
}


p {
    padding-bottom: 1em;
}

    p * {
        vertical-align: baseline;
    }


/* Barra User Logged*/
.barraLogin {
    position: relative;
    line-height: 1em;
    border-bottom: 0;
    margin: -1px auto;
    padding: 5px 30px;
    font-size: x-small;
    background-color: #082D4F;
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;
}

    .barraLogin div {
        float: left;
        color: #acacac;
        padding-top: 8px;
    }

.w50 {
    max-width: 50%;
    width: 50%;
}

.subDivBarraLoginLeft {
    float: left;
    color: #acacac;
    padding-top: 8px;
}

.subDivBarraLoginRight {
    float: right;
    color: #acacac;
    padding-top: 8px;
}

.barraLoginCopy {
    position: relative;
    line-height: 1em;
    border-bottom: 0;
    margin: -1px auto;
    background-color: #E8E8E8;
    text-align: center;
}

    .barraLoginCopy img {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.alertas_campana_contador {
    background-color: #fa3e3e;
    border-radius: 3px;
    color: white;
    padding: 1px 3px;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.alertas_campana {
    display: inline-block;
    position: absolute;
    padding: 2px 3px;
    top: 0.2em;
    margin-left:-30px;
}

.text-right {
    text-align: right !important;
}
