﻿/* MODAL POUP */

.MPEpopUP {
    border: solid 1px #c0c0c0;
    padding: 0px 10px 10px 10px;
    position: absolute;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

/* FIM MODAL POUP */

.btn-default {
    background-color: #e6e6e6 !important;
}

.modal-header_custom {
    padding-left: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F0752D !important;
    color: white;
    font-size: 12px !important;
    font-weight: bold;
    width: 100%;
}

.modal-header_custom .close {
    margin-top: 0px !important;
    color: white !important;
    opacity: 1;
}

.modal-header_custom .close:hover {
    color: white !important;
    opacity: 0.5;
}

.modal-header_custom2 {
    padding-left: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #e5e5e5;
    background-color: #00355F;
    color: white;
    font-size: 12px !important;
    font-weight: bold;
}

.modal-header_custom2 .close {
    margin-top: 15px !important;
    color: white !important;
    opacity: 1;
}

.modal-header_custom2 .close:hover {
    color: white !important;
    opacity: 0.5;
}

.modalTitle {
    font-size: 18px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    float: left;
}

.modal-dialog_custom {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.modal_custom {
    padding-right:0px !important;
}

.close_custom {
    float: right !important;
}

#preview {
    max-width: 100% !important;
	transform: rotateY(0deg) !important
}

.aceitarButton {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.enviarButton {
    -moz-box-shadow: 0px 10px 14px -7px #3E73FF;
    -webkit-box-shadow: 0px 10px 14px -7px #3E73FF;
    box-shadow: 0px 10px 14px -7px #3E73FF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77B5FF), color-stop(1, #72B3FF));
    background: -moz-linear-gradient(top, #77B5FF 5%, #72B3FF 100%);
    background: -webkit-linear-gradient(top, #77B5FF 5%, #72B3FF 100%);
    background: -o-linear-gradient(top, #77B5FF 5%, #72B3FF 100%);
    background: -ms-linear-gradient(top, #77B5FF 5%, #72B3FF 100%);
    background: linear-gradient(to bottom, #77B5FF 5%, #72B3FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77B5FF', endColorstr='#72B3FF',GradientType=0);
    background-color: #77B5FF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4B8FFF;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.customTextBox {
    font-size: 14px !important;
}

.customLabel {
    margin-top: 6px;
    font-size: 14px;
}

.landpage-shortcuts-hover > a:hover,
.landpage-shortcuts-hover > a:focus {
    text-decoration: none;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -webkit-opacity: 0.1 !important;
}


#div_Apps_Actions .BoxMinSize_135 {
    min-width: 150px;
    max-width: 200px;
}

.tileA {
    text-decoration: none !important;
}

.tile {
    color: #fff;
    height: 140px;
    margin-bottom: 25px;
    padding: 12px;
}

.tile.tile-box {
    text-align: center;
    /*background-image: url("Images/fundoCaixa.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background: #303030;
    /*border: 4px outset #F0752D;*/
    border-bottom: none;
    border-right: none;
    box-shadow: none;
    box-shadow: 8px 8px 30px black;
    /*background: rgba(0, 0, 0, 0.08);
    border: 1px outset rgba(255,0,0,0.8);
    border-bottom: 2px outset rgba(255,0,0,0.8);
    border-right: 2px outset rgba(255,0,0,0.8);
    box-shadow: 4px 6px 9px silver;*/
    /*border-radius: 20px;*/
}

.tile.tile-box:hover {
    /*background-image: url("Images/fundoCaixaHover.png");*/
    background-repeat: no-repeat;
    background: #4C4C4C;
    background-size: cover;
    border-bottom: none;
    border-right: none;
    box-shadow: 4px 4px 15px black;
}

.tile.tile-red {
    background: #cc0000;
}

.tile.tile-blue {
    background: #12477b;
}

.tile.tile-blue-light {
    background: #8eccf1;
}

.tile.tile-brown {
    background: #514428;
}

.tile.tile-brown-light {
    background: #6A5D41;
}

.tile.tile-green {
    background: #3e834c;
}

.tile.tile-green-light {
    background: #68a675;
}

.tile.tile-gray {
    background: #B0B0B0;
}

.tile .tile-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    /*text-shadow: silver 1px 1px 2px;*/
    /*text-align: left !important;*/
}

.tile .tile-img {
    /*float: right;*/
    text-align: center !important;
    margin-top: 5px;
}

.icn_bigger {
    height: 120px !important;
    width: 120px !important;
}

.icn {
    display: inline-block;
    height: 70px;
    width: 70px;
    vertical-align: middle;
}

    .icn.icn-modelos-in {
        background: url(../Content/Images/in.png) no-repeat;
    }

    .icn.icn-modelos-out {
        background: url(../Content/Images/out.png) no-repeat;
    }

    .icn.icn-modelos-equip_in {
        background: url(../Content/Images/equip_in.png) no-repeat;
    }

    .icn.icn-modelos-equip_out {
        background: url(../Content/Images/equip_out.png) no-repeat;
    }

    .icn.icn-modelos-equip {
        background: url(../Content/Images/equip.png) no-repeat;
    }

    .icn.icn-modelos-equipQtd {
        background: url(../Content/Images/equipQtd.png) no-repeat;
    }

    .icn.icn-modelos-func {
        background: url(../Content/Images/func.png) no-repeat;
    }

    .icn.icn-modelos-swap {
        background: url(../Content/Images/swap.png) no-repeat;
    }

    .icn.icn-modelos-obras {
        background: url(../Content/Images/obras.png) no-repeat;
    }

    .icn.icn-modelos-config {
        background: url(../Content/Images/config.png) no-repeat;
    }

    .icn.icn-modelos-vacation {
        background: url(../Content/Images/vacation.png) no-repeat;
    }

    .icn.icn-modelos-audit {
        background: url(../Content/Images/audit.png) no-repeat;
    }

    .icn.icn-modelos-construction {
        background: url(../Content/Images/construction.png) no-repeat;
    }

    .icn.icn-modelos-viaturas {
        background: url(../Content/Images/viaturas.png) no-repeat;
    }

    .icn.icn-modelos-permissoes {
        background: url(../Content/Images/permissoes.png) no-repeat;
    }

    .icn.icn-modelos-transporte {
        background: url(../Content/Images/transporte.png) no-repeat;
    }

    .icn.icn-modelos-horas {
        background: url(../Content/Images/horas.png) no-repeat;
    }

    .icn.icn-modelos-year {
        background: url(../Content/Images/year.png) no-repeat;
    }

    .icn.icn-modelos-marcacao {
        background: url(../Content/Images/marcacao.png) no-repeat;
    }

    .icn.icn-modelos-aprove {
        background: url(../Content/Images/aprove.png) no-repeat;
    }

    .icn.icn-modelos-userdays {
        background: url(../Content/Images/userdays.png) no-repeat;
    }
    .icn.icn-modelos-pergunta {
        background: url('Images/RQS_Pergunta.png')no-repeat;
    }
    .icn.icn-modelos-grupoPergunta {
        background: url('Images/RQS_Grupo.png')no-repeat;
    }
    .icn.icn-modelos-template {
        background: url('Images/RQS_template.png') no-repeat;
    }
    .icn.icn-modelos-Auditoria {
        background: url('Images/RQS_Obra.png')no-repeat;
    }
    .icn.icn-modelos-Audit {
        background: url('Images/RQS_audit.png')no-repeat;
    }

.table_Custom thead tr th a {
    color: #F0752D;
}

.table_CustomDetail thead tr th a {
    color: #F0752D;
}

.userMenu-custom a {
    color: #CCCCCC !important;
    font-weight: bold !important;
}

.userMenu-custom ul li a {
    color: #333333 !important;
    font-weight: normal !important;
}

.table_Custom {
    background-color: transparent;
}

.table_Custom th {
    border-top: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    border-bottom: 1px solid #ADADAD !important;
}

.table_Custom td {
    padding: 5px !important;
    font-size: 12px !important;
    border-bottom: 1px solid #ADADAD !important;
}

.table_CustomDetail {
    background-color: transparent;
}

.table_CustomDetail th {
    border-top: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.table_CustomDetail td {
    padding: 5px !important;
    font-size: 12px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.btn-custom {
    box-shadow: none !important;
}

.btn-orange-add {
    box-shadow: none !important;
    background-color: #F0752D !important;
    color: white !important;
}

.btn-orange {
    background-color: #F0752D !important;
}

.font-orange {
    color: #F0752D !important;
}

@media (max-width: 2000px) {
    .container {
        max-width: 1740px !important;
    }
}

@media (max-width: 1800px) {
    .container {
        max-width: 1540px !important;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1340px !important;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 200px){
    .cta-custom-login{
        padding-top: 1rem !important;
    }
}

@media (max-width: 300px) {
    .cta-custom-login {
        padding-top: 1rem !important;
    }
}

@media (max-width: 400px) {
    .cta-custom-login {
        padding-top: 1rem !important;
    }
}

@media (max-width: 500px) {
    .cta-custom-login {
        padding-top: 2rem !important;
    }
}

@media (max-width: 700px) {
    
    .modal-dialog_custom {
        min-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}




.site-heading-custom {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.page-section-custom {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-expand-lg-custom {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cta-custom {
    background-color: #fff !important;
}

.cta-custom-site {
    padding-top: 2rem !important;
    padding-bottom: 6rem !important;
}

.card-login {
    margin: 0 auto 25px !important;
    background-color: #E2E2E2 !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.card-container_Custom {
    max-width: 500px !important;
}

.card-container-login_Custom {
    padding: 20px 40px !important;
    border: none !important;
    max-width: 350px;
}

.page-section-top-custom {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.cta-top-custom {
    background-color: #fff !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.forgot-password {
    color: #777777 !important;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    background: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.container-custom {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#mainNav {
    background-color: #333333 !important;
}


.footer {
    background-color: #333333 !important;
}


.chosen-container-single {
    width: 100% !important;
}

    .chosen-container-single a {
        height: 34px !important;
    }

    .chosen-container-single span {
        margin-top: 3px !important;
    }

    .chosen-container-single div {
        margin-top: 4px !important;
    }
        
    .chosen-single abbr {
        margin-top: 5px !important;
    }

.chosen-container .chosen-results {
    max-height: 120px !important;
} 














/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,*/
select {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
