/* ================ HTML element styles: Begin ================ */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	  
}
 a {
	outline:none;
    /*color:#5d5d5d;  */
	color:#0CA8F5;
}  /*
textarea {
    font-family:Arial, Helvetica, sans-serif;
} */
/* ================ HTML element styles: End ================ */



/* ================ Main div styles: Begin ================ */
#wrapper {
	min-width:940px;
	overflow:hidden;
}
#content {
	padding-top:0px;
}
#footer {
	text-align:center;
	padding:0 0 30px 0;
	color:#777;
	font-size:12px;
}
#social-icons {
    margin-top: 5px;
}
.box {
	margin:15px;
	position:relative;
}
.box aa {
    text-decoration: underline;
    cursor: pointer;
}
.box div.top {
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
	padding-bottom:13px;
	overflow:hidden;
}
.box .inner {
	/*background:#f7f6f6;*/
	background:#fff;
	padding:5px 10px 10px;
	border:1px solid #dedede;
	border-top:none;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow:hidden;
	margin-bottom:19px;
	/* max-width:850px; */
}
.box .head {
	position:relative;
}
.box .head h1 {
	background: #f3f3f3 url(../images/h1-bg.png) left bottom repeat-x;
	font-size:16px;
	color:#5d5d5d;
	padding:3px 15px;
	line-height:20px;
	border:1px solid #dedede;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.box h2 {
    font-weight: bold;
    font-size: 15px;
}
.box h3 {
    font-weight: bold;
    font-size: 13px;
}
.noHeader .inner {
	border:1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box .toggle {
	background: url(../images/toggle-down.png) no-repeat 99% 50%;
	width:9px;
	height:8px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
}
.box .toggle.activated	{
	background: url(../images/toggle-up.png) no-repeat 99% 50%;
}
.box ul.top {
	float:right;
	padding: 10px 0 0 ;    
}
.box ul.bottom {
	float:right;
	padding:15px 0 0 ;
}

.box div.bottom {
    border-top:1px solid #dedede;
    margin-top:10px;
    padding-top:10px;
}

.miniList p {
    margin-bottom: 10px;
    padding-top: 0;
}
/* ================ Main div styles: End ================ */

/* ================ General class styles: Begin ================ */
.normal {
    margin: 0;
    border: none;
}
.hide {display:none;}

.show {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.inputFormatHint {
    color: #A9A9A9;
}

label.fieldHelpBottom {
    display:block;
    float:left;
    color: #A9A9A9;
    clear: left;
    margin-left: 150px;
    width: auto;
}

li.noLabel label.fieldHelpBottom {
    margin-left: 0px;
}


.fieldHelpRight {
    margin-left: 5px;
}
.boldText {
    font-weight: bold;
}
.required {
	color:#aa4935;
}
.helpText { /* Used in attendance/viewAttendanceRecord */
	color:#a9a9a9;
}
.borderBottom {
    padding-bottom: 10px;
    border-bottom:1px solid #dedede;
}
/* ================ General class styles: End ================ */

/* ================ Form styles: Begin ================ */
input:disabled, select:disabled, textarea:disabled {
    background-color: #DDD;
}
form ol {
	border-bottom:1px solid #dedede;
	overflow:hidden;
    padding-bottom: 5px;  /* ruchira: fix overlap between validation error in last input field */    
    margin-bottom: 10px;
}
form ol li {
	float:left;
	position:relative;
    width:90%;
    margin:2px 0 2px 0;
}
form ol li label {
	display:block;
	color:#5d5d5d;
	width:150px;
	float:left;
}
form ol li label.line {
    width: auto;
    margin-right: 10px;
}

/* eg: From label for date range. Left margin is 0 */
form ol li label.sublabel1 {
	width:auto;
        margin-left: 0px;
        margin-right: 10px;
}

/* eg: To label for date range */
form ol li label.sublabel2 {
	width:auto;
        margin-left: 20px;
        margin-right: 10px;
}

 /* TODO: Check whether .label is in use */
/* 
form ol li .label {
	display:block;
	color:#5d5d5d;
	width:150px;
	float:left;
}
form ol li .label {
	height:50px;
	margin:0;
}
*/
form ol li input {
	float:left;
	width:225px;
}
form input, form select,  form textarea {
	font-size:12px;
	border:1px solid #d2d1d1;
	color:#5d5d5d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	padding:2px 4px;
    background-color: #FFF;
}
form ol li select {
    float:left;
    width:239px;
	height:26px;
	margin-top:1px;
   /* padding:3px 6px;  */
}

form ol li select.auto-width {
    min-width:239px;
    width: auto;
}

form ol li textarea {
	float:left;
	width:250px;
	/*height:40px;  */
}
form ol li input[type=text] {
    height:18px;

}
form ol li input[type="file"] {
    margin-bottom: 5px;
}
form ol li input.calendar {
	width:165px;
	float:left;
}
form ol li.line {
	width:100%;
}
form ol li.new {
	clear:left;
}
form ol li.noLabel { /*TODO: Check whether this is the proper way. Used in 'saveJobTitle' */
	margin-left: 150px;
}
form ol li.noLabel .fieldHelpBottom {
	left: 0;
}
form ol li.required {
	float:left;
	width:425px;
	margin-top:9px;
	color:#a9a9a9;
	font-size:11px;
}
div.searchForm ol li.required {
    clear:both;
}

form ol li.required em {
	color:#aa4935;
}

form ol li label em {
	color:#aa4935;
}
form ol li.helpText { /* Used in Recruitment > Add Job Vacancy */
	float:left;
	margin-top:9px;
	color:#a9a9a9;
	font-size:12px;
}
/* ------------- longLabels styles ------------- */
form.longLabels ol li label { /* Used in pim/viewMemberships, admin/listMailConfiguration*/
    width: 180px;
}
form.longLabels ol li span.validation-error {
	left:180px;
}
/* ------------- Checkbox styles ------------- */
form ol li.checkbox input { /* Used in Admin > Localization */
	width:auto;
	border:none;
}
form ol li.checkbox label {
	display:inline;
	margin-right:25px;
	line-height:20px;
    width:90%;
}
form ol li.labelRight {
    padding-left: 150px;
}
form ol li.labelRight label {
    width:90%;
    line-height:20px;
}
/* ------------- Radio styles ------------- */
form ol li.radio input {
	width:auto;
	border:none;
}
form ol li.radio label {
	display:inline;
	line-height:20px;
}
form ol li.radio input[type=radio] {
    margin-left: 0px;
}
form ol li.radio {
	margin-bottom:0;
}
form ol li.radio label {
    margin-top: 0px;
}
form ol li.radio ul.radio_list li {
    display: inline;
    width: auto;
}
form ol li.radio ul.radio_list li label {
    width: auto;
    margin-right: 10px;
    margin-top: 0;
}
/* ------------- File input styles ------------- */
input[type="file"] {
   /* height: 24px;  */
}
/* ------------- Button styles ------------- */
form p {
	text-align:left;
    padding-top: 5px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	background:#33ac3f;
	color:#fff;
	font-size:13px;
	padding:4px 20px;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:4px;
}
input.reset, input.cancel, input[type="reset"] {
	background:#848484;
}
input.delete {
	background:#aa4935;
}
/* ------------- Checkbox & Radio universal styles ------------- */
input[type=checkbox] {
    margin: 3px 3px 0 0;
    width: auto;
	border: none;
    padding: 0;
}
input[type=radio] {
    margin: 3px 3px 0 0;
	border: none;
    padding: 0;
    background: transparent;
}
input[type=radio]:disabled {
    background: transparent;
}
/* ------------- Full Name styles ------------- */
form ol.fieldsInLine {
    border: none;
    margin: 0;
    padding-bottom: 2px;
    padding-top: 0;
}
form ol.fieldsInLine li {
    width: 218px;
}
form ol.fieldsInLine li input[type=text] {
	width:192px;
}
form ol li.nameContainer {
    margin-bottom: 0;
    padding-bottom: 0;
}
form ol li ol.fieldsInLine li {
    text-align: center;
}
form ol li label.hasTopFieldHelp {
    margin-top: 20px;
}
form ol li div.fieldDescription {
    margin-bottom: 5px;
	color:#a9a9a9;
	font-size:11px;    
}
form ol li div.fieldDescription em {
	color:#aa4935;
}
form ol li ol.fieldsInLine li span.validation-error {
	left: 0;
    top: 38px;
}
/* ------------- Button hovering styles ------------- */
/* 
 * Button hovering effects 
 * Note: we are not using pure css using :hover because :hover applies to even disabled elements.
 * The pseudo class :enabled is not supported in IE < 9.
 */

input[type=button].hover,
input[type=submit].hover {
    background-color: #086912;
}

input[type=button],
input[type=submit] {
    background-color: #33ac3f;
}

input[type=button].cancel.hover,
input[type=submit].cancel.hover {
    background-color: #4d4d4d;
}

input[type=button].cancel,
input[type=submit].cancel {
    background-color: #848484;
}

input[type=button].delete.hover,
input[type=submit].delete.hover {
    background-color: #782918;
}
input[type=button].delete,
input[type=submit].delete {
    /*background-color: #aa4935;*/
}

input[type=button].reset.hover,
input[type=reset].reset.hover,
input[type=submit].reset.hover {
    background-color: #4d4d4d;
}

input[type=button].reset,
input[type=reset].reset,
input[type=submit].reset {
    background-color: #848484;
}

/* ================ Form styles: End ================ */

/* ================ Two column styles: Begin ================ */
.twoColumn form ol li {
	width:50%;
}
.twoColumn form ol li.line {
	width:100%;
}
/* ================ Two column styles: End ================ */

/* ================ Table styles: Begin ================ */
table.table {
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;    
}
table.table th {
	background:#01AEF0;
	color:#fff;
	padding:7px;
	/*border:1px solid #fff;  */
	text-align:left;
}
table.table th aa {
	color:#fff;
        text-decoration: none;
        display: inline-block;
        width: 100%;
}
table.table th.center, table.table td.center {
	/*text-align:center; */
}
table.table td {
	padding:3px !important;
	background:#fff;
	/*line-height:15px;  */
	padding-left: 1%;
}
table.table td.comments input {
	float:left;
}
table.table td.comments img {
	float:left;
	margin:2px 0 0 2px;
}
table thead tr .header {
	background-image: url(../images/tablesorter-bg.png);
	background-repeat: no-repeat;
	background-position: 95% 55%;
	cursor: pointer;
}
table.nosort thead tr .header {
	background-image: none;
	cursor: default;
}
table tbody tr.odd td {
	background-color:#eaeaea;
}
table tbody tr.total td {
	background-color:#555657;
	color:#fff;
}
table tbody tr td strong {
	/*color:#333;  */
	font-weight:bold;
}
table tbody tr.total td strong {
	font-weight:bold;
	color:#fff;
}
table thead tr .headerSortUp {
	background-image: url(../images/tablesorter-asc.png);
}
table thead tr .headerSortDown {
	background-image: url(../images/tablesorter-dsc.png);
}
table.table th.checkbox-col {
    width: 10px;
}
table.table td.right {
    text-align: right;
}
table.table td left {
    text-align: left;
}

table tfoot tr.total td {
	background-color:#555657;
	color:#fff;
}
table tfoot tr td strong {
	color:#333;
	font-weight:bold;
}
table tfoot tr.total td strong {
	font-weight:bold;
	color:#fff;
}
table.hover tr:hover, 
table.hover tr:hover td, 
table.hover tr:hover td table tbody tr,
table.hover tr:hover td table tbody tr td {
    background-color:#CCC;
}
table.data th { /* Used in performance/performanceReview */
    background: #FFFFFF;
    color: inherit;
    border: none;
    font-weight: bold;    
}

/* ================ Table styles: End ================ */

/* ================ Definition list styles: Begin ================ */
dl.search-params dt {
    clear: left;
    float: left;
    width: 150px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

dl.search-params dd {
    margin-left: 150px;
    padding: 5px;
}

dl.search-params dt.total {

}

dl.search-params dd.total {

}

/* ================ Definition list styles: End ================ */

/* ================ List styles: Begin ================ */
ul.disc { /* Used in admin/pimCsvImport */
    list-style: disc;
    margin-left: 13px;
    line-height: 25px;
}
ul.helpList li { /* Used in admin/viewEmailNotification */
	color:#a9a9a9;
	font-size:12px;
    margin: 5px 0 0 0;
}
/* ================ List styles: End ================ */



/* ================ PIM styles: Begin ================ */
.pimPane {
	width:97%;
	float:left;
}
.pimPane .head, .pimPane .inner {
	margin-left:220px;
}
.pimPane #profile-pic h1 {
	background: #f3f3f3 url(../images/h1-bg.png) left bottom repeat-x;
	font-size:14px;
	color:#5d5d5d;
	padding:9px 15px;
	line-height:20px;
	border:1px solid #dedede;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pimPane #profile-pic img {
	border-top:none;
}
.pimPane form p.normal {
	float:left;
}
.pimPane form p.required {
	float:left;
	width:425px;
	margin-top:0px;
	color:#a9a9a9;
	font-size:11px;
}
.pimPane form p.required em {
	color:#aa4935;
}
.pimPane form ol li label { /* Used in attachments */
    margin-top: 7px; 
}
.pimPane div.imageHolder {
     height: 100px; 
    width: 200px;
    text-align: center;
    border: 1px solid #DEDEDE;
    border-top: none;
	background:#fff;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;    
}
/* ================ PIM styles: End ================ */

/* ================ Personal Details styles: Begin ================ */
div.personalDetails {
   /* min-width: 1190px;  */
}

.personalDetails form ol {
  /*  padding-top: 5px;
	margin-bottom:9px;  */
	position:relative;
}
.personalDetails form ol li {
	/*float:left;*/
	width:400px;
}
.personalDetails form ol li input[type=text] {
	width:192px;
}
.personalDetails form ol li select {
	width:206px;
}
.personalDetails form ol li input.calendar {
	width:165px;
}
.personalDetails form ol li.line {
	float:left;
	width:100%;
}
.personalDetails form ol li.long, .personalDetails form ol li.new {
	clear:both;
}
.personalDetails form ol li.long label {
	margin-top:0px;
}
.personalDetails form ol li label {
    width: 113px;
}
.personalDetails form ol li .block {
	float:left;
	margin-right:12px;
}
.personalDetails form ol li .default {
	color:#5d5d5d;
}
.personalDetails form ol li .defaulttext {
	color:#a4a4a4;
}
.personalDetails form p {
	padding-top: 0px;
}
.personalDetails form ol.fieldsInLine li {
    width: 218px;
    margin-bottom: 0;
}
.personalDetails form ol li label.hasTopFieldHelp {
    margin-top: 23px;
}
/* ================ Personal Details styles: End ================ */
/* ================ PIM sidebar styles: Begin ================ */
#sidebar {
	width:202px;
	float:left;
	margin:0 17px 0 0;
	min-height:300px;
}
#sidebar #sidenav {
	/*margin:19px 0 0 0;  */
	padding:7px;
	background: #eee url(../images/sidebar-nav-bg.png) repeat-y top right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000;
}
#sidebar #sidenav a {
	color:#000;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:7px 7px;
	width:174px;
	text-decoration:none;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
#sidebar #sidenav a:hover {
	background-color:#ddd;
}

#sidebar #sidenav a.disabled {
    background-color: #CE6D1D;
}

#sidebar #sidenav .selected a {
	background-color:#01AEF0;
	color:#fff;
	border-bottom:none;
}

.uplodtxt{
	 width: 81px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
}

.image {
    background-image: url("http://findicons.com/files/icons/2526/bloggers/256/admin.png");
    width: 200px;
    height: 150px;
    position: relative;
}
.image .inner {
	top: 0px;
    right: 3px;
    left: 0px;
    bottom: 14px;
    width: 78px;
    margin-left: 43px;
    margin-top: 117px;
    margin-right: 58px;
    height: 22px;
    margin-bottom: 2px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	width: 82px;
	height: 27px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
 opacity: 0;
 position: absolute;    
 -webkit-transition: all 1s;
 -o-transition: all 1s;   
 -moz-transition: all 1s;
 transition: all 1s;
}
.image:hover .inner {
 display: block; 
 opacity: 1    
}
/* ================ PIM sidebar styles: End ================ */
.container {
    position: relative;
    width:100%;
}



.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 14px;
  padding: 4px 10px;
}