/*//#3FB498*/
.btn-primary{
    background-color: #3FB498;
    border-color: #3FB498;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus{
    background-color: #49d1b0;
    border-color: #49d1b0;
}

a {
    text-decoration: none;
    color: #152864
}

    a:hover, a:focus {
        color: #152864;
    }

.icons .icon-pencil {
    color: #152864;
}

#app-title{
    background-color: #ededed;
}

#apps-items > a:hover{
    border-color: #3FB498;
}
#apps-items > a.active{
    border-color: #3FB498;
}
#apps{
    background-color: #f4f4f4;
}
#app-title-right{
    background-color: #f4f4f4;
}/*//#ededed*/

input[type="text"].hasError, input[type="email"].hasError, input[type="password"].hasError, input[type="tel"].hasError, input[type="number"].hasError, input[type="date"].hasError, select.hasError, textarea.hasError {
    border: 1px solid #d62c2c;
    background: #ac2323;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="number"]:hover,
    input[type="date"]:hover, select:hover, textarea:hover {
    background-color: white;
}