.awm_error{
    padding: 10px;
    margin: 10px;
    border: 1px solid #CE1719;
    background: rgba(206, 23, 25, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.awm_red{
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CE1719;
    background: rgba(206, 23, 25, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.awm_red:hover{
    border: 1px solid #E29394;
    background: rgba(230, 136, 136, 0.2);
}
.awm_green{
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #2DB32D;
    background: rgba(45,179,45,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.awm_green:hover{
    border: 1px solid #83D283;
    background: rgba(131,210,131,0.40);
}
.awm_table_products{ 
    text-align: left; 
    width: 100%; 
    background: #fff; 
    overflow: hidden; 
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    border-collapse: inherit;
    border-spacing: 0; /* remove border gaps */
}
.awm_table_products td{
    border-right: 1px solid #8C8C8C;
    padding:5px;
}
.awm_table_products tr:first-child {
    border-left: 1px solid #8C8C8C;
}

.awm_table_products tr:nth-child(odd) {
background: #fafff5;
}

table.awm_table_products {
    border-left: 1px solid #8C8C8C; 
    border-bottom: 1px solid #8C8C8C; 
}

.awm_table_products tr td{
    text-align: center;
}
.awm_submit_request table{
    border-collapse: collapse; 
    text-align: left; 
    margin: 0 auto; 
    margin-top: 50px;
    max-width: 80%;
    background: #fff;  
    padding: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}
.awm_submit_request table td input, .awm_submit_request table td textarea{
    margin: 5px;
    padding: 4px;
    border: 1px solid #989797;
    color: #000;
}
.awm_submit_request table td{
    width: 50%;
}
.widget_awm_first_widget input{
    margin: 0 auto;
}
.awm_producent_tr{
    border-top: 20px solid;
    /*border-bottom: 10px solid;*/
    border-color: #fff;
}
.awm_producent{
    background: #8C8C8C;
    padding: 5px;
    color: #FFF;
}
.awm_producent < tr {
    margin: 10px;
}
.awm_confirm_send{
    padding: 10px;
    margin: 10px;
    border: 1px solid #2DB32D;
    background: rgba(45,179,45,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.awm_manage_img{
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
}
.awm_add_product{
    cursor: pointer;
}
.awm_product_element{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    color: #969696;
    font-size:12px;
    overflow:hidden;
}
.awm_product_element img{
    max-height: 25px;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    float:left;
}
.awm_product_element .awm_delete{
    float: right;
    color: #CE1719;
    cursor: pointer;
    border: 1px solid #CE1719;
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    padding: 2px 5px 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.awm_product_element .awm_delete:hover{
    border: 1px solid #CE1719;
    background: rgba(206, 23, 25, 0.2);
}

.awm_product_element span.prod_name {
	display: block;
    float: left;
    font-weight: bold;
    line-height: 17px;
    width: 180px;
}

input.product_quantity {
    max-width: 50px;
    outline: medium none;
    padding: 3px;
    text-align: center;
}

input.product_quantity[disabled] {
    border: 0 none;
}


input.product_quantity[enabled] {
    border: 1px solid silver;;
}

.widget_awm_first_widget .products {
   display:block;
overflow: hidden;
}

.awm_post a.show_form {
	 background-color: #060606;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 20px 0 0 rgba(255, 255, 255, 0.12) inset;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 36px;
    margin: 10px 0;
    outline: 0 none;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: auto;
}

.awm_table_products input {
    padding:5px!important;
    text-align: center;
    border: 1px solid #8c8c8c;
}

.awm_table_products input:focus {
    border-color: red!important;
    color:red;
}

#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}


.page-id-3402 .sidebar .awm_product_element .awm_delete  {
    display: none;
}