﻿

.wb-header {
    background-color: #d71921;
}

.home-top {
    background-color: white;
    border-bottom: 1px solid #EAC2B2;
    background-image: url(/Areas/Client/Styles/CustomStyles/349/webooker_pruh.png);
}

.wb-header .header-title a {
    color: white;
}

.wb-header .header-title span {
    color: white;
}

.header-navigation a {
    color: white !important;
}

.header-navigation span.dx-vam {
    color: white !important;
}

.header-navigation li.dxm-item.dxm-selected {
    background-color: white !important;
}

.header-navigation li.dxm-item.dxm-selected span.dx-vam {
    color: black !important;
}


.header-navigation .dxmLite .dxm-popup {
    background-color:#d71921;
} 


.wb-session-nav .pagination li a {
    border: 1px solid #EAC2B2;
    background-color: #d71921;
    color: white;
}

.wb-session-nav .pagination li.active a {
    border: 1px solid #EAC2B2;
    background-color: white;
    color: #d71921;
}

.wb-session-nav .pagination li.active a:hover {
    background-color: #EAC2B2;
}

.wb-session-nav .pagination li a:hover {
    background-color: #9F252A;
}

.home-top #actionView .action-text .action-text-container .session .title {
    color: black;
}

.home-top #actionView .action-text .action-text-container .speaker .name {
    color:black;
}

.home-center .title {
    color:black;
}

.home-top #actionView h3 {
    color:black;
}

.wb-footer {
    background-color:#d71921;
}

.wb-arrow a {
    color:#d71921;
}

.wb-arrow a:hover {
    color:#9F252A;
}

.wb-module .wb-module-header, 
.mainContent .contentHeader {
    background-color: #f7dbcf;
    border-bottom: 1px solid #EAC2B2;
}

.wb-module .wb-module-header .wb-module-header-description,
.mainContent .contentHeader .titleText {
    color:black;
}

.wb-module .wb-module-tabs .nav-tabs li a {
    border-left-color: #EAC2B2;
    border-top-color:#EAC2B2;
    border-right-color:#EAC2B2;
    background: #EAC2B2;
}

.wb-module .wb-module-tabs .nav-tabs li:nth-child(1) a {
    background: #ed7a3a;
}

.wb-module .wb-module-tabs .nav-tabs li:nth-child(2) a {
    background: #f5c603;
}

.wb-module .wb-module-tabs .nav-tabs li:nth-child(3) a {
    background: #a7c747;
}

.wb-module .wb-module-tabs .nav-tabs li.active a {
    background: #f5f5f5;
}

.wb-footer .footer-copyright .wb-client-logo {
    position: relative;
}

.wb-table2>table>tbody>tr .wb-big-font {
    color: #d71921;
}

.course-type-img {
  fill: #EAC2B2;
}

.course-type-img-disabled {
  fill: #b2b2b2;
}

a.btn-XXX, button.btn-XXX {
    border-color: black;
}

a.btn-XXX:hover, button.btn-XXX:hover {    
    border-color: white;
    color: white;
    background-color: #d71921;
}

 
