/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2019, 1:17:53 PM
    Author     : Tanveer Qureshee
*/
.required_text:after {
   content: " is required ";
   color: red;
   font-weight: bold;
   font-style: italic;
   font-size:10px;
}
.login-logo-overwrite{
    font-size: 21px !important;
}
a.create_link{
    text-align: right;
    float: right;
}
.json_alert_message{
    display: none;
}
.error_message{
    font-style: italic;
    color: red;
}

.product_files_section{
    
}

.product_files{
    width: 115px;
    height: 150px;
    margin: 0px 2px;
    float: left;
    padding: 5px 5px;
    border: 1px solid greenyellow;
}

.product_files .product_file_delete_section{
   position : relative;
   left     : 85px;
   top      : -15px;
}