#header {
    background-color: #efefef !important;
    background-image: linear-gradient(top,#ffffff,#ffffff) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff') !important;
    background: -ms-linear-gradient(top,#ffffff,#ffffff) !important;
    background: -moz-linear-gradient(top,#ffffff,#ffffff) !important;
    background: -o-linear-gradient(top,#ffffff,#ffffff) !important;
    background: -webkit-linear-gradient(top,#ffffff,#ffffff) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#ffffff)) !important;
}

.back-blue-1 {
    background-color: #cccccc !important;
    background-image: linear-gradient(top,#efefef,#cccccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    background: -ms-linear-gradient(top,#efefef,#cccccc) !important;
    background: -moz-linear-gradient(top,#efefef,#cccccc) !important;
    background: -o-linear-gradient(top,#efefef,#cccccc) !important;
    background: -webkit-linear-gradient(top,#efefef,#cccccc) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#efefef),color-stop(1,#cccccc)) !important;
    color: #555 !important;
}

.back-blue-2 {
    background-color: #efefef !important;
    background-image: linear-gradient(top,#cccccc,#efefef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    background: -ms-linear-gradient(top,#cccccc,#efefef) !important;
    background: -moz-linear-gradient(top,#cccccc,#efefef) !important;
    background: -o-linear-gradient(top,#cccccc,#efefef) !important;
    background: -webkit-linear-gradient(top,#cccccc,#efefef) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cccccc),color-stop(1,#efefef)) !important;
    color: #555 !important;
}

.back-blue-3 {
    background-color: #efefef !important;
    background-image: linear-gradient(top,#cccccc,#efefef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#cccccc') !important;
    background: -ms-linear-gradient(top,#cccccc,#efefef) !important;
    background: -moz-linear-gradient(top,#cccccc,#efefef) !important;
    background: -o-linear-gradient(top,#cccccc,#efefef) !important;
    background: -webkit-linear-gradient(top,#cccccc,#efefef) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cccccc),color-stop(1,#efefef)) !important;
    color: #555 !important;
}

.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #cccccc;
    border-radius: 3px !important;
    border-color: #efefef;
}

.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #cccccc;
    border-color: #efefef;
}

.smart-style-2 nav > ul > li.open {
    border-left: 4px solid #efefef;
}

/*.splash-template-vertical-title {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-top: 10px;
    width: 160px;
    height: 40px;
    font-size: 16px;
    background: rgba(243,108,19,.88);
    border-radius: 6px 6px 0 0;
}

.img-title-div {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: rgba(243,108,19,.88);
    border-radius: 6px 6px 0 0;
}*/

.btn-primary {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

a {
    color: red;
    text-decoration: none;
}

#project-selector, .project-selector {
    color: #555;
}
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(244,119,37,.69);
}*/
.label-primary {
    background-color: red;
}
