﻿/*body {
    font-family: 'Century Gothic';
}

input, select {
    text-transform: uppercase;
    font-family: 'Century Gothic';
    position: relative;
}

fieldset ul li span {
    margin-top: 12px;
    position: absolute;
    width: 200px;
}

fieldset strong, fieldset em {
    position: relative;
    top: 15px;
    font-size: medium;
    padding-right: 20px;
    width: 40%;
}

    fieldset strong::before {
        content: "\000A";
        white-space: pre;
    }

fieldset ul {
    list-style-type: none;
    width: 100%;
}

    fieldset ul li:nth-child(odd) {
        width: 30%;
        float: left;
    }

    fieldset ul li:nth-child(even) {
        width: 60%;
        float: left;
    }

.docs {
    list-style-type: none;
}

ul.docs li {
    border-bottom: 1px dotted black;
    float: none;
    cursor: pointer;
    padding: 10px;
    width: 60%;
    font-size: large;
}

    ul.docs li span {
        margin-top: 0;
        position: relative;
    }

    ul.docs li:hover {
        color: #00008C;
        background-color: #eee;
    }

    ul.docs li.selected {
        cursor: default;
        font-weight: bold;
        color: #00008C;
        background-color: #eee;
        border-bottom: 5px solid #00008C;
    }


.menu_tipos {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background-color: #eee;
}

    .menu_tipos li {
        display: inline-block;
        margin: 8px 16px 0px;
        padding: 0 3px 5px;
        color: #666;
        border-bottom: 3px solid #eee;
        font-weight: normal;
        font-size: medium;
        cursor: pointer;
    }

        .menu_tipos li:hover {
            color: #00008C;
        }

        .menu_tipos li.done {
            color: #00008C;
        }

        .menu_tipos li.selected {
            cursor: default;
            font-weight: bold;
            color: #00008C;
            border-bottom: 5px solid #00008C;
        }


.error {
    color: red !important;
}

._required {
    border-color: #e80c4d !important;
}

.upload {
    position: relative;
    top: -25px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 100;
}

.fileUpload {
    position: relative;
    width: 158px;
    height: 40px;
    overflow: hidden;
    margin-right: 8px;
    float: left;
}

    .fileUpload span {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00008C;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
        background-image: -ms-linear-gradient(top, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
        background-image: -o-linear-gradient(top, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
        background-image: linear-gradient(top, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        color: #fff;
        top: 10px;
    }

    .fileUpload input {
        font: 500px monospace;
        -ms-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }*/

.list-group-item:hover {
    background-color: #b9d8f3;
    cursor: pointer;
}
