﻿/* CSS Document */

body
{
    margin: 0;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-attachment: scroll;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span
{
    margin: 0;
    padding: 0;
}

a
{
    color: #0A345E;
    text-decoration: none;
}
h5
{
    margin: 0px 10px;
    padding: 0;
    color: #0A345E;
    line-height: 28px;
    font-size: 13px;
    text-decoration: none;
}

.roundedCorners
{
    border: 0px ;  /* eran addded 31/5/14 */
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px#888;
    box-shadow: 0 0 2px 2px #888;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.InnerFrame1_part2_of_borderMoreBrightBlue, .InnerFrame2_part2_of_borderMoreDarkBlue
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    /* eran 1/11/13 because doubled border. was: border: 1px solid #888;  */  
    border: 0px solid #888; /* fallback */
    /*background-color: #7BA49D;  phu was #e2f6f3; */
    overflow: hidden;
}

.InnerFrame1_part2_of_borderMoreBrightBlue
{
   /* eran 31/5/14 this line background:url("SiteImgs/iupar2.jpg") repeat-y scroll 0 0 transparent;
        border: 1px solid #888;  eran test 1/11/13 */

}
.InnerFrame2_part2_of_borderMoreDarkBlue
{
    background:url("SiteImgs/iupar5.jpg") repeat-y scroll 0 0 transparent;
    
    /* vibhav 13-03-2016, To cover whole background area */
    background-size:100%;
}

.repeatdiva
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    border: 0px solid #888;  /* eran 31/5/14 */
    margin-bottom: 5px;
   
}
.odd
{
    background: url("SiteImgs/iupar2.jpg") repeat-y scroll 0 0 transparent;
}

.even
{
    background:url("SiteImgs/iupar5.jpg") repeat-y scroll 0 0 transparent
}

.siteWidth
{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    
    /*vibhav 12-10-2016, change width to percent */
    width:90%;
    
    /*width: 779px;*/
}

.UserDefinedSubject p
{
        font-family:arial;
		margin-top: 0px;
    margin-bottom: 1px;
    font-weight: bold; /* Cahned by Shani Abudi */
    margin-right: 8px;
    width: 50px;
}


/*------------------------------------------------topheader--------------------*/
#topheader
{
    height: 300px;
        /* eran 14/6/14 test
    border:1px red;  */
}
.search_menu_banner
{
/* eran 14/6/14 test
background: transparent;  */  
    background-clip: padding-box;
    border-radius: 10px; 
        /* eran 14/6/14 test
        border:10px;
    border-color:  red;
*/
        
    /*box-shadow: 0 0 1px rgba(255,255,255,.8), 0 0 3px rgba(255,255,255,.255), 1px 1px 0 rgba(255,255,255,.8) inset, -1px -1px 0 rgba(255,255,255,.8);*/ /* Fallback for web browsers that doesn't support RGBa */
    /* eran check ie9 bug 24/11/13 */
    
    
     background: rgb(255, 255, 255);  RGBa with 0.6 opacity 
    background: rgba(255, 255, 255, 0.1); /* For IE 5.5 - 7 */
/* eran 14/6/14*/
    
    /* eran block turn to remark for correcting ie9 bug 24/11/13
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 8 /
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -moz-box-shadow: -1px -1px 18px #262526;
    -webkit-box-shadow: -1px -1px 18px #262526;
    /*box-shadow: -1px -1px 18px #262526;
    padding: 10px;  
        END eran block turn to remark for correcting ie9 bug 24/11/13  */

    margin: 0px;
    padding: 0px;
    float: left;
    height: 130px;
    
    width:100%; /* vibhav 12-03-2016, change width to percent*/
    /*width: 779px;*/
    
    /* eran 14/6/14 test
    border-color:Black;*/
}

.search_google
{
    padding-top: 15px;
    padding-bottom: 0px;
    /* eran add block 22/12/13 
    border:1px;
    border-color:red;*/
}

/*------------------------------------------------body_area--------------------*/
#body_area
{
    width: 100%;
    background: url(images/bgContent.png) fixed repeat #fff;
    overflow: scroll;
    height: 378px;
    color: #4E4E4E;  /*eran 31/5/14 0A345E; */
    text-decoration: none;
    padding: 0px;
    float: none;
    display: table;
}
#innerbody_area
{
    padding: 0px;
    padding-top: 50px;
    display: table;
}
.fltLeft
{
    float: left;
}

.left
{
    margin: 0px;
    float: left;
    width: 180px;
    display: block;
    padding-right: 10px;
}
.right
{
    margin: 0px;
    float: right;
    
    /* vibhav 12-03-2016, change width to percent */
    width:78%;
    
    /*width: 590px;*/
    display: block;
}
.spectline
{
    height: 10px;
    clear: both;
}
/*------------------------------------------------fotter--------------------*/
#fotter
{
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-decoration: none;
    padding: 0px;
    float: left;
    height: 104px;
    background-image: url(images/fotter_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    display: table;
}
#innerbody_fotter
{
    width: 779px;
    padding: 0px;
    color: #FFFFFF !important;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.fb-like
{
    background-color: #FFFFFF;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #00BDEF;
}
.innerbody_fotter a, .innerbody_fotter span
{
    color: #FFFFFF !important;
}
.link_item
{
    width: 572px;
    overflow: hidden;
    display : block;
}

.parta
{
    width: 90px;
    display: block;
    color: black;
    margin: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
        border: 1px solid #cacaca;  /* eran 31/5/14 */
   /* eran 31/10/13 #4B7C8D; #ADC9D2*/  
    height: 35px;
    text-align:center;
    vertical-align:middle;
}

.wrlpLinks
{
    /*vibhav 12-03-2016, change with to responsive*/
    width:87%;
    
    /*width: 480px;*/
    height: 100%;
}
.InnerFrame_part_of_graphic_subject
{
    overflow:hidden;
    width:92px;
    font-family:Arial; /* eran start add 16/12/13 */
    font-size:14px; 
}

.InnerFrame_part_of_graphic_subject table
{
    width: 100%;
    height: 100%;
    font-weight: bold;
}


.LinkMidFrame
{
    /* font-color: Red; test */
    background: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #B1BFCA;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align :left;
    width: 112px;
    padding-left: 5px;
    min-height: 30px;
    font-family:Arial; /* eran 16/12/13 */
}
.LinkMidFrame a
{
    /* eran block  7/5/15 
    text-align :left;  
		direction:ltr;
		*/
    text-decoration: none;  
    color: #445D62; /* personal link color  */
}

.LinkMidFrame a:hover
{
    color: #0D1B62;
}
.TheLineBetweenTheTopSubjectsList
{
    float : right;
}
.linkSubjectItem
{
    padding-top : 2px;
    padding-bottom : 2px;
    /* 02/04/2016, removed by vibhav bhavsar */
    /*text-align :center;*/ 
    height : 22px;
    font-family:Arial; /*eran 16/12/13 */
}

.ListOfSubjectsOfPesonalLinksAtTop
{
    width : 100%;
    display:table;
}
.ListOfSubjectsOfPesonalLinksAtTop span a
{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 0px 2px;
    padding: 0px, 2px;
    color: #0A345E;
    text-decoration: none;
    font-family: Arial;
}
.ListOfSubjectsOfPesonalLinksAtTop span a:hover
{
    text-decoration: none;
}
.roundedCorners .NewMainFnt
{   
    color: #0A345E !important;
    font-weight : bold;
    
} 
.NewMainFnt, .NewMainFnt a
{
    font-family:Arial; /* eran block 12/13 */
    font-size: 14px;
    
    color: #FFFFFF;
    text-decoration: none;
}
.Newlinks7-08
{
    font-family:Arial; /* eran 12/13 */
    font-size: 14px;
    color: blue;
    text-decoration: underline;
}
.innerTable
{
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
td.UserDefinedSubjectItem
{
    vertical-align: top;
}
#pnlSubject
{
    /*vibhav 14-03-2016, change with to responsive*/
    width:100%;
    
    /*width :580px;*/
    display : table;
}
.linkSubjectItem br.clear
{
    display : block;
    clear : both;
}

#pnlSubject a:hover
{
    text-decoration: underline;
}

.textalign2 /* eran 16/12/13 add block*/ 
{
	font-size: 13px;	
	font-family: Arial; 
  font-weight: normal;
}

/*----------------------------------------------------------------form----------------------------------------------------------------------------------------*/

.button
{
                    /* eran 16/12/13 add block*/ 
    		font-family: Arial; 
		font-size:12px;
                    /* eran 16/12/13 end add block*/ 
    font-size: 12px;
    font-weight: bold;
    min-height: 30px; /*width : 86px;*/
    padding: 2px 10px;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 1px 0 #FFFFFF;
    -moz-box-shadow: 1px 1px 1px 0 #FFFFFF;
    -webkit-box-shadow: 1px 1px 1px 0 #FFFFF;
    text-decoration: none;
}
a.button
{
    margin:8px;
    padding: 0px 8px;
    line-height : 30px;   
    height : 30px;
}
.forLinksAreaAlign
{
    width: 100%;
    /* eran 4/12/13 test 200px*/
}

.forLinksAreaAlign td
{
    text-align: center;
}
.lnkUser
{
    width: 200px;
        /* eran 5/12/13 add*/
    font-size:12px;
}

.buttonBlue
{
    background: url(images/bgButtonBlue.png) repeat-x scroll bottom center #00bbed;
    color: #FFFFFF;
                /* eran 16/12/13 add block*/ 
		font-family: Arial; 
		/* font-size:16px;*/
}
.buttonGreen
{
    background: url(images/bgButtonGreen.png) repeat-x scroll bottom center #03c29d;
    color: #FFFFFF;
            /* eran 16/12/13 add block*/ 
		font-family: Arial; 
}

/*a.buttonBlue
{
    background: url(images/bgButtonBlue.png) repeat-x scroll !important;
}

a.buttonGreen
{
    background: url(images/bgButtonGreen.png) repeat-x scroll !important;
}*/


.forLinksAreaAlign td 
{
    vertical-align:top;
}
.buttonBlue:hover
{
    color: #FBFBFB;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.imgLinks
{
    border: 0px;
    vertical-align:middle;
    margin-top:2px;
    
}

/*vibhav 17-03-2016, Added new style for user links mid frame*/

.userLinksMidFrame
{
    width:87%;    
    height: 100%;
}

.userDefinedSubjectNewStyle
{
    font-family: arial;
    margin-top: 0px;
    margin-bottom: 1px;
    font-weight: bold;
    margin-right: 6px;
    font-size:12px;
}

.NewlnkMidFrameStyle
{
     background: #ffffff none repeat scroll 0 0;
     border: 1px solid #b1bfca;
     border-radius: 4px;
     font-family: Arial;
     height: auto;
     min-height: 30px;
     overflow: hidden;
     padding: 0 0 0 5px;
     text-align: left;
     width:24%; /* Fallback if Unsupported (96 / 4 = 24), need to add this because on window safari calc() is not supporting */
     width: -webkit-calc(96% / 4); /** Safari 6, Chrome 19-25 **/
     width: -moz-calc(96% / 4); /** FF 4-15  **/
     width:calc(96% / 4); /*Note: As we are use boxes for each link then to manage Floating Divs At Variable Heights need to set width with help of calc() function */
     /*if you want to change width then I advice to change divition part only to 3,4,5 (So this divition part works as columns want in single row) */
     
     margin: 2px;
     word-break: break-all;
}                    

/* vibhav 21/04/2019, Change back color of internal button */
 .ChangeLink_BackColor
 {
     background-color:Red !important;
 }

.ChangeLinksOrderFrame
{
    vertical-align:middle;
    font-size:11px;
}

.divChangeLinkOrder
{
    cursor:pointer;
}

.ChangeLinksOrderFrame .InternalButton
{
    display:table;
    margin-top: 2.5px;
}

.ChangeLinksOrderFrame .ChangeOrderText
{
    width: 85px;
    text-align: left;
    margin-left:5px;
    height: 28px;
    display: table;
}

.ChangeLinksOrderFrame .ChangeOrderText span
{
    display: table-cell;
    vertical-align: middle;
}

@media all and (min-width: 720px)
{
    /* Note: If you will change width of the .NewlnkMidFrameStyle class then you need to update following css style to set Divs as Variable Heights */
    /* for exmple you changed width to calc(96% / 4) then need to update following style with nth-child(4n+1) */
    .NewlnkMidFrameStyle:nth-child(4n+1){
        clear:both;
    }
}

/*End*/