/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2018, 10:40:26 AM
    Author     : fernando
*/

body.cmrsdiniznotion-page #main-header {
    background: rgba(255, 255, 255, 0.85);
}

/* formulário de pesquisa */
.cmrsdiniznotion-container {
    clear: both;
    display: block;
}

.cmrsdiniznotion-form-container {
    max-width: 350px;
    margin: 0 auto 50px;
}

.cmrs-text-center {
    text-align: center;
}

.cmrsdiniznotion-form-container .cmrs-notion-row {
    clear: both;
    display: block;
    margin-bottom: 15px;
}

.cmrsdiniznotion-form-container input.cmrsdiniznotion-form-input {
    display: inline-block;
    height: 50px !important;
    line-height: 50px !important;
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0px 0px;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
}

.cmrsdiniznotion-form-container input.cmrsdiniznotion-form-input:focus {
    border-color: #24385d;
}


.cmrsdiniznotion-form-container button.cmrsdiniznotion-form-button {
    display: inline-block;
    height: 50px !important;
    background-color: #24385d;
    color: #fff;
    padding: 0px 15px;
    border: 0px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px 0px;
    width: 50%;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
}

.cmrsdiniznotion-form-container button.cmrsdiniznotion-form-button img {
    display: none;
}

.cmrsdiniznotion-form-container button.cmrsdiniznotion-form-button span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.cmrsdiniznotion-form-container button.cmrsdiniznotion-form-button svg#btn-loader {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.cmrsdiniznotion-form-container button.cmrsdiniznotion-form-button:hover {
    opacity: 0.75;
    cursor: pointer;
}

/*

 Result Wrapper

 */

.result-wrapper { 
}

.result-wrapper .result-content {
    display: none;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    max-width: 350px;
    margin: 0px auto;
}

.result-wrapper .result-content h4 {
    font-size: 16px;
    padding-bottom: 20px;
}

.result-wrapper .result-content .result-field {
    line-height: 1.5em;
    margin-bottom: 0px;
    font-size: 14px;
}

.result-wrapper .result-content .result-field.stage {
    margin-top: 10px;
    color: #424242;
    font-weight: bold;
}

.result-wrapper .result-not-found {
    display: none;
    padding: 20px 20px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    background: #efefef;
}

.result-wrapper .result-field.message {
    margin-top: 20px;
}

.result-wrapper .result-content.rr {
    background: #D97400;
    border: #D97400;
    color: #fff;
    max-width: none;
}

/*

 Stages

 */
.result-wrapper .stages {
    display: none;
    margin: 0px 0px 20px 0px;
}

.result-wrapper .stages .stages-timeline {
    border: 0;
    border-left: 2px dashed #ccc;
    padding: 50px 0px 20px 50px;
    margin: 0px auto;
}

.result-wrapper .stages .stages-timeline .stage {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    width: 100%;
    min-height: 85px;
}

.result-wrapper .stages .stages-timeline .stage div.circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dfdfdf;
    margin-left: -87px;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage div.circle::after {
    position: absolute;
    margin-top: 25px;
    margin-left: 7px;
    width: 100px;
    border-top: 2px dashed #dfdfdf;
    content: "";
    z-index: -1;
}

.result-wrapper .stages .stages-timeline .stage h4 {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.result-wrapper .stages .stages-timeline .stage p {    
    font-size: 12px;
    line-height: 1.5em;
    color: #ccc;
    text-align: center;
}


/*

 Stages Active

 */
.result-wrapper .stages .stages-timeline .stage.active {
    border: 1px solid #005bc7;
    background: #005bc7;
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.active div.circle {
    background: #005bc7;
}

.result-wrapper .stages .stages-timeline .stage.active div.circle::after {
    border-top: 2px dashed #005bc7;
}

.result-wrapper .stages .stages-timeline .stage.active p {
    list-style: none;
    font-size: 12px;
}

.result-wrapper .stages .stages-timeline .stage.active h4 {
    color: #fff;
    font-size: 14px;
}

/*

 Passed

 */
.result-wrapper .stages .stages-timeline .stage.passed {
    background: #f1f1f1;
}

.result-wrapper .stages .stages-timeline .stage.passed h4 {
    color: #424242;
}

.result-wrapper .stages .stages-timeline .stage.passed p {
    color: #424242;
}

.result-wrapper .stages .stages-timeline .stage.passed div.circle {
    background: #ccc;
}

.result-wrapper .stages .stages-timeline .stage.passed div.circle::after {
    border-top: 2px dashed #ccc;
}

/*

 Yellow

 */
.result-wrapper .stages .stages-timeline .stage.yellow {
    background: #ffc46a;
    border-color: #ffc46a;
}

.result-wrapper .stages .stages-timeline .stage.yellow h4 {
    color: #24385d;
}

.result-wrapper .stages .stages-timeline .stage.yellow p {
    color: #24385d;
}

.result-wrapper .stages .stages-timeline .stage.yellow div.circle {
    background: #ffc46a;
}

.result-wrapper .stages .stages-timeline .stage.yellow div.circle::after {
    border-top: 2px dashed #ffc46a;
}

/*

 red

 */
.result-wrapper .stages .stages-timeline .stage.red {
    background: red;
    border-color: red;
}

.result-wrapper .stages .stages-timeline .stage.red h4 {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.red p {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.red div.circle {
    background: red;
}

.result-wrapper .stages .stages-timeline .stage.red div.circle::after {
    border-top: 2px dashed red;
}

/*

 Green

 */
.result-wrapper .stages .stages-timeline .stage.green {
    background: #48c18f;
    border-color: #48c18f;
}

.result-wrapper .stages .stages-timeline .stage.green h4 {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.green p {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.green div.circle {
    background: #48c18f;
}

.result-wrapper .stages .stages-timeline .stage.green div.circle::after {
    border-top: 2px dashed #48c18f;
}

/*

 Blue

 */
.result-wrapper .stages .stages-timeline .stage.blue {
    background: #24385d;
    border-color: #24385d;
}

.result-wrapper .stages .stages-timeline .stage.blue h4 {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.blue p {
    color: #fff;
}

.result-wrapper .stages .stages-timeline .stage.blue div.circle {
    background: #24385d;
}

.result-wrapper .stages .stages-timeline .stage.blue div.circle::after {
    border-top: 2px dashed #24385d;
}


@media screen and (min-width: 780px) {
    /*

    Stage Left

    */
    .result-wrapper .stages .stages-timeline {
        margin-left: 50%;
    }
    
    .result-wrapper .stages .stages-timeline .stage.left {
        width: 100%;
        margin: 0px 0px 0px -137% !important;
    }

    .result-wrapper .stages .stages-timeline .stage.left div.circle {
        position: relative;
        float: right;
        border-radius: 50%;
        margin-right: -82px;
        margin-top: 0px;
    }

    .result-wrapper .stages .stages-timeline .stage.left div.circle::after {
        position: absolute;
        margin-top: 25px;
        margin-left: -100px;
        width: 100px;
        content: "";
        z-index: -1;
    }
}

@media screen and (max-width: 779px) {
    .result-wrapper .result-content {
        max-width: 100%;
    }

    .result-wrapper .stages {
        margin: 0px 0px 20px 25px;
    }
    
    .result-wrapper .stages .stages-timeline .stage {
        margin: 0px 0px 35px 0px;
    }
}