﻿body{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
}

.navbar.home{
    background-color:  rgba(28, 126, 189, 1);
    padding: 7px;
    box-shadow: none;
}

.navbar{
    background-color: rgb(28, 126, 189);
    padding: 7px;
    border: none;
    border-bottom: 1px solid rgb(28, 126, 189);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/*Chrome Scrollbar*/
html ::-webkit-scrollbar-track {
    background-color: #ccc;
}

html ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html ::-webkit-scrollbar-thumb {
    background-color: #AEAEAE;

}

html ::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
}

.validation-summary-errors{
    color: #e74c3c;
}

.cm-photo{
    max-height: 200px;
}

.pc-photo{
    max-height: 200px;
    margin-top: 20px;
}

.cm-panel{
    float: right;
}

.contact-panel{
    width: 100%;
    margin-top: 20px;
}

.fa.green{
    color: #2ecc71;
}

.fa.red{
    color: #e74c3c;
}