/*#content .techlister-block.techlister-tool {
	margin-top: 15px;
	margin-bottom: 15px;
}*/
#texttool .techlister-block.techlister-tool{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

#texttool .techlister-block.techlister-tool .form-inline textarea.form-control{
    width: 100%;
    height: 150px;
}

.fullwidth-textarea {
	float: none;
	display: block;
}
.btn.btn-blue, .btn.btn-light-blue {
	color: #fff;
	/*font-size: 20px;*/
}
.btn.btn-blue {
	background: #01426a;
}

.form-block {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.texttldiv {
    display: block;
    border-bottom: 1px solid #008b8b;
}
.button-group {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.btn.btn-blue, .btn.btn-light-blue {
	color: #fff;
	font-size: 15px;
}
.btn.btn-blue {
	background: #01426a;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/*
.form-inline label {
	width: 190px;
	height: 33px;
	background: #e7eded;
	line-height: 33px;
	margin-right: 5px;
	margin-bottom: 0;
	color: #7c98a2;
	font-weight: normal;
	font-size: 18px;
	float: left;
} */

.form-inline label {
	width: 190px;
	height: 33px;
	/* background: #e7eded; */
	/*line-height: 33px;*/
	margin-right: 5px;
	margin-bottom: 0;
	color: #7c98a2;
	font-weight: normal;
	font-size: 18px;
	/* float: left; */
}
/*
.inputfile + label {
	height: auto;
	line-height: 20px;
}
*/
.inputfile {
	width: .1px !important;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
input[type="file"] {
	display: block;
}
#saveas {
	width: 125px !important;
	margin-right: 10px;
}
.button-group input[type="text"] {
	margin-bottom: 0px !important;
}
#texttool .techlister-block.techlister-tool .form-inline label{
    width: 120px;
}

#texttool .techlister-block.techlister-tool .form-inline .font-size .form-control{
    width: 60px;
}
#texttool .techlister-block.techlister-tool .form-inline .btn.btn-blue{
    width: 110px;
}
#texttool .techlister-block.techlister-tool .form-inline.two-roll-button .btn.btn-blue.btn-large{
    width: 365px;
}
#texttool .techlister-block.techlister-tool .form-inline textarea.form-control{
    width: 100%;
    height: 150px;
	font: 17px Tahoma;
	padding: 3px 5px;
}
#input_output {
	margin-bottom: 1px !important;
}
#texttool .form-inline  .has-pretty-child.hidden-xs .prettycheckbox a,
#texttool .form-inline  .has-pretty-child.hidden-xs .prettycheckbox label{
  line-height: 41px;
  height: 41px;
}
#texttool .form-inline  .has-pretty-child label{
    margin-top: 0px;
    margin-right: 0px;
}
#texttool .form-inline  .has-pretty-child .prettycheckbox{
    float: right;
}
#word_check {
	width: 20px !important;
}
#texttool .techlister-block.techlister-tool .tools-button .btn.btn-blue:hover,
#texttool .techlister-block.techlister-tool .tools-button .btn.btn-blue.selected{
  opacity: 0.7;
}

@media (max-width: 550px) {
		
	.form-block {
		display: inline-block;
		width: 100%;
	}
	.button-group {
		margin-left: 3px;
		margin-top:5px;
	}
}
		