/* Style to edit photo tool - Start*/
@media screen and (min-width: 768px) {
	#myModal .modal-dialog  {width: 450px;}
}
#myModal .modal-body {
	padding: 23px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-footer .btn+.btn {
	 margin-bottom: 0;
	 margin-left: 4px;
}
/* Style to edit photo tool - End*/


/* Style to reset boostrap on participant - Start*/

button[disabled], html input[disabled] {
  cursor: default;
  color: GrayText;
}
#btnCrop.disabled{
	cursor: default;
     color: white;
}
.fixTable button, .fixTable html input[type=button], .fixTable input[type=reset], .fixTable input[type=submit]{
  -webkit-appearance: button;
  cursor: default;
  font-size: 13;
}
.fixTable input{
	font-size: 13;
}
.fixTable table, .fixTable td, .fixTable th {
    padding: 2;
}
.tableFix table, .tableFix td, .tableFix th {
    padding: 5;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: default;
}
.breadcrumb {
  padding: 1px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.btnFix{
	font-size: 13;
	cursor: default;
}
.fixTable td > hr {
   margin-top: 20px;
   margin-bottom: 20px;
   border: 0;
   border-top: 1px solid grey;
   width: 92%;
}
/* Style to reset boostrap on participant - End*/

/* Style to show enlarge photo - Start*/
.mynewclassclose {
    position: absolute;
    margin: 0;
    top: -29px;
    right: -34px;
    /*top: -23px; /* half height of "X" image, just for nice placing*/
    /*right: -23px; /* half width of "X" image, just for nice placing*/
    opacity: 0.9;
}

#imagemodal .modal-dialog {
    padding : 0px;    
}
.modal-dialog {
	margin-left: auto;
    margin-right: auto;
}
.cropped { width: 86px; height: 86px; border:2px solid #F4F4F4; box-shadow: 5px 5px 5px #ccc; -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; -khtml-box-shadow: 5px 5px 5px #ccc; }
/* Style to show enlarge photo - End*/