body
{
    margin: 0;
    padding: 0;
    color: #000;
    font: normal 10pt Arial,Helvetica,sans-serif;
}

#page
{
    margin-top: 0px;
    margin-bottom: 0px;
    background: white;
    box-shadow: 0px 0px 7px #bbb;
    direction:rtl;
    text-align:right;
    width:960px;
    padding:10px;
    overflow:hidden;
    position:relative;
}

header
{
    margin: 0;
    padding: 0;
    position:relative;
}

#logo
{
    padding: 5px 20px;
    font-size: 200%;
}


/* login panel */
#login_panel {
    position:absolute;
    top:35px;
    background-color:#f2f2f2;
    border-top:1px #d9d9d9 solid;
    border-bottom:1px #d9d9d9 solid;
    border-right:1px #d9d9d9 solid;

    width:665px;
    height:65px;

    transition: left 1s;
    -moz-transition: left 1s; /* Firefox 4 */
    -webkit-transition: left 1s; /* Safari and Chrome */
    -o-transition: left 1s; /* Opera */	
}

.login_panel_close {
    left:-410px;
}

.login_panel_open {
    left:-10px;
}

#login_panel_handle {
    position:absolute;
    right:0px;
    top:0px;
    background:#f2f2f2 url("../images/user_login_handle.png") no-repeat 25px center;

    width:275px;
    height:65px;
    cursor:pointer;
}

#login_panel_form {
    position:absolute;
    left:0px;
    top:0px;

    width:390px;
    height:65px;

}

#login_panel_form input {
    border:1px #d9d9d9 solid;
    border-radius:0px;
    width:128px;
    height:20px;
    font-size:16px;
    padding-right:8px;
    margin-top:19px;
}

#login_panel_form #PanelLoginForm_enter {
    border:none;
    border-radius:0px;
    width:95px;
    height:34px;
    vertical-align:middle;
    padding:0px;
    margin-top:-6px;
}

#login_panel_links {
    left: 12px;
    position: absolute;
    top: 68px;
}

#login_panel_links a {
    color:#000;
    text-decoration:underline;
}

#login_panel_links a:hover {
    color:#bdbe00;
}

/* user panel */
#user_panel {
    border:1px #D9D9D9 solid;
    border-top:none;
    height: 145px;
    left: 0px;
    position: absolute;
    top: -10px;
    width: 355px;	

}

#user_panel_client {
    background-color: #F2F2F2;
    height: 88px;	
    border-bottom:1px #D9D9D9 solid;
}

#user_panel_client a {
    color:#45525A;
    text-decoration:underline;
}

#user_panel_client a:hover {
    color:#bdbe00;
}

#user_panel_client_name {
    color: #45525A;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 16px 2px 16px;
    text-shadow:#fff 0px 1px 0, #000 0 -1px 0;	
}

#user_panel_client_portfolios {
    padding: 2px 16px 2px 16px;
    font-size:14px;
}

#user_panel_client_links {
    padding: 6px 13px 0px 13px;
    font-size:12px;	
}

#user_panel_client_links a {
    padding:0px 3px;

}

#user_panel_client_links a:hover {


}

#user_panel_user {
    background-color:#cdcdcd;
    height:57px;
}

#user_panel_msg {
    color:#f07901;
    font-weight:bold;
    font-size:20px;
    padding:6px 16px 0;
    text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}


#user_panel_last_login {
    font-size: 12px;
    padding-right: 16px;
    padding-top: 4px;	
}




/* admin panel */

#admin_panel {
    border:1px #D9D9D9 solid;
    border-top:none;
    left: 0px;
    position: absolute;
    top: -10px;
    width: 355px;	
    background-color:#cdcdcd;
    height:105px;
}

#user_panel_msg span {
    font-size:14px;
    text-shadow:none;
    color:#000;
    font-weight:normal;
}

#user_panel_msg span a {
    color:#000;
    text-decoration:underline;
}

#admin_panel #user_panel_msg span a:hover {
    color:#bdbe00;
}


#amirim_admin {
    background-color: #F2F2F2;
    height: 39px;	
    border-bottom:1px #D9D9D9 solid;
    color: #45525A;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 16px 0px 16px;
    text-shadow:#fff 0px 1px 0, #000 0 -1px 0;		
    text-align: center;
}


/* Top Nav */

#mainmenu {
    background-color:#f3f3f3;
    border:1px #d9d9d9 solid;
    border-bottom:2px #f07901 solid;
    height:44px;
    line-height:44px;
    position:relative;
    z-index: 5000;	
}


#mainmenu ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}

#mainmenu ul li
{
    display:inline;
    list-style:none;
    float:right;
    border-left:1px #ffffff solid;
    border-right:1px #d9d9d9 solid;
}

#mainmenu ul li:first-child
{
    border-right:none;
}

#mainmenu ul li:last-child
{
    border-left:none;
}

#mainmenu ul li a
{
    line-height:44px;
    color:#525d63;
    background-color:none;
    font-size:16px;
    text-decoration:none;
    padding:0px 16px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    background-color:#677b82;
    text-decoration:none;
    color:#fff;
    display: block;		
}


#mainmenu ul li:first-child a,
#mainmenu ul li:first-child a:hover
/* disable hp bg */
{
    background-color:#f3f3f3;
}



#client_portfolio_button {
    position:absolute;
    left:0px;
    top:0px;

}

#client_portfolio_button a
{
    background: url("../images/portfolio_icon.png") no-repeat scroll right center transparent;
    color: #525D63;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 26px 0 16px;
    text-decoration: none;	
}

#client_portfolio_button a:hover
{
    background-color:#677b82;
    text-decoration:none;
    color:#fff;
    display: block;		
}

#client_archive_button {
    position:absolute;
    left:145px;
    top:0px;
}

#client_archive_button a
{
    background: url("../images/archive_icon.png") no-repeat scroll right center transparent;
    color: #525D63;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 25px 0 16px;
    text-decoration: none;	
}

#client_archive_button a:hover
{
    background-color:#677b82;
    text-decoration:none;
    color:#fff;
    display: block;		
}



/* admin menu */

#adminmenu {
    background-color: #465259;
    border-color: #D9D9D9 #D9D9D9 #F07901;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 100000;
}


#adminmenu ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}

#adminmenu ul li
{
    display:inline;
    list-style:none;
    float:right;
    border-left:1px #ffffff solid;
    border-right:1px #d9d9d9 solid;
}

#adminmenu ul li:first-child
{
    border-right:none;
}

#adminmenu ul li:last-child
{
    border-left:none;
}

#adminmenu ul li a
{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    text-decoration: none;
}

#adminmenu ul li a:hover, #adminmenu ul li.active a
{
    background-color:#677b82;
    text-decoration:none;
    color:#fff;
    display: block;		
}

/* open menu */
#adminmenu ul li.active>ul>li a
{
    background-color:#F2F2F2;
    text-decoration:none;
    color:#000;
    display: block;		
    height:30px;
    line-height:30px;

}

#adminmenu ul li.active>ul>li a:hover
{
    text-decoration:none;
    background-color:#677B82;
    color:#fff;
}


/* mbm menu extention */
#nav-bar {

}
#nav {

}
#nav li {
    position: relative;
}
#nav li.over {
    /*z-index: 99;*/
}
#nav li.active {
    /*z-index: 100;*/
}
#nav a, #nav a:hover {
    display: block;
    text-decoration: none;
}
#nav span {
    display: block;
}
#nav a {

}
#nav li.over a {

}
#nav ul li, #nav ul li.active {
    background: none repeat scroll 0 0 transparent;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav ul a, #nav ul a:hover {
    float: none;
    line-height: 1.3em;
}
#nav ul li.over a, #nav ul li.over a:hover, #nav ul a, #nav li.active li {
    font-weight: normal;
}
#nav ul {
    right: -10000px;
    list-style:none;
    margin: 0;
    padding: 0 0 3px;
    position: absolute;
    top: 30px;
    width: 189px;
    border-top: 2px solid #F07901;
}
#nav ul ul {
    border-top: 0 none;
    right: 100px;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0 0;
    top: 13px;
}
#nav li.over ul {
    right: -2px;
}
#nav li.over ul ul {
    right: -10000px;
}
#nav li.over ul li.over ul {
    right: 100px;
}
#nav ul li {
    padding: 0 2px;
    height:30px;
    float:right;
    display:block;
    width:250px;
    border:0px;
}
#nav ul li a {
    background-color:#f2f2f2;
    height:30px;
    line-height:30px;
    color: #2F2F2F;
}
#nav ul li a:hover {
    background-color:#677B82;
    height:30px;
    line-height:30px;
    color:#fff;
}
#nav li.over ul a, #nav ul li.active a, #nav ul li a, #nav ul li a:hover {

}
#nav ul span, #nav ul li.last li span {

}
#nav ul li.last span, #nav ul li.last li.last span {

}
#nav ul li.last {
    padding-bottom: 3px;
}
#nav ul li.parent a, #nav ul li.parent li.parent a {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#nav ul li.parent li a, #nav ul li.parent li.parent li a {
    background-image: none;
}
#nav li.parent a, #nav li.parent li.parent a, #nav li.parent li.parent li.parent a {
    cursor: default;
}
#nav li.parent li a, #nav li.parent li.parent li a, #nav li.parent li.parent li.parent li a {
    cursor: pointer;
}
#nav ul ul ul {
    right: -10000px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav li.over ul li.over ul ul {
    right: -10000px;
}
#nav li.over ul li.over ul li.over ul {
    right: 100px;
}
#nav-bar:after, #nav-container:after {


}




#admin_portfolio_button {
    position:absolute;
    left:0px;
    top:0px;

}

#admin_portfolio_button a
{
    line-height:30px;
    color:#525d63;
    background-color:none;
    font-size:16px;
    text-decoration:none;
    padding:0px 36px 0px 16px;
    font-weight:bold;
    background:transparent url("../images/portfolio_icon.png") no-repeat 170px center;
    color:#fff;
}

#admin_portfolio_button a:hover
{
    background-color:#677B82;
    text-decoration:none;
    color:#fff;
    display: block;		
}

/* page content */

#content
{
    min-height: 500px;
    padding:20px;
}

article#content
{
    line-height: 150%;
    margin-left: 200px;
    min-height: 500px;
    padding: 20px;
}

article h2 {
    margin-bottom:10px;
}

article ul {
    list-style-position:inside;
}

/* homepage content */
#hp {
    margin-top:12px;
    position:relative;
}

#hp_slider {
    position:relative;
    z-index:10;
    width:960px;
    height:394px;
}

#hp_slider ul {
    list-style:none;
    display:block;
    width:960px;
    height:394px;
}

#hp_slider li {
    list-style:none;
    position:relative;
    width:960px;
    height:394px;
    display:none;
}

#hp_slider li:first-child {
    display:block;
}

#hp_slider li span {
    color: #FFFFFF;
    font-size: 50px;
    left: 30px;
    position: absolute;
    text-shadow: 0 0 6px #666666;
    top: 30px;
}

#hp_slide_1 {
    background:transparent url("../images/hp1.jpg") no-repeat center center;
}
#hp_slide_2 {
    background:transparent url("../images/hp2.jpg") no-repeat center center;
}
#hp_slide_3 {
    background:transparent url("../images/hp3.jpg") no-repeat center center;
}

#hp_text {
    height:240px;
}

#hp_text h1 {
    margin-top:20px;
    font-size:28px;
    text-shadow:none;
}

#hp_text>div {
    width:550px;
    font-size:18px;
    text-align:justify;
}

#hp_squares {
    position:absolute;
    z-index:20;
    bottom:0px;
    left:50px;
    width:251px;
    height:305px;
    background:transparent url("../images/hp_squares.png") no-repeat left bottom;
}

#invhouses {
    list-style:none;
}

#invhouses li {
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px #D7D7D7;
    display: inline-block;
    float: right;
    height: 130px;
    list-style: none outside none;
    margin: 10px 0 10px 20px;
    width: 150px;
}

#invhouses li h3 {
    background-color: #ebeded;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    height: 26px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
}

#invhouses li div {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}

#invhouses li div img {
    height: 80px;
    margin-top: 4px;
    text-align: center;
    width: 130px;
}

.content_terms div {
    margin-bottom:10px;
}

.content_terms h3 {
    margin-bottom:5px !important;
    margin-top:8px;
    font-weight:bold;
    font-size:15px;
}



#sidebar
{
    padding:20px 20px 20px 0;
}



footer
{
    background-color:#E9E9E9;
    display:table;
    height:30px;
    line-height:30px;
    width:100%;
    margin-top: 30px;
}

#copyrights {
    float:right;	
    font-size:12px;
    padding:0px 18px;	
}

#fotter_menu {
    float:left;	
    list-style:none;
}

#fotter_menu ul {
    list-style:none;
    height:12px;
    margin-left: 12px;
    margin-top: 8px;
}

#fotter_menu li {
    float:right;	
    height:12px;
    line-height: 12px;
    list-style:none;
    padding:0px 6px;
    border-right:1px #000 solid;
}

#fotter_menu li:first-child {
    border-right:0px;
}

#fotter_menu li a {
    color:#000;
    text-decoration:none;
}

#fotter_menu li a:hover {
    color:#c65909;
    text-decoration:underline;
}

#powered {
    clear: both;
    direction: ltr;
    line-height: 13px;
    margin: 30px 0;
}

#ssl {
    float:right;
}

#credit {
    float:left;
}

#powered img {
    vertical-align:top;
}


div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.form ul li label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
    display:none;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}


/**********************/
/****** Amirim *******/
/**********************/


/* portfolio */

#select_client_form {
    float:right;
    margin-right:20px;
    line-height: 38px;
}

#portfolio_type_selector {
    height:40px;
    line-height:40px;
    padding:0px;
    margin-bottom:20px;
    margin-top:20px;
}

.portfolio_type {
    cursor:pointer;
    height: 50px;
    line-height:50px;
}

.portfolio_type>span {
    display: block;
    float: right;
    font-size: 28px;
    height: 31px;
    line-height: 29px;
    margin-right: 15px;
    margin-top: 10px;
}

.portfolio_type div {
    font-size:14px;	
    margin-right:20px;
    display:inline;
}

.portfolio_type div input[type="text"] {
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    text-align: center;
    width: 80px;
}

.portfolio_type_current {
    background-color:#F1F1F1;
    border:1px #AAAAAA solid;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

.portfolio_type_current>span>span {
    display:none;
}

.portfolio_type_not_current {
    border:1px #AAAAAA solid;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

.portfolio_type_not_current>span {
    color: #74868b;
}

.portfolio_type_not_current>span:hover {
    color:#9f9f00;
}

.portfolio_type_not_current>span>span {
    color: #ef7900;
    font-size:14px;
}

.portfolio_type_not_current div {
    display:none;
}

#ui-datepicker-div {
    z-index:10000 !important;
}

#portfolio_type_yields {
    float: right;
    margin-left: 10px;
    width: 355px;
}

#portfolio_type_yields div, #portfolio_type_yields span {

}

#portfolio_type_holdings {
    float: right;
    margin-left: 10px;
    width: 355px;
}

#portfolio_type_holdings div, #portfolio_type_holdings span {

}

#portfolio_type_fees {
    float:right;
    width:184px;
}

#portfolio_type_fees div, #portfolio_type_fees span {

}

#portfolio_tabs_container {
    float:none;
    clear:both;
    display:block;
}

#portfolio_tabs>div {
    position:relative;
    padding-top:80px;
}

.portfolio_data_title {
    margin:20px 0px 20px;
    text-align:center;
    font-size:120%;
    font-weight:bold;
}

.portfolio_client {
    margin-top:10px;
}

.portfolio_data {
    margin-bottom: 20px;
    overflow: auto;	
}

.portfolio_data table 
{
    margin:0px auto;
    margin-bottom:20px;
    text-align:center;
}

.portfolio_data table.yield
{
    width:400px;
}

#portfolio_yields_more_data {

}

#portfolio_yields_more_data h3 {
    clear: both;
    font-weight: bold;
}

#portfolio_yields_more_data>div {
    clear: both;

}

.portfolio_data table.holding
{

}

.portfolio_data table.holding th {
    background-color: #74868b;
    color: #ffffff;
    font-size:70%;
}

.portfolio_data table.holding td
{
    font-size:80%;
}

.portfolio_data table.holding td.invtype {
    background-color:#3b4c54;
    color:#fff;
    font-size:13px;
    font-weight:bold;
}

.portfolio_data tr:nth-child(even) 
{
    border:1px black solid;
    background-color:#f2f2f2;
}

.portfolio_data tr:nth-child(odd)
{
    border:1px black solid;
    background-color:#e6e6e6;
}

.portfolio_data .sep {
    height: 5px;
    background-color: #fff;
    border:0px;
}

.portfolio_data th
{
    text-align:right;
    padding:3px;
}

.portfolio_data td 
{
    text-align:right;
    padding:3px;
}

.portfolio_export_panel {
    border:1px #AAAAAA solid;
    border-left:3px #fff solid;
    border-radius: 0 10px 10px 0;
    height: 46px;
    left: -3px;
    position: absolute;
    top: 5px;
    width: 150px;	
}

.portfolio_export_panel ul {
    list-style: none outside none;
    margin-right: 12px;
    margin-top: 7px;
}

.portfolio_export_panel ul li {
    float: right;
    list-style: none outside none;
    margin-left: 14px;
    opacity:0.7;	
}

.portfolio_export_panel ul li:hover {
    opacity:1;	
}

.portfolio_fee_export_panel {
    width: 110px !important;	
}

#PortfolioFee_fees_from_date {
    text-align: center;
    width: 114px;	
}

#PortfolioFee_fees_to_date {
    text-align: center;
    width: 114px;	
}

.chart_div {
    height:500px;
    margin-top:30px;
}

.chart_columns {
    margin: 0 10px 0 62px;
    overflow: auto;	
}

.chart_column {
    float: left;
    padding: 0;
    text-align: center;
    width: 20%;	
}

.chart_column_invhouse {
    display: block;
    font-size: 14px;
    font-weight: bold;	
}

.chart_column_date {
    display: block;
    font-size: 11px;	
}

#disclaimer {
    margin:30px 0px;
    font-size:12px;
}

#disclaimer ul {
    list-style:none;
}

/* invtype2Channel */
#invhouse_selector {
    margin-bottom:20px;
}

.ui-state-default a {
    font-weight:bold;	
}

.associated_invchannel {
    font-size:11px;
}

.associated {
    color:#008000;
}

.not_associated {
    color:#f07901;
}

.invtypes_list_container {
    float:none;
    clear:both;
    overflow:auto;

}

.invtypes_list_item {
    background-color: #f4f4f4;
    border: 1px solid #677b82;
    float: right;
    font-size: 90%;
    margin: 2px;
    padding: 2px;
    width: 223px;
}

.invtypes_list_item_checked {
    background-color:#fff;
}



/* restriction */

#restriction {
    margin-top:30px;
    min-height:500px;
    overflow:auto;
}

#restriction_right {
    width:250px;
    float:right;
}

#restriction_left {
    width:650px;
    float:left;
}


#restriction select, #yields_history_management_container select {
    font-size:16px;
    padding:3px;
    border-radius:6px;
    border:1px #F07901 solid;
    width:300px;
}

#restriction_client, #client_selection {
    margin-top:20px;
}

#restriction_portfolio, #portfolio_selection {
    margin-top:20px;
}

#restriction_restrictions, #yields_history_management {
    margin-top:50px;
    position: relative;
}

#add_restrictions_title {
    width:250px;
    float:right;	
    font-size:20px;
    margin-bottom:10px;
}

#add_restrictions {
    width:250px;
    float:right;
}

#add_restrictions div {
    margin-bottom:15px;
    font-weight:bold;
}

#add_restrictions select {
    font-size:12px !important;
    width:220px;
    margin-top:3px;
}

#add_restrictions select#Restriction_restriction_is_max {
    font-size:11px;
    width:80px;
}

#add_restrictions input[type="text"]{
    width:110px;
    padding:3px;
    border-radius:6px;
    border:1px #F07901 solid;
    font-size:12px;
    margin-top:3px;
}

.add_restrictions_paper input[type="text"] {
    width:212px;
    margin-top:3px;
}

.add_restrictions_button {
    width:220px;
    text-align:left;

}

#restricted_invtypes_title {
    font-size: 20px;
    margin-bottom: 10px;
    width: 230px;
}

#restricted_invtypes_container {
    border: 1px solid #F07901;
    border-radius: 8px 8px 8px 8px;
    height: 80px;
    list-style: none outside none;
    margin-bottom: 20px;
    min-height: 87px;
    overflow-y: auto;
    padding: 4px;
    width: 630px;
}

#restricted_invtypes {
    list-style:none;
}

#restricted_invtypes li {
    float: right;
    height: 20px;
    margin: 0 0 2px 2px;
    overflow: hidden;
    width: 150px;
}

#restriction_list_title {
    width:650px;
    float:left;
    font-size:20px;
    margin-bottom:10px;	
}

#restriction_list {
    width:650px;
    float:left;
    border:1px #F3F3F3 solid;
    border-radius:8px;
    list-style:none;
    padding-bottom:15px;
    min-height: 87px;
    margin-bottom: 20px;
}

#restriction_list li {
    border: 1px solid #F07901;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    float: right;
    line-height: 120%;
    list-style: none outside none;
    margin: 15px 15px 0 0;
    padding: 10px;
    position: relative;
    width: 280px;
    height: auto;
    min-height: 50px;
}

#restriction_list li input.x_delete {
    background-color: #F07901;
    border: 1px solid #F07901;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    left: -7px;
    padding: 3px;
    position: absolute;
    top: -7px;
    cursor:pointer;
}

#restriction_list li .x_confirm {
    background-color: #F07901;
    border: 1px solid #F07901;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    left: 70px;
    padding: 3px 8px;
    position: absolute;
    top: 20px;
    display:none;
}

#restriction_list li .x_confirm span {
    font-weight:bold;
    cursor:pointer;
    margin: 0px 4px;
}

#duplicate_restrictions_title {
    width:250px;
    float:right;	
    font-size:20px;
    margin-bottom:10px !important;	
    margin-top:50px;	
    font-weight: normal !important;
}

#duplicate_restrictions select {
    font-size:12px;
    width:220px;
    margin-top:3px;
}

#duplicate_restrictions_submit, #duplicate_restrictions_methods {
    display:none;
}

#duplicate_restrictions_methods div {
    margin-bottom: 5px;
}

#duplicate_restrictions_success {
    font-weight:bold;
    color:green;
    display:none;
}

#duplicate_restrictions_failure {
    font-weight:bold;
    color:red;
    display:none;
}

.limitaion {
    font-weight:bold;
    margin:20px 0px;
    font-size:14px !important;
}

#restriction_excludes_title {
    font-size:20px;
    margin-bottom:10px !important;	
    margin-top:50px;	
    font-weight: normal !important;
}

.excludes_separator {
    margin-top: 20px;
    margin-bottom: 5px;
}

#add_exclude_button {
    background-color: #FFFFFF;
    border: 1px solid #F07901;
    border-radius: 8px 8px 8px 8px;
    color: #DF401B;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.excludes_selector {
    margin-bottom: 10px;
}

#textual_restriction_title {
    width:250px;
    float:right;	
    font-size:20px;
    margin-bottom:10px !important;	
    margin-top:50px;	
    font-weight: normal !important;
}

#textual_restriction_message {
    width: 215px !important;
    margin-bottom: 20px;
}

/*export*/
.export_client_title {
    color: #465259;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    /*text-shadow: 0 2px 1px #BBBABA;*/
}

.export_client_valid_date {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

/*message*/

#message {
    font-size:22px;
}

#message.success {
    color:green;

}

#message.failure {
    color:red;
}

.paper_details_button {
    background: url("../images/info.png") no-repeat scroll center top transparent;
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 2px;
    width: 26px;
}

.paper_details_button_current {
    background-position:center bottom;
}

#paper_details_container {
    background-color: #F8F8F8;
    box-shadow: 0 0 15px 6px #909090;
    display: none;
    font-size: 12px;
    min-height: 150px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 420px;	
}

#paper_details_container h3 {
    color: #697A7E;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
    padding-top: 8px;
}

#paper_details_container img {
    margin-bottom: 5px;
    margin-top: 65px;
}

#paper_details_container table {
    background-color: #CACACA;
    border-spacing: 1px;
    margin-bottom: 10px;
}

#paper_details_container table td, #paper_details_container table th {
    background-color:#F8F8F8;
    text-align: right;
}

#paper_details_container_close {
    cursor: pointer;
    left: -15px;
    margin: 0 !important;
    position: absolute;
    top: -15px;
}

#yields_history_container {
    margin-bottom: 30px;
    overflow: auto;
}

#yields_history_button_container {
    border: 2px solid #7FACCC;
    border-radius: 6px 6px 6px 6px;
    color: #457FA9;
    font-weight: bold;
    height: 22px;
    line-height: 21px;
    position: relative;
    width: 230px;
    cursor: pointer;
}

#yields_history_button_container:hover {
    background-color:#7FACCC;
    color: #FFF;
}

#yields_history_button_container>span {
    background: url("../images/info.png") no-repeat scroll center top transparent;
    display: block;
    height: 26px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 26px;
}

#yields_history_button_container>div {
    margin-right:30px;
}

.show_yields_history #yields_history_by_year {
    display:block;
}

.show_yields_history #yields_history_by_month {
    display:block;
}

.yields_history table {
    border: 1px solid #7FACCC;
    width:auto !important;
}

.yields_history table th {
    background-color: #F1F1F1 !important;
    border-bottom: 1px solid #7FACCC;
    padding: 4px 15px;
    width: 70px;
}

.yields_history table td {
    border-bottom:1px solid #7FACCC;
}

.yields_history table tr:last-child td {
    background-color:#f1f1f1;
    border-bottom:0px !important;
}

.submission_date_row_old {
    color:#ef7900;
    font-weight:bold;
}

.submission_date_row_new {
    color:#bcbe00;
    font-weight:bold;
}

.portfolio_date_old {
    color:#ef7900;
    font-weight:bold;
}

.portfolio_date_new {
    color:#bcbe00;
    font-weight:bold;
}

/*send test client report*/
.client_report fieldset {
    border: 1px solid #bcbe00;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 20px 15px;
    margin-bottom:20px;
}

.client_report fieldset legend {
    border: 1px solid #bcbe00;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 18px;	
}


.client_report fieldset table {
    border:1px solid #465259;
    width:auto;
    margin:0px auto;
}

.client_report fieldset table td, .client_report fieldset table th {
    padding:3px 30px;
    text-align:right;

}

.client_report fieldset table tr td {
    border-bottom:1px solid #465259;
}

.client_report fieldset table tr:last-child td {
    border-bottom:0px;
}

#client_report_delivery {
    width:40%;
    float:right;
    overflow:auto;
}

#client_report_emails_list {
    border: 1px dashed #F07901;
    border-radius: 8px 8px 8px 8px;
    direction: ltr;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 8px;
    text-align: left;
    width: 200px;
}

#client_report_sep {
    border-left: 1px dashed #BCBE00;
    float: right;
    height:100%;
    min-height: 150px;
    width: 10%;
}

#client_report_send_test {
    width:45%;
    float:left;
}

#client_report_send_test_msg {
    color: green;
    display: none;
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
}

#clients_table th {
    border-bottom: 1px solid #F07901;
    vertical-align: bottom;
}

.clients_report_warning_row td {
    background-color: #f1f1f1;
    border-bottom:1px solid #BCBE00;
    height: 24px;
    vertical-align: middle;	
}

.clients_report_normal_row td {
    background-color: #fff;
    border-bottom:1px solid #BCBE00;
    height: 24px;
    vertical-align: middle;	
}

.show_comments {
    cursor:pointer;
}

.show_comments_content {
    background-color: #FFFFFF;
    border: 1px solid black;
    border-radius: 8px 8px 8px 8px;
    display: none;
    height: auto;
    padding: 5px;
    position: absolute;
    width: 500px;
}

.show_comments_content ul {
    list-style:none;
}

.show_comments_content ul li {
    display: block;
    line-height: 20px;
    text-align: right;
}

.checkboxes_shortcuts {
    border: 1px solid #BCBE00;
    border-radius: 8px 8px 8px 8px;
    margin: 20px 0;
    padding: 10px 20px;
}

.checkboxes_shortcuts input {
    border-radius: 8px 8px 8px 8px;
    font-size: 11px !important;
    font-weight: bold !important;
    margin-left: 20px;
}

#attached_reports_radio_container {
    border: 1px solid #F07901;
    width: 230px;
}

#attached_reports_radio_container label {
    display: inline !important;
    margin-right: 5px;
}

#portfolios_status_table th {
    border-bottom: 1px solid #F07901;
    vertical-align: bottom;
}

#portfolios_status_table th, #portfolios_status_table td {
    text-align: center;
}

.export_link img {
    width: 25px;
    height: 25px;
}

.portfolio_status_column img {
    width: 16px;
    height: 16px;
}

.portfolios_status_good_column {
    color: green;
}

.portfolios_status_bad_column {
    color: red;
    font-weight: bold;
}

.client_status_link {
    background-color: #EF7900;
    border-radius: 10px 10px 10px 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 2px;
    padding: 2px 5px;
    width: 25px;
}

#clear_portfolios_restrictions_container {
    position: absolute;
    left: 25px;
    top: 160px;
}

#clear_portfolios_restrictions {
    background-color: #FFFFFF;
    border: 1px solid #F07901;
    border-radius: 8px 8px 8px 8px;
    color: #DF401B;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    padding: 2px;
    width: 130px;
}

#search_restrictions_container {
    position: absolute;
    left: 180px;
    top: 160px;
}

.paper_rank_table {
    font-size: 9px;
}

.paper_rank_table input[type="text"] {
    width: 40px !important;
}

.common_rank_row td {
    font-size:10px !important;
    padding: 2px;
}

.common_rank_row td input[type="text"] {
    font-size: 8px !important;
    height: 10px !important;
    padding: 1px !important;
}

.main_rank_row td {
    font-size:15px !important;
    padding: 2px;
}

.main_rank_row td input[type="text"] {
    font-size:12px !important;
    height: 12px !important;
    padding: 2px !important;
}

.paper_file_uploader_container {
    border:1px solid #F07901;
    border-radius: 8px;
    overflow: auto;
    margin-bottom: 30px;
}

.paper_file_uploader_form {
    width:300px;
    padding:15px;
    float:right;
}

.paper_file_uploader_form h2 {
    margin-bottom: 10px;
}

.paper_file_uploader_desc {
    width:550px;
    padding:15px;
    float:left;	
    border-right:1px solid #F07901;	
    line-height: 150%;
}

.paper_file_uploader_desc ul {
    list-style-position: inside;
}

#restrictions_errors_container h3 {
    margin-top: 40px;
}

.portfolio_closed {
    color: gray !important;
}

#portfolio_data_title_portfolios_table {
    border-spacing:0 !important;
    border-collapse:collapse !important;
}

#portfolio_data_title_portfolios_table th {
    border: 1px solid #3B4C54 !important;
    text-align: center !important;
}

#portfolio_data_title_portfolios_table td {
    border: 1px solid #3B4C54 !important;
}

.bad_row, .bad_table_cell {
    color: red !important;
}

#yields_history_management {
    display: none;
}

.archive_files_header_row th {
    border-bottom: 1px solid black;
}

/* index list */

#index_list select {
    font-size:16px;
    padding:3px;
    border-radius:6px;
    border:1px #F07901 solid;
    width:80px;
}

#index_list input[type="submit"] {
    font-size:16px;
    padding:3px;
    border-radius:6px;
    border:1px #F07901 solid;
    width:80px;
}

#index_list_data {
    margin-top: 20px;
}

#index_list_data h2 {
    margin-top: 20px;
    border-bottom: solid 1px black;
    width: 400px;
}

#portfolio_index_list_data input[type="text"] {
    width: 40px;
}

.amirim_green_title {
    color: #BCBE00;
}

.disabled_row {
    color: #C0C0C0;
}

#info-file-grid table.items th, #info-file-grid table.items td {
    word-break: break-all;
}