/*
 * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
CSS PARA OVERRIDE
DECLARE ESSE CSS NA SUA APLICAÇÃO NO MESMO CAMINHO RELATIVO
*/

/**
* Configuração custon para o plugin jQuery, toastr
**/

@media (max-width: 768px) {
    #toast-container {
        margin-top: 142px;
    }
}

@media (min-width: 768px) {
    #toast-container {
        margin-top: 70px;
    }
}

#toast-container {
    pointer-events: none;
}

#toast-container.toast-top-center > div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: auto;
}

.toast-top-center {
    left: 25%;
    margin-left: auto;
}

.radio-list {
    min-height: 30px;
}

.action-column {
    width:1%;
    white-space:nowrap;
}

@media (min-width: 992px) {
    .modal-belver {
        width: 900px;
    }
}


.page-sidebar-fixed .page-footer {
    margin-left: 0px;
}

/*.logo-default::before {*/
    /*content: url("/singular-static/resources/singular/img/brand.png");*/
    /*height: 15px;*/
    /*top: 15px;*/
/*}*/

.portlet.light .form .form-body {
    padding-top: 0px;
}

.form-body h3:first-of-type {
    margin-top: 0px;
}