﻿body {
    padding-bottom: 20px;
}

.header {
    background-color: #a6aeba;
}

    .header > .row {
        height: 160px;
        display: flex;
        flex-direction: row;
    }

        .header > .row > [class^="col-"] {
            display: flex;
            align-items: center;
        }

        .header > .row > .first {
            justify-content: flex-end;
        }

.navbar-nav > li > a {
    line-height: 22px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 32px !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

select {
    padding: 0 10px 0 0;
    margin-right: 4px;
}

    div#container .form-control,
    input.form-control,
    select.form-control,
    textarea.form-control {
        background-color: #ececec;
        padding: 2px 8px !important;
    }


div#container select.form-control {
    padding: 2px 4px !important;
}

.form-group.actions {
    float: right;
}

#sidebar > .nav > li, #sidebar-main > .nav > li {
    margin-top: 6px;
}

#sidebar > .nav > li {
    background-color: #c6c6c6;
}

#sidebar .nav > li a, #sidebar-main .nav > li a {
    padding: 4px 15px;
    font-family: Tahoma;
    font-size: 11pt;
}

#sidebar .nav a {
    color: #1d1d1b;
}

    #sidebar .nav a[href="#"] {
        cursor: default;
    }

        #sidebar .nav a[href="#"]:hover, #sidebar .nav a[href="#"]:focus {
            background-color: inherit;
        }

#sidebar .nav li a.active, #sidebar .nav li a.active:focus, #sidebar .nav li a.active:hover {
    font-weight: bold;
    background-color: #d8dfea;
}

#sidebar .nav li.disable {
    background-color: #dadada;
}

#sidebar-main > .nav > li a {
    font-weight: bold;
    color: #ffffff;
    background-color: #93b341;
}

#sidebar-main > .nav > li {
    margin-top: 6px;
}

    #sidebar-main > .nav > li > a:hover {
        background-color: #abcc59;
    }

    #sidebar-main > .nav > li a {
        font-family: Tahoma;
        font-weight: bold;
        font-size: 11pt;
        color: #ffffff;
        padding: 5px 15px;
        background-color: #93b341;
    }

        #sidebar-main > .nav > li a.active {
            background-color: #354e8a;
        }


/*Payment methods*/

.method {
    width: 250px;
    /*height: 230px;*/
    margin: 4px;
    display: inline-block;
    vertical-align: top;
}

    .method .dl-horizontal dd {
        margin-left: 0;
        text-align: right;
    }

    .method .dl-horizontal dt {
        width: auto;
    }

    .method img {
        max-height: 40px;
    }

    .method p {
        font-weight: bold;
    }

.contest_application_header {
    padding-bottom: 0;
    margin: 22px 0 23px;
}

    .contest_application_header h4, .contest_application_header h5 {
        display: inline-block;
    }

.report > a {
    font-weight: 100;
    font-size: 1.3em;
    color: #FFF !important;
    text-decoration: none;
}

.report {
    padding: 10px;
    vertical-align: middle;
    margin-left: 10px;
}

    .report > a > i {
        font-size: 1.8em;
    }



.select2-container--default .select2-selection--single {
    background-color: #ececec;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
}


ul.block_list {
    list-style: none;
    padding: 4px 0 20px;
}

.block_list li {
    background: #eee;
    margin: 1px;
    padding: 10px 15px;
    cursor: move;
    border-radius: 5px;
}

.block_list .sortable-ghost {
    opacity: .3;
    background: #f60;
}

.block_title {
    color: #fff;
    padding: 3px 10px;
    background-color: #93b341;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*Dragable lists css*/
.glyphicon-move {
    cursor: move;
    cursor: -webkit-grabbing;
}

.move-up, .move-down {
    cursor: pointer;
    padding: 0 3px;
}

    .move-up:hover, .move-down:hover {
        color: red;
    }

.block_list li:first-child .move-up,
.block_list li:last-child .move-down {
    visibility: hidden;
}

#available_branches li .move-up, #available_branches li .move-down,
#available_courses li .move-up, #available_courses li .move-down {
    visibility: hidden;
}

.list-counter li {
    counter-increment: step-counter;
}

    .list-counter li::before {
        content: counter(step-counter);
        margin-right: 5px;
        font-size: 80%;
        background-color: rgb(200,200,200);
        color: white;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 3px;
    }

h2.panel-title.smaller {
    font-size: 1.05em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.panel-heading.green {
    background-color: #93b341;
    border-color: #93b341;
    color: #fff;
}

.panel-heading.yellow {
    background-color: #ff8c1a;
    border-color: #ff8c1a;
    color: #fff;
}

.lista-ordem {
    font-style: normal;
    background-color: rgb(221, 221, 221);
    padding: 2px 6px;
    font-size: 1.25em;
    font-weight: 300;
}

.lista-nome {
    font-weight: bold;
}

.pad-15 {
    padding: 0 15px;
}

.pad-8 {
    padding: 8px;
}

.bg-color-warning {
    background-color: #FFDBDF;
}

.bg-color-ok {
    background-color: #DFF0D8;
}

    .bg-color-ok .form-control,
    .bg-color-warning .form-control {
        background-color: #fff;
    }

        .bg-color-ok input:disabled,
        .bg-color-warning input:disabled,
        .bg-color-ok .form-control:disabled,
        .bg-color-warning .form-control:disabled {
            background-color: inherit;
        }

.no-drag li {
    cursor: default;
}

/* MENSAGENS DE ALERTA */
div.feedback {
    border: 1px solid #000;
    margin: 1em 0;
    padding: 0.2em;
    border-radius: 4px;
}

    div.feedback.closeable {
        cursor: pointer;
    }

        div.feedback.closeable::after {
            content: "x";
            position: absolute;
            right: 2em;
        }

    div.feedback.error {
        color: #c00;
        border-color: #c00;
        background-color: #fee;
    }

    div.feedback.info {
        color: #003f6b;
        border-color: #003f6b;
        background-color: #d4edf7;
    }

    div.feedback.success {
        color: #096118;
        border-color: #096118;
        background-color: #e7f4e8;
    }

    div.feedback.warning {
        color: #9c6000;
        border-color: #9c6000;
        background-color: #f7f9d1;
    }

div.feedbackRankOrder {
    border: 1px solid #000;
    margin: 1em 0;
    padding: 0.2em;
    border-radius: 4px;
}

    div.feedbackRankOrder.closeable {
        cursor: pointer;
    }

    /*div.feedbackRankOrder.closeable::after {
        content: "x";
        position: absolute;
        right: 2em;
    }*/

    div.feedbackRankOrder.error {
        color: #c00;
        border-color: #c00;
        background-color: #fee;
    }

    div.feedbackRankOrder.info {
        color: #003f6b;
        border-color: #003f6b;
        background-color: #d4edf7;
    }

    div.feedbackRankOrder.success {
        color: #096118;
        border-color: #096118;
        background-color: #e7f4e8;
    }

    div.feedbackRankOrder.warning {
        color: #9c6000;
        border-color: #9c6000;
        background-color: #f7f9d1;
    }

select:disabled {
    background-color: #eee;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaa;
    background-image: none;
}

.instructions {
    margin: 1em 0 .5em 0;
    font-size: .95em;
    font-weight: 600;
    font-style: italic;
}

.right-float {
    float: right;
}

.btn-xs {
    min-width: 80px;
    margin-bottom: 2px;
}

    .btn-xs:last-child {
        margin-bottom: 0;
    }

#container select,
#container select.form-control,
#container input, textarea,
#container input.form-control,
#container textarea.form-control {
    font-size: inherit;
}

.row {
    padding-top: 10px;
}

.glyphicon-remove {
    cursor: default;
}

#step-actions.floater {
    position: fixed;
    bottom: 0;
    background-color: rgba(198,198,198,.7);
    width: 728px;
    padding: 8px 0 8px 12px !important;
    /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.75);*/
}

div#container .no-padding {
    padding: 0 !important;
}

.boxed-control {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
}

.boxed-control select {
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.5);
    background-color: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 5px;
}

.LabelBold {
    font-weight: bold;
}


.pop-overlay {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(15,15,15,.85);
    top:0;
    left:0;
    text-align:center;
}
.pop-content {
    background-color: #fff;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
    max-width: 720px;
    display: inline-block;
    padding:1.5em;
    text-align:left;
}

.excluidos-linha{
    background: url('/Content/images/stripes2.png') !important;
}

.excluidos-linha:first-of-type{
    margin-top:0.5em !important;
}

.excluidos-ordem{
    background-color: initial !important;
    color: #666 !important;
}

.Select100 {    
    max-width:100% !important;
}