﻿/* Rewrite font awesome */

.fa-1 {
    font-size: 0.90rem;
}

.popover-title {
    background-color: unset !important;
    border-bottom: none !important;
    font-size: 0.8rem !important;
}

.popover-content {
    font-size: 0.85rem !important;
    color: #5f5f5f;
}

/* Re Bootstrap 3.3.7 */

.container {
    width: 100% !important
}

.col-md-9 {
    width: 65% !important;
}

.form-control {
    border-radius: 0 0 0 0 !important;
}

.input-group-addon {
    background-color: #eee;
    border-radius: 0 0 0 0;
}

    .input-group-addon a {
        color: #5f5f5f !important;
    }

.badge {
    cursor: pointer;
    color: #fff;
    padding: 9px 7px;
    background-color: #46b8da;
}

    .badge a {
        vertical-align: super;
        color: #fff !important;
    }

.badge-info {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.badge-warning {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.badge-info:hover {
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
}

.badge-warning:hover {
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

@media only screen and (max-width: 1300px) {
    .badge {
        /*max-width: 99%;*/
        overflow: hidden;
    }

    .col-md-9 {
        width: 70% !important;
    }
}

@media only screen and (max-width: 900px) {
    .badge {
        padding: 9px 10px;
    }

        .badge > span {
            display: none;
        }

    .col-md-9 {
        width: 75% !important;
    }
}

/* Re Tooltip widget */

.ui-widget {
    font-size: 12px !important;
}

/* Re date-picker 1.9.0 classes */

td.active.day {
    background-color: #5bc0de !important;
    color: #000 !important;
}

/* Re Css New */

.full-width {
    width: 100% !important;
}

.display-inline {
    display: inline;
}

.wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.literal {
    position: relative;
    display: none !important;
    font-size: 0.8rem;
    color: #777777;
}

.literal.detail {
    display: unset !important;
}

h1 {
    font-weight: 300;
}

h3 > small {
    font-size: 0.75rem;
}

p.lead, div.lead {
    font-weight: 400;
    font-size: 18px
}

/* Re Css Original */

body {
    background-color: transparent !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#divCapaFraseLegalNew {
    margin-top: unset;
}

input[type=text], input[type=password], input[type=date], input[type=email], textarea {
    width: 100%;
}

@media only screen and (max-width: 580px) {
    .label-file-upload {
        width: 100% !important;
        border-radius: 4px 4px !important;
    }

    .input-file-upload {
        display: none !important;
    }
}
