body{
	color: #58666e;
}
.text-alignment{
	text-align:right;
	padding: 14px;
}
.container-alignment{
	margin: 10px auto;
}

.span .mycheckbox input{
	padding: 10px;	
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-success{
	background-color: #37b3d9 !important;
    border-color: #efefef !important;
    color: #fff;
	padding: 15px !important;	
}

.btn-success:hover{
	background-color: #000 !important;
    border-color: #efefef !important;
    color: #fff;	
}

.contcheck {
  display: block;
  padding-top: 15px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 18px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.contcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contcheck input:checked ~ .checkmark {
  background-color: #37b3d9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
[hidden] {
	display: none !important;
}
.border-radius-disable{
	border-radius:0px !important;
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
	.text-alignment{
		text-align:center;
	}
}
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
	.text-alignment{
		text-align:center;
	}
}
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
	.text-alignment{
		text-align:right;
	}
	
}
@media only screen and (max-width: 768px) {
	.bottom-space{
		margin-bottom:10px;
	}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
	.text-alignment{
		text-align:right;
	}
}

