.show_customer_name{
    font-size: 18px;
    color: blue;
    font-family: 'Arial';
    text-align: center;
}


.tab_color_1 { background-color: #F0FFF0; }
.tab_color_2 { background-color: #F5FFFA; }
.tab_color_3 { background-color: #F0FFFF; }
.tab_color_4 { background-color: #F0F8FF; }
.tab_color_5 { background-color: #F8F8FF; }
.tab_color_6 { background-color: #F5F5F5; }
.tab_color_7 { background-color: #FFF5EE; }
.tab_color_8 { background-color: #F5F5DC; }
.tab_color_9 { background-color: #FDF5E6; }
.tab_color_10 { background-color: #FFFAF0; }
.tab_color_11 { background-color: #FFFFF0; }
.tab_color_12 { background-color: #FAEBD7; }
.tab_color_13 { background-color: #FAF0E6; }
.tab_color_14 { background-color: #FFF0F5; }
.tab_color_15 { background-color: #FFE4E1; }
 
.tab_color_1  a { color:black; text-decoration: none; }
.tab_color_2  a { color:black; text-decoration: none; }
.tab_color_3  a { color:black; text-decoration: none; }
.tab_color_4  a { color:black; text-decoration: none; }
.tab_color_5  a { color:black; text-decoration: none; }
.tab_color_6  a { color:black; text-decoration: none; }
.tab_color_7  a { color:black; text-decoration: none; }
.tab_color_8  a { color:black; text-decoration: none; }
.tab_color_9  a { color:black; text-decoration: none; }
.tab_color_10 a { color:black; text-decoration: none; }
.tab_color_11 a { color:black; text-decoration: none; }
.tab_color_12 a { color:black; text-decoration: none; }
.tab_color_13 a { color:black; text-decoration: none; }
.tab_color_14 a { color:black; text-decoration: none; }
.tab_color_15 a { color:black; text-decoration: none; }
.tab_color_16 a { color:black; text-decoration: none; }
.tab_color_17 a { color:black; text-decoration: none; }
.tab_color_18 a { color:black; text-decoration: none; }
.tab_color_19 a { color:black; text-decoration: none; }
.tab_color_20 a { color:black; text-decoration: none; }
.tab_color_21 a { color:black; text-decoration: none; }
.tab_color_22 a { color:black; text-decoration: none; }
.tab_color_23 a { color:black; text-decoration: none; }
.tab_color_24 a { color:black; text-decoration: none; }
.tab_color_25 a { color:black; text-decoration: none; }
.tab_color_26 a { color:black; text-decoration: none; }
.tab_color_27 a { color:black; text-decoration: none; }
.tab_color_28 a { color:black; text-decoration: none; }
.tab_color_29 a { color:black; text-decoration: none; }
.tab_color_30 a { color:black; text-decoration: none; }

/* Create your style on here */
.highlight {
    background-color: rgb(255,0,0);
}

.activo{
    background-color: #f15f23;
    color:#fff;
}
.table tbody{
    background-color: #fff; 
    font-size: 12px;
}
.help-title{
    color:#5a67a5;
}
.help-important{
    color:#f15f23;
}
.help-ul-important li{
    color:#f15f23;
}
.help-ul li{
    color: #777777;
}
.disabledTab{
    pointer-events: none;
}
.required{
    color:orangered;
}
.table-scrollable{
    border: 1px solid #827D7D ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#dropzone{
    width: 100%;
    height: 250px;
      overflow: auto;
}
#products_gallery_detail{
    width: 100%;
    height: 350px;
    overflow: auto;
}
.is_returned{
    background-color: #F3E2A9;color:black;
}
.is_void{
    background-color: #DF8181;color:black;  
}
.parpadea {

    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
/*
input[type='text'] {
   border: 1px solid #4E4B4B;
   border-radius: 3px 3px 3px 3px;
   text-transform: uppercase;
   color: black;
   padding: 5px;
   font-size: 13px;
}
*/
.highlight { background-color: #F79F81; }
.highlight2 { background-color: #8cc152; }