@CHARSET "ISO-8859-1";

.view-updated-laptop .actionBTNS {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

#laptop-history-main {
	height: 150px;
/* 	overflow-y: auto; */
	clear: both;
}

#laptop-history-main-asset {
	/*height: 150px;
/* 	overflow-y: auto; */
	clear: both;
}

.laptop-history-main-comment{
	width: 50%;
}

.history_data_unavailable {
	height: 20px;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	color: red;
}
.errorMessage,.error{
	display: block !important;
	color: red;
}
#laptop-history-main table.employee-id thead tr th:first{
	width: 500px;
}

.laptop-name-main{
	width: 100%;
	float: left;
	height: 55px;
	margin-left: 8px;
}
.laptop-name-main .laptop-name-prefix{
	width: 20%;
	float: left;
	margin-right: 15px;
}
.laptop-name-main .laptop-name-suffix{
	width: 74%;
	float: left;
}
#laptop-config-form label.error{
	width: 100%;
    float: left;
}
#laptop-config-form .row,#asset-addition-form .row{
	height: 80px;
}
#laptop-config-form .common-radio-buttons{
	height: 30px;
/* 	width: 42.7% !important; */
}
#laptop-config-form label{
	height: 0px;
}
.laptop-history-main-update div.dataTables_wrapper .ui-widget-header #Col_length label{
	width: 100%;
/* 	display: none */
	
}
#laptop-config-form input{
/* 	float: left;
  width: 302px;
  margin: 0 auto;
  height: 16px;
  font: normal 15px 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  clear: both;
  padding: 6px 4px;
  border: 1px solid #CCC;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  color: #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white !important;
  outline: none;*/
}
#laptop-config-form .row,#asset-addition-form .row,#asset-make-form .row{
	width: 40%;
	float: left;
	margin-right: 30px;
  	margin-left: 50px;
}
#laptop-config-form .form-label,#asset-addition-form .form-label,#laptop-assignee-form .form-label, #asset-make-form .form-label{
	width: 40%;
	float: left;
	height: 20px;
}
#laptop-config-form .form-textfield,#laptop-config-form .form-textarea,#asset-addition-form .form-textfield,#asset-addition-form .form-textarea,#laptop-assignee-form .form-textfield, #asset-make-form .form-textfield {
	display: block;
	/*width: 100%;*/
	/*!*height: 34px;*!*/
	/*padding: 6px 12px;*/
	/*font-size: 14px;*/
	/*line-height: 1.42857143;*/
	/*color: #555;*/
	/*background-color: #fff;*/
	/*background-image: none;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/

	width: 100%;
	height: 16px;
	padding: 6px 4px;
	font: normal 15px 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	clear: both;
	border: 1px solid #CCC;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: white;
	outline: none;
}
#laptop-config-form .mouse-assigned, #laptop-config-form .three-pined{
	width: 5%;
	float: left;
	height: 15px;
}
#laptop-config-form .common-radio-buttons span label{
	width: 10%;
}

#laptop-config-form div.actionBTNS{
	clear: both;
}
#laptop-config-form #laptopInfo-submit{
	float: left;
}
#laptop-assignee-form .form-textfield,#laptop-assignee-form .form-textarea {
	display: block;
	/*width: 100%;*/
	/*!*height: 34px;*!*/
	/*padding: 6px 12px;*/
	/*font-size: 14px;*/
	/*line-height: 1.42857143;*/
	/*color: #555;*/
	/*background-color: #fff;*/
	/*background-image: none;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/

	width: 100%;
	height: 16px;
	padding: 6px 4px;
	font: normal 15px 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	clear: both;
	border: 1px solid #CCC;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: white;
	outline: none;
}
#laptop-config-form .laptop-status-main #LaptopConfig_laptop_type{
	width: 387px;
	float: left;
}
table#single-laptop-detail tr.odd th,table#single-laptop-detail tr.even th,table#single-laptop-detail tr.odd td,table#single-laptop-detail tr.even td{
	padding: 15px;
}
table#single-laptop-detail tr.odd th{
	background: #F9F9F9;
	box-shadow: 2px 2px 2px 2px;
}
table#single-laptop-detail tr.even th{
	background: #FDFDFD;
	box-shadow: 2px 2px 2px 2px;
}
table#single-laptop-detail tr.odd td{
	background: #F9F9F9;
	box-shadow: 2px 2px 2px 2px;
}
table#single-laptop-detail tr.even td{
	background: #FDFDFD;
	box-shadow: 2px 2px 2px 2px;
}
table#single-laptop-detail tr:hover{
	background: url("../images/halfDotGreen30.png") repeat 0 0;
}
.set-div-center {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}
#laptop-assignee-main{
/* 	width: 25%; */
	margin-left: auto;
	margin-right: auto;
}

.common-assignment{
    width: 40%;
    float: left;
    margin-right: 30px !important;
    margin-left: 50px !important;
    height: 80px;
}
.common-assignment select{
  	width: 200px;
}
#laptop-config-form .laptop-status-main #LaptopConfig_status{
	  width: 110px;
}
.action-button-inside{
	  margin-left: auto;
      margin-right: auto;
      width: 42%;
}
.action-button-inside #laptopInfo-submit{
	  margin-top: -1px;
	  float: left;
	  width: 140px;
}
#laptop-assignee-form .actionBTNS{
	clear: both;
}
#laptop-assignee-form #LaptopAssignee_comments,#laptop-assignee-form #LaptopAssignee_assigned_on{
	/*float: left;*/
    /*width: 70%;*/
}
#laptop-assignee-form #LaptopAssignee_comments-label,#laptop-assignee-form #LaptopAssignee_assigned_on-label{
    width: 40%;
    float: left;
    height: 20px;
}
.export-data-main #export-data-form div{
	background: white;
    border: none;
    float: left;
    /*margin-right: 20px;*/
/*     width: 100%; */
}
.export-data-main{
	width: 100%;
	float: left;
	/*margin-top: 15px;*/
}
.reson-for-change-main select{
	width: 50%;
}
.laptop-type-main select{
	width: 34%;
}
.hide-content{
	display: none;
}
.show-content{
	display: block;
}
.asset-assignee-grid tbody tr{
	cursor: default !important;
}
#delete-laptop img,#delete-asset-name img,#delete-asset-os img, #delete-asset-make img, #delete-asset-status img, #delete-technology img {
	width: 13px;

}
#delete-laptop{
	float: right;
}
.full-width{
	width: 100%;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
/*#laptop-abbr-form label.error{*/
	/*width: 100%;*/
/*}*/
/*#laptop-abbr-form .row{*/
	/*height: 80px;*/
/*}*/

#asset-addition-form .actionBTNS,#asset-make-form .actionBTNS{
	margin-top: 20px;
	width: 94%;
}
#asset-abbrevation-form label.error{
	width: 100%;
}
#asset-abbrevation-form .row,#asset-addition-form .row, #asset-make-form .row{
	height: 80px;
}
#laptop-config-form .employee-name-label{
	background: #efefef;
}
#laptop-config-form .asset-ram-size-main #LaptopConfig_ram_size, #laptop-config-form #LaptopConfig_laptop_os, #laptop-config-form #LaptopConfig_laptop_make, #laptop-config-form #LaptopConfig_asset_status, #laptop-config-form #LaptopConfig_asset_technologies, #laptop-assignee-form #employee_id, #laptop-assignee-form #LaptopAssignee_status, #laptop-assignee-form #LaptopAssignee_laptop_id, #laptop-assignee-form #LaptopAssignee_reason_for_change{
	width: 387px;
	float: left;
}
#laptop-config-form .valid,#laptop-assignee-form .valid{
	color: #000000 !important;
}
div#subCategory {
	display: block;
	width: 100%;
	min-height: 16px;
	padding: 6px 4px;
	font: normal 15px 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	clear: both;
	border: 1px solid #CCC;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: white !important;
	outline: none;
}
label#categoryLabel {
	width: 100%;
	float: left;
	height: 20px;
}
div.row.assetTechnologyCategory {
	width: 40%;
	float: left;
	margin-right: 30px;
	margin-left: 50px;
	height: auto !important;
	padding-bottom: 30px;
}
.form-dropdown {
	height: 30px !important;
	padding: 0px !important;
}
div.form select {
	margin: 0px;
}
select#laptop_name_prefix {
	margin-top: 3px;
}
textarea#AssetAbbrevation_description {
	height: 56px !important;
}

.asset_textarea {
	float: left;
	width: 377px;
	margin: 0 auto;
	height: 38px;
	padding: 6px 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff !important;
	outline: none;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	resize: vertical;
}

.asset_details_text_area {
	float: left;
	margin: 0 auto;
	height: 38px;
	width: 100%;
	padding: 6px 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff !important;
	outline: none;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	resize: vertical;
}

#laptop-assignee-form .datepicker.form-textfield {
	width: 377px; 
}

.comment-style{
	height: auto;
}
.Report-structure{
	margin: 10px;
	margin-bottom: 20px;
	padding: 20px;
	width: auto;
}

.Report-structure-coloum{
	float: left; 
	width: 100%; 
	margin: 20px 0;
}

.Report-structure-td{
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	font-size: x-small;
}

.heading{
	text-align: center;
}