﻿/*This file contains all custom culors styles*/

body{
    background-color: #FFF;
}

.features div > div.fancy-container:active{
    background-color: #f9f9f9;
    border: 2px solid #eee;
}

.text-white{ color: #fff; }
.text-blue{ color:#51A9D6; }
.text-red{ color:#CD5A48; }
.text-purple{ color:#663399; }
.text-orange{ color:#FF8C00; }
.text-pink{ color:#cd2dd4; }
.text-green{ color:#52AD81; }
.text-yellow { color:#ebe851;}
.text-gray-file{ color:#6b7a6e; }
.text-blue-sx { color:#3559e4;}
.text-brown { color:#825252 }
.text-gray { color:#989898}
.text-consulta-color { color: #0E2F3A;}
.text-black { color: #000;}
.text-fushia { color: #EC008C;}

div.feature-box div.feature-box-icon {
    background: #ffffff;
    color: #52AD81;
}

footer div.footer-ribbon:before {
    border-right-color: #005580;
    border-top-color: rgba(0, 0, 0, 0);
}

footer div.footer-ribbon {
    background: #0088CC;
    color: #ffffff;
}

footer div.footer-ribbon span{
    color: #ffffff;
}

footer {
    background: #121214;
    border-top-color: #1F1F1F;
}

section.contact{
    background: #f5f5f5 url(images/map-bottom.png);
}

footer *{
    color: #ffffff;
}

.fancy-container {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.box-list:active {
    background-color: #f1f1f1;
}
.box-list {
    border-color: #f1f1f1;
}

.col-sm-4:nth-child(1) .icon-signout {
    color:aqua;
}

.k-invalid-msg {
color: rgb(255, 120, 90);
}

.avatar{
    color:gray;
}

.bg-gray-info {
    background-color: #f1f1f1;
}
.bg-gray {
    background-color: gray;
}

.bg-red {
    background-color: red;
}
.bg-white{
    background-color: white;
}
.bg-black {
    background-color: #000;
}
.bg-blue-strong {
    background-color:#004A80;
}
.bg-blue-lt {
    background-color:#00BFF3;
}
.bg-redpink {
    background-color:#ED145B;
}
.bg-green {
    background-color:#39B54A;
}
.bg-orange {
    background-color:#F7941D;
}
.bg-sunflower {
    background-color: #9B59B6;
}
.bg-belizehole {
    background-color: #2980B9;
}


.gti-btn-primary {
    background-color: #EC008C; 
    border-color: transparent;
}
.gti-btn-primary:hover{
    background-color: #EC006A; 
    border-color: transparent;
}
.gti-btn-primary:focus {
    background-color: #EC006A; 
    border-color: transparent;
}
.gti-btn-primary:active {
    background-color: #EC006A !important; 
    border-color: transparent !important;
}
.gti-btn-primary:disabled {
    background-color: #EC006A !important; 
    border-color: transparent !important;
}


