/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2016, 7:58:19 AM
    Author     : SEVIMA
*/

/* FOR APP TEMPLATE */
.company-pattern{/*background:#0052A2 url('../img/pattern/pat_04.png') repeat !important*/background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);}

@media screen and (max-width: 767px) {
    body > .header .logo {
        color: #FFF !important;
    }
    .company-color-pmbfront, .company-color-pmbfront{
        background-color: #2849b5 !important;
    }
}

/*FOR STICKY HEADER*/
.header-fix-position{
    position:fixed !important;
    margin-top: 0 !important;
    top:0 !important;
    z-index: 1000;
    background: white;
    border-top: #3c8dbc solid;
}

@media (min-width: 911px){
    .header-fix-position {
        max-width: 1110px !important;
    }
}

@media (min-width: 671px) and (max-width: 910px){
    .header-fix-position {
        max-width: 910px !important;
    }
}

.btn-flat{
    min-width: 22px !important;
}

.bs-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    color: #fff;
    background-color: #008CBA;
}

.top-menu > li > a{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.top-menu{
    margin-top: 10px;
}

.text-white{
    color: white !important;
}

.company-pattern-color-pmbfront, .horizontal-menu-pmbfront .nav.nav-pills > li.active > a, .horizontal-menu-pmbfront .nav.nav-pills > li > a:hover, .horizontal-menu-pmbfront .nav.nav-pills > li > a:focus, .horizontal-menu-pmbfront .dropdown-menu > li > a:hover, .horizontal-menu-pmbfront .dropdown-menu > li > a:focus, .horizontal-menu-pmbfront .dropdown-menu > li > a:active {
    /*background-color: #008CBA !important;*/    
    /*background-image: linear-gradient(15deg, #063514 0%, #00B948 100%) !important;*/
    background-image: linear-gradient(15deg, #165949 0%, #00B9AD 100%) !important;
    color:#FFF
}