/* 
    Document   : default
    Created on : Apr 19, 2013, 4:37:43 AM
    Author     : Nabeel Alhaddad <nabeel at alhaddad.ws>
    Description:
        Purpose of the stylesheet follows.
*/

/*ui-menuitem-text overrides the default one in primefaces*/

html{

}

.user_settings tr, .user_settings td {
    border: none;
}

.ui-menuitem-text {
    font-family: 'Cairo'!important;
    /*font-weight: bold;*/
    font-size: 15pt!important;
    border: 0px;
}

#header_panel {z-index:2 !important; }
#header_panel div{overflow:visible;}

#footer { 
    /*position: fixed;*/
    font-size: 10pt;
    color: gray;
    font-family: Cairo;
    text-align:center;
}

#content{
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
}


.ui-growl {
    /*position:absolute;*/
    top:60px;
    /*left:20px;*/
    /*width:301px;*/
    /*z-index:9999;*/
}

.dashboard_block {
    font-size: 36px;
    font-weight: bolder;
}

.red
{
    background-color: tomato !important;
    background: tomato !important;
    font-weight: bold;
    border-color: red;
    color: white;
}

.inactive
{
    color: silver;
}

li{
    font-family: tahoma;
}



/*for sales_summary*/
.logo {
    width: 5%
}

.detail {
    width: 95%;
    padding-left: 25px;
}

.detail td {
    font-size: 24px;
}

td{
    font-family: tahoma;
    font-size: 14px;
}

.ui-datascroller .ui-datascroller-item {
    border-bottom: 1px solid #A8A8A8;
    padding: 25px 10px;
}
/*end for sales_summary*/



/*this makes the top menu works better*/

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}

body {
    background-color: #FFFFFF;
}
html {
    direction: rtl;
}

.ui-column-title{
    font-family: 'Arial';
    font-size: 22px;
}

input {
    font-family: tahoma !important;
    font-size: 14px !important;
}
/*END*/

.ui-menuitem-text
{
    color: dodgerblue !important;
}

.fa {
    color: #A8A8A8;
}

.align_top {
    vertical-align: top;
}
