﻿
.top-header {
    background: #E05305;
    padding: 5px 0;
}

.branding img.logo-icon {
    float: left;
    margin-right: 10px;
    width: 360px;
    height: auto;
}

.site-footer .footer-top {
    padding: 4px 0;
    /*color: #84839A !important;*/
    background-color: #E05305;
}

/*========================================
    Project Smart Buttons
==========================================*/
.btn-ps-default {
    background-color: #E09332;
    border-color: #4cae4c;
    border: none;
    color: white;
    /*font-weight: bold;*/
}

    .btn-ps-default:hover {
        color: #fff;
        background-color: #CC7910;
        border-color: #398439;
        color: white;
        border: none;
    }
/*color-combinations*/
.c-or {
    color: #F39800;
}

.c-dg {
    color: #116951;
}

.c-db {
    color: #583917;
}

.c-dr {
    color: #990B2A;
}

.c-dor {
    color: #f47323;
}

.c-pnk {
    color: #BC205C;
}

/* Dashboard style- grid  */
.template-list {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.template-list ul li a span {
    font-weight: bold;
    color: #E05305;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.54);
    display: block;
    padding: 7px;
}

.widget-module {
    width: 190px;
    height: 190px;
    border: 1px solid rgb(211, 211, 211);
    background-repeat: no-repeat;
    background-size: 41% 41%;
    background-position: center;
}

.widget .panel-heading {
    border-radius: 0;
    background-color: #E05305;
    border-color: #E05305;
}


/*contat form*/
#contact {
    position: relative;
    overflow: hidden;
    background: rgba(219, 219, 219, 0.3);
    padding: 10px;
}

.admin-side-nav i {
    margin-right: 4px;
    color: #E2621B;
}
