
/***
 * ABM FORMAT
 */
.abm {
	width:750px;
	overflow: hidden;
}

.abm h1{
	background: url('/css/themes/wcp/img/tr_info_top.png') no-repeat;
	padding:17px 10px 16px;
	color: #3A5761;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

/*
 * 4 columnas 
 */
.abm .col {
	width:25%;
}

.abm .col.s2 {
	width: 50%;
	
}

.abm .col.s3 {
	width: 75%;
}

.abm .col.s4{
	width: 100%
}
/**
 * 	Position
 */
.abm .col.left {
	float:left;
}
.abm .col.right {
	float:right;
}

.abm .form .row .left,
.abm .form .row .right{
	padding:0 0 10px;
}


.abm .top {
	background: url('/css/themes/wcp/img/tr_info_top.png') no-repeat;
	height:43px;
}

.abm .top .paginator{
	float:left;
}


.abm .top .add {
	background: url("/css/themes/wcp/img/add_button.png") no-repeat;
	width:100px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	float:right;
	margin:2px 10px 5px 0;
	
}
.column.right .back {
	background: url("/css/themes/wcp/img/go.back.png") no-repeat;
	width:100px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	margin:2px 10px 0 0;
	
}

.abm .bottom {
	background: url('/css/themes/wcp/img/tr_info_bottom.png') no-repeat top;
	height:53px;
	
}
.abm .top, .abm .bottom {
	overflow: hidden;
	
	padding: 10px 0 0;
}

.abm .form{
	background: url('/css/themes/wcp/img/listado.contenido.png') repeat-y;
	padding:5px 10px;
	
}

.abm .form table tr th,
.abm .form table tr th a {
	color: #404040;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.abm .form .row,
.abm .form table tr td {
	border-bottom: solid 1px #E9E9E9;
	overflow:hidden;
	padding: 0 0 5px;
	margin: 0 0 5px;
}


.abm .form .row h2 {
	font-weight: bold;
	padding: 2px 0;
	font-size: 14px;
}

.abm .form .row label {
	display:block;
}
.abm .form .row label b {
	color:#CC4848;
	padding:0 1px 0 2px;
	font-weight: bold;
}

.abm .form .row .field {
	border:solid 1px #CCCCCC;
	padding:4px 2px ;
	background: #FFFFFF;
	width: 97%;
}

.abm .form .row .extra_content {
	overflow: hidden;
	width: 98%;
	padding:0 1%;
	background:#DEEEF7;
}



.abm .form .row .extra_content .left,
.abm .form .row .extra_content .right{
	width:340px;
	padding:0 0 10px;
}


.abm .form .row .field.phone{
	width: 220px;
}




.abm .form .row .button.phone {
	float:right;
}

.abm .form .row .select{
    border: 1px solid #CCCCCC;
    padding: 3px 1px 3px 3px;
    width: 98%;
}
.abm .form .row.last {
	border-bottom: none;
	
	
}

.abm .form .row .checklist {
	overflow: hidden;
	padding:5px;
}

.abm .form .row .checklist .content span{
	display:block;
	float:left;
	width: 50%;
	padding: 4px 0 3px 0
}

.abm .form .row .list.large .content span {
	width: 30%;
	padding: 4px 0 3px 0;
	display:block;
	float:left;
}

.abm .form .row .list .content span input,
.abm .form .row .checklist .content span input
 {
	position: relative;
	top:3px;
	margin: 0 5px 0 0;

	
}

.abm .form .row .list.links {
	overflow: hidden;
	padding: 10px 0 0;
}

.abm .form .row .list.links span {
	width:125px; 
	float:left;
}
.abm .form .row .list.links span.w100{
	width:605px;
}
.abm .form .row .list.links span.w100 input {
	width: 592px;
	margin: 0 0 5px;
}


.abm .form .row .hours.operations{
	overflow: hidden;
}

.abm .form .row .hours.operations span { 
	width: 85px;
	float:left;
	display:block;	
	padding:12px 0 0;
}

.abm .form .row .hours.operations .button.applydays{
	float:right;
	margin:5px 80px 0 0;
}
.abm .form .row .hours.operations .applydays span{
	width: auto;
	float: none;
	padding: 0 5px;
	
} 


.abm .form .row .hours.operations select {

    border: 1px solid #CCCCCC;
    padding: 3px 1px 3px 3px;
    margin: 5px 5px 0; 
    width: 80px;

}



.abm .form table {
  border-collapse: collapse;
  width : 100%;
  overflow: hidden;
  table-layout:fixed;
}

.abm .form table tr th.actions{
	width: 60px;
}
.abm .form table tr th.id {
	width: 30px;
}


.abm .form table tr td {
	padding: 10px 0;
}

.abm .form .wy_container td {
	padding:0;
	border:none;
}


 .abm .form table tr td.icon a{
	display: block;
	
	overflow: hidden;
}

.abm .form table tr td.icon,
.abm .form table tr td.icon a {
	width: 16px;
	height:16px;
	text-indent: -999px;
}

.abm .form .icon.edit a {
	background: url("/css/themes/wcp/img/edit.png") no-repeat;
	
}
.abm .form .icon.delete a {
	background: url("/css/themes/wcp/img/delete.png") no-repeat;
	
}

.abm textarea.wp100 {
	width: 98%;
	height:250px;
}

.coupons.list .frame {
	background: none repeat scroll 0 0 #F7F7F7;
    border: 2px dashed #CECECE;
    width: 149px;
    float: left;
    padding: 5px;
    margin:	7px;
    border: dashed 2px;
    height: 150px;
    font-size: 4em;
    position:relative;
}


.coupons.list .frame .icon.close.coupon,
.image_container .frame .icon.close.image {
	position: absolute;
	top: 5px;
	right: 5px;
}

.coupons.list .frame .image{
	display:block;
	height: 150px;
	cursor: pointer;
	overflow: hidden;
}

.coupon_loader {
    overflow: hidden;
    background : none repeat scroll 0 0 #F5F5F5;
    padding: 10px;
    border : 1px solid #DEDEDE
}

 
