/* #Media Queries
================================================== */
.mq {
    position: fixed;
    width: 50px;
    height: 10px;
    background: #ff0;
    top: 0;
    right: 0;
    z-index: 999999999;
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1024px) {
    .mq{
        background-color: blue;
    }

    .menu-wrapper .btn.hideTextBtn {
        padding: 15px 10px;
    }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mq{
        background-color: red;
    }

    .menu-wrapper .btn.hideTextBtn {
        padding: 15px 5px;
    }
}

/* Esconder a Foto do Usuário */
@media only screen and (max-width: 890px) {
    .photoWrapper {
        display: none !important;
    }

    .ColVis {
        display: none;
    }

    div.DTTT_container {
        float: none !important;
        text-align: center;
    }

    div.DTTT_container:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        padding: 0 0 10px 0;
    }

}

@media only screen and (max-width: 720px) {

    #hTotais .sFinanceiro {
        width: 100%;
    }

    #hTotais .sFinanceiro .saldo {
        float: left;
        width: 100%;
    }


    #fTotais .stFinanceiro .saldo {
        float: left;
        width: 100%;
    }

    #fTotais .tFinanceiro  {
        margin-top: 1px;
    }

    #fTotais .tFinanceiro .saldo {
        float: left;
        width: 100%;
    }

}

/*ALL MOBILES*/
@media only screen and (max-width: 774px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .header-wrapper {
        max-height: 103px;
    }

    .header-wrapper .box .titulo {
        width: 100%;
    }

    .header-wrapper .box .titulo a {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .header-wrapper .box .titulo .logo-enceladus {
        display: none;
    }

    .wrapperInfos {
        display: none;
    }

    .photoWrapper {
        display: none;
    }

    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center;
    }

    .pt-content .pt-inner {
        /*        padding: 0 10px;*/
    }

    .logoMenuSmartPhone {
        text-align: center;
        margin: 0 auto;
        margin-top: 5%;
        background-image: url('../images/logo-adm-menu.png');
        width: 90%;
        height: 90px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .menuSmartPhone {
        position: relative;
        width: 88%;
        margin: 0 auto;
        margin-bottom: 20px;    
    }

    .menuSmartPhone .btn {
        position: relative;
        color: #fff;
        padding: 15px 0px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 300;
        border-bottom: 1px solid #333;
        display: block;
        text-align: left;
    }
    .menuSmartPhone .btn:hover {
        color: #ccc;
        /*        background: #555;*/
    }

    .menuSmartPhone .btn i {
        width: 25px;
        text-align: center;
    }

    .menuSmartPhone .btn span {
        margin-left: 10px
    }

    .QapTcha_Wrap > div .TxtStatus{
        background-image: url('../js/captcha/slide_acess_mobile.png') !important;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mq{
        background-color: orange;
    }
}

@media only screen and (max-width: 670px) {

    .ui-dialog {
        position: fixed;
        top: 0 !important;
        max-width: 100% !important;
        height: 100% !important;
        -webkit-overflow-scrolling:touch;
    }

    .ui-dialog {
        border: 0px !important;
    }

    .ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-content .pt-content {
        max-width: 96% !important;
        margin: 0 auto !important;
        padding: 0px !important;
    }

    .ui-dialog .ui-dialog-content .pt-content {
        height: 100% !important;        
    }

    .ui-dialog .ui-dialog-content {
        max-width: 100% !important;
    }

    .taskPanel.open {
        min-width: 300px !important;
    }

    .ui-dialog .pt-title i {
        padding: 5px !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 620px) {
    #formulario ul.markup {
        margin: 20px 0;
    }

    #formulario ul.markup li {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .input-wrap {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .lineForm {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .linha {
        width: 100%;
        height: 3px;
        background: #ccc;
        margin: 12px 0 !important;
    }

    #bFinanceiro {    
        text-align: center;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {        
    .header-wrapper .box .titulo {
        display: none;
    }

    .wrapperInfos {
        position: absolute;
        top: 0;
        right: 0;
    }

    #formulario .taskPanel .taskWrapper .checkWrapper {
        width: 30% !important;        
    }

    #formulario .taskPanel .taskWrapper .description {
        width: 70% !important;        
    }

}

@media only screen and (max-width: 410px) {
    .menu-wrapper.mobile .btn-wrapper .pull-right .btn {        
        padding: 13px 7px !important;
    }

    .menu-wrapper.mobile .btn-wrapper .pull-right .btn span {
        display: none !important;
        padding: 15px 15px !important;
    }

    .menu-wrapper.mobile .btn-wrapper .pull-right .btn i {        
        top: 0px !important;
        font-size: 20px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 320px) {

    .areaSubMenu {
        text-align: center;
    }

    .areaSubMenu .btn {
        float: none;
    }

    .taskPanel.open {
        min-width: 291px !important;
    }

    .spacePanel {
        display: none;
    }

}