@charset "utf-8";
/* CSS Document */

.pointer {
    cursor: pointer;
}

.AssetDetails .table tbody tr.active td {
	background-color: #FDFAC2;
	color: #333;
}

.AssetDetails .table tbody tr.active:hover td {
	background-color: #FDFAC2 !important;
	color: #333 !important;
}

.AssetDetails .table-white{
  	width: 100%;
	border:none;
}

.AssetDetails .table-white th, .AssetDetails .table-white td{
  padding: 7px;
  text-align: left;	
}

.AssetDetails table.gray select {
  border:0px;
  outline:0px;
  background-color:white;
  background:none;
  /*-webkit-appearance:none;*/
  appearance:none;
	width: 100%;
  height: 29px;
	box-shadow: none;
  padding: 6px 0px;
}

.AssetDetails table.gray input{
	border:none;
}

.AssetDetails table.gray td{
  position: relative !important;
  vertical-align: middle;
  border-collapse: collapse;
  background-clip: padding-box;
}
.AssetDetails table.gray td.indent {
  padding-left: 1rem;
}

.AssetDetails .auditBox{
	float: right;
	background-color:#999;
	width: 35px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	border-left: 1px #ccc solid;
	text-align: center;
}

.AssetDetails .auditBox span{
	position: relative;
	top:25%;
}

.AssetDetails .tab-content{
    padding-left: 20px;
    padding-right: 20px;
}

.AssetDetails table, .AssetDetails .tab-content{
	background-color: #fff;
}

table#transactionsTable tr.selected_row {
  background-color: #f5f5f5 !important;
}

.AssetDetails input:-moz-read-only, .AssetDetails input:read-only, .AssetDetails input:disabled{
	font-style: italic;
}

.noTopBorder, .noTopBorder td {
    border-top: none !important;
}

.gradient, .AssetDetails table thead tr  {
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%) !important;
}

.AssetDetails table thead td {
    background-color: inherit !important;
}

.bootbox-large .modal-dialog {
    width: 80%;
}

.asset_data_matched{
    font-weight: bold;
    color: green;
}

td.asset_data_matched {
    background-color:#dff0d8;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.readonly input[readonly] {
    background-color: #f7f7f7 !important;
}

/***********************************************/

.asset-summary table td {
  text-transform: capitalize;
}

.AssetDetails .property-summary table {
    font-size: 12px;
}
.RedemptionWizard .col_red {
  color: red !important;
}

.RedemptionWizard .col_green {
  color: green !important;
}

/*.modal-open .modal {
    z-index: 999999888 !important;
}*/

#BulkTransactions .attachment-btn {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 2px;
}
.asset_details_drawer tr.has-error {
  border: 3px solid #a94442;
}
.asset_details_drawer tr.has-error td {
  color: #a94442;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.asset_details_drawer tr.has-error td:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

#LockUnLockToggle {
  color: #337ab7;
  cursor: pointer;
}

.input-group .btn.btn-primary {
  margin-right: 0;
  border-width: 1px 1px 1px 0;
  border-color: #ccc;
}

#TransEntityForm .MyCertificateCategoryID {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%;
 }
#TransEntityForm .has-error .MyCertificateCategoryID {
  border-color: #a94442;
}

.asset_details_drawer td.readonly {
  border-color: #ddd;
  /*position: unset !important;*/
}
.asset_details_drawer td.readonly,
.asset_details_drawer td.readonly input {
  color: #333;
  background-color: #f5f5f5 !important;
}

.my_asset_details,
.my_asset_details input, 
.my_asset_details select {
  font-style: normal !important;
}