/* LINKS */
a {
    color: #0db0f5;
}

a:hover,
a:focus {
    color: #11bfe3;
    text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: 0;
}

/* TEXT COLOR */
.text-muted {
    color: #9A9A9A;
}

.text-primary,
.text-primary:hover,
.gray {
    color: #1D62F0 !important;
}

.text-info,
.text-info:hover,
.blue{
    color: #0db0f5 !important;
}

.text-success,
.text-success:hover,
.green {
    color: #87CB16 !important;
}

.text-warning,
.text-warning:hover,
.orange {
    color: #FFA534 !important;
}

.text-danger,
.text-danger:hover,
.red {
    color: #FB404B !important;
}


.progress {
    background-color: #E5E5E5;
    border-radius: 3px;
    box-shadow: none;
    height: 4px;
    margin-bottom: 20px;
}

.progress-thin {
    height: 2px;
}

.progress-bar,
.progress-bar-primary {
    background-color: #447DF7;
}

.progress-bar-info {
    background-color: #0db0f5;
}

.progress-bar-success {
    background-color: #87CB16;
}

.progress-bar-warning {
    background-color: #FFA534;
}

.progress-bar-danger {
    background-color: #FB404B;
}