﻿@import url("/app_style/css/font.css");

body {
    direction: rtl;
    font-family: YekanBakh-SemiBold;
    font-size: 14px;
    background-color: #cccccc;
    padding-top: 65px;
}
b
{
    font-weight:600;
    }
img
{
    border:0px;
    vertical-align:middle;
    }
a
{
    color:Blue;
    text-decoration:none;
    }

.innerContainer
{
    border:1px solid silver;
    border-top:0px;
    box-shadow: 0px 0px 5px #888888;
    background-color:White;
    padding:20px;
    }

/*table.mainContainer
{
    width:1000px;
    border:1px solid silver;
    box-shadow: 0px 0px 5px #888888;
    background-color:White;
    }
*/
td
{
    vertical-align:top;
    }    
    
td.menuContainer
{
    width:150px;
    }

.menuContainer a:hover
{
    color:Red;
    }

.menuTitle
{
    font-weight:600;
    margin-top:20px;
    background-repeat:no-repeat;
    background-image:url('/image/admin/admin.blueBullet.png');
    background-position:right center;
    padding-right:20px;
    margin-bottom:10px;
    }

.menuItem
{
    margin-right:20px;
    margin-bottom:10px;
    }

td.contentContainer
{
    border: 1px dotted silver ;
    border-left:0px;
    padding:10px;
}

table.list
{
    border:1px solid silver;
    }

table.list tr td
{
    text-align:center;
    font-size:12px;
    }

table.list tr:nth-child(odd)
{
    background: #EEEEEE;
}

table.list tr:nth-child(even)
{
    background: white;
}

table.list tr:hover
{
    background-color: #CAE4FF;
    color: black;
}

table.list tr.title
{
    background: #336699;
    text-align:center;
    color:White;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    }

table.tblForm tr td
{
    border:0px;
    }

table.tblForm tr td:first-child
{
    text-align:left;
    }

.treeContainer
{
    color:Orange;
    text-align:right;
    font-size:12px;
    }

td.footer
{
    text-align:center;
    color:Silver;
    font-size:10px;
    }
    
/*********************************************/
input[type="submit"], /*input[type="text"], input[type="password"],*/ select, textarea, input[type="file"]
{
    /*font-family:tahoma;*/
    font-size:14px;
    width:150px;
    border:1px solid silver;
    resize:none;
    }

textarea
{
    resize: none;
    }
/*********************************************/

.noDisplay 
{
    display:none;
    }

.requirement
{
    color:Red;
    font-weight:600;
    }

.invoiceHeadr
{
    padding:10px;
    }

.invoiceHeadr div
{
    padding:0px;
    }

/* five */
.five {
    width:20%;
}

/*** bootstrap ***/

thead
{
    font-weight:600;
    }
 