@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
}

body {
	background: #ffffff;
    /*margin: 0 25px;*/
    padding: 0;
}

a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}



.title3{
	font-size:24px; 
	font-weight:bold;
	line-height:40px
	}
.txtField{
	font-size:14px;
	border:1px solid #CCC;
	height:30px;
	}
.txtFieldLabel{
	font-size:16px;
	}

.input{
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight:200;
	font-size:24px;
	padding:3px;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:16px;
	border:1px solid #999;
	outline:none;
	box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);
    background-color: #ffffff;
    /*width: 100%;*/
	}

#select_position, #select_access, #select_company{
    margin-bottom:16px;
    font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
    font-weight:200;
    font-size:18px;
    width:270px;
}

#login{
    width:400px;
    margin:7em auto;
    background-color: #fffaf0;
    border:2px;
    border-style:solid;
    border-color: #C1C1C1;
    border-radius: 40px;
    padding: 20px 40px 30px 40px;
}

.notify_error{
	color:#F00;
	font-weight: bold;
}





/* edit goal page styling end */



#datepicker1{
    /*margin-left: 240px;*/
}

.ui-dialog-content textarea {
    display: block;
    width: 99%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ui-dialog-content fieldset{
    /*height: 190px;*/
    height: 92%;
}
.ui-dialog-content form{
    height: 100%;
}

#dialog-note{
    /*margin: 0 20px;*/
}

#goal_notes{
    /*width: 496px;*/
    width: 99%;
    height: 40px;
}

#goal_notes_existing{
    width: 99%;
    min-height: 300px;
}

.editTodo, .editTodoEx{
	display:inline;
	font-size:0.9em;
}

.editTodo a, .editTodoEx a, .saveCancel a{
	font-weight:bold;
}

a.discardChanges{
	color:#C00 !important;
}

a.saveChanges{
	color:#4DB209 !important;
}

a.discardChangesEx{
	color:#C00 !important;
}

a.saveChangesEx{
	color:#4DB209 !important;
}

/*from madgoals.css
>>>>>>>>>>>>>>>>>*/
#add_note {
    width: 136px;
    display: block;
    background-color: #bd9c89;
    margin-left: 45px;
}
#add_note a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    color:#fff;
    padding: 3px 0 3px 0;
}
#add_note:hover {
    text-decoration: none;
    background-color: #806a5c;
}

.mg_info_container{
    width: 100%;
    display: block;
    border-width: 1px;
    /*margin: 20px;*/
}

.mg_info_header_done, .mg_info_header_outstanding{
    width: 492px;
    display: block;
    padding: 4px;
    font-size: 1.1em;
    font-weight: bold;
}

.mg_info_header_outstanding{
    background-color: #b76767;
    color: #fffaf0;
}

.mg_info_header_done{
    background-color: #dedae3;
    color: #a196a1;
}

li.madGoal_outstanding{
    background-color: #FFFDC2;
    color:#1f1a17;
}

.mg_info_body_done, .mg_info_body_outstanding {
    width: 492px;
    display: block;
    padding: 4px;
    font-weight: bolder;
}

.mg_info_body_done{
    background-color: #f0eaf0;
    color: #9e5959;
    border-color: #b76767;
}

.mg_info_body_outstanding{
    background-color: #ffd3cf;
    color: #9e5959;
    border-color: #b76767;
}

.mg_controls_container{
    width: 180px;
    margin: 20px 50px 20px 20px;
    border-style: solid;
    border-width: 2px;
    float: right;
}

#privacy {
    width: 126px;
    display: block;
    /*background-color: #c8f088;*/
    margin-left: 45px;
    margin-top: 10px;
    padding: 3px 0 3px 10px;
}

a.change:link, a.change:visited{
    text-decoration: none;
    color: #5994ff;
    font-weight: bold;
}
#privacy_info{
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.1em;
    cursor: pointer;
}

.tooltip {
    display:none;
    background:transparent;
    background-color:#000;
    font-size:12px;
    /*height:70px;*/
    width:160px;
    padding:25px;
    color:#eee;
    z-index: 150;
}


.greenBack{
    background-color: #CBFFCB;
}

.redBack{
    background-color: #ffbcbf;
}


#delsTotal{
    float: right;
    width: 17%;
    background: #bce3f7;
    font-size: 1.2em;
    font-weight: 600;
    margin: 6px 0 0 0;
    border-top: 2px solid #000000;
    padding: 3px 0;
    text-align: center;
}


.vbsHeader {
    background: green;
    font-weight: bold;
    color: white;
    margin-bottom: 4px;
    padding: 2px;
}


.in_time, .out_time, .break{
    width:150px;
    /*height: 100px;*/
    padding: 5px;
    /*position: absolute;*/
    top: 60px;
    text-align: center;
    float: left;
    margin: 10px;
}

.timeData{
    background-color: #fffaf0;
    border: 1px;
    border-style: solid;
    border-color: #C1C1C1;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.timeDigits{
    width: 24px;
    text-align: center;
}

.timeSegmentTitle{
    text-align: center;
    font-weight: bold;
    color: #2788ff;
    font-size: 1.4em;

}

.timeOverlayOut{
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width:      100%;
    height:     100%;
    z-index:    20;
    top:        0;
    left:       0;
    position:   fixed;
}

.timeOverlayIn{
    /*position: relative;*/
    height: 212px;
    width: 511px;
    margin: 140px auto 0 auto;
    /*border: solid;*/
    border-width: 1px;
    border-color: #717b7d;
    background: #ffffff;
}


.timeDate{
    text-align: center;
    font-weight: bold;
    color: #4f4f4f;
    font-size: 1.8em;
    padding: 8px;
    background-color: #d1d1d1;
}

.calendar{
    /*width: 540px;*/
    margin: 0 30px 20px 0;
    float: left;
}

.calendar-day-head{
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.calendarNav{
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    width: 338px;
    padding: 10px;
    /*float: left;*/
}

.day-number{
    text-align: center;
    width: 50px;
    height: 40px;
    font-size: 1.2em;
    line-height: 40px;
}

#calendar_placeholder{
    width: 700px;
    /*text-align: center;*/
}

.calendar-day:hover{
    background-color: #ffbd6c;
    cursor: pointer;
}

.calendar-day.worked{
    -webkit-print-color-adjust: exact;
    background-color: #44ff4b;
    /*background-color: #ff4d43;*/
}

#list_holder{
    /*width: 300px;*/
    /*float: right;*/
    /*right: 0px;*/
}

.worked_table_head{
    text-align: center;
    font-weight: bold;
    width: 90px;
    border: 0px;
    white-space:nowrap;
}

.worked_table_cell{
    text-align: right;
    padding: 1px 4px;
    border: 0px;
}

.worked_table_cell_sum{
    text-align: right;
    padding: 1px 4px;
    font-weight: bold;
}


#Name_Function{
    text-align: left;
    font-size: 1.4em;
    width: 338px;
    padding: 5px 10px;
    /*float: left;*/

}


.deleteTimeButton{
	background:url("../images/delete.png") no-repeat center center;
    display: block;
    float: left;
    height: 16px;
    margin: 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    cursor: pointer;
}

.employee_name{
    font-size: 1.6em;
    font-weight: bold;
}

.employee_position{
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(74, 171, 207, 0.96);
}

.emp_holder{
    border: 1px solid #4f4f4f;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

#reportSum{
    overflow: auto;
    height: 600px;
    width: 1300px;
}

.reportSumCell{
    width: 275px;
    /*min-height: 370px;*/

}

/*#formRegister, #formLogin, #formForgot, #formReset {*/
    /*margin: 0 25px;*/
/*}*/



.btnBlue {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    /*display: inline-block;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin: 20px 0 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 160px;
}


#reportSelectDate .btnBlue {
    margin: 0;
}

.btnBlue:hover {
  background: #275384
}

label.desc {
    border: medium none;
    color: #635244;
    display: block;
    font-size: 1.1em;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
    white-space: normal;
    width: 100%;
}

.pageFooter{
    background: #000000;
    margin: 30px 0 0;
    height: 40px;
}

.error_box{
    margin: -16px 0 10px;
}

.title3{
    display:block;
    padding-top:10px;
    padding-bottom:20px
}

.forgotPassLink{
    margin: 18px 0;
    /*font-weight: bold;*/
}


.green_button, .red_button{
    color: #ffffff;
    display:block;
    padding: 0 0 0 0;
    height:28px;
    line-height: 28px;
    width:65px;
    font-size: 1.1em;
    font-weight: bolder;
    border: 0;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
    float:right;
    margin:8px 8px 8px 0;
}

.green_button{
    background: #2aa630;
    left: 0;
}
.red_button{
    background: #a6220d;
    left: 70px;
}

.green_button:hover{
    background: #3a5c25;
}

.red_button:hover{
    background: #5c0d16;
}

/******* Contact FORM *******/

#Container_Contact_Form{
	/*padding: 20px 20px 50px 20px;*/
    text-align: left;
    /*margin:0 auto;*/
	position:relative;
    padding-bottom: 10px;
    max-width: 600px;
}
#Container_Contact_Form h3{
    font-size: 1.5em;
    color: #736b70;
}
#Container_Contact_Form p{
    font-size: 1em;
    color: #736b70;
    font-weight: bold;
    margin-bottom: 25px;
}
#confirmation{
	padding: 100px 40px 100px 40px;
    text-align: left;
    color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}
#Container_Contact_Form label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#Container_Contact_Form input.error{
	border-color: #e77776;
}
#Container_Contact_Form #txt_email{
	width: 80%;
	padding: 6px;
	color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #cecece;
    margin-bottom: 20px;
}
#Container_Contact_Form textarea{
	width: 100%;
	height: 220px;
	padding: 6px;
	color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #cecece;
    /*margin-bottom: 20px;*/
}
#Container_Contact_Form textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}

/*#Container_Contact_Form div span{*/
	/*margin-left: 10px;*/
	/*color: #b1b1b1;*/
	/*font-size: 1.1em;*/
	/*font-style: italic;*/
/*}*/
/*#Container_Contact_Form div span.error{*/
	/*color: #e46c6e;*/
/*}*/

#error{
	margin-bottom: 10px;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 1.1em;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.2em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* Contact FORM end *******/



#mainMenu{
    /*border: 1px solid grey;*/
    /*border-radius: 10px;*/
    width: 250px;
    text-align: center;
    margin: 20px 15px;
    padding: 10px;
}

#mainMenu .btnBlue{
    margin: 20px auto;
}


h3{
    font-size: 1.5em;
    color: #736b70;
}
p{
    font-size: 1em;
    color: #736b70;
    font-weight: bold;
    margin-bottom: 25px;
}

.inner-container{
    margin: 0 25px;
}

.tdHead {
    font-weight: bold;
    font-size: 0.9em;
    background-color: #8db9ff;
    padding: 2px 5px;
}

.tdBody {
    padding: 2px 5px;
    color: #4f4f4f;
    border: 1px solid rgba(148, 148, 148, 0.78);
}

.center{
    text-align: center;
}
.right{
    text-align: right;
}

.filter {
    border: solid 2px #3379b6;
    width: 430px;
    padding: 5px;
    border-radius: 8px;

}

.filter input {
    width: 90px;
}

.tdRight{
    text-align: right;
}
.tdLeft{
    text-align: left;
}
.tdCenter{
    text-align: center;
}
.tdPad5px {
    padding: 5px;
}

#filterHolder{
    /*width: 950px;*/
    position: relative;
    height: 70px;
}

#EmployeeList tbody tr:hover > td{
    cursor: pointer;
    background-color: #fbff9c;
}

.Title3
{
    display:block;
    padding-top:10px;
    padding-bottom:20px;
}

#EditEmployee{
    display: none;
    width: 600px;
    height: 600px;
    background: white;
    position: absolute;
    top: 60px;
}


.buttonBar .btnBlue{
    float: left;
    margin-right: 20px;
}

.blueLink{
    font-weight: bold;
    color: #357cb7;
}


#privacy_info{
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.1em;
    cursor: pointer;
}

.tooltip {
    display:none;
    background:transparent;
    background-color:#000;
    font-size:12px;
    width:160px;
    padding:25px;
    color:#eee;
}

.leftHeading{
    width: 160px;
    /*height: 60px;*/
    text-align: center;
    color: #181818;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 80px;
}

.rightHeading{
    width: 480px;
    /*text-align: center;*/
    padding: 10px 25px;
    font-size: 1em;
    color: #736b70;
    font-weight: bold;
}

.row1{

    /*background-color: #b0dd5a;*/
    /*border-bottom: solid 6px #b3ff6b;*/
    border-right: solid 6px #b3ff6b;
}

.row2{
    /*background-color: #be6b67;*/
    /*border-bottom: solid 6px #7081ff;*/
    border-right: solid 6px #7081ff;
}

.row3{
    /*background-color: #4496ed;*/
    /*border-bottom: solid 6px #ff9821;*/
    border-right: solid 6px #ff9821;
}