/*!
 * print.css v1.0.0
 * http://printstylesheet.com/
 *
 * Copyright (c) 2011 David Bushell
 * Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt

 * Author: David Bushell
 * http://dbushell.com/
 */
@media only print{

	.popupscroll
	{
		/*background-color: #05e!important*/
	}
	textarea{
		overflow:hidden;
		color: black;
	    font-weight: bold;
	    font-size: 14px;
	    border:none !important;
	}
	input[type="submit"],input[type="button"],button[type="button"],button[type="submit"]{
		display:none;
	}
	textarea.form-control[readonly] {
    background-color: #ffffff;
    border: 0 none !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 1;
}
.form-control[readonly] {
    background-color: #ffffff;
    border: medium none !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.form-control {
    margin-bottom: 5px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
}