#header div.link {
    color: #cf3030 !important;
}

.timeCounter {
    background: #988c8e !important;
}

#header div.timeCounter {
    color: white;
}

#header div.timeCounter:hover {
    background-color: #595353!important;
}

.notification {
     background: #f2b600 !important;
}

#user_bar {
    background: #6b685f !important;
}

#user_bar div.profile ul li a {
    color: white;
}

#user_bar div.profile ul li a:hover {
    color: rgb(242,182,0);
}

#user_bar div.profile ul li.selected a {
    color: rgb(242,182,0);
}

#user_bar div.profile ul li button {
    color: #fff !important;
}

#user_bar .year {
    color: #fff !important;
}

.main_menu {
    background: #595353;
}

.main_menu ul {
    background: #595353;
    list-style: none;
    margin: 0;
    padding-left: 0;
    z-index: 1000;
}

.main_menu li {
    color: #000;
    background: #595353 !important;
    display: block;
    float: left;
    padding: 13px 14px;
    position: relative;
    text-decoration: none;
    border-right: 1px solid rgb(86,80,82);
}

.main_menu ul li:first-child {
    margin-left: 10px;
}

.main_menu li a {
  color: #daaf25;
  font-size: 14px;
}

.main_menu li.active,
.main_menu li:hover,
.main_menu li:focus-within {
    background: #433f40 !important;
    cursor: pointer;
}

.main_menu li.active > a,
.main_menu li:focus-within > a,
.main_menu li a:hover {
    color: #fff;
}

.main_menu li:focus-within a {
    outline: none;
}

.main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    margin-top: 12px;
    left: 0;
    display: none;
}

.main_menu ul li:hover > ul,
.main_menu ul li:focus-within > ul,
.main_menu ul li ul:hover,
.main_menu ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block
}

.main_menu ul li ul li {
    clear: both;
    background-color: #595353;
    border-right: none;
    border-bottom: 1px solid #565052;
    width: 100%;
}

.main_menu ul li ul li.active,   
.main_menu ul li ul li:hover {   
    background: #433f40 !important;
}

.main_menu ul li ul li:first-child {
    margin-left: 0!important;
}

.main_menu_list{
    margin: 0 0 5px 15px;
    clear: both;
}

.main_menu_list a{
    color: #3399ff;
    font-size: 12px;
}

.pager button, .add_new_row, .simpleButton {
    background: #988c8e !important;
}

.pager button.invalid, .add_new_row.invalid, .simpleButton.invalid {
    background: lightpink !important; 
}

.pager button:hover, .add_new_row:hover, .simpleButton:hover {
     background: #595353 !important;
}

.pager div.navigation a:hover {
    color: #f2b600 !important;
}

.uform_table thead th {
    background: #e5e3e4 !important;
    color: #494343;
}

table.simpleTable th {
    background: #a9a0a3 !important;
    color: #fff;
}

table.simpleTable button {
    background: #988c8e !important;
}

.uform_table caption {
    background: #595353 !important;
}

.uform_table caption.invalid {
    background: #ffb6c1 !important;
}

#footer {
    background: #6b685f !important;
    color: #fff !important;
}

#footer .darker {
    background: #28598a;
    color: #fff !important;
}

.rightFlyerBox {
    background: #E090A8 !important;
}

.rightFlyerBox div {
   color: #b22f2f !important;
}

.next_btn {	
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(107, 104, 93);
}

.prev_btn {
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(107, 104, 93);
}

.pager div.navigation {
    color: #6b685f !important;
}

.pager div.navigation a:hover {
    color: #f2b600 !important;
} 

#infoWindow div.header {
    color: #6b685d !important;
}

.ui-widget-header,
.ui-state-default,
.ui-button,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #CCC url("images/ui-bg_highakkorlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x !important;
    border: 1px solid #848484 !important;    
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0 auto;
}

.ui-state-default.ui-state-highlight {
    background: #988c8e !important;
}
