@charset "utf-8";
  body {
  font-family: Helvetica,Arial,sans-serif;
}

    table {
        width:100%;
    }

    table caption {
        text-align:left;
    }

    table thead th {
        text-align:left;
        border-bottom-width:1px;
        border-top-width:1px;
    }

    table th, td {
        text-align:left;

    }

    .user_status_list {
        width: 45%;
        float: right;
        font-size: 75% !important;
    }

    .user_status_list_status {
    font-size: 130% !important;
    }
    
    #user_status_list_view .name {
    	clear: left;
    	float: left;
    	max-width: 115px;
    	overflow: hidden;
    }
    
    #user_status_list_view_login .name {
    	clear: left;
    	float: left;
    	max-width: 115px;
    	overflow: hidden;
    }
    
    #user_status_list_view .away {
    	float: left;
    	font-size: smaller;
    	padding-left: 10px;
    }
    
    #user_status_list_view_login .away {
    	float: left;
    	font-size: smaller;
    	padding-left: 10px;
    } 

	#user_status_list_view .state {
    	text-align: right;
    	float: right;
    }
    
    #user_status_list_view_login .state {
    	text-align: right;
    	float: right;
    }
    
	.toggleMontage .ui-radio {
		width: 50%;
	}
	
	.toggleMontage .ui-radio label {
		width: 100%;
	}
    
    .user_status_entry {
    	margin: 2px;
    	margin-left: 10px;
    	margin-right: 10px;
    	float: left;
   		width: 255px;
    }
    
    .user_group {
    	margin: 2px;
    	float: left;
    	width: 100%;
    }
    
    .user_status_list_header {
    	font-size: 18px;
    	font-weight: bold;
    	float: left;
    	clear: left;
		margin-top: 18px;
    }
    
    .user_status_list_switcher {
		float: right;
		clear: right;
		margin-top: 15px;
    }
    
    .user_status_list_wrapper {
    	float: left;
    	clear: both;
    	width: 100%;
    	vertical-align: middle;
    	
    }
    
    .user_group_head {
    	font-weight: bold;
    	font-size: small;
    	float: left;
    	clear: both;
    	margin-bottom: 5px;
    	width: 100%;
    }
    
    .ae_view_data {
	
	}

    .ae_view_lbl {
        font-weight: bold;
    }

    .clock {
    padding-top: 10px;
    padding-bottom: 5px;
    }

    .time {
           text-align: center;

        font-weight: bold;
        font-size: xx-large;
    }

    .date {
        text-align: center;

        font-size: large;
    }

    .aeDurationView {
        font-weight: bold;
        font-size: medium;
    }

    .user_status_list_partner {
        float: left;
        width: 45%;
    }

    #index_user_data_view {
        width: 45%;
        float: right;
        font-size: 90% !important;
    }

    .user_status_list_table_left {
        width: 45%;
        float: left;
    }

    .user_status_list_table_right {
        width: 45%;
        float: right;
    }

    #generic_working_time_view {
        float: right;
        margin-right: 50%;
    }


 .wrapper {
    overflow: hidden; /* add this to contain floated children */
}
.first {
    float:left; /* add this */
}
.second {
    float: left; /* add this */
}

.m5 {
    margin-top: 15px;
    margin-bottom: 15px;
    }

.scrollable {
    moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);


margin: 10px;
        padding: 10px;
    -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;

    height: 400px;
    overflow-y: scroll;
}

#clockin_weekTable {
  float: left;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  box-shadow: 2px 2px 3px silver;
  max-width: 690px;
}

#clockin_navi {
  max-width: 750px;
  margin: auto;
}

.diffError {
	color: red;
	font-weight: bold !important;
}

#clockin_weekTable td:nth-child(8){
	font-weight: bold;
}

#showAeTimes, #hideAeTimes {
	color: gray;
	cursor: pointer;
}

.clockin_thead {
	font-weight: bold;
}

#showAeTimes {
	display: none;
}

#prevWeek {
  background-image: url("../img/carat-l-white.png");
  background-color: #D2D2D2;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  margin-top: 23px;
  margin-left: 2px;
  margin-right: 2px;
  height: 20px;
}

#nextWeek {
  background-image: url("../img/carat-r-white.png");
  background-color: #D2D2D2;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  margin-top: 23px;
  margin-left: 2px;
  margin-right: 2px;
  height: 20px;
}

#prevWeekContainer {
  margin-right: 3px;
}

#nextWeekContainer {
  margin-left:  3px;
}

#prevWeekContainer, #nextWeekContainer {
  float: left;
  width: 25px;
  height: 66px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  box-shadow: 2px 2px 3px silver;
  cursor: pointer;

  background: #fafafa;
  background-image: -webkit-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -moz-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -ms-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -o-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: linear-gradient(to bottom, #fafafa, #f5f2f5);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  color: #ffffff;
  text-decoration: none;

}

#prevWeekContainer:HOVER, #nextWeekContainer:HOVER {
 background: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -ms-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -o-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: linear-gradient(to bottom, #e0e0e0, #f2f2f2);
  text-decoration: none;
}


.weekDayColumn, .weekDayColumnSum {
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  background: none;

}

#clockin_weekTable > thead > tr > th {
  padding: 3px;
}
#clockin_weekTable > tbody > tr > td {
  padding: 3px;
}

#createNewLE {
  margin: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#daily_AEs {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.transfer_record {
	display: none;
}

line.transfer_record > td {
  height: 5px;
}

.spacer > td {
  height: 3px;
}

#clockin {
  font-size: small;
}

#clockin.first_left {
  width: 15%;
}

#clockin.second_center {
  width: 70%;
}

#clockin.third_right {
  width: 15%;
}

#clockin.header_container {
  height: 50px;
}

#clockin.container {
  padding-top: 55px;
}

#clockin.wrapper {
  height: 50px;
}

#new {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#tmpProjectRow {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  background-color: highlight;
  color: highlighttext;
  text-shadow: none;
  box-shadow: 5px 5px 5px silver;
}

th.highlight  {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

td.weekDayColumnSum.highlight {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top_record td:nth-child(1) {
  padding-top: 5px;
  padding-left: 5px;
  border-top: 1px solid #BEBEBE ;
  border-left: 1px solid #BEBEBE ;
  border-top-left-radius: 10px;
  background-color: #F8F8F8;
  box-shadow: 2px 2px 3px silver;
}

.top_record td:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #BEBEBE ;
  border-right: 1px solid #BEBEBE ;
  border-top-right-radius: 10px;
  background-color: #F8F8F8;
  box-shadow: 2px 2px 3px silver;
}

.mid_record td {
  background-color: #F8F8F8;
  box-shadow: 2px 2px 3px silver;
}

.mid_record td:nth-child(1) {
  padding-left: 5px;
}

.mid_record td:nth-child(1) {
  border-left: 1px solid #BEBEBE ;
}

.mid_record td:nth-child(4) {
  padding-right: 5px;
}

.mid_record td:nth-child(4) {
  border-right: 1px solid #BEBEBE ;
}

.mid_record.transfer_record td:nth-child(3) {
  border-right: 1px solid #BEBEBE ;
}

.mid_record.transfer_record td:nth-child(1) {
  padding-left: 20px;
}

.bot_record td {
  background-color: #F8F8F8;
  box-shadow: 2px 2px 3px silver;
}

.bot_record td:nth-child(1) {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #BEBEBE ;
  border-left: 1px solid #BEBEBE ;
  border-bottom-left-radius: 10px;
}

.bot_record td:nth-child(2),
 .bot_record td:nth-child(3),
 .bot_record td:nth-child(4) {
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px solid #BEBEBE ;
}

.bot_record td:nth-child(5) {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #BEBEBE ;
  border-right: 1px solid #BEBEBE ;
  border-bottom-right-radius: 10px;
}

#clockin .top_record{
  font-size: 140%;
  font-weight: bold;
}
#clockin .small-font-size {
  font-size: small;
}
#clockin .mid_record{
  font-size: 110%;
}

#daily_AEs .chzn-select {
  width: 330px;
}

#clockin_back {
  cursor: pointer;
}

#clockinDiagContent {
  width: 100%;
}

.clockinDiagScroll {
	height: 75px;
	margin: 10px;
	overflow: scroll;
}

.clockinDiagTrustedUserList {
	height: 250px;
}

.clockinDiagCopy {
	height: 400px;
}

.clockin_marginleft {
	margin-left: 60px;
}

#clockinDiag2Content {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#dialogBack {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  margin-top: -10px; 
  margin-left: -10px;
  background-color: rgba(230,230,230, 0.5);
  z-index: 1;
}

#clockinDiag, #clockinDiag2, #clockin_remark {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  max-width: 720px;
  min-height: 180px;
  max-height: 430px;
  padding: 15px;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  background-color: #F8F8F8;
  box-shadow: 2px 2px 3px silver;
  
  z-index: 2;
}

#clockinRemark {
	width: 	90%;
	height: 70px;
}

.userDiag2Button {
	width: 80px;
	height: 30px; 
}

#userSwitch {
	clear: both;
	height: 65px;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	white-space: nowrap;
	overflow: scroll;
	overflow-y: hidden;
}

.userSwitchButton {
	display: inline-block;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	height: 25px;
	width: 120px;
	padding-top: 11px;
	padding-left:  5px;
	padding-right: 5px;
	text-align: center;
	text-shadow: #BEBEBE;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #BEBEBE;
	box-shadow: 2px 2px 3px silver;
}

.userDiag2Button {
  width: 100px;
  margin: 5px;
  margin-left: 20px;
}

#clockin_copy_buttons {
  float: left;
}

#copy_user_select {
  float: left;
  clear: left; 
  width : 400px;
  height: 100px;
  margin-left: 30px;
}

.le-delete-button {
  background-image: url("../img/delete.png");
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.le-copy-button {
	height: 48px;
	width: 48px;
	cursor: pointer;
	background-image: url("../img/user.png");
}

#clockinDiag #qr_selects {
  float: right;
  margin-right: 50px;
}

#clockinDiag #qr_link {
	display: none;
}

#clockinDiag .chzn-container {
  width: 350px;
  margin: 5px;
  float: right;
  clear: right;
}

#clockinDiag #qr_code_snippet {
  position: relative;
  top: 20px;
  left: 50px;
  
}

#clockinDiag {
  width: 750px;
}

#clockinDiag #qr_image {
  position: relative;
  top: -310px;
  left: 50px;
}

#closeDiag {
  position: relative;
  top: -130px;
  left: 50px;
}

#closeDiag2 {
  float: left;
  clear: both; 
  margin-top: 20px;
  margin-left: 100px;
}

#clockinDiag #qr_code_snippet > textarea {
  margin: 5px;
  height: 150px;
  width:  350px;
}

#clockin_copy_buttons {
	width: 		 120px;
	margin-left:  10px;
	margin-top:   25px;
	width:       120px;
}

#clockinCopyUserSelect {
	float: left;
	clear: left;
	margin-left: 30px;
}

#clockinCopyUserSelect .ms-elem-selectable, #clockinCopyUserSelect .ms-elem-selection {
	height: 25px;
	padding-top: 12px;
}

.le-qr-button {
  background-image: url("../img/QR_48.png");
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.transfer-button {
  float: right;
  background-image: url("./images/exchange.png");
  height: 32px;
  width: 32px;
  background-size: 100% 100%;
  cursor: pointer;
}
.remark-button_filled {
  float: right;
  background-image: url("./images/comment.png");
  height: 32px;
  width: 32px;
  background-size: 100% 100%;
  cursor: pointer;
}

.remark-button {
  float: right;
  background-image: url("./images/comment_y.png");
  height: 32px;
  width: 32px;
  background-size: 100% 100%;
  cursor: pointer;
}

.favorites-add-button {
	float: right;
	background-image: url("./images/plus.png");
	height: 32px;
	width: 32px;
	background-size: 100% 100%;
	cursor: pointer;
}

#clockin_new {
	margin-top: 5px;
	float:      right;
	clear:		right;
	height:     45px;
	width:      45px;
	cursor:     pointer;
	background-image:    url("./images/plus.png");
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     100% 100%;
}

.font-size-160 {
  font-size:    160%;
}

.font-size-130 {
	font-size:    130%;
}

#clockin_actualProjects {
	margin-right: 10%;
	margin-top: 10px;
	float:      right;
	height:     40px;
	width:      40px;
	cursor:     pointer;
	background-image:    url("./images/bookmark.png");
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     100% 100%;
}

#clockin_trustedUser {
	display: none;
	margin-right: 10%;
	margin-top: 10px;
	float:      right;
	height:     40px;
	width:      40px;
	cursor:     pointer;
	background-image:    url("../img/user.png");
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     100% 100%;
}

#clockin_viewTypeTrigger {
	margin-right: 10%;
	margin-top: 10px;
	float:      right;
	height:     40px;
	width:      40px;
	cursor:     pointer;
	background-image:    url("./images/zoom-in.png");
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     100% 100%;
}
#clockin_today {
	margin-top: 5px;
	float: left;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-image: url("../img/calendar.png");
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     100% 100%;
	font-weight: bold;
}
.clockin_button {
  margin-top:   5px;
  float:        left;
  height:       35px;
  width:        75px;
  padding-top:  10px;
  text-align:	  center;	
  text-shadow:  #BEBEBE;
  cursor:       pointer;
  background-color:    #F8F8F8;
  border-radius:       5px;
  border: 1px solid #BEBEBE;
  box-shadow: 2px 2px 3px silver;

  background: #fafafa;
  background-image: -webkit-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -moz-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -ms-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: -o-linear-gradient(top, #fafafa, #f5f2f5);
  background-image: linear-gradient(to bottom, #fafafa, #f5f2f5);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  color: black;
  text-decoration: none;

}

.clockin_button:HOVER {
  background: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -ms-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -o-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: linear-gradient(to bottom, #e0e0e0, #f2f2f2);
  text-decoration: none;
}

#daily_AEsContainer {
  clear: both;
}

#clockin .container .ui-content {
  overflow-x: visible;
}

#ae_menu_ul_clockview {
  height: 130px;
}

.help-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#clockinAutoLogoutTime {
  position: fixed;
  bottom: 0px;
  color: rgba(204, 0, 0, 1);
  font-weight: bold;
}
#user_statuslist_sort {
  width: 10%;
  float: right;
  min-width: 166px;
}

#main_menu_center {
  text-align: center;
}

.password_strength {
    padding: 0 5px;
    display: inline-block;
}
.password_strength_1 {
  left:0px;
  width:140px;
  height: 30px;
  background:url('./images/passsec.png') 0 0;
}
.password_strength_2 {
    left:0px;
  width:140px;
  height: 30px;
  background:url('./images/passsec.png') 0 -30px;
}
.password_strength_3 {
    left:0px;
  width:140px;
  height: 30px;
  background:url('./images/passsec.png') 0 -60px;
}
.password_strength_4 {
     left:0px;
  width:140px;
  height: 30px;
  background:url('./images/passsec.png') 0 -90px;
}
.password_strength_5 {
    left:0px;
  width:140px;
  height: 30px;
  background:url('./images/passsec.png') 0 -120px;
}

.fav_col_head {
	width: 350px;
}
.fav_col1 {
	width: 120px;
}
.fav_col2 {
	width: 320px;
}
.fav_col3 {
	width: 320px;
}

#favTableWrapper > .favorites-filter {
	width: 100%;
	text-align: center;
}

#favTableWrapper > .favorites-filter > .filterTextField {
	font-size: medium;
	width:95%;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 25px;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 2px;
}

.text-align-right {
	text-align: right;
}

.font-style-italic {
	font-style: italic;
}

.rfidLogoutButton {
	font-size: large;
	margin-left: 5px;
	margin-right: 5px;
	height: 50px;
	width: 140px;
	text-shadow: #BEBEBE;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #BEBEBE;
	background-color: #F0F0F0;
}
.rfidLogoutButton:HOVER {
	background-color: highlight;
}

.fav-le-list-index-collapsible {
	width: 45%;
	float: right;
	font-size: 75% !important;
}

#clockin-slider-wrapper {
	min-width: 375px;
  	max-width: 450px;
	position: fixed;
	bottom: 10px;
	opacity: 0.3;
	display: none;
}

.no-opacity {
	opacity: 1;
}

#clockin-slider-wrapper:HOVER {
	opacity: 1;
}

.userSwitchButton.no-le {
	background: -webkit-linear-gradient(37deg, transparent 87%, red 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, transparent 87%, red 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, transparent 87%, red 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, transparent 87%, red 13%); /* Standard syntax (must be last) */
}
.userSwitchButton.no-le.highlight {
	background: -webkit-linear-gradient(37deg, highlight 87%, red 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, highlight 87%, red 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, highlight 87%, red 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, highlight 87%, red 13%); /* Standard syntax (must be last) */
    
  	color: highlighttext;
  	text-shadow: none;
  	box-shadow: 5px 5px 5px silver;
}

.userSwitchButton.running-le {
	background: -webkit-linear-gradient(37deg, transparent 87%, green 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, transparent 87%, green 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, transparent 87%, green 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, transparent 87%, green 13%); /* Standard syntax (must be last) */
}

.userSwitchButton.running-le.highlight {
	background: -webkit-linear-gradient(37deg, highlight 87%, green 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, highlight 87%, green 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, highlight 87%, green 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, highlight 87%, green 13%); /* Standard syntax (must be last) */
    
    color: highlighttext;
  	text-shadow: none;
  	box-shadow: 5px 5px 5px silver;
}

.userSwitchButton.stopped-le {
	background: -webkit-linear-gradient(37deg, transparent 87%, yellow 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, transparent 87%, yellow 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, transparent 87%, yellow 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, transparent 87%, yellow 13%); /* Standard syntax (must be last) */
}

.userSwitchButton.stopped-le.highlight {
	background: -webkit-linear-gradient(37deg, highlight 87%, yellow 13%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(37deg, highlight 87%, yellow 13%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(37deg, highlight 87%, yellow 13%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(37deg, highlight 87%, yellow 13%); /* Standard syntax (must be last) */
    
    color: highlighttext;
  	text-shadow: none;
  	box-shadow: 5px 5px 5px silver;
}

.invalid {
    color: rgba(96, 96, 96, .7);
    background-color: rgba(232, 232, 232, .7);
}

.hiddenInvalid {
    display: none;
}

.gapError {
    box-shadow: 0px 0px 5px rgb(200, 0, 0), 0px 0px 2px red;
}

.cutted {
    box-shadow: 0px 0px 5px rgb(255, 200, 0), 0px 0px 2px orange;
}

.cutInfo {
    padding: 5px;
    font-size: 85%;
}

.notVerified {
    color: orange
}

.verifyColorHint {
    font-size: smaller;
    margin-top: 10px;
    margin-bottom: 10px;
}

.salaryTable {
    font-size: small;
}

.salaryTable input.narrow {
    width: 40%;
}

#timemodel-booking {
    padding-top: 2em;
}