﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
    font-family: Helvetica Neue, Helvetica, Helvetica, Arial, Open Sans, sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* width */
::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
        cursor: pointer;
    }


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    direction: ltr;
}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

    .sectiontitle h2 {
        font-size: 30px;
        color: #222;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }


.headerLine {
    width: 450px;
    height: 2px;
    display: inline-block;
    background: #dd5e5d;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 20%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
    margin: auto;
}

    .projectFactsWrap .item:nth-child(1) {
        background: #1E88E5;
    }

    .projectFactsWrap .item:nth-child(2) {
        background: #00796B;
    }

    .projectFactsWrap .item:nth-child(3) {
        background: #B71C1C;
    }

    .projectFactsWrap .item:nth-child(4) {
        background: #F57C00;
    }

    .projectFactsWrap .item p.number {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
    }

    .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        margin: 0;
        padding: 10px;
    }


    .projectFactsWrap .item span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
    }


    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
    }


    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
        color: white;
    }

    .projectFactsWrap .item:hover span {
        background: white;
    }

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}




.element {
}

    /*replace the content value with the
corresponding value from the list below*/

    .element:hover {
        content: "\f164" !important;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
    }



.statusResult {
    font-family: 'boycott';
    font-size: 30px;
    color: #fff;
    /*    transform: rotate(-5deg);*/
    text-shadow: 1px 1px 3px #000000;
    background: #ef0808;
}



.navbar {
    background: linear-gradient(to top, #ad0000, #d30000);
    color: #fff;
}


.navcolor {
    color: #fff;
}

    .navcolor:hover {
        color: #000;
    }

#logcss:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff0f0f !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#sidebar ul li a:hover, #sidebar ul li a.active {
    color: #fff;
    background: #d30000 !important;
}

.btn-outline-danger {
    border-color: #fff !important;
}

    .btn-outline-danger:focus {
        background-color: #900000 !important;
    }

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(255,34, 0, 0.25) !important;
    border-color: #ff0f0f !important;
}

.zoomID {
    transition: transform .2s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
}

    .zoomID:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }


.zoomLive {
    transition: transform .2s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    padding-left: 12px;
    background: transparent;
    border: transparent;
}

    .zoomLive:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }


.modal-header {
    background: linear-gradient(to top, #ad0000, #d30000) !important;
    color: #fff;
}
