﻿/*Modify by Phu
  Date:26/07/13
  Purpose: Change template.*/
/** BEGIN **/

/* ERAN BLOCK 26/6/14 test
h5
{
    margin: 0px 10px;
    padding: 0;
    line-height: 28px;
        color: #0A345E;
    font-size: 13px;
   /* direction: rtl;  */
/* }*/
/*  dropped 26/6/14 h5
{
    direction: rtl;
} */

#lblDialogTitle
{
    direction: rtl;
}
/** END **/

label.fields, span.fields, .textfield
{
    direction: rtl;
}

.linksTable td
{
    direction: rtl;
}


.description
{
    direction: rtl;
}

.description td
{
    direction: rtl;
}

.description input[type=text], .description input[type=password]
{
    direction: rtl;
}

.required
{
    text-align: right;
}

.required input
{
    direction: rtl;
}

label
{
    direction: rtl;
}

a
{
    direction: rtl;
}

h3
{
    direction: rtl;
}

#tblAddLink
{
    direction: rtl;
    text-align: right !important;
}

#newbar
{
    text-align: right !important;
}

#navbar table
{
    direction: rtl;
}

/*Add by Phu
  Date:10/09/13
  Purpose: images logo.*/
/** BEGIN **/

.topmenu_logo_area
{
    /* eran 3/4/14  width:267px !important; */
}

.mainframe
{
    background-image: url('../siteimgs/mainframe_logo_2-09-portal.png'); /* eran 3/4/14  יש פה ערכים חדשים. לשים לב שהמתכנת יצר כפל קוד כיוון שיש הגדרה נפרדת לזה  בין מצב של מסך טופ מהראשי לבין זה של ניהול הקישורים סביר שבוע עי PHU  */
    width: 229px;
    height: 31px;
    /*chirag on 19 June 2014 - resolved alignment issue for top logo*/
    float: right;
}

.portallogo
{
    background-image: url('../siteimgs/KOTERET1.png'); /* eran 24/5/14 */
    width: 394px;
    height: 28px;
}
.topmenu_willfind_area
{
    margin: 28px 0 40px;
}

.none_display
{
    display: block !important;
}
/* chirag on 30/04/2014 -- class for switchboard to set the title of page*/
.switchboardCaption
{
    color: gray;
    font-size: 14px;
}
/* chirag on 30/04/2014 -- class for switchboard to set the description of page*/
.switchboardDescription
{
    color: Gray;
}
/* chirag on 30/04/2014 -- class for switchboard to set the URL button */
.ButtonInSwitchboard
{
    width: 220px !important;
}

/* chirag on 30/04/2014 -- class for switchboard to set the URL button with text red(just for testing)*/
.ButtonInSwitchboardWithColor
{
    color: Red;
    width: 120px !important;
}

/* chirag on 30/04/2014 -- class for switchboard to set the internal frame*/
.switchboardRoundedCorners
{
    border: 1px solid #cccccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px;
}


.chkList input[type="checkbox"]
{
    margin-left:4px;
}

.modal-content
{
    direction:rtl;
}

.modal-header .close
{
    float: left;
}