/*
#------------------------------------------------------------------------
# inStyle - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

/* Modifica Tabella registrazione utente */
/*tr:nth-child(8), tr:nth-child(10), tr:nth-child(11), tr:nth-child(12), tr:nth-child(13){
    display:none;*/
}

table.admintable input[type="text"], table.admintable input[type="password"], table.admintable input[type="url"], table.admintable input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-color: #36666a #4f969c #5eb5bc;
    border-style: solid;
    border-width: 1px;
    color: #777;
    font-family: Arial,sans-serif;
    padding: 12px 5px !important;
    max-width: 47%!important;
}

th {
    background: #4f969c!important;
}

/*Modifica dimensioni prezzi prodotti e correlati*/
div.PricesalesPrice {
    background: #aad2d5;
    color: #777;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 16px;
    padding: 8px 20px;
    border: 1px solid #2f3336;
    
