﻿
/* Custom */ /*
 *  PRODEST - www.prodest.es.gov.br - Copyright 2012 
 *
 *  @Autor: Daniel Hoisel
 *  @Data de criação : 02/10/2012
 *
 *  COLOQUE O CSS DA APLICAÇÃO NESSE ARQUIVO
 * /

/* =============================================================================
   GERAL
   ========================================================================== */
html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

html, body
{
    background-color: #EEF3F7;
}

h5
{
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

body
{
    background-image: url('../Imagens/quad.gif');
    background-repeat: repeat;
    padding-top: 5px;
    text-rendering: optimizeLegibility;
    font-size: 13px;
    color: #707070;
}

/*
thead th
{
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
}
*/

/*nav ul, nav ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}*/

a
{
    cursor: pointer;
}

div, section
{
    margin: 0;
    padding: 0;
}


/* =============================================================================
   FORM 
   ========================================================================== */
/*
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    font-size: 12px;
}

form
{
    margin-bottom: 0px;
}


    form button.excluir
    {
        border: none;
        background-color: transparent;
    }


.form-horizontal .control-group
{
    margin-bottom: 10px;
    margin-right: 40px;
}

.form-horizontal .control-label
{
    width: 220px;
    color: #707070;
}

.form-horizontal .controls
{
    margin-left: 230px;
}


.form-horizontal .form-actions
{
    padding-left: 230px;
}

label, input, button, select, textarea
{
    font-size: 12px;
}


.form-horizontal-search .control-group
{
    display: inline-block;
}



.form-horizontal-large .control-label
{
    width: 350px;
    color: #707070;
}

.form-horizontal-large .controls
{
    margin-left: 360px;
}


.form-horizontal-large .form-actions
{
    padding-left: 360px;
}




.form-actions
{
    margin-bottom: 0px;
}


form .form-section
{
    padding: 0px 40px 0px 40px;
}

.checkboxlist
{
    max-height: 119px;
    border: 1px solid #CCC;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow-y: scroll;
    width: 225px;
    padding-left: 5px;
    background-color: #FFF;
    padding: 5px 10px;
}

    .checkboxlist label
    {
        display: inline-block;
        margin-bottom: 0;
        width: 90%;
    }

    .checkboxlist input[type=checkbox]
    {
        margin-top: 0;
        margin-right: 5px;
    }


.add-on-checkbox
{
    background-color: #fff !important;
}


*/

    /*.add-on-checkbox input[type=checkbox]
    {
        margin: 0px !important;
    }*/

/*

.input-checkbox-label
{
    background-color: #FFF !important;
    cursor: auto !important;
}

.input-append .active, .input-prepend .active
{
    background-color: #A9DBA9 !important;
    border-color: #46A546 !important;
}

select.input-tipo-telefone
{
    margin-right: 15px;
    border-radius: 3px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input
{
    font-size: 12px;
}

*/

/* =============================================================================
   .BREADCRUMB  {
 
   ========================================================================== */
.siteMapPath
{
    display: inline-block;
    margin: 10px 0 10px 0px;
   width: 100%;
padding: 7px 0px;
    background-color: whiteSmoke;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(white),to(whiteSmoke));
    background-image: -moz-linear-gradient(top,white,whiteSmoke);
    background-image: -ms-linear-gradient(top,white,whiteSmoke);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,whiteSmoke));
    background-image: -webkit-linear-gradient(top,white,whiteSmoke);
    background-image: -o-linear-gradient(top,white,whiteSmoke);
    background-image: linear-gradient(top,white,whiteSmoke);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white,endColorstr=#f5f5f5);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white,endColorstr=#f5f5f5);
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}

    .siteMapPath span
    {
        text-shadow: 0 1px 0 white;
        padding: 0 5px;
    }

    .siteMapPath #loginStatus
    {
        float: right;
        margin-right:14px;
    }



/* =============================================================================
   HEADERS 
   ========================================================================== */
body > .header-container
{
    margin-bottom: 3px;
}

    body > .header-container header
    {
        position: relative;
        height: 105px;
        margin-bottom: 0;
        border: 1px solid #C9D1E0;
        -webkit-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.07),5px 0 10px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: -5px 0 10px 0 rgba(0,0,0,0.07),5px 0 10px 0 rgba(0,0,0,0.07);
        box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.07),5px 0 10px 0 rgba(0, 0, 0, 0.07);
        background-color: #E9EFF5;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear,left top,left bottom,from(white 70%),to(#E9EFF5));
        background-image: -moz-linear-gradient(top,white 70%,#E9EFF5);
        background-image: -ms-linear-gradient(top,white 70%,#E9EFF5);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white 70%),color-stop(100%,#E9EFF5));
        background-image: -webkit-linear-gradient(top,white 70%,#E9EFF5);
        background-image: -o-linear-gradient(top,white 70%,#E9EFF5);
        background-image: linear-gradient(top,white 70%,#E9EFF5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 70%,endColorstr=#e9eff5);
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 70%,endColorstr=#e9eff5);
    }

/****** nome da aplicação ******/
.header-container header .nome-app
{
    position: absolute;
    top: 18px;
    left: 40px;
}

/****** logo do governo ******/
.header-container header .governo-logo
{
    position: absolute;
    top: 0;
    right: 0;
}

/* =============================================================================
   PAGE HEADERS 
   ========================================================================== */
.page-header
{
    /*margin-left: 40px;
  margin-right: 40px;*/
    padding-bottom: 0px;
    border-bottom: 1px solid #D5DFE5;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
}

    .page-header h1, .page-header h2, .page-header h3, .page-header h4
    {
        color: #2060a0;
    }

    .page-header input[type=checkbox]
    {
        margin: 0 5px 0 0;
    }








/* =============================================================================
   MENU
   ========================================================================== */
.navbar .nav > li > a {
  color: #2D5A86;
}
.navbar .nav > li.item {

  padding: 10px 8px 10px 8px;
  display: block;
}

.dropdown-menu {
    top: 96%;
}

.dropdown-menu li a{
    border-bottom: 1px dotted #E0E0E0;
    color: #3d5670;
    font-size:0.95em;
}

.grid-solicitacao-wrapper table td:nth-child(5),
.grid-solicitacao-wrapper table th:nth-child(5) {
    border-left-width:5px;
}

/*
.table.grid tbody tr:hover {
    outline: 1px solid #718ba4;
}
*/

/* =============================================================================
   RODAPÉ
   ========================================================================== */
footer
{
    margin: 0;
    padding: 0;
    padding-top: 9px;
    border-top: 1px solid #EEE;
    font-size: 11px;
    color: #667A66;
    padding-top: 0;
    background-color: #E9EFF5;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(white 30%),to(#E9EFF5));
    background-image: -moz-linear-gradient(top,white 30%,#E9EFF5);
    background-image: -ms-linear-gradient(top,white 30%,#E9EFF5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white 30%),color-stop(100%,#E9EFF5));
    background-image: -webkit-linear-gradient(top,white 30%,#E9EFF5);
    background-image: -o-linear-gradient(top,white 30%,#E9EFF5);
    background-image: linear-gradient(top,white 30%,#E9EFF5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 30%,endColorstr=#e9eff5);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 30%,endColorstr=#e9eff5);
    padding-top: 0;
    border-left: 1px solid #C9D1E0;
    border-right: 1px solid #C9D1E0;
    border-bottom: 1px solid #C9D1E0;
}

    footer .barra
    {
        margin: 0 0 18px;
        padding: 7px 14px;
        background-color: whiteSmoke;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear,left top,left bottom,from(white),to(whiteSmoke));
        background-image: -moz-linear-gradient(top,white,whiteSmoke);
        background-image: -ms-linear-gradient(top,white,whiteSmoke);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,whiteSmoke));
        background-image: -webkit-linear-gradient(top,white,whiteSmoke);
        background-image: -o-linear-gradient(top,white,whiteSmoke);
        background-image: linear-gradient(top,white,whiteSmoke);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white,endColorstr=#f5f5f5);
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white,endColorstr=#f5f5f5);
        border: 1px solid #DDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 white;
        -moz-box-shadow: inset 0 1px 0 white;
        box-shadow: inset 0 1px 0 white;
    }


    footer .assinatura
    {
        width: 380px;
        margin: 35px auto;
        padding-left: 90px;
        background: transparent url("../Imagens/logoProdestPequeno.gif") 0 10px no-repeat;
    }







/* =============================================================================
   CONTEÚDO
   ========================================================================== */
#wrapper
{
    background-color: #F9FAFB;
    -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.07), 5px 0px 10px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.07), 5px 0px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.07), 5px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

    #wrapper #conteudo-wrapper
    {
        margin: 0;
        padding: 0;
    }

    #wrapper .p
    {
        padding: 0px 40px 0px 40px;
    }

/* =============================================================================
   INTERNET EXPLORER
   ========================================================================== */
.oldie #wrapper #conteudo-wrapper
{
    border-left: 1px solid #C9D1E0;
    border-right: 1px solid #C9D1E0;
    border-top: 1px solid #C9D1E0;
}






/* =============================================================================
   jQuery UI
   ========================================================================== */



/* =============================================================================
   VALIDAÇÃO
   ========================================================================== */
.field-validation-error
{
    margin: 0;
    padding: 0;
    color: #AA2D1F !important;
    font-size: 11px !important;
    margin: 0px 0px 1px 5px !important;
}

.input-validation-error
{
    background-color: #FCF4F3 !important;
    border-color: #EEC0BB !important;
}

    .input-validation-error:focus
    {
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
    }

.validation-summary-errors
{
    margin: 5px 5px !important;
    font-weight: bold;
}

    .validation-summary-errors ul li
    {
        color: #E39B93 !important;
    }

a.ativo, .ativo, .ativo a
{
    color: #0259b3;
}

a.inativo, .inativo, .inativo a
{
    color: #CC0000;
}

.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  /* Konqueror */
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  /* The standard */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5bc0de, endColorstr=#339bb9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5bc0de, endColorstr=#339bb9, GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #339bb9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}



/* =============================================================================
   INTERNET EXPLORER
   ========================================================================== */

/******************************* Btns ****************************************/
.oldie #wrapper .btn.primary:hover
{
    background-image: none;
    filter: none;
    -ms-filter: none;
    background-color: #102C5E;
}



/* =============================================================================
   TABELAS
   ========================================================================== */
/*

.table-responsive
{
     min-height: 0;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table
    {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td
        {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered
    {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child
        {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child
        {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td
        {
            border-bottom: 0;
        }



body table.table td
{
    text-align: center;
}

    body table.table td.left
    {
        text-align: left;
    }

    body table.table td.right
    {
        text-align: right;
    }

    body table.table td.hora
    {
        font-family: Courier New;
        color: #8b7505;
    }
    
    body table.table td.data
    { 
        color: #155588;
    }


body table.table th
{
    text-align: center;
}

    body table.table th.left
    {
        text-align: left;
    }

    body table.table th.right
    {
        text-align: right;
    }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th
{
    background-color: #F1F0F0;
}

.table thead a.ordered
{
    color: #333;
}


.table thead a
{
    color: #2060A0;
}

    .table thead a:hover
    {
        text-decoration: none !important;
        color: #73ABE4;
    }

*/

/* =============================================================================
   TABELA  EFETIVAÇÃO DE DESLIGAMENTO
 ========================================================================== */
    
/*

.table tbody tr.pouco-atrasado td
{
    color:#9B6B09;
    background-color: #FAFAD9;
}
.table tbody tr.pouco-atrasado:hover td
{
    background-color: #d4e5ee;
}


.table tbody tr.atrasado td
{
    color: #E06A07;
    background-color: #FFF0C9;
}
.table tbody tr.atrasado:hover td
{
    background-color: #fce7b0;
}


.table tbody tr.muito-atrasado td
{
    color: #DF3E3E;
    background-color: #FFE2E2;
}
.table tbody tr.muito-atrasado:hover td
{
    background-color: #fed5d5;
}

*/

/* =============================================================================
   TABELA DE VAGAS
 ========================================================================== */

/*

.table tbody tr.disponivel td
{
    color: green;
    background-color: #E1F8D7;
}

.table tbody tr.cancelada td
{
    color: #ae0808;
    background-color: #FCEAEA;
}

.table tbody tr.ocupada td
{
    color: #2060a0;
    background-color: #E9F4FA;
}

.table tbody tr.disponivel:hover td
{
    background-color: #d8f1cd;
}

.table tbody tr.cancelada:hover td
{
    background-color: #f6e0e0;
}


.table tbody tr.ocupada:hover td
{
    background-color: #d4e5ee;
}



    */

/* =============================================================================
   TABELA DE solicitações
 ========================================================================== */

/*

.table tbody tr.criada td
{
    color: #9b6b09;
    background-color: #fafad9;
}

.table tbody tr.criada:hover td
{
    background-color: #faf2cc;
}

.table tbody tr.candidatoselecionado td,
.table tbody tr.candidatoconvocado td
{
    color: #2b71b7;
    background-color: #E9F4FA;
}

.table tbody tr.candidatoselecionado:hover td,
.table tbody tr.candidatoconvocado:hover td
{
    background-color: #d4e5ee;
}


.table tbody tr.candidatoaceito td,
.table tbody tr.candidatoaprovado td
{
    color: green;
    background-color: #E1F8D7;
}

.table tbody tr.candidatoaceito:hover td,
.table tbody tr.candidatoaprovado:hover td
{
    background-color: #d8f1cd;
}



.table tbody tr.candidatorecusado td
{
    color: #ae0808;
    background-color: #FCEAEA;
}

.table tbody tr.candidatorecusado:hover td
{
    background-color: #f6e0e0;
}


*/



/* =============================================================================
   LOGIN
   ========================================================================== */
.login
{
    zoom: 1;
    margin-bottom: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(white 40%),to(#f9f9f9));
    background-image: -moz-linear-gradient(top,white 40%,#f9f9f9);
    background-image: -ms-linear-gradient(top,white 40%,#f9f9f9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white 40%),color-stop(100%,#f9f9f9));
    background-image: -webkit-linear-gradient(top,white 40%,#f9f9f9);
    background-image: -o-linear-gradient(top,white 40%,#f9f9f9);
    background-image: linear-gradient(top,white 40%,#f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 40%,endColorstr=#f9f9f9);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=white 40%,endColorstr=#f9f9f9);
    -webkit-box-shadow: inset 0 -1px 0 0 white,-5px 0 10px 0 rgba(0,0,0,0.07),5px 0 10px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0 -1px 0 0 white,-5px 0 10px 0 rgba(0,0,0,0.07),5px 0 10px 0 rgba(0,0,0,0.07);
    box-shadow: inset 0 -1px 0 0 white,-5px 0 10px 0 rgba(0,0,0,0.07),5px 0 10px 0 rgba(0,0,0,0.07);
    padding: 30px 30px 20px 30px;
    margin: 20px auto 20px auto;
    width: 410px;
}

    .login:before, .painel:after
    {
        display: table;
        content: "";
    }

    .login:after
    {
        clear: both;
    }

    .login label
    {
        display: block;
        margin-bottom: 0px !important;
    }




/* =============================================================================
   Formulário de Candidato
   ========================================================================== */
.form-cadastro-candidato .control-group .control-label
{
    width: 270px;
    margin-left: 40px;
}

.form-cadastro-candidato .control-group .controls
{
    margin-left: 320px;
}

input[data-val-required], select[data-val-required], textarea[data-val-required], .select2-selection__rendered[data-val-required]
{
    border-left: 1px solid red;
}


/* =============================================================================
   Bootstrap-modal
   ========================================================================== */
.modal-content
{
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-content-fullscreen
{
    padding: 15px;
}

.modal-fullscreen
{
    top: 2%;
    left: 2%;
    margin: 0 auto;
    max-width: 97%;
    max-height: 96%;
    width: 97%;
}

    .modal-fullscreen .form-inline
    {
        padding: 25px 0;
        width: 98%;
        margin: 0px auto;
    }

    .modal-fullscreen .modal-result
    {
        overflow: auto;
        overflow-y: scroll !important;
        max-height: 300px;
        width: 98%;
        margin: 0px auto;
        min-height: 700px;
    }

    /*
.table-search
{
    color: #262626;
    width: 100%;
}

    .table-search tr
    {
        cursor: pointer;
    }

        .table-search tr.selected td
        {
            background-color: #ffffa0 !important;
            font-weight: bold;
        }
*/
.btn-icon {
    background: none !important;
    border: none !important;
    font-size: 1.6em;
    /*color: #2060a0;*/
    padding: 0px;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    border-color:none;
}

    .btn-icon:hover
    {
        /*color: #102C5E;*/
        text-decoration: none;
    }

.btn-icon-disabled, .btn-icon-disabled:hover
{
    
    color: #cdcdce; 
    cursor: not-allowed;
}

/*/* =============================================================================
   ajax
   ========================================================================== */
select[data-ajax=true]
{
    cursor: pointer;
    width: 55px;
    border: 1px solid #CCC;
}


/*/* =============================================================================
   Toastr
   ========================================================================== */
#toast-container
{
    /*font-size: 12px;*/
    width: 80%;
    z-index: 999999;
}



#toast-container > .toast:hover
{
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast
{
    width: 100%;
}

/* =============================================================================
  Icons
 ========================================================================== */
.fa-cancel
{
    color: #B40202;
    opacity: 0.3;
}

/* =============================================================================
  GRID
 ========================================================================== */

/*

.table tbody tr td.counter
{
    background-color: #F3F3F3;
    color: #A29C9C;
    font-size: 0.8em;
}
*/

.badge-notification, .label-notification
{
    position: absolute;
    margin-left: 6px;
    margin-top: 4px;
    padding: 1px 4px 2px;
    font-size: 8.844px;
    line-height: 11px;
    cursor: help;
}


.red
{
    color:red;
}

.abbr
{
    cursor:help;
    border-bottom: 1px dotted;
}

/* =============================================================================
  ESCALA DE PONTUAÇÂo
 ========================================================================== */

/*.sup0, .sup1 {
    background-color: #ff0909 !important;
}

.sup2, .sup3 {
    background-color: #ff3609 !important;
}

.sup4, .sup5 {
    background-color: #ff4d09 !important;
}

.sup6, .sup7 {
    background-color: #ff6b09 !important;
}

.sup6, .sup9 {
    background-color: #ff8909 !important;
}

.sup10, .sup11 {
    background-color: #ffa709 !important;
}

.sup12, .sup13 {
    background-color: #ffb609 !important;
}

.sup14, .sup15 {
    background-color: #ffe309 !important;
}

.sup16, .sup17 {
    background-color: #edff09 !important;
}

.sup18, .sup19 {
    background-color: #c8ff09 !important;
}

.sup20, .sup21 {
    background-color: #aaff09 !important;
}

.sup22, .sup23 {
    background-color: #84ff09 !important;
}

.sup24, .sup25 {
    background-color: #3bf106 !important;
}

.sup26, .sup27 {
    background-color: #1ae003 !important;
}*/



/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px)
{
    #toast-container
    {
        width: 50%;
    }

/*
    .form-actions
    {
        padding-left: 33%;
    }

    .form-actions.no-pad
    {
        padding-left: 3%;
    }
*/

}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
    #toast-container
    {
        font-size: 13px;
        width: 40%;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    #toast-container
    {
        font-size: 15px;
        width: 25%;
    }
}
