﻿/* Geral */
.no-resize {
    resize: none;
}

/* Notification Dialogs */
.modal-notification-success {
    background-color: #dff0d8;
}

.modal-notification-error {
    background-color: #f2dede;
}

.modal-notification-info {
    background-color: #fcf8e3;
}


/* Loading dialog */
.no-close .ui-dialog-titlebar {
    display: none;
}

/* Footer */
#footer {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
}

/* Footer tela de Login */
#footerLogin {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}


/* Tables */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}

th.dt-center, td.dt-center {
    text-align: center;
}

th.dt-right, td.dt-right {
    text-align: right;
}

/* File Upload */
.file-upload-texto {
    width: 30%;
    border: 1px solid #cccccc;
}

.file-upload {
    position: relative;
    overflow: hidden;
}

    .file-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.input-group .upload {
    height: 100%;
    width: 100%;
}

.filestyle-preview {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 615px) {
    .navbar-brand span {
        display: none;
    }

    .alinha_telefone {
        width: 100% !important;
    }

    
}

@media screen and (max-width: 400px) {
    .btn-usuario-operador button {
        font-size: 11px;
    }

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 0;
        margin-top: 0;
    }
    .well {
        padding: 0 !important;
    }

    .container {
        padding: 0 5px 0 -5px !important;
    }

    .row.xs-nomargin{
        margin: 0 !important
    }

    .sistema-sigla{
        margin-left: 5px !important;
    }
}


@media (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    .navbar-brand span {
        display: none;
    }
}

/** ----------  Login  -------------**/
#panel-login {
    margin-top: 40px;
}

.sistema-sigla {
    padding: 14px 0 0 15px;
    font-size: 18px;
    color: #ffffff;
}

.p-compatibilidade {
    font-size: 9px;
    font-weight: bold;
}

.wdt-30 {
    width: 30%;
}

.fileUploadTexto {
    width: 30%;
    border: 1px solid #cccccc;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.alturaMensagem {
    height: 43px;
}
