/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Prolific
Description: A two-column, fixed-width design with a bright color scheme.
Version    : 1.0
Released   : 20120719
*/

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #5B874B;
}

a:hover {
    text-decoration: none;
}

body {
    color: #4D4D4D;
    /*
    font-size: 11.5pt;
    line-height: 2em;
    */
    font-size: 10.5pt;
    line-height: 1em;
}

#outer {
    padding: 4px 0 0 0;
    background: #EDE8DE;
    box-shadow: inset 0px 0px 130px 0px rgba(70,48,25,0.7);
}

body,input {
    font-family: "Open Sans", sans-serif;
}

br.clearfix {
    clear: both;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

h2 {
    font-size: 2.25em;
}

h2,h3,h4 {
    margin-bottom: 1em;
    color: #333;
    font-family: Abel, sans-serif;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

strong {
    color: #333;
}

img {
    border: none;
}

img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
    border-radius: 6px;
}

img.aligntop {
    margin: 5px 0 20px 0;
    border-radius: 6px;
}

p {
    margin-bottom: 1.75em;
}

ul {
    margin-bottom: 1em;
}

ul h4 {
    margin-bottom: 0.4em;
}

ul {
    list-style: none;
}

.box {
    margin: 0 0 35px 0;
    overflow: hidden;
}

.section-list {
    padding-left: 0;
    list-style: none;
}

.section-list li {
    padding: 25px 0 25px 0;
    clear: both;
}

ul.list li {
    border-top: solid 1px #CFCFCF;
    padding: 5px 0px;
}

ul.list li.first {
    padding-top: 0;
    border-top: 0;
}

#content {
    padding: 0;
    height: auto !important;  /* per i browser moderni */
    height: 500px;      /* per IE5.x e IE6 */
    min-height: 500px;  /* per i browser moderni */
}

#footer {
    text-align: center;
    padding: 50px 0 130px 0;
    color: #938D82;
    text-shadow: 1px 1px 0px #ffffff;
}

#footer a {
    color: #938D82;
}

#header {
    position: relative;
    padding: 40px;
    /*height: 70px;*/
    height: 30px;
    background: #73B05E;
    color: #FFF;
    box-shadow: inset 0px -10px 50px 0px #53903E;
    overflow: hidden;
}

#logo {
    /*
    height: 147px;
    line-height: 147px;
    */
    height: 100px;
    line-height: 100px;
    left: 40px;
    bottom: 0;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#logo a {
    color: #FFF;
    text-decoration: none;
}

#logo h1 {
    font-family: Abel, sans-serif;
    font-size: 3.5em;
}

#menu {
    padding: 0 40px 0 40px;
    font-family: Abel, sans-serif;
    line-height: 60px;
    margin: 0;
    background: #5B874B;
    height: 60px;
    width: 1100px;
    box-shadow: inset 0px -3px 20px 0px #466D37;
    border-bottom: solid 1px #93D07E;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

#menu a {
    font-size: 1.25em;
    color: #FFF;
    text-decoration: none;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    padding: 0 20px 0 20px;
    display: inline;
}

#menu ul li.first {
    padding-left: 0;
}

#page {
    margin: 0;
    /*width: 1100px;*/
    /*padding: 70px 40px 0 40px;*/
    padding: 40px 40px;
    position: relative;
    background: #FFF;
    box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px 0px 250px 0px #d8d8d8, 0px 10px 20px 0px #D6CCBA;
    /*text-shadow: 1px 1px 0px #ffffff;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#col1 {
    overflow: hidden;
    width: 355px;
    float: left;
}

#col2 {
    width: 355px;
    margin: 0 0 0 390px;
    overflow: hidden;
}

#search {
    bottom: 0;
    height: 147px;
    position: absolute;
    line-height: 147px;
    right: 40px;
}

#search input.form-text {
    border: 0;
    padding: 9px 40px 9px 9px;
    background: #5B874B url(images/search.png) top right no-repeat;
    box-shadow: inset 0px -3px 20px 0px #466D37;
    border-bottom: solid 1px #93D07E;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 6px;
}

#sidebar {
    float: left;
    padding: 0;
    width: 215px;
}

#wrapper {
    width: 1180px;
    position: relative;
    margin: 0 auto;
}


ul.personalInformation li {
    margin: 5px 0px;
}


/*
********************************
** CUSTOM
********************************
*/

div.box fieldset {
    border:1px solid #CFCFCF;
    border-radius:10px;
    padding-left: 10px;
}

fieldset.fieldset {
    border: 1px solid #CFCFCF;
    padding: 10px;
}

fieldset.stdFormFieldset {
    margin: 10px 0px;
}

fieldset.stdFormFieldset *{
    margin: 5px 0px 5px 0px;
}

fieldset.stdFormFieldset legend{
    font-weight: bold;
}

fieldset.stdFormFieldset label{
    float: left;
    width: 300px;
    font-weight: bold;
    border-bottom: 1px dotted black;
}

fieldset.stdFormFieldset label.labelShort{
    float: left;
    width: 150px;
    font-weight: bold;
    border-bottom: 1px dotted black;
}

fieldset.stdFormFieldset span.spanShort{
    float: Left;
    width: 300px;
}

fieldset.stdFormFieldset div.formError{
    color: red;
}

formError
fieldset.stdFormFieldset input, textarea{
    width: 400px;
    margin-bottom: 5px;
}


fieldset.stdFormFieldset .boxes{
    width: 1em;
}

fieldset.stdFormFieldset #submitbutton{
    /*margin-left: 120px;*/
    margin-top: 5px;
    width: 90px;
}

fieldset.stdFormFieldset br{
    clear: left;
}

div.formSubmitButtons {
    padding: 10px 120px;
}

div.formSubmitButtons a, input {
    margin-right: 20px;
}


/***********************************************
* DROP DOWN MENU
************************************************/

div#menuContainer {
    line-height: 2.2em;
    border-color: #fff #d9d9d9 #d9d9d9;
    background-color: #f6f6f6;
}

div#mainDropDownMenu {
    float: left;
}

div#loginBox {
    float: right;
}

div#languageSwitcherBox {
    float: right;
    padding: 0px 10px;
}

div#languageSwitcher a,
div#languageSwitcher img{
    margin: 5px 5px 0px 5px;
}

/***********************************************
* STANDARD FORM
************************************************/

#stdForm * {
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

#stdForm fieldset {
    border: 1px solid #CFCFCF;
    padding: 10px;
}

#stdForm fieldset legend{
    font-weight: bold;
}

#stdForm .FrmLabel {
    float: Left;
    width: 100px;
    font-weight: bold;
}

#stdForm .FrmLabelShort {
    float: Left;
    width: 50px;
    font-weight: bold;
}

#stdForm .FrmInput {
    float: Left;
    width: 150px;
}

#stdForm .FrmSpan {
    float: Left;
    width: 150px;
}

#stdForm .FrmSubmit {
    float: Left;
    width: 250px;
    margin: 10px 0px 0px 0px;
}

#stdForm .formError {
    color: red;
    font-weight: bold;
}

/***********************************************
* UPLOAD FORM
************************************************/

#uploadForm * {
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

#uploadForm fieldset {
    border: 1px solid #CFCFCF;
    padding: 10px;
}

#uploadForm fieldset legend{
    font-weight: bold;
}

#uploadForm .FrmLabel {
    float: Left;
    width: 150px;
    font-weight: bold;
}

#uploadForm .FrmFile {
    float: Left;
    width: 250px;
}

#uploadForm .uploadErrorMsg p {
    color: red;
}

/***********************************************
* JQGRID LIST
************************************************/

/*
div.stdJqgridDiv * {
    //line-height: 1em;
}

div.ui-jqgrid-titlebar {
    //height: 16px;
}*/

div.inlineButtons {
    margin-right: 10px;
    text-align:  right;
}

a.inlineButtonsHref {
    margin-right: 10px;
    font-weight: bold;
    text-decoration: underline;
}

div.headLinkCaption {
    width: 49%;
    float: left;
    text-align:  left;
}

div.headLink {
    width: 49%;
    float: right;
    text-align:  right;
    margin-right: 7px;
}

a.headLinkHref {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}


#ui-datepicker-div { 
    font-size:11px; 
}

div#calendarBackLink {
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}

div.successMsg {
    border:1px solid #66FA7A;
    border-radius:10px;
    padding-left: 10px;
    background-color: #B6FABF;
    color: #423E3E;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 0px;
}

div.errorMsg {
    border:1px solid #FC0000;
    border-radius:10px;
    padding-left: 10px;
    background-color: #F1738A;
    color: #423E3E;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 0px;
}

div.warningMsg {
    border:1px solid #F0D871;
    border-radius:10px;
    padding-left: 10px;
    background-color: #FEE678;
    color: #45464B;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 0px;
}

div.notificationPermissionsRequest {
    border:1px solid #F0D871;
    border-radius:10px;
    padding-left: 10px;
    background-color: #FEE678;
    color: #45464B;
    margin: 10px 0px;
}

div.infolistContainerRow {
    padding: 2px 10px;
}

div.infolistContainerRow .lable {
    float: left;
    width: 200px;
    font-weight: bold;
    border-bottom : 1px dotted black;
}

div.infolistContainerRow .value {
    float: left;
    width: 400px;
}

div.infolistContainerRow .link {
    float: left;
    width: 600px;
}

div#dialogConfirm {
    display: none;
    line-height: 1em;
    font-size: 0.8em;
}

div#breadcrumb {
    border:1px solid #909090;
    border-radius:10px;
    padding-left: 10px;
    padding: 5px 10px;
    margin: 0px 0px 20px 0px;
}

div#breadcrumb a {
    color: #4D4D4D;
    font-weight: bold;
    text-decoration: none;
}

div#breadcrumbPage {
    float: left;
    width: 50%;
    margin: 0px 0px;
    text-align: left;
}

div#breadcrumbOffice {
    float: right;
    width: 50%;
    margin: 0px 0px;
    text-align: right;
}

#ui-dialog, ui-dialog-title {
    font-size: 0.8em;
}

.ui-dialog-buttonset {
    font-size: 0.8em;
}

span.dialogBoxErrorMsg {
    font-weight: bold;
    color: #F1738A;
}

/***********************************************
* FULL CALENDAR
************************************************/

.calendarStyleDefault,
.calendarStyleDefault div,
.calendarStyleDefault span {
    background-color: white;
    color: black;        
}

.calendarHolidays,
.calendarHolidays div,
.calendarHolidays span {
    background-color: whitesmoke;
    color: red;        
}

.calendarStyle1,
.calendarStyle1 div,
.calendarStyle1 span {
    background-color: azure;
    color: green;        
}

.calendarStyle1_1,
.calendarStyle1_1 div,
.calendarStyle1_1 span {
    background-color: white;
    color: green;        
}

.calendarStyle2,
.calendarStyle2 div,
.calendarStyle2 span {
    /*background-color: lightgray; */
    /*background-color: #EEEEEE; */
    /*background-color: #DCECF9;*/
    background-color: #fffacd;
    color: black;          
}

.calendarStyle2_2,
.calendarStyle2_2 div,
.calendarStyle2_2 span {
    background-color: white; 
    color: black;          
}

.calendarStyle3,
.calendarStyle3 div,
.calendarStyle3 span {
    background-color: yellow; 
    color: green;          
}

.calendarStyle3_2,
.calendarStyle3_2 div,
.calendarStyle3_2 span {
    background-color: white; 
    color: green;          
}

.calendarStyle4,
.calendarStyle4 div,
.calendarStyle4 span {
    /*background-color: #FFD8CA; */
    background-color: #FFEE9D;
    color: #000000;         
}

.calendarStyle4_2,
.calendarStyle4_2 div,
.calendarStyle4_2 span {
    background-color: white; 
    color: brown;  
}

.calendarStyle5,
.calendarStyle5 div,
.calendarStyle5 span {
    background-color: blue; 
    color: white;         
}

.calendarStyle6,
.calendarStyle6 div,
.calendarStyle6 span {
    background-color: red; 
    color: lightgray;   
    text-shadow: none;
}

.calendarStyle7,
.calendarStyle7 div,
.calendarStyle7 span {
    background-color: #E80084; 
    color: #FFFFFF;          
}

.calendarWorkedTime,
.calendarWorkedTime div,
.calendarWorkedTime span {
    color: #000000;  
    background-color: #81B238;
    text-shadow: none;
}

.calendarCurrentlyAtWork,
.calendarCurrentlyAtWork div,
.calendarCurrentlyAtWork span {
    color: #FFFFFF;  
    background-color: #41B8F2;
    text-shadow: none;
}

.calendarDailyLeave,
.calendarDailyLeave div,
.calendarDailyLeave span {
    color: #FFFFFF;  
    background-color: #41B8F2;
    text-shadow: none;
}

.calendarMaternityLeave,
.calendarMaternityLeave div,
.calendarMaternityLeave span {
    color: #000000;  
    background-color: #f08080;
    text-shadow: none;
}

.calendarStudyLeave,
.calendarStudyLeave div,
.calendarStudyLeave span {
    color: #000000;  
    background-color: #ffe4e1;
    text-shadow: none;
}

.calendarCompassionateLeave,
.calendarCompassionateLeave div,
.calendarCompassionateLeave span {
    color: #000000;  
    background-color: #e9967a;
    text-shadow: none;
}


.calendarRequestDailySmartWorking,
.calendarRequestDailySmartWorking div,
.calendarRequestDailySmartWorking span {
    color: #29eff2;  
    background-color: #41B8F2;
    text-shadow: none;
}

.calendarBloodDonation,
.calendarBloodDonation div,
.calendarBloodDonation span {
    color: #000000;  
    background-color: #FF0000;
    text-shadow: none;
}

.calendarVacation,
.calendarVacation div,
.calendarVacation span {
    color: #000000;  
    background-color: #ffd700;
    text-shadow: none;
}

.calendarLongLastingVacation,
.calendarLongLastingVacation div,
.calendarLongLastingVacation span {
    color: #FFFFFF;  
    background-color: #E80084;
    text-shadow: none;
}

.calendarExtraWorkingTime,
.calendarExtraWorkingTime div,
.calendarExtraWorkingTime span {
    color: #000000;  
    background-color: #ff7f50;
    text-shadow: none;
}

.calendarOvertime,
.calendarOvertime div,
.calendarOvertime span {
    color: #000000;  
    background-color: #FF9647;
    text-shadow: none;
}

.calendarSicknessAbsence,
.calendarSicknessAbsence div,
.calendarSicknessAbsence span {
    color: #FFFFFF;  
    background-color: #FC6C6C;
    text-shadow: none;
}

.calendarUnauthorizedWorkedTime,
.calendarUnauthorizedWorkedTime div,
.calendarUnauthorizedWorkedTime span {
    color: #FFFFFF;  
    background-color: #87CAFF;
    text-shadow: none;
}

.calendarCalculatedNotWorkingTime,
.calendarCalculatedNotWorkingTime div,
.calendarCalculatedNotWorkingTime span {
    color: #000000;  
    background-color: #D6A3FF;
    text-shadow: none;
}

.calendarProjectActivity,
.calendarProjectActivity div,
.calendarProjectActivity span {
    color: #FFFFFF;  
    background-color: #daa520;
    text-shadow: none;
}

.calendarUnemploymentBenefit,
.calendarUnemploymentBenefit div,
.calendarUnemploymentBenefit span {
    color: #000000;  
    background-color: #FFFFFF;
    text-shadow: none;
}

.calendarAvailabilityTime,
.calendarAvailabilityTime div,
.calendarAvailabilityTime span {
    color: #FFFFFF;  
    background-color: #FFEE9D;
    text-shadow: none;
}

#mytimeline {
    font-size: 11px;
}

#mytimeline div.timeline-frame div.timeline-navigation span {
    background-image: none;
}

ul#orgChartSrc {
    display: none;
}

div#baseChartNav {
    float: left;
    width: 40%;
}

div#baseChartNav .baseChartNavLabel {
    float: left;
    width: 250px;
    border-bottom: 1px dotted black;
}

div#baseChartNav .baseChartNavData {
    float: left;
    width: 250px;
}

div#baseChart {
    float: right;
    height:500px; 
    width:60%;
}

div#monthSelectorDiv {
    float:left;
    margin: 10px 5px;
}

input#dateInput {
    float:left;
    margin: 10px 5px;
}


#viewSelectorDiv {
    float:left;
    margin: 10px 5px;
}

div#expenseAccountAggregateData {
    margin-top: 10px;
}

div#personalInformationsLeft {
    float: left;
    width: 70%;
}

div#personalInformationsRight {
    float:right;
    width: 20%;
    text-align: right;
    padding: 0px 10px;
}

div#personalInformationsRight img {
    border: 1px solid #7C7D7C;
    box-shadow: 2px 2px 4px #AAAAAA;
}
div#mapContainer {
    width: 100%;
}

div#mapInfo {
    width: 25%;
    float: left;
}

div#mapData {
    width: 75%;
    float: right;
}

img#badgeButtonImg {
    border: none;
}

.activityIntervalRadioButton {
    width: 10px;
    float: left;
}

.activityIntervalSelect {
    width: 150px;
    margin-right: 5px;
    float: left;
}

.baseChartSelect {
    width: 200px;
}

.baseChartButton,
#backPage{
    min-width: 200px;
    background: white none repeat scroll 0 0;
    border: 1px solid #daa520;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
}
.baseChartButton:hover {
    background:#daa520;
    color: white;  
}

#personalDataAccordion {
    width: 1100px;

}
#personalDataAccordion .ui-icon { 
    display: none; 
}

#personalDataAccordion * {
    padding: 2px 2px !important;
    padding: 0px 0px !important;
}

#personalDataAccordion h3 {
    padding-left: 10px;
}

#handsontableDiv {
    width: 1050px;
}

.google-visualization-orgchart-table {
    width: 60%;
    margin: 10px 20%;
}

.listSpan {
    margin: 10px 0px;
}

.listLabel {
    width: 150px;
    float: left;
    font-weight: bold;
    border-bottom: 1px dotted black;
}

.listvalue {
    float: left;
}


.visibilitySelector {
    float: left;
}

div#filtersContainer {
    margin: 10px 0px;
}

div#filters {
    float: left;
}

div#filters * {
    margin-right: 5px;
}

div#viewSelector {
    float: right;
}

div#viewSelector * {
    margin-right: 0px;
}


div.timeline-event-content {
    margin: 0px !important;
    padding: 0px !important;
}

div#legendDiv {
    padding: 5px 10px;
}


ul.itemsList {
    list-style-type: none;
}

ul.itemsList li {
    height: 64px;
    margin: 10px 10px;
    padding: 2px 5px;
    border: 1px solid #909090;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.itemsList li div {
    float: left;
    /*margin-right: 30px;*/
    height: 64px;
}

.itemsListHrefImg {
    height: 16px;
    width: 16px;
}

.itemsListImage {
    width: 64px;
    height: 64px;
}

.verticalAlign {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

.bordered {
    border: 1px solid #909090;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lightHr {
    color: #CACACA;
    margin: 10px 4px;
}

.Aligner {
    display: flex;
    align-items: center;
}

.Aligner-item {
    max-width: 50%;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

.spacer {
    margin-top: 50px;
    margin-bottom: 50px;
}

/***********************************************
* GENERIC BUTTON
************************************************/



.genericBtn {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a6a6a6), color-stop(1, #787878));
    background:-moz-linear-gradient(top, #a6a6a6 5%, #787878 100%);
    background:-webkit-linear-gradient(top, #a6a6a6 5%, #787878 100%);
    background:-o-linear-gradient(top, #a6a6a6 5%, #787878 100%);
    background:-ms-linear-gradient(top, #a6a6a6 5%, #787878 100%);
    background:linear-gradient(to bottom, #a6a6a6 5%, #787878 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#787878',GradientType=0);
    background-color:#a6a6a6;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #6f706f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;

    padding:4px 37px;
    text-decoration:none;
}
.genericBtn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #787878), color-stop(1, #a6a6a6));
    background:-moz-linear-gradient(top, #787878 5%, #a6a6a6 100%);
    background:-webkit-linear-gradient(top, #787878 5%, #a6a6a6 100%);
    background:-o-linear-gradient(top, #787878 5%, #a6a6a6 100%);
    background:-ms-linear-gradient(top, #787878 5%, #a6a6a6 100%);
    background:linear-gradient(to bottom, #787878 5%, #a6a6a6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#a6a6a6',GradientType=0);
    background-color:#787878;
}
.genericBtn:active {
    position:relative;
    top:1px;
}


ul.itemsList2 {
    list-style-type: none;
}

ul.itemsList2 li {
    margin: 14px 10px;
    padding: 16px 10px;
    border: 1px solid #909090;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.itemsList2 li img{
   height: 62px;   
}

ul.itemsList2 li div {
    display: inline-block;
	vertical-align: middle;
}

.iconDiv{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	width: 64px;
}

.iconDiv img{
	width: 54px;
}

.paycheckInfo{
	display: table-cell;
}


.zoom {
  padding: 30px 0;
  transition: transform .2s; /* Animation */
  width: 400px;
  height: 180px;
  margin: 0 auto;
  background-image: url('../images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}

.zoom img:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom img{
	background-color: white;
}

#task_detail th:nth-child(n+2), #task_detail td:nth-child(n+2){
	text-align: center;
}

#task_detail th:nth-child(1){
	width: 15%;
}

#task_detail th:nth-child(2){
	width: 15%;
}

#task_detail th:nth-child(3){
	width: 15%;
}



#tasks th:nth-child(1){
	width: 20%;
}

#tasks th:nth-child(2){
	width: 15%;
}

#tasks th:nth-child(3){
	width: 15%;
}

#tasks th:nth-child(4){
	width: 20%;
}


#tasks th:nth-child(n+5), #tasks td:nth-child(n+5){
	width: 10%;
	text-align: center;
}
