

.message.success {
    padding: 8px 10px 8px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;

    background-color: #E8F5E9;
    border-color: #4CAF50;
    color: #43A047;

    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimat ion 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.message.error {
    padding: 8px 10px 8px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;

    background-color: #FBE9E7;
    border-color: #FF5722;
    color: #D84315;

    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimat ion 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        visibility:hidden;
    }
}

td>.btn-group > .btn:last-child:not(:first-child){
    margin-left: 1px;
}

label{
    font-weight: 900
}

.checkbox label{
    position: relative;
}

.checkbox input {
    position: absolute;
    opacity: 0;
}

.checkbox label:before{
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    position: absolute;
    background: #eee;
}

.checkbox input:checked + label:after{
    width: 20px;
    height: 20px;
    content: "\e600";
    font-family: icomoon;
    font-size: 16px;
    line-height: 1;
    left: 0;
    position: absolute;
    background: #283593;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.inline .checkbox + .checkbox {
    margin-top: 9px;
    margin-left: 20px;
}

.radio label{
    position: relative;
}

.radio input {
    position: absolute;
    opacity: 0;
}

.radio label:before{
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    position: absolute;
    background: #eee;
    border-radius: 50%;
}

.radio input:checked + label:after{
    width: 20px;
    height: 20px;
    content: "\ee73";
    font-family: icomoon;
    font-size: 16px;
    line-height: 1;
    left: 0;
    position: absolute;
    background: #283593;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.inline .radio + .radio {
    margin-top: 9px;
    margin-left: 20px;
}

.btn-group > .btn, .btn-group-vertical > .btn{
    font-size: 11px;
    padding: 4px 10px;
}

tr.disabled{
    background: rgba(0, 0, 0, 0.2) !important;
    cursor: not-allowed;
}

.error-message{
    color: red;
    font-weight: bolder;
}

.error label{
    color: red !important;
}

.error .form-control{
    border-bottom-color: red;
}

.actions{
    width: 100px;
    text-align: center;
}

.panel .content-group-sm{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.panel .content-group-sm .pagination{
    margin: 15px;
}

.select2-container--default .select2-selection--single{
    border-width: 1px 0;
    border-color: transparent;
    border-bottom-color: #ddd;
    border-radius: 0;
    height: auto;
}

.select2-search--dropdown:after {
    right: 15px;
    left: auto;
}

.linha-patrimonio>.row:first-child .delete{
    display: none;
}

.linha-patrimonio>.row .delete{
    font-size: 10px !important;
    transform: scale(0.7);
}

.loading-div{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.loading-div>div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.loadajax{
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #000;*/
    opacity: 1;
    cursor: wait;
    height: 250px; 
}

.loadajax>img{
    width: 80px;
}

.panel.has-bg-image {
    background-image: url(../img/panel_bg.png);
}

.chart-widget-legend {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
.chart-widget-legend li {
  margin: 5px 10px 0;
  padding: 7px 8px 5px;
  display: inline-block;
}

@media (min-width: 1025px) {
    
    .modal-lg {
        width: 1000px;
    }
}

.alert{
    font-weight: bold;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    padding: 0 10px;
    font-weight: bold;
}
.form-control {
    padding-left: 16px;
    padding-right: 16px;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus{
    padding-left: 16px;
    padding-right: 16px;
    border-width: 1px;
    border-color: #558B2F;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    /* background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg") !important; */
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.form-control[readonly]{
    background-color: #f7f7f7;
}

.has-feedback-left .form-control-feedback{
    left: 7px;
}

.login-form .form-control:focus{
    padding-left: 32px !important;
}

