﻿
.napp-list-table
{
    min-width:700px;
}

.napp-list-table tr:nth-child(even) {background: #f8f8f8}
.napp-list-table tr:nth-child(odd) {background: #ffffff}
.napp-list-table tr:first-child{background:#dfdfdf}
.napp-list-table tr:hover {background-color:#f0f0f0; cursor:pointer;}
.napp-list-table td {border:solid 1px #cccccc;padding:5px;}

.napp-input-table td {min-width:50px; vertical-align:middle;padding-bottom:3px;}
.napp-input-table input[type=text], .napp-input-table textarea, .napp-input-table select {padding-right:10px;}

.napp-image-thumb {width:90px; border-radius:4px; border:solid 2px #404040;}
.napp-image-uploaded {max-width:500px;}

/* Scrollbar Start */
.napp-thin-scrollbar::-webkit-scrollbar {
    width: 8px;
    max-height:7px;
}

.napp-thin-scrollbar::-webkit-scrollbar-track {
    background-color: #a9a3a39e;
}

.napp-thin-scrollbar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.napp-button
{
    padding:5px;

    background:#DD7800;
    border-radius:3px;
    display:inline-block;
    width:auto;/*101px;*/
    direction:rtl;
    text-align:center;
    color: #FFFFFF;
    margin:1px 0 1px 0;
    border:none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.19);
    min-width:100px;
    min-height:40px;
    
    -webkit-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
    -ms-transition: background-color 500msease-in-out, color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out, color 500ms ease-in-out;        
    
    font-family:Tahoma;    
}

input.napp-button:hover, button.napp-button:hover
{ 
    color:#E3ed00;
    background:#dd4700;
    cursor:pointer;
}
