.divleft {
	float:left;
	width: 45%;
	background-color: #fff;
	border: 2px solid #fcdec3;
	border-radius: 3px;
}

.sounding_page{
	width: 100%;
	background-color: #fff;
	border: 2px solid #c3e8f9;
	border-radius: 3px;

}

.page_new_sounding{
	background: #e0e0e0 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  top: -3px;
}


.sounding_edit {
	width: 100%;
	background-color: #fff;
	border: 2px solid #fcdec3;
	border-radius: 3px;
	float: left;
}

.input-append .add-on {
	background-color: #eeeeee;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  line-height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  width: auto;
}

.icon-chevron-up{
	content: "\e113";	
}

.icon-chevron-down{
	content: "\e114";
}

#previewsurvey{
	margin-left: 5%;
}

#form-sounding-create{
	padding: 5%;
}

.sounding_edit #form-sounding-create{
	padding: 2%;
}

.question-create{
	background-color: #fff;
	border: 1px solid #c3e8f9;
	border-radius: 3px;
	margin: 5%;
	width: 90%;
}
.question-create h3{
	padding-left: 3%;
}

.sounding_edit .question-create {
	margin: 2%;
}

#masteredit_questionadd_button{
	margin-left: 2%;
	margin-bottom: 2%;
}


.add-quest{
	width: 90%;
}
.add-quest .add-quest-opt, .add-quest fieldset{
	padding-left: 3%;
	padding-bottom: 3%;
}

.answer-create{
	border: 1px solid #c3e8f9;
	border-radius: 3px;
	margin: 5% 0;
	width: 100%;
}

.answer-create div{
	padding: 2%;
	
}

#insertsurvey input[type="text"],
#insertsurvey select{
	width: 100%;
}

#expiredate {
	padding-top: 2%;
	padding-bottom: 2%;
}

#expiredate input[type="text"]{
	width: auto;
}

.previewsurv{
	padding: 2%;
	border-bottom: 2px solid #fcdec3;
}

#sounding-questionadd-button{
	margin: 0 0 5% 5%;
}

#sounding_answeradd_button{
	position: relative;
}

#bodyprevsurvey{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

#bodyprevsurvey div{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2%;
  padding-bottom: 2%;
}

.frontend div{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2%;
  padding-bottom: 2%;
}

.titleprev{
	border-bottom: 0 !important;
}

h2,h3{
	font-weight: bold;
}

h3{
	font-size: 15px;
}


legend{
  border-width: 0 !important;
	margin-bottom: 5px !important;
}

label{
	margin-top: 10px;
	margin-bottom: 0;
}

input[type="checkbox"] {
  margin: 2px 0 0 !important;
}

.list{
	width: 100%;
}

.sounding_page thead {
	border-bottom: 2px solid #c3e8f9;
}
.sounding_page th{
	font-size: 20px;
	padding: 1% !important;
}

.sounding_page tr{
	border-bottom: 1px solid #efefef;
}

.sounding_page tbody>tr:last-child{
	border-bottom: 0;
}

.sounding_page td{
	padding: 1% !important;
}

.white{
	background: #fff;
}

.grey{
	background: #f9f9f9;
}

input.readonly,input[readonly]{
	background-color: #fff !important;
}

.stats{
	clear: left;
	float: left;
	width: 100%;
}

.stats .progress {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.stats p{
	font-size: 17px;
	margin-top: 10px;
	line-height: 0.9;
}

.stats ul{
	margin-bottom: 3%;
}

.stats ul li {
	margin-left: 20px;
	margin-right: 20px;
}

.buttondel{
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 15px;
}

.stats table{
	border-collapse: inherit !important;
}

.popover{
	border: 0 !important;
}
.popover > .arrow{
	margin-left: -10px;
	border-right-color: rgba(255, 255, 255, 1) !important;
	left: 0 !important;
	display: none !important;
}

.btn-warning{
	background-color: #FF8141 !important;
}

.document{
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 600;
}

.title{
	width: 95%;
	position:relative;
}
