﻿input,
select,
textarea {
    width: 100%;
}

.grid-icon {
    width: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Estilo nova brand*/

.chiller-theme .sidebar-wrapper {
    background-color: #15252D;
}

.sidebar-bg.chiller-theme .sidebar-wrapper::before {
    content: none
}

.btn-primary {
    color: #fff;
    background-color: #428087;
    border-color: #428087;
}

    .btn-primary:hover, .btn-success:hover {
        color: #15252D;
        background-color: #96DFE5;
        border-color: #96DFE5;
    }

.btn-success {
    color: #fff;
    background-color: #428087;
    border-color: #428087;
}

a {
    color: #428087;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #96DFE5
    }

.text-danger {
    color: #B30000 !important;
}

.text-success {
    color: #267D36 !important;
}

.text-info {
    color: #0A7485 !important;
}

/* Fim Estilo nova brand*/
/* Estilo para pré carregamento */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/tema/simple-pre-loader/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

/* Fim de estilo para pré carregamento */
