﻿/*background page*/
body {
    background: rgb(190,226,16); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2JlZTIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzE4NjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(190,226,16,1) 1%, rgba(24,102,0,1) 76%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(190,226,16,1)), color-stop(76%,rgba(24,102,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(190,226,16,1) 1%,rgba(24,102,0,1) 76%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(190,226,16,1) 1%,rgba(24,102,0,1) 76%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(190,226,16,1) 1%,rgba(24,102,0,1) 76%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(190,226,16,1) 1%,rgba(24,102,0,1) 76%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee210', endColorstr='#186600',GradientType=0 ); /* IE6-8 */
}
/*background top bar*/
header#top-bar {
	border-top: 1px solid #292725;
	border-bottom: 1px solid black;
	background-color: #4a4641;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	background-image:url('../../Images/bargreen.png');
    background-repeat:repeat-x;
}
header#top-bar .inner-border {
	border-top: 1px solid rgba(24,102,0,1);
	border-bottom: 1px solid rgba(24,102,0,1);
}
/*background top options*/
#profile_menu_container div.ui-widget-header {
    background-image: none;
    background-color: #a6c413;
    background-image: -ms-linear-gradient(top, #a6c413 0%, #16340d 100%);
    background-image: -moz-linear-gradient(top, #a6c413 0%, #16340d 100%);
    background-image: -o-linear-gradient(top, #a6c413 0%, #16340d 100%);
    background-image: -webkit-gradient(linear, top, right bottom, color-stop(0, #a6c413), color-stop(1, #16340d));
    background-image: -webkit-linear-gradient(top, #a6c413 0%, #16340d 100%);
    background-image: linear-gradient(to bottom, #a6c413 0%, #16340d 100%);
}
/*background selected menu*/
nav#header-nav li.state-selected {
    background-image: none;
    background: #B3DA0F;
}
/*list active row*/
.divTable-activeRow, .dynamic_cl_active {
    background-color: #87B90A;
}
/*TimeSheetGroup*/
.groupactive {
    background-color: #B3DA0F;
}
/* wijmo */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #B3DA0F;
    border: solid 1px #44BF0F;
}
.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 {
    background: #B3DA0F;
    border: solid 1px #44BF0F;
}
.wijmo-wijmenu-child .wijmo-wijmenu-link.ui-state-hover, .wijmo-wijmenu-child .wijmo-wijmenu-link.ui-state-active {
    background: #B3DA0F;
    border: solid 1px #44BF0F;
}
.wijmo-wijdatepager-pagelabel.ui-state-hover {
    border: 0px;
}
.wijmo-wijmenu-horizontal .wijmo-wijmenu-link.ui-state-hover, .wijmo-wijmenu-horizontal .wijmo-wijmenu-link.ui-state-active, .wijmo-wijmenu-horizontal .wijmo-wijmenu-link.ui-state-default, .wijmo-wijmenu .wijmo-wijmenu-link.ui-state-hover, .wijmo-wijmenu .wijmo-wijmenu-link.ui-state-active, .wijmo-wijmenu .wijmo-wijmenu-link.ui-state-focus {
    border: solid 1px #B3DA0F;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #B3DA0F;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    background: #B3DA0F;
}
.wijmo-wijlist-ul .wijmo-wijcombobox-selecteditem, ul.wijmo-wijlist-ul li.wijmo-wijlist-item-selected {
    background: #B3DA0F;
}
/* Schedules*/
.fc-event {
    background-color:#B3DA0F !important;
}
.event-absence {
    background-color:#e58484 !important;
}
.event-category {
    background-color:#f0f0f0 !important;
}
.fc-cell-overlay {
	background: #B3DA0F;
	opacity: .2;
	filter: alpha(opacity=30); /* for IE */
}
/*shift*/
.barshiftblue {
    background-image: none;
    background: #B3DA0F;
}
/*absence request*/
.circle {
	background: #B3DA0F;
}
.circle:hover {
    background: #bde80b;
}

#tip-custom-date-filter li.date-filter-selected {
    background-color: #8ABA22;       
}

.ta-selection-section .icon-check-circle{
	color: #8ABA22;
}

.steps-wizard .bar-indicator {
    background-color: #8ABA22;
}

.steps-wizard .nav-bar-btn{
    border: 7px solid #8ABA22;
}

.steps-wizard .nav-step-selected{
    background-color: #8ABA22 !important;
}

.steps-wizard .nav-bar-btn span {
    color: #52710E;
}