﻿
.bg-blue-movi {
    background-color:#0f6ad0;
}

.btn-blue-movi {
    border-color: #0f6ad0;
    background-color:#0f6ad0 !important;
}

.field-validation-valid {
    display:none;
}
.field-validation-error {
    color:#ff0000 ;
}

.alert.alert-login.field-validation-error
{
    margin-left: 0px;
    display: block;
}

.alert.field-validation-valid
{
    display: none;
}

.alert.field-validation-error
{
    color: #000;
}

/* Validation */
.form-group .error { color:#ff0000; }

/* Typeahead (Início) */
.twitter-typeahead { width:100%; margin-top:0px; }
      
       
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
       
.tt-dropdown-menu, .tt-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
            background-clip: padding-box;
}
        
.tt-suggestion {
    display: block;
    padding: 3px 10px;
}
         
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
         
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #d9534f;

}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
         
.tt-suggestion p {
    margin: 0;
}

.tt-dropdown-menu, .tt-menu {
    height: 300px;
    overflow: auto;
    width: 100%;
}
       
/* Typeahead - (Fim   ) */

/*Typeahead User*/
.typeahead-finduser-wrapper { display: block; /*height:70px;*/ margin-bottom:7px;}
.typeahead-finduser-photo { float: left; max-width: 30px; width:25%; max-height: 60px; margin-right: 5px; }
.typeahead-finduser-labels { float: left; /*height: 55px;*/ width:72%;}
.typeahead-finduser-name { font-weight: bold; }
.typeahead-finduser-secondary { font-size: .9em; margin-top: -5px; margin-bottom:2px; }
.typeahead-empty-message span { margin:5px; }
/* Typeahead User (Fim   ) */

/* Typeahead Organization (Início) */
.typeahead-findorganization-wrapper { display: block; /*height:40px;*/ margin-bottom:7px;}
.typeahead-findorganization-labels { float: left; /*height: 55px;*/ width:72%;}
.typeahead-findorganization-name { font-weight: bold; }
.typeahead-findorganization-secondary { font-size: .9em; margin-top: -5px; margin-bottom:2px; }
.typeahead-empty-message span { margin:5px; }
/* Typeahead Organization (Fim   ) */

/* Input-group Bootstrap */
.input-group-addon .btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px;
}

.records-found { margin-bottom:10px; }

/* Telas de Login e Autenticação */
.login-block:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.4;
}

/* Card de informações de log dos cadastros */
.card-register-info { font-size:11px;  }
.card-register-info .card-body { padding-bottom:0px; }
.card-register-info .col-form-label { font-size:11px; }

/* Destaca campos somente texto, sem edição */
.form-control-plaintext.plaintext-highlight {
    background-color: #f6f6f6;
    padding-left: 10px;
}