/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/06/2017, 17:53:50
    Author     : roberto
*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #40AF49;
}

.select2-container .select2-selection--single:focus {
    border-color: #37973f;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 151, 63, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 151, 63, 0.6);
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #37973f;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 151, 63, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 151, 63, 0.6);
}

.gp-checkbox {
    width: 20px;
    position: relative;
    margin: 6px auto;
}
.gp-checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.gp-checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
.gp-checkbox input[type=checkbox] {
    visibility: hidden;
}
.gp-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.status-solicitacao {
    padding: 10px;
    margin: 5px;
    float: left;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #888888;
}

.nao-passou {
    border: 1px solid rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, 0.3);
}
.passou {
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid green;
}
.reprovado {
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    font-weight: bold;
}
.atual {
/*    background-color: rgba(0, 0, 255, 0.1);
    border: 1px solid blue;*/
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid green;
    font-weight: bold;
}


.toast-top-right {
    margin-top: 80px;
    
}