html.implantacao-mode .template{
    display: none;
}

html.implantacao-mode .scrolleable-both{
    overflow: scroll;
}

html.implantacao-mode .scrolleable-horizontal{
    overflow-y: hidden;
    overflow-x: scroll;
}

html.implantacao-mode .scrolleable-vertical{
    overflow-y: scroll;
    overflow-x: hidden;
}

html.implantacao-mode #login-home{
    background: #F99B1F;
    color: white;
    height: 319px;
    text-align: center;
}

    html.implantacao-mode #login-home h1{
        font-weight: bold;
        font-size: 35px;
    }

    html.implantacao-mode #login-home p{
        font-size: 20px;
    }

    html.implantacao-mode #login-home img{
        max-height: 100%;
        max-width: 100%;
        padding: 20px;
    }

html.implantacao-mode #ribbon{
    z-index: 1;
}


html.implantacao-mode .color-yes-no-question{
    color: dodgerblue;
}

html.implantacao-mode .ui-autocomplete{
    z-index: 9998 !important;
}

html.implantacao-mode #cboxOverlay{
    background: url(../imagens/overlay.png) repeat 0 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    display: none;
}

html.implantacao-mode #loading{
    background: url(../imagens/Progressbar.gif) no-repeat center center;
    height: 60px;
    width: 225px;
    position: fixed;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -115px;
    min-height: 60px !important;
}

    html.implantacao-mode #loading > span{
        font-size: 1.5em;
        color: deepskyblue;
        
        font-weight: bold;
    }


html.implantacao-mode #progressOverlay{
    background: url(../imagens/overlay.png) repeat 0 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    display: none;
}

html.implantacao-mode #progressLoading{
    height: 60px;
    z-index: 100000;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

    html.implantacao-mode #progressLoading > span{
        font-size: 1.5em;
        color: deepskyblue;
        
        font-weight: bold;
    }

    html.implantacao-mode #progressLoading > #progressBar{
        margin: 10px 0px;
        background-color: rgb(36, 36, 54);
    }

    html.implantacao-mode #progressLoading #progressBar .progress-bar{
        background-color: deepskyblue;
        overflow: visible;
    }


    html.implantacao-mode #progressLoading #progressBar .progress-text{
        font-size: 20px;
        margin: 0px 5px;
        position: relative;
        top: 20%;
    }

html.implantacao-mode #genericModal{
    background: #000000;
    background: rgba(0, 0, 0, 0.39);
    z-index: 2050;
}


html.implantacao-mode .has-error input:not([type]){
    border-color: #b94a48;
    background: #fff0f0;
}

html.implantacao-mode .has-error .field-validation-error{
    color: #b94a48;
}

html.implantacao-mode .has-error input[type=password]{
    border-color: #b94a48;
    background: #fff0f0;
}

@media screen and (min-width: 950px) {
    html.implantacao-mode .modal-dialog-large{
        width: 900px;
    }
}

html.implantacao-mode .border-left{
    border-left: dotted 2px lightgray;
}

html.implantacao-mode .row .col.push-bottom{
    margin-top: 21px;
}

html.implantacao-mode .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    max-height: 200px;
    overflow: auto;
}

html.implantacao-mode .pseudo-hidden, html.implantacao-mode .pseudo-hidden *{
    visibility: collapse;
    height: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: -3000px !important;
}

html.implantacao-mode #contentBlockedMessage{
    min-height: 100px;
    display: table;
    margin: auto;
    text-align: center;
}

    html.implantacao-mode #contentBlockedMessage div{
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
        font-size: medium;
    }


html.implantacao-mode #Deploymentpending-changes LI .level-title:before{
    content: counters(item, ".") " - ";
    counter-increment: item;
}

html.implantacao-mode #DeploymentContent-importacao{
    margin-left: 10px;
}

html.implantacao-mode #DeploymentContent .level-item-importacao .level-header{
    padding-left: 15px;
}

html.implantacao-mode #DeploymentContent .level-item .progress{
    width: 50px;
    margin: 4px;
    text-align: center;
}

    html.implantacao-mode #DeploymentContent .level-item .progress .progress-text{
        position: relative;
    }

    html.implantacao-mode #DeploymentContent .level-item .progress .progress-bar{
        background-color: darkturquoise;
    }

html.implantacao-mode #DeploymentContent .level-item.import-status-ImportedDone .progress .progress-bar{
    background-color: lightgreen;
}

html.implantacao-mode .level-item.import-status-Blocked > .level-header{
    background: #f1f1f1;
    border-color: gray;
}

html.implantacao-mode .level-item.import-status-ReadyToImport > .level-header{
    background: white;
}

html.implantacao-mode .level-item.import-status-ImportedDone > .level-header{
    background: rgb(235, 255, 235);
    border-color: green;
}

html.implantacao-mode .level-item.import-status-ImportedError > .level-header{
    background: rgb(255, 235, 235);
    border-color: brown;
}






html.implantacao-mode .ui-sortable-helper{
   padding-left:0;
}
html.implantacao-mode .level-ol-etapas{
    display: flex;
    overflow-y: hidden;
    margin-right: 15px;
    margin-bottom: 0px !important;
}

    html.implantacao-mode .level-ol-etapas, html.implantacao-mode .level-ol-etapas OL{
        counter-reset: item;
        padding-left: 15px;
    }

html.implantacao-mode .widget-body-scrolleable{
    padding: 0 !important;
}

    html.implantacao-mode .widget-body .alert{
        margin: 5px 15px !important;
    }

    html.implantacao-mode .widget-body .alert ul{
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
html.implantacao-mode #levelFilter{
    border-bottom: 1px solid lightgray;
    padding: 10px 5px;
}

html.implantacao-mode .widget-body-scrolleable > #scrollableContainer{
    overflow: scroll !important;
    height: 100% !important;
    min-height: 350px;
}

html.implantacao-mode .level-ol-etapas > .level-item{
    width: 350px;
    min-width: 350px;
    padding: 15px 0px;
    margin-right: 15px;
}

html.implantacao-mode .sortable LI .level-title:before{
    content: counters(item, ".") " - ";
    counter-increment: item;
}

html.implantacao-mode .level-handle{
    
    border: 1px solid #aaa;
    background: #bfbfbf;
    background: -webkit-linear-gradient(top,#ddd 0,#bbb 100%);
    background: -moz-linear-gradient(top,#ddd 0,#bbb 100%);
    background: linear-gradient(top,#ddd 0,#bbb 100%);
    padding: 0 8px;
    margin: -1px 0px -1px -1px;
    cursor: move;
    min-height: 23px;
}

    html.implantacao-mode .level-handle:hover{
        background: #FDDFB3 !important;
        border: 1px solid #FAA937;
        color: #333 !important;
    }

html.implantacao-mode .level-header{
    min-height: 22px;
    display: block;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

html.implantacao-mode .level-item{
    min-height: 20px;
    display: block;
}

html.implantacao-mode .level-title{
    padding: 3px 3px 0 3px;
    min-height: 21px;
    word-wrap: break-word;
}

    html.implantacao-mode .level-title[contenteditable=true]{
        outline: 2px outset lightblue !important;
    }

html.implantacao-mode .level-item .level-header{
    background: white;
}

html.implantacao-mode .level-ol-itens .level-item-error .level-header{
    background: rgb(255, 235, 235);
    border-color: brown;
}

html.implantacao-mode .level-ol-itens .level-item-success .level-header{
    background: rgb(235, 255, 235);
    border-color: green;
}

html.implantacao-mode .level-ol-itens .level-item-warning .level-header{
    background: khaki;
    border-color: yellow;
}

html.implantacao-mode .level-collapsed > ol{
    display: none;
}

html.implantacao-mode .level-buttons{
    margin: -1px;
    position: relative;
}

    html.implantacao-mode .level-buttons > .btn{
        margin-left: 3px;
        height: 23px;
        padding: 0px;
        margin-left: 3px;
    }

html.implantacao-mode .sortable .level-buttons > .btn, html.implantacao-mode .action-expand, html.implantacao-mode .action-retract{
    display: none;
}

html.implantacao-mode .pending-changes .level-buttons > .btn.action-configureimport, html.implantacao-mode .pending-changes .level-buttons > .btn.action-clone, html.implantacao-mode .level-item.level-item-error .level-buttons > .btn.action-clone, html.implantacao-mode .level-item.not-clonable .level-buttons > .btn.action-clone{
    cursor: not-allowed;
    pointer-events: none;
    background-color: gainsboro;
    color: gray;
}

html.implantacao-mode .pending-changes #EnableDeployment{
    cursor: not-allowed;
    pointer-events: none;
    background-color: gainsboro;
    color: gray;
}

html.implantacao-mode .level-item .pull-left{
    margin-right: 15px;
}

html.implantacao-mode .sortable .action-expand, html.implantacao-mode .sortable .action-retract{
    margin-left: -15px !important;
}

html.implantacao-mode .level-collapsed:not(.level-item-importacao) > .level-header > .level-buttons > .action-expand, html.implantacao-mode .level-expanded:not(.level-item-importacao) > .level-header > .level-buttons > .action-retract, html.implantacao-mode .level-ol-etapas > .level-item:last-of-type > .level-header > .level-buttons .action-addstep, html.implantacao-mode .level-ol-subetapas > .level-item > .level-header > .level-buttons .action-addarea, html.implantacao-mode .level-ol-areas > .level-item > .level-header > .level-buttons .action-additem, html.implantacao-mode .level-ol-etapas > .level-item:not(:first-of-type) > .level-header > .level-buttons .action-excludeestep, html.implantacao-mode .level-ol-subetapas .level-item > .level-header > .level-buttons .action-excludelevel, html.implantacao-mode .sortable .level-item-importacao .action-clone, html.implantacao-mode .sortable .level-item-importacao .action-configureimport{
    display: initial;
}

html.implantacao-mode .btn.action-excludelevel, html.implantacao-mode .btn.action-excludeestep{
    color: darkred;
}
html.implantacao-mode .level-ol-subetapas .level-item-subetapa > .level-header > .level-buttons .action-excludelevel{
    display: none;
}

html.implantacao-mode .sortable .ui-sortable-placeholder{
    background-color: whitesmoke;
    border-color: powderblue;
    border-width: 2px;
    border-style: dotted;
    visibility: visible !important;
    margin-top: 5px;
}

    html.implantacao-mode .sortable .ui-sortable-placeholder.placeholder-error{
        background-color: rgb(253, 196, 196);
        border-color: coral;
    }




html.implantacao-mode #strength{
    display: inline-block;
    top: 10px;
    position: relative;
    color: #FF0000;
}

html.implantacao-mode #PasswordMeter .str-box{
    position: relative;
    border: 1px solid silver;
    width: 54px;
    height: 5px;
    display: inline-block;
}

    html.implantacao-mode #PasswordMeter .str-box div{
        position: absolute;
        width: 0%;
        height: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

html.implantacao-mode #PasswordMeter .short{
    color: #FF0000;
}

    html.implantacao-mode #PasswordMeter .short .str-box.box1 div{
        background: #FF0000;
        width: 100%;
    }

html.implantacao-mode #PasswordMeter .weak{
    color: #E66C2C;
}

    html.implantacao-mode #PasswordMeter .weak .str-box.box1 div{
        background: #E66C2C;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .weak .str-box.box2 div{
        background: #E66C2C;
        width: 100%;
    }

html.implantacao-mode #PasswordMeter .good{
    color: #2D98F3;
}

    html.implantacao-mode #PasswordMeter .good .str-box.box1 div{
        background: #2D98F3;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .good .str-box.box2 div{
        background: #2D98F3;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .good .str-box.box3 div{
        background: #2D98F3;
        width: 100%;
    }

html.implantacao-mode #PasswordMeter .strong{
    color: #006400;
}

    html.implantacao-mode #PasswordMeter .strong .str-box.box1 div{
        background: #006400;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .strong .str-box.box2 div{
        background: #006400;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .strong .str-box.box3 div{
        background: #006400;
        width: 100%;
    }

    html.implantacao-mode #PasswordMeter .strong .str-box.box4 div{
        background: #006400;
        width: 100%;
    }

html.implantacao-mode .passwordResult{
    font-size: .8em;
    font-family: arial;
    width: auto;
    line-height: 1px;
    display: block;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-variant: small-caps;
}


html.implantacao-mode .ImportConfigParametrizacao, html.implantacao-mode .ImportConfigVisualizacao select{
    height: 250px !important;
    overflow: auto !important;
}

html.implantacao-mode #uploadResults .importFileLink{
    width: 250px;
    max-width: 250px;
    
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


html.implantacao-mode #uploadResults td.importMessage{
    width: 100%;
    white-space: initial;
    text-overflow: ellipsis;
    overflow-wrap: normal;
}

html.implantacao-mode #uploadResults td > span{
    font-weight: bold;
}

html.implantacao-mode #uploadResults .importSuccess td.importMessage{
    color: green;
}

html.implantacao-mode #uploadResults .importSuccess i.fa-close{
    display: none;
}

html.implantacao-mode #uploadResults .importError td.importMessage{
    color: red;
}

html.implantacao-mode #uploadResults .importError i.fa-check{
    display: none;
}


html.implantacao-mode #uploadResults tr > td{
    vertical-align: middle !important;
}





html.implantacao-mode td[state-success]{
    color: green;
}

html.implantacao-mode td[state-error]{
    color: red;
}

html.implantacao-mode td[state-warning]{
    color: blue;
}

html.implantacao-mode td.type-LevelStep{
    padding-left: 0px !important;
}

html.implantacao-mode td.type-LevelSubStep{
    padding-left: 10px !important;
}

html.implantacao-mode td.type-LevelArea{
    padding-left: 20px !important;
}

html.implantacao-mode td.type-ImportItem{
    padding-left: 30px !important;
}

html.implantacao-mode .ui-jqgrid-btable .progress{
    text-align: center;
}

html.implantacao-mode .ui-jqgrid-btable .progress-bar{
    background-color: darkturquoise;
}

html.implantacao-mode .ui-jqgrid-btable .progress-text{
    font-weight: bold;
    position: relative;
}


html.implantacao-mode .nav-tabs-backblue li:not(.active) a{
    background-color: rgb(204, 209, 217);

}

html.implantacao-mode .black-layer{
    background: black;
    opacity: 0.5;
    position: absolute;
    z-index: 99;
    visibility: hidden;
}
html.implantacao-mode .black-layer-container{
    overflow: hidden !important;
    position: relative !important;
}
html.implantacao-mode .black-layer-container .black-layer{
    visibility: visible;
}