#header {
    background-color: #F26100 !important;
    background-image: linear-gradient(top,#F47725,#F26100) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    background: -ms-linear-gradient(top,#F47725,#F26100) !important;
    background: -moz-linear-gradient(top,#F47725,#F26100) !important;
    background: -o-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F47725),color-stop(1,#F26100)) !important;
}

.back-blue-1 {
    background-color: #F47725 !important;
    background-image: linear-gradient(top,#F26100,#F47725) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3',endColorstr='#569dc2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3',endColorstr='#569dc2') !important;
    background: -ms-linear-gradient(top,#F26100,#F47725) !important;
    background: -moz-linear-gradient(top,#F26100,#F47725) !important;
    background: -o-linear-gradient(top,#F26100,#F47725) !important;
    background: -webkit-linear-gradient(top,#F26100,#F47725) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F26100),color-stop(1,#F47725)) !important;
    color: #fff !important;
}

.back-blue-2 {
    background-color: #F26100 !important;
    background-image: linear-gradient(top,#F47725,#F26100) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    background: -ms-linear-gradient(top,#F47725,#F26100) !important;
    background: -moz-linear-gradient(top,#F47725,#F26100) !important;
    background: -o-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F47725),color-stop(1,#F26100)) !important;
    color: #fff !important;
}

.back-blue-3 {
    background-color: #F26100 !important;
    background-image: linear-gradient(top,#F47725,#F26100) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47725',endColorstr='#F26100') !important;
    background: -ms-linear-gradient(top,#F47725,#F26100) !important;
    background: -moz-linear-gradient(top,#F47725,#F26100) !important;
    background: -o-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-linear-gradient(top,#F47725,#F26100) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F47725),color-stop(1,#F26100)) !important;
    color: #fff !important;
}

.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #F47725;
    border-radius: 3px !important;
    border-color: #F26100;
}

.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #F47725;
    border-color: #F26100;
}

.smart-style-2 nav > ul > li.open {
    border-left: 4px solid #F26100;
}

.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: #F47725;
    border-color: #F26100;
}

a {
    color: #F26100;
    text-decoration: none;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(244,119,37,.69);
}

.label-primary {
    background-color: #1e7d0a;
}
