@charset "UTF-8";
/* CSS Document */

.sousQuestion{
  margin-bottom: 8px;
}

/*background-color:#1c305a; color:#fff;"*/

*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    height: 35px;
    margin: 0;
    font-size:14px;
    padding:0 3px;
	width:300px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
    display:inline-block;
    vertical-align:top;
}
.uploadBtn{
    display:inline-block;
    vertical-align:middle;
    /*background:#1c305a;*/
	background:#bbb;
    font-size:14px;
    height:36px;
    line-height:1.25;
    color:#fff;
	border-radius:.25rem;
	border: 1px; solid; transparent;
	padding:10px;
	margin-left:6px;
	
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}





/* Customize the label (the container) */
.containerM {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
}

.pz{
  padding-left: 0;
}

/* Hide the browser's default checkbox */
.containerM input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.containerM input:checked ~ .checkmark {
  background-color: #1c305a;
}

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

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

/* Style the checkmark/indicator */
.containerM .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);
}
