/*--------------------------------------------------------main.css-----------------------------------------------------------------*/
@font-face {
    font-family: 'BMitra';
    src: url('../fonts/BMitra.eot?#') format('eot'),
    url('../fonts/BMitra.woff') format('woff'),
    url('../fonts/BMitra.ttf') format('truetype'),
    url('../fonts/BMitra.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    margin: 0 0 0 0;
    padding:0 0 0 0;
    border:0;
    width: 100%;
    height: 100%;
    clear:both;
    text-decoration:none;
}
body {
    font-family: 'BMitra',tahoma,arial;
    font-size: 14px;
    line-height: 20px;
    direction:rtl;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    border:0;
    width: 100%;
    height: 100%;
    text-decoration:none;
    clear:both;
    color: #333333;
    /*overflow-x : hidden;*/
}

#pageHeader{
    position: fixed;
    width: 100%;
    height: 42px;
    padding:0 0 0 0;
    margin :0 0 0 0;
    z-index:51;
}

#pageBody{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 35px 2px 3px;
    height: 100%;
    width:100%;
    float:left;
    left:0;
    font-size:1.3em;
    /*overflow-x:auto;*/
}

#mainTabbar{
    width:100%;
    height:100%;
    z-index: 52;
}

#_closeAdditionalTabs{
    display:block;
    width:15px;
    height:15px;
    position:absolute;
    top:47px;
    left:10px;
    font-size:1.5em;
    font-weight:bold;
    cursor:pointer;
    z-index: 52;
}
/*--------------------------------------------------------------------Header----------------------------------------------------------------------*/

#logo {
    position:fixed;
    width:40px;
    height:40px;
    top:3px;
    left:15px;
    z-index:50;
}

#logo img{
    width:38px;
    height:38px;
}

#currentUser{
    position:fixed;
    min-width:50px;
    height:40px;
    top:3px;
    left:80px;
    color:#eeeeee;
    font-size:1.3em;
    z-index:50;
}
/*--------------------------------------------------------------------Icon bar----------------------------------------------------------------------*/
#iconbar
{
    display:block;
    width: 100%;
    height: 42px;
    line-height:42px;
    vertical-align:baseline;
    background-color:#636363;
}

#profilePicture{
    display: inline-block;
    width:42px;
    height:42px;
    float:right;
    padding:6px 20px 0 0;
}

#profilePicture img{
    width:32px;
    height:32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mailIcon {
    display: inline-block;
    background: url("../images/mail.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 0.7;
    z-index:50;
}

#chatIcon {
    display: inline-block;
    background: url("../images/chat.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 0.7;
    z-index:50;
}

#usercommentIcon {
    display: inline-block;
    background: url("../images/usercomment.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 1.0;
    z-index:50;
}

#homepageIcon {
    display: inline-block;
    background: url("../images/home.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 1.0;
    z-index:50;
}

#searchIcon {
    display: inline-block;
    background: url("../images/search.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 1.0;
    z-index:50;
}

#openreportIcon {
    display: inline-block;
    background: url("../images/report.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right:20px;
    opacity: 1.0;
    z-index:50;
}

#announcements{
    display: table;
    color: #ffffff;
    height: 42px;
    max-height: 42px;
    line-height: 21px;
    margin-left: 200px;
    padding-right: 20px;
    overflow-y: hidden !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size:1.2em;
}

#announcements div{
    display: table-cell;
    vertical-align: middle;
}

/*--------------------------------------------------------------------Wait Dialog-------------------------------------------------------------------------------*/
#ajaxcallWaitDialog{
    position:absolute;
    top:10px;
    left:40%;
    height:18px;
    border:1px solid #C1AB11;
    background-color:#F5E992;
    padding:3px 10%;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:1.2em;
    z-index:100;
}
#sessionTimeoutDialog{
    position:absolute;
    top:10px;
    left:40%;
    height:18px;
    border:1px solid #ee6666;
    background-color:#ff9922;
    padding:3px 10%;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:1.2em;
    z-index:100;
    display:none;
}

/*--------------------------------------------------------------------Title Style----------------------------------------------------------------------*/
._title{
    width:96%;
    height:50px;
    margin: 0 1% 0 1%;
    padding: 10px;
    font-family:BMitra;
    font-size:1.4em;

}
/*--------------------------------------------------------------------HyperLink Style----------------------------------------------------------------------*/
a,
a:focus,
a:visited{
    /*color: #004080;*/
    text-decoration: none;
}
a:hover{
    /*color: #cc0000;*/
    text-decoration: none;
}

/*--------------------------------------------------------------------dhxWinsContent----------------------------------------------------------------------*/
.dhxWinsContent{
    width:96%;
    height:96%;
    padding:5px;
    direction:rtl;
    overflow:auto;
    font-size:1.2em;
}


/*--------------------------------------------------------------------Help Box----------------------------------------------------------------------*/
.helpBox {
    font-size:1.3em;
    width: 96%;
    height: auto;
    margin: 1%;
    padding: 1%;
    background: #6fb2e5;
    box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
    -o-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
    -webkit-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
    -moz-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
}

.btn{
    font-family: 'BMitra',tahoma,arial;
    font-size:1.5em;
}

/*--------------------------------------------------------------------Select Large Icons Panel----------------------------------------------------------------------*/
.selectLargeIconPanel
{
    width:98%;
}
.selectLargeIconPanel tr
{
    /*height:100px;*/
}
.selectLargeIconPanel td
{
    text-align:center;
    vertical-align:middle;
    border:solid 1px transparent;
    /*height:100px;*/
    width:12.5%;
}
.selectLargeIconPanel td a
{
    display:block;
    width:100%;
    height:100%;
}
.selectLargeIconPanel td:hover
{
    border:solid 1px #cdcdcd;
    background-color:#e9e9e9;
}

#waitingTasks{
    /*-webkit-animation-name: warningTasksAnimation; */
    /*-webkit-animation-duration: 5s; */
    /*-webkit-animation-delay: 1s;  */
    /*animation-name: warningTasksAnimation;*/
    /*animation-duration: 5s;*/
    /*animation-delay: 1s;*/
    /*animation-iteration-count: infinite;*/
}

.waitingTaskRow{
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}
.waitingTaskIcon{
    line-height: 30px;
    vertical-align: middle;
    padding-top: 5px;
    -webkit-animation-name: warningTasksAnimation;
    -webkit-animation-duration: 10s;
    -webkit-animation-delay: 1s;
    animation-name: warningTasksAnimation;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;

    /*-webkit-animation:spin 4s linear infinite;*/
    /*-moz-animation:spin 4s linear infinite;*/
    /*animation:spin 4s linear infinite;*/
}
/*@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }*/
/*@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }*/
/*@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }*/


@keyframes warningTasksAnimation {
    0%   {
        -webkit-transform: rotate(0deg); transform:rotate(0deg);
    }
    10%  {
        -webkit-transform: rotate(-90deg); transform:rotate(-90deg);
    }
    30%  {
        -webkit-transform: rotate(-90deg); transform:rotate(-90deg);
    }
    40%  {
        -webkit-transform: rotate(0deg); transform:rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg); transform:rotate(0deg);
    }
}

/*
.warningText{
    */
/*position: relative;*//*

    -webkit-animation-name: warningTextAnimation; */
/* Chrome, Safari, Opera *//*

    -webkit-animation-duration: 5s; */
/* Chrome, Safari, Opera*//*

    -webkit-animation-delay: 1s;  */
/*Chrome, Safari, Opera*//*

    animation-name: warningTextAnimation;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}


@keyframes warningTextAnimation {
    0%   {
        text-shadow:
        -1px 1px 1px #d8d6d5,
        -2px 2px 1px #dbdad9,
        -3px 3px 1px #dfdddc,
        -4px 4px 1px #e2e0df,
        -5px 5px 1px #e4e3e2;
        */
/*opacity: 1.0;*//*

    }
    */
/*25%  {left:0px; top:3px;font-size: 1.2em;}*//*

    50%  {
        text-shadow:
        1px 1px 1px #d8d6d5,
        2px 2px 1px #dbdad9,
        3px 3px 1px #dfdddc,
        4px 4px 1px #e2e0df,
        5px 5px 1px #e4e3e2;
        */
/*opacity: 0.6;*//*

    }
    75%  {
        text-shadow:
        -1px 1px 1px #d8d6d5,
        -2px 2px 1px #dbdad9,
        -3px 3px 1px #dfdddc,
        -4px 4px 1px #e2e0df,
        -5px 5px 1px #e4e3e2;
        */
/*opacity: 1.0;*//*

    }
    100% {
        text-shadow:
        -1px 1px 1px #d8d6d5,
        -2px 2px 1px #dbdad9,
        -3px 3px 1px #dfdddc,
        -4px 4px 1px #e2e0df,
        -5px 5px 1px #e4e3e2;
        */
/*opacity: 1.0;*//*

    }
}
*/



