﻿

.ui-dialog-titlebar.ui-corner-all {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-dialog.ui-widget-content {
    border: 0;
}

.ui-dialog {
    padding: 0;
    top: 100px !important;
}

    .ui-dialog .ui-widget-header {
        background-color: #F68F26 !important;
        background: #F68F26 !important;
        border-color: #F68F26;
        color: white !important;
    }

#modal {
    padding: 30px 20px;
}

    #modal .btn {
        position: relative;
        left: 50%;
        width: 200px;
        margin: 10px -100px 0 -100px;
    }

    #modal label {
        font-weight: 100 !important;
    }

    #modal h3 {
        margin-bottom: 25px;
    }

    #modal .opcao {
        margin-bottom: 2px;
    }



.horizontal.progress-bar {
    float: none !important;
    width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .15);
    color: black;
    margin-bottom: 15px;
}

.horizontal .progress-track {
    position: relative;
    width: 90%;
    height: 20px;
    background: #red;
    background-color: #f9f9f9;
    float: left;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.horizontal .progress-fill {
    position: relative;
    background: #F68F26;
    height: 20px;
    width: 0;
    color: #000;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.opcao label {
    display: initial !important;
    font-size: 11px;
    color: #575757;
}

.ui-dialog {
    z-index: 1000 !important;
}

.skip {
    font-size: 11px;
}

    .skip p {
        text-align: center;
    }

    .skip a {
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #F68F26;
    }
