/*=======================================================
                      ����� ����� �����
========================================================*/
*:focus {
    outline: none;
}

input[type='submit']::-moz-focus-inner, input[type='button']::-moz-focus-inner {
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #0b333c;
    min-width: 990px;
    min-height: 590px;
    overflow: auto;
}

html#register,
#register body {
    background-color: #FFF9C7 !important;
}

body {
    overflow: visible !important;
}

img {
    border: none;
}

a, a:hover {
    text-decoration: none;
    color: black;
}

a[href="javascript:void();"], a[href="javascript:void(0);"] {
    cursor: default;
}

form {
    margin: 0px;
    padding: 0px;
}

input[type="text"], input[type="password"], select, textarea {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 18px;
    line-height: 18px;
    border: none;
    background-color: transparent;
    font-size: 11px;
    font-weight: bold;
    color: #0b333c;
    width: 99%;
}

input[type="text"][disabled="disabled"] {
    color: #0b333c !important;
}

textarea {
    position: relative;
    max-width: 100%;
    min-height: 60px;
    resize: none;
    font-family: Verdana, sans-serif;
    overflow: auto;
}

.ie textarea {
    overflow: hidden !important;
}

select {
    width: 100%;
}

select[disabled="disabled"] {
    color: #b7babc !important;
    background-color: transparent;
}

table {
    border-collapse: collapse;
    background-color: #ffffff;
}

th {
    padding: 0px 7px;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    font-weight: strong;
    font-size: 11px;
    height: 21px;
    background: #D9D9DB url(/img/th_bg.png) repeat-x left top;
    border: solid 1px #b7babc;
    cursor: pointer;
}

td {
    padding: 4px 7px;
    font-size: 11px;
    vertical-align: middle;
    border: solid 1px #b7babc;
}

.valign_top td {
    vertical-align: top !important;
}

.hovered tr:hover td, div.hovered:hover, .td_hover {
    background-color: #999999;
    cursor: pointer;
}

.darker {
    background-color: #ececec;
}

/*=======================================================
========================================================*/
#main_help_bg {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 8900;
    width: 100%;
    height: 100%;
    background-image: url(/img/transparent_gray.png);
}

#main_help {
    position: relative;
    margin: -250px auto 0px auto;
    width: 850px;
    top: 50%;
    background-color: #fefefe;
    padding: 15px;
    border: solid 1px #777777;
    box-shadow: 0px 0px 15px #333333;
    height: 475px;
}

#main_help textarea {
    width: 100%;
}

#help_text_ifr {
    width: 850px !important;
    height: 460px !important;
}

#cke_help_text {
    max-width: 850px !important;
    width: 850px !important;
}

.help_txt {
    position: relative;
    display: block;
    height: 430px;
    margin-bottom: 40px;
    border: solid 2px #C4C4C4;
}

#help_text {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    white-space: normal !important;
    padding: 5px 20px;
    overflow-y: auto;
}

.help_txt .button_close {
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.help_txt .button_print {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

#wrapper {
    position: relative;
    display: block;
    min-height: 100%;
    margin: 0px;
    overflow: visible !important;
}

#over_header {
    position: absolute;
    z-index: 8998;
    left: 0px;
    top: -68px;
    background: transparent url(/img/overheader_bg.png) repeat-x left top;
    height: 88px;
    width: 100%;
}

#register #over_header {
    display: none;
}

#over_header .inner {
    padding: 5px;
}

.add_buttons {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: right;
}

.in {
    z-index: 8999;
    position: absolute;
    left: 0px;
    bottom: 10px;
    height: 10px;
    width: 100%;
}

.out {
    z-index: 8999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
}

#header {
    position: relative;
    height: 80px;
    margin: 0px 15px;
    text-align: center;
}

#register #header {
    display: none;
}

.sv_logo {
    position: absolute;
    z-index: 20;
    right: 0px;
    top: 25px;
}

.company_logo {
    position: absolute;
    left: 15px;
    top: 25px;
    max-height: 55px;
    overflow: hidden;

}

.logo_super {
    background-color: #F2F2F2;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    height: 49px;
    padding-top: 7px;
}

.company_logo img {
    max-height: 55px;
}

.header_data {
    position: relative;
    top: 25px;
    display: inline-block;
    vertical-align: top;
}

.header_data span {
    display: inline-block;
    color: #828282;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    margin-right: 30px;
    font-size: 10px;
    vertical-align: top;
}

.header_data span b {
    color: #0b333c;
}

#content {
    position: absolute;
    top: 87px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

#register #content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#menu_top {
    display: block;
    height: 25px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    list-style-type: none;
}

#menu_top li {
    display: block;
    float: left;
    height: 25px;
    background: transparent url(/img/menu_top_bg.png) repeat-x left top;
    width: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu_top li a {
    display: block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #fefefe;
    border: solid 1px #a1a1a1;
}

#menu_top li a:hover {
    border: solid 1px #5e5e5e;
}

#menu_top li a:active {
    color: #b1b1b1;
    background-color: #eeeeee;
    border: solid 1px #5e5e5e;
}

#menu_top li span.disabled {
    color: #CCCECF !important;
    border: solid 1px #CCCECF !important;
    background-color: #D7D7D7 !important;
    display: block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#filters {
    border: solid 1px #cccecf;
    padding: 10px 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    /*min-width: 1080px;*/
}

#filters strong {
    position: relative;
    display: inline-block;
    top: 0px;
    line-height: 18px;

}

.ie8 #filters strong {
    line-height: 20px;
}

.opera #filters strong {
    top: -5px !important;
}

#filters .input_overlay {
    top: -1px;
    background-color: #ffffff;
}

.opera #filters .input_overlay {
    top: 1px !important;
}

#filters select {
    background-color: #ffffff;
}

.content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border: solid 1px #cccecf;
    overflow-y: auto;
}

/*=======================================================
========================================================*/

/*=======================================================
                      �����������
========================================================*/
#autorization {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -275px;
    width: 550px;
    padding: 25px;
    background-color: #f2f2f2;
    border: solid 1px #e2e2e2;
    box-shadow: 0px 2px 3px #a5a5a5;

}

#autorization div {
    padding: 15px 0px;
    border-bottom: solid 1px #ffffff;
}

.aut_title {
    padding-top: 0px !important;
    font-size: 14px;
    font-weight: bold;
}

#autorization .input_overlay {
    border: solid 2px #b7babc;
    background-color: #ffffff;
    border-radius: 6px;
}

#autorization .button_dark {
    border: solid 2px #6c6c6c;
}

.ie #autorization .button_dark {
    line-height: 16px !important;
}

.aut_link {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: #0b333c;
    text-decoration: none;
    border-radius: 3px;

}

.aut_link:hover {
    background-color: #e1e2e3;
    color: #0b333c;
    text-decoration: none;
}

#autorization .disabled {
    background-color: #dddddd;
}

.aut_last {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.license {
    display: block;
    margin: 5px 0px;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #b7babc;
    height: 85px;
    overflow-y: auto;
    font-size: 10px;
}

#ageements {
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    background-color: #e2e2e2;
}

.agr_title {
    display: inline-block;
    padding: 8px 0px 0px 10px;
    font-weight: bold;
}

.agr_close {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/img/agr_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.agr_close:hover {
    background-position: left bottom;
}

.agr_text {
    position: absolute;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #ffffff;
}

.agr_text .inner {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: solid 1px #b7babc;
    padding: 0px 5px;
    overflow-y: auto;
    font-size: 10px;
}

/*=======================================================
========================================================*/

/*=======================================================
                      Scoring - ������
========================================================*/
#scoring {
    top: 125px;
}
.border-gray-none {
    border:none !important;
}

#scoring_graph .inner div.left b {
    margin-left: 20px !important;
}

#scoring_graph {
    top: 120px;
}

.full_report_top_comment {
    padding: 10px 25px;
    border-bottom: solid 1px #CCCECF;
}

.graph_description {
    margin: 5px 10px;
    text-align: center;
}

.graph_descr {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    font-weight: bold;
    border-bottom: solid 1px #cccecf;
    width: 100%;
    min-width: 1250px;
}

.graph_descr i {
    font-style: normal !important;
    display: inline-block;
    min-width: 625px;
    padding-left: 15px;
}

.graph_descr span, .graph_descr_full span {
    display: inline-block;
    margin-right: 30px;
}

.dividend_Y0 {
    margin-top: -25px;
    margin-left:15px;
    fill: rgb(0, 0, 0) !important;
    font-family: Verdana !important;
    font-size: 11 !important;
    text-anchor: middle !important;
}

.graph_all {
    padding: 10px 10px 0px 10px;
    background-color: #ffffff;
    border: solid 1px #cccecf;
    margin: 5px 3px;
    overflow-x: auto;
}

.graph_all .inner {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px -10px;
    padding: 0px 0px 10px 0px;
}

.graph_all .inner img {
    margin: 0px 15px;
}

h2.full_report {
    font-size: 15px;
    font-weight: bold !important;
    margin: 5px 0px;
    padding: 10px 15px;
}

h3.full_report {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    padding: 0px 25px;
    color: #000000;
}

/*=======================================================
========================================================*/

/*=======================================================
                      Asset Allocator
========================================================*/
.gecko .asset_export, .opera .asset_export, .chrome .asset_export {
    line-height: 18px !important;
    min-height: 18px !important;
    top: 0px;
}

.ie .asset_export {
    top: 0px;
}

.asset_export {
    position: relative;
    top: 2px;
}

#left_column {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 48px;
    width: 328px;
    overflow-y: auto;
    min-height: 497px;
    border: solid 1px #ccc;
    padding: 10px;
}
/*#left_column.asset td{
    padding: 0 !important;
}*/

.ie #left_column {
    min-height: 500px !important;
}

.chrome #left_column {
    top: 48px !important;
}

.input_overlay_asset {
    position: relative;
    display: inline-block;
    padding: 1px 2px;
    border: solid 2px #6c6d6e;
    background-color: #ffffff;
    border-radius: 3px;

}

#left_column .disabled {
    background-color: #f2f2f2;
}

#left_column.asset .lc_razd {
    height: 0;
    margin: 5px 0;
    border-bottom: solid 1px #c4cccc;
}

.lc_razd {
    height: 0px;
    margin: 20px 0px;
    border-bottom: solid 1px #c4cccc;
}

#asset, #asset_sec {
    position: static;
    overflow: auto;
    margin-bottom: 5px;
    margin-left: 355px;
}

.asset_title {
    margin: 1%;
    font-size: 11px;
}

.asset_table {
    width: 98%;
    margin-bottom: 1%;
    margin-left: 1%;
}

#asset .asset_table tr th {
    min-width: 12%;
    max-width: 13%;
    width: 12%;
}

#asset_sec .asset_table tr th {
    min-width: 8%;
    max-width: 10%;
    width: 8%;
}

/*=======================================================
========================================================*/

/*=======================================================
                      Input data - index
========================================================*/
.inputdata_start {
    position: absolute;
    z-index: 9999;
    left: -15px;
    right: -15px;
    top: -87px;
    bottom: -15px;
    background: transparent url(/img/transparent_gray.png) repeat left top;

}

.inputdata_start_selector {
    position: relative;
    top: -300px;
    width: 250px;
    height: 150px;
    margin: 50% auto 0px auto;
    background-color: #cccccc;
    border: solid 1px #848484;
    box-shadow: 0px 2px 4px #848484;
}

.inputdata_start_selector strong {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 11px;
    color: #000000;
}

.inputdata_start_selector .inner {
    position: absolute;
    top: 35px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background-color: #fbfbfb;
    border: solid 1px #848484;
    text-align: center;
    box-shadow: 0px 2px 4px #848484;
}

#inputdata_left {
    position: absolute;
    left: 0px;
    top: 80px;
    bottom: 0px;
    width: 120px;
    padding: 15px;
    border: solid 1px #cccecf;
    background-color: #dadada;
}

#inputdata {
    top: 80px;
    left: 160px;
}

#inputdata_table {
    margin-top: 10px;
}

#inputdata_table td {
    padding: 2px 5px !important;
    min-width: 90px !important;
}

#inputdata_table td input {
    font-weight: normal;
    text-align: center;
}

.td_first {
    font-weight: bold;
    background-color: #dededc;
}

.darker .td_first {
    font-weight: bold;
    background-color: #dadad8;
}

.inputdata_nav {
    position: relative;
    margin: 10px auto 0px auto;
    padding: 5px 10px;
    /*border: solid 1px #d9dadb;
    background-color: #e2e2e2;*/
    text-align: center;
    width: 640px;
}

.inputdata_nav .abs_left {
    position: absolute;
    left: 5px;
    top: 5px;
}

.inputdata_nav .abs_right {
    position: absolute;
    right: 5px;
    top: 5px;
}

.inputdata_text {
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 3px;
    height: 95px;
    text-align: center;
    border: solid 1px #d9dadb;
    background-color: #fbfbfb;
    overflow-y: hidden;
    font-size: 10px;
}

#inputdata .desc_for_star {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 625px;
    padding-bottom: 10px;
}

#inputdata.prestart .desc_for_star {
    top: 680px;
}

#inputdata .desc_for_star div {
    position: absolute;
    bottom: 0px;
    margin: 10px;
}

.create_button {
    float: right;
}

.exp_letters {
    padding: 0px 15px;
}

.exp_letter {
    padding: 0px !important;
    width: 19px;
    text-align: center;
}

.exp_letter[disabled="disabled"] {
    border: solid 1px #bbbbbb !important;
}

.exp_active {
    background-color: #FFF9C7 !important;
    background-image: none !important;
}

.exp_table {
    width: 100%;
    margin: 5px 0px;
}

.exp_table td, .exp_table th {
    text-align: left !important;
}

.exp_button {
    padding: 12px;
    text-align: center;
    border: solid 1px #d4d4d4;
}

.no_available {
    display: block;
    position: relative;
    top: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

/*=======================================================
========================================================*/

/*=======================================================
                      control_panel
========================================================*/
#control_panel_left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 148px;
    padding: 15px 0px;
    text-align: center;
    border: solid 1px #CCCECF;
    background-color: #CCCCCC;
}

.control_panel_filters {
    position: absolute;
    left: 150px;
    right: 0px;
    top: 0px;
    border: 1px solid #CCCECF;
}

#control_panel {
    left: 150px;
    top: 55px;
}

.ie8 #control_panel {
    top: 53px;
}

#firm_list {
    left: 150px;
    bottom: 40px;
    top: 52px;
}

#firmlist {
    left: 150px;
    bottom: 40px;
}

.firmlist_block {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 190px;
    padding: 5px;
    margin: 8px;
    border: solid 1px #cccecf;
    background-color: #fcfcfc;
    box-shadow: 0px 0px 0px 1px #ffffff;
    vertical-align: top;
}

.firmlist_block:hover {
    box-shadow: 3px 3px 3px #666666;
}

.firmlist_block_img {
    display: block;
    width: 115px;
    height: 115px;
    padding: 2px;
    overflow: hidden;
}

.firmlist_block_img img {
    display: inline-block;
    padding: 2px;
    max-width: 110px;
    max-height: 110px;
    border: solid 1px #cccecf;
}

.firmlist_block_title {
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.firmlist_block_buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    visibility: hidden;
}

.table_or_block {
    position: absolute;
    left: 150px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #CCCECF;
    padding: 8px 15px;
}

.table_or_block a {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(/img/table_or_block_view.png);
    float: left;
}

.table_view_button {
    background-position: left top;
}

.table_view_button.active {
    background-position: left bottom !important;
}

.block_view_button {
    background-position: right top;
}

.block_view_button.active {
    background-position: right bottom !important;
}

.firmlist_profile_left {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 330px;
    border-right: 1px solid #CCCECF;
    overflow-y: auto;
}

.firmlist_logo {
    display: block;
    width: 145px;
    height: 145px;
    padding: 2px;
    margin: 10px 0px 0px 10px;
    overflow: hidden;
}

.firmlist_logo img {
    display: inline-block;
    max-width: 140px;
    max-height: 140px;
    border: solid 1px #B7BABC;
}

.firmlist_logo_edit {
    display: block;
    width: 200px;
    height: 200px;
    padding: 2px;
    margin: 15px 0px 15px 15px;
    overflow: hidden;
}

.firmlist_logo_edit img {
    display: inline-block;
    max-width: 195px;
    max-height: 195px;
    border: solid 1px #B7BABC;
}

.firmlist_name {
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #B7BABC;
    font-size: 20px;
}

.firmlist_profile_buttons {
    width: 30px;
    margin: 10px 10px 0px 20px;
}

.firmlist_profile_right {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    overflow-y: auto;
}

#groups {
    left: 150px;
    top: 51px;
}

.ie8 #groups {
    top: 53px;
}

#control_panel_help {
    left: 150px;
}

#password {
    left: 150px;
}

#massmailing {
    left: 150px;
}

#sent {
    left: 150px;
}

#userlist {
    left: 150px;
    bottom: 40px;
}

.userlist_block {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 160px;
    padding: 5px;
    margin: 8px;
    border: solid 1px #cccecf;
    background-color: #fcfcfc;
    box-shadow: 0px 0px 0px 1px #ffffff;
}

.userlist_block_img {
    display: table;
    width: 115px;
    height: 115px;
    padding: 2px;
    border: solid 1px #cccecf;
    overflow: hidden;
}

.userlist_block_img strong {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.profile_logo {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.profile_logo img {
    max-height: 145px;
    max-width: 145px;
    display: block;
    padding: 2px;
    border: 1px solid #B7BABC;
}

.profile_nopay {
    color: red;
    padding-top: 10px;
    display: block;
    text-align: center;
    overflow: hidden;
}

#mm_panel_filters {
    position: absolute;
    left: 150px;
    right: 0px;
    top: 0px;
    height: 50px;
    border: 1px solid #CCCECF;
}

#mm_panel {
    left: 150px;
    top: 51px;
}

.arrow_right {
    background: url(/img/arrow.png) center top no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
}

.arrow_bottom {
    background: url(/img/arrow.png) center bottom no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
}

#sl_panel_filters {
    position: absolute;
    left: 150px;
    right: 0px;
    top: 0px;
    height: 50px;
    border: 1px solid #CCCECF;
}

#sl_panel {
    left: 150px;
    top: 52px;
}

#vd_panel_filters {
    position: absolute;
    left: 150px;
    right: 0px;
    top: 0px;
    height: 40px;
    border: 1px solid #CCCECF;
}

#vd_panel {
    left: 150px;
    top: 42px;
}

/*=======================================================
========================================================*/

/*=======================================================
                      CRM
========================================================*/
.ie9 .crm_menu li, .ie8 .crm_menu li, .webkit .crm_menu li, .gecko .crm_menu li, .opera .crm_menu li {
    width: 16.666% !important;
}

#phone_emails {
    top: 75px;
}

#report_client_id_load #crm_agenda, #client_id_load #crm_agenda {
    top: 143px;
    bottom: 35px;
}

#review_load #crm_agenda {
    top: 0px;
    bottom: 35px;
    overflow: scroll;
}

#suitability_load #crm_agenda  {
    top: 0px;
    bottom: 35px;
    overflow: scroll;
}

#crm_agenda {
    top: 77px;
    bottom: 35px;
}

#calendars {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 47%;
    text-align: center;
}

#calendars #datepicker {
    left: 0;
}

#calendars #datepicker2 {
    right: 0;
}

#datepicker2 .ui-state-active {
    background-color: #FFFFFF;
}

.disable_day_selection .ui-state-active {
    background-color: transparent;
}

.crm_agenda_calendar {
    /* display: inline-block; */
    text-align: center;
    position: absolute;
    top: 0;
}

#calendars_today .ui-datepicker-prev, #calendars_today .ui-datepicker-next {
    display: none;
}

#calendars .nav {
    position: relative;
    width: 415px;
    margin: 0px auto;
}

.m_prev {
    background: url("/img/calendar_prev.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 19px;
    position: absolute;
    z-index: 10 !important;
    top: 15px;
    left: 15px;
}

.m_next {
    background: url("/img/calendar_next.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 19px;
    position: absolute;
    z-index: 10 !important;
    top: 15px;
    right: 40px;
}

.crm_agenda_left {
    position: absolute;
    top: 240px;
    left: 15px;
    bottom: 15px;
    width: 47%;
}

.crm_agenda_left_table {
    top: 22px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-bottom: solid 1px #B7BABC;
    overflow-y: auto;
}

.crm_agenda_left_table textarea {
    height: 38px;
    font-size: 12px;
    min-height: 16px !important;
    font-weight: normal;
    font-style: italic;
    cursor: pointer;
    overflow: auto !important;
}

.crm_agenda_left_table textarea:focus {
    height: 38px;
    basdorder: solid 2px #42a7e7;
    vertical-align: top !important;
    background-color: #ffffff;
    cursor: text !important;
}

.crm_agenda_right {
    position: absolute;
    top: 240px;
    right: 15px;
    bottom: 15px;
    width: 47%;
}

.crm_agenda_right_to_do_list {
    background-color: #ffffff;
    border: solid 1px #B7BABC;
    padding: 0px;
    overflow: auto;
}

.crm_agenda_right_to_do_list div {
    padding: 4px 10px 4px 10px;
}

.crm_agenda_right_to_do_list div:hover {
    background-color: #B2B2B2;
}

.crm_agenda_right_to_do_list textarea {
    height: 38px;
    font-size: 12px;
    min-height: 16px !important;
    font-weight: normal;
    font-style: italic;
    cursor: pointer;
}

.crm_agenda_right_to_do_list textarea:focus {
    height: 38px;
    boradsasder: solid 2px #42a7e7;
    vertical-align: top !important;
    background-color: #ffffff;
    cursor: text !important;
}

.crm_agenda_right_instructions {

}

.crm_agenda_right_instructions .inner {
    top: 20px;
    background-color: #ffffff;
    border: solid 1px #B7BABC;
    overflow: auto;
}

.crm_agenda_right_instructions .inner div {
    padding: 5px 8px 8px 8px;
}

.crm_agenda_right_instructions .inner div:hover {
    background-color: #999999;
}

.crm_agenda_right_instructions .inner span {
    display: block;
    background-color: #ffffff;
    border: solid 1px #B7BABC;
    padding: 3px;
    min-height: 27px;
}

#call_reports {
    top: 80px;
    right: 175px;
}

.call_reports_item {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: dotted 2px #cccccc;
}

.call_reports_item:hover {
    background-color: #B7BABC;
}

.add_iaf {
    display: block !important;
    text-align: center;
    width: 225px;
    margin: 10px auto;
}

.delete_iaf {
    padding: 0px 7px !important;
}

.cr_right {
    width: 167px;
    border: 1px solid #CCCECF;
    overflow-y: auto;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
}

#clientid_block {
    position: relative;
    width: 735px;
    height: 400px;
}

#review_block {
    position: relative;
    width: 830px;
    height: 250px;

}

.review_block_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    text-align: center;
    border: 1px solid #CCCECF;
    background-color: #F2F2F2;
}

#suitability_block {
    position: relative;
    width: 600px;
    height: 250px;

}

.suitability_block_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    text-align: center;
    border: 1px solid #CCCECF;
    background-color: #F2F2F2;
}

.clientid_block_top {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    padding: 6px;
    border: 1px solid #CCCECF;
    background-color: #F2F2F2;
}

.clientid_block_content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    top: 60px;
    overflow-y: auto;
}

.clientid_block_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    text-align: center;
    border: 1px solid #CCCECF;
    background-color: #F2F2F2;
}

.clientid_block_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    text-align: center;
    border: 1px solid #CCCECF;
    background-color: #F2F2F2;
}

.clientid_block_bottom #pager_back {
    float: left;
}

.clientid_block_bottom #pager_next {
    float: right;
}

.clientid_block_popup {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 998;
    background: transparent url(/img/transparent_gray.png) repeat left top;
}

.clientid_block_popup .inner {
    position: absolute;
    left: 205px;
    top: 115px;
    z-index: 999;
    width: 300px;
    height: 110px;
    padding: 15px;
    background-color: #91A5AF;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #898989;
}

.clientid_block_popup_second_inner {
    position: absolute;
    left: 15px;
    top: 45px;
    bottom: 15px;
    right: 15px;
    background: #ffffff;
    padding: 6px;
}

#ncr_block {
    position: relative;
    width: 735px;
    height: 460px;
}

.ncr_addblock_block_left {
    position: absolute;
    left: 0px;
    right: 490px;
    bottom: 40px;
    top: 0px;
    border: 1px solid #CCCECF;
    padding: 10px;
}

.ncr_addblock_block_right {
    position: absolute;
    left: 250px;
    right: 0px;
    bottom: 40px;
    top: 0px;
    border: 1px solid #CCCECF;
    padding: 10px;
}

.ncr_addblock_block_right textarea {
    width: 100%;
    height: 220px;
    margin: 0px;
    padding: 0px;
}

.ncr_addblock_block_right textarea:focus {
    border: solid 2px #42a7e7;
}

#crm_profile {
    top: 80px;
}

#crm_profile_history {
    top: 80px;
    left: 130px;
}

.profile_block {
    border: solid 1px #D4D4D4;
    padding: 5px;
    margin: 10px;
}

.profile_by_any {
    position: absolute !important;
    width: 30px;
    left: 200px;
    top: 1px;
}

.profile_sa_div {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 275px;
    border: solid 1px #D4D4D4;
    padding: 5px;
}

.profile_bordered_div {
    border: solid 1px #D4D4D4;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 305px;
    overflow-x: auto;
}

.profile_bordered_div .input_overlay {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#crm_profile_history_dates {
    position: absolute;
    left: 0px;
    top: 80px;
    bottom: 0px;
    width: 120px;
    border: solid 1px #CCCECF;
    background-color: #ffffff;
}

#crm_profile_history_dates a {
    display: block;
    padding: 5px;
    color: #0B333C;
    text-decoration: none;
    font-size: 10px;
}

#crm_profile_history_dates a:hover {
    background-color: #999999;
}

#crm_profile_history_dates a.active, #crm_profile_history_dates a.active:hover {
    background-color: #FFF9C7 !important;
}

.filter_client_list th {
    white-space: normal;
    font-weight: bold;
    padding: 0 5px;
}

.filter_client_list td {
    padding: 4px 5px;
}

/**#crm_agenda th:first-child, #crm_agenda tr td:first-child,
#phone_emails_text th:first-child, #phone_emails_text tr td:first-child
{
    border-left:none;
}

#crm_agenda th:last-child, #crm_agenda tr td:last-child,
#phone_emails_text th:last-child, #phone_emails_text tr td:last-child
{
    border-right:none;
}**/

/*=======================================================
========================================================*/

#calcul {
    overflow: hidden;
}

.calculator_result {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 20px;
}

/*=======================================================
                      ��������� �����
========================================================*/

.ui-autocomplete-loading {
    background: white url('/img/ui-anim_basic_16x16.gif') right center no-repeat;
}

/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.pointer {
    cursor: pointer !important;
}

.empty_td {
    background-color: #F2F2F2 !important;
    border: none !important;
    border-bottom: solid 1px #F2F2F2 !important;
}

.empty_td.last {
    border-right: solid 1px #F2F2F2 !important;
}

.transparent {
    background-color: transparent;
}

.strong, .strong td {
    font-weight: bold;
}

.border_solid_1px_C4C4C4 {
    border: solid 1px #C4C4C4;
}

.error_txt {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    padding: 0px 10px 15px 10px;
}

.error {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    padding: 0px 0px 15px 0px;
}

.error_ok {
    margin: 0px auto;
    display: block;
    vertical-align: middle;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    width: 45px;
    text-align: center;
    border: solid 1px #6c6d6e;
    color: #0b333c;
    background: #bfbfbf url(/img/button_header_on_bg.png) repeat-x left top;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.input_overlay {
    position: relative;
    display: inline-block;
    padding: 1px 2px;
    border: solid 1px #6c6d6e;
    background-color: #eaeaea;
    border-radius: 3px;

}

.button_dark {
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    min-height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
    border: solid 1px #b3b4b6;
    color: #fefefe;
    background: #bfbfbf url(/img/button_dark_bg.png) repeat-x left top;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.button_dark[disabled="disabled"],
.button_dark[disabled="disabled"]:active,
.button_dark[disabled="disabled"]:hover,
a.button_dark.disabled,
a.button_dark.disabled:active,
a.button_dark.disabled:hover {
    color: #B7BABC !important;
    background-color: #C0C1C1 !important;
    background-image: none !important;
    border: solid 1px #b3b4b6 !important;
}

a.button_dark:hover {
    color: #fefefe;
}

.button_dark:hover {
    border: solid 1px #9a9a9a;
}

.button_dark:active {
    border: solid 1px #9a9a9a;
    background: #cacaca url(/img/button_dark_on_bg.png) repeat-x left top;
}

strong.button_dark:active, strong.button_dark, strong.button_dark:hover {
    color: #bcbcbc;
    background: #dfdfdf none no-repeat left top;
    border: solid 1px #cfcfcf;
    cursor: default;
}

a.button_dark {
    min-height: 20px !important;
    line-height: 20px !important;
}

.safari a.button_dark, .ie8 a.button_dark {
    min-height: 20px !important;
    line-height: 20px !important;
}

.chrome .button_dark {
    min-height: 18px !important;
    line-height: 18px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.button_light {
    display: inline-block;
    vertical-align: middle;

    min-height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
    border: solid 1px #6c6d6e;
    color: #0b333c;
    background: #CCCCCC url(/img/button_header_on_bg.png) repeat-x left top;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.button_light[disabled="disabled"],
.button_light[disabled="disabled"]:active,
.button_light[disabled="disabled"]:hover,
.button_light.disabled,
.button_light.disabled:active,
.button_light.disabled:hover {
    border: solid 1px #ababab !important;
    color: #B7BABC !important;
    background-color: #D9D9D9 !important;
    background-image: none !important;
    cursor: default !important;
}

.button_light:hover {
    border: solid 1px #6c6d6e;
}

.button_light:active {
    border: solid 1px #6c6d6e;
    background-color: #e7e7e7;
    background-image: none !important;
}

.button_header, .button_header[disabled="disabled"]:active, .button_header[disabled="disabled"]:hover {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #727272;
    padding: 0px 15px;
    text-align: center;
    border: solid 1px #b3b4b6;
    background-color: #e7e7e7;
    border-radius: 3px;

    position: relative;
    cursor: pointer;
}

.button_header:hover {
    border: solid 1px #9a9a9a;
}

.button_header:active {
    border: solid 1px #9a9a9a;
    background: #bfbfbf url(/img/button_header_on_bg.png) repeat-x left top;
}

span.button_header, span.button_header:hover, span.button_header:active {
    border: solid 1px #c8cacb;
    background-color: #e4e4e4;
    background-image: none !important;
    color: #aab3b3;
    cursor: default;
}

.button_help {
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
    border: solid 1px #b3b4b6;
    background: #e7e7e7;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

span.button_help {
    cursor: default;
}

span.button_help {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#mhelp {
    /* left: -17px; */
}

#over_header .add_buttons .button_header {
    padding: 0 21px;
}

.twoline_razd {
    height: 0px;
    border-top: solid 1px #ccd1d1;
    border-bottom: solid 1px #e7e7e7;
    margin: 15px 0px 15px 0px;
}

.clear {
    clear: both;
}

.valign_top, .valign_top .table_cell, .valign_top td {
    vertical-align: top !important;
}

.table_row.valign_middle > .table_cell {
    vertical-align: middle !important;
}

.left {
    text-align: left !important;
}

.left_title {
    margin-left: 9px;
}

.left_title_fund {
    margin-left: 29px;
}



.table-steps {
    border-bottom: 1px solid #CCCECF;
    display: table-caption;
    font-size: 11px;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

/*  �������  */
.block {
    display: block !important;
}

.inlineblock {
    display: inline-block;
}

.table {
    display: table;
}

.table_row {
    display: table-row;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.nopadding_top {
    padding-top: 0px !important;
}

.nopadding_bottom {
    padding-bottom: 0px !important;
}

.padding_5px, .padding_5px .table_cell {
    padding: 5px;
}

.padding_top_0px {
    padding-left: 0px !important;
}

.padding_10px, .padding_10px .table_cell {
    padding: 10px;
}

.padding_15px {
    padding: 15px;
}

.padding_0px_8px {
    padding: 0px 8px;
}

.padding_0px_30px {
    padding: 0px 30px;
}

.padding_0px_25px {
    padding: 0px 25px;
}

.padding_10px_5px {
    padding: 10px 5px;
}

.padding_3px_0px {
    padding: 3px 0px;
}

.padding_15px_20px {
    padding: 15px 20px;
}

.paddinghor_5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.paddinghor_130px {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.paddingright_40px {
    padding-right: 40px !important;
}

.paddingright_62px {
    padding-right: 62px !important;
}

.paddingright_5px {
    padding-right: 5px;
}

.paddingright_10px {
    padding-right: 10px;
}

.paddingleft_5px {
    padding-left: 5px;
}

.paddingleft_0px {
    padding-left: 0px;
}

.paddingright_20px {
    padding-right: 20px;
}

.paddingbottom_5px {
    padding-bottom: 5px;
}

.paddingbottom_10px {
    padding-bottom: 10px;
}

.no_margintop {
    margin-top: 0px !important;
}

.margin_10px {
    margin: 10px;
}

.margin_0px_auto {
    margin: 0px auto;
}

.margintop_min15px {
    margin-top: -15px;
}

.margintop_0px {
    margin-top: 0px;
}

.margintop_5px {
    margin-top: 5px;
}

.margintop_10px {
    margin-top: 10px;
}

.margintop_15px {
    margin-top: 15px;
}

.margintop_50px {
    margin-top: 50px;
}

.margintop_64px {
    margin-top: 64px;
}

.marginbottom_0px {
    margin-bottom: 0px !important;
}

.marginbottom_5px {
    margin-bottom: 5px !important;
}

.marginbottom_10px {
    margin-bottom: 10px !important;
}

.marginbottom_15px {
    margin-bottom: 15px;
}

.marginbottom_25px {
    margin-bottom: 25px;
}

.marginright_5px {
    margin-right: 5px;
}

.marginright_15px {
    margin-right: 15px;
}

.marginright_16px {
    margin-right: 16px;
}

.marginright_20px {
    margin-right: 20px;
}

.marginright_40px {
    margin-right: 40px;
}


.marginright_80px {
    margin-right: 80px !important;
}

.marginleft_0px {
    margin-left: 0px !important;
}

.marginleft_10px {
    margin-left: 10px !important;
}

.marginleft_7px {
    margin-left: 7px !important;
}

.marginleft_5px {
    margin-left: 5px !important;
}

.marginleft_15px {
    margin-left: 15px;
}

.marginleft_20px {
    margin-left: 20px;
}

.marginleft_35px {
    margin-left: 35px;
}

.bg_fff9c7 {
    background-color: #fff9c7 !important;
}

.bg_f2f2f2 {
    background-color: #f2f2f2 !important;
}

.bg_fff9c7 {
    background-color: #FFF9C7 !important;
}

.bg_ffffff {
    background-color: #ffffff !important;
}

.bg_transparent {
    background-color: transparent !important;
}

.noborder td, .noborder {
    border: none !important;
}

.hidden {
    overflow: hidden !important;
}

.hidden_div {
    display: block;
    height: 0px !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

.nopadding_td {
    padding: 0px;
    min-width: 405px;
}

.bordertop_cccecf {
    border-top: solid 1px #cccecf;
}

.overflovX_scroll {
    overflow-x: scroll;
}

.overflovY_scroll {
    overflow-y: scroll;
}

.overflovX_auto {
    overflow-x: auto;
}

.overflovX_visible {
    overflow: visible;
}

.overflovY_auto {
    overflow-y: auto;
}

.overflovX_hidden {
    overflow-x: hidden;
}

/* --------------- ������ --------------- */
.minmaxwidth_57per {
    min-width: 57%;
    max-width: 57%;
}

.minmaxwidth_55per {
    min-width: 55%;
    max-width: 55%;
}

.minmaxwidth_40per {
    min-width: 40%;
    max-width: 40%;
}

.width_2per {
    width: 2%;
}

.width_4per {
    width: 4%;
}

.width_9per {
    width: 9%;
}

.width_10per {
    width: 10% !important;
}

.width_13per {
    width: 13% !important;
}

.width_15per {
    width: 15% !important;
}

.width_16per {
    width: 16% !important;
}

.width_17per {
    width: 17% !important;
}

.width_18per {
    width: 18% !important;
}

.width_19per {
    width: 19% !important;
}

.width_19point6per {
    width: 19.6% !important;
}

.width_20per {
    width: 20% !important;
}

.width_21per {
    width: 21% !important;
}

.width_24per {
    width: 24%;
}

.width_25per {
    width: 25% !important;
}

.width_28per {
    width: 28% !important;
}

.width_30per {
    width: 30% !important;
}

.width_33point3per {
    width: 33.3% !important;
}

.width_35per {
    width: 35% !important;
}

.width_49per {
    width: 49%;
}

.width_50per {
    width: 50%;
}

.width_90per {
    width: 90%;
}

.width_96per {
    width: 9%;
}

.width_99per {
    width: 99%;
}

.width_100per {
    width: 100%;
}

.width_9px {
    width: 9px;
}

.width_30px {
    width: 30px;
}

.width_50px {
    width: 50px;
}

.width_70px {
    width: 70px !important;
}

.width_75px {
    width: 75px;
}

.width_80px {
    width: 80px !important;
}

.width_85px {
    width: 85px;
}

.width_100px {
    width: 100px !important;
}

.width_115px {
    width: 115px !important;
}

.width_120px {
    width: 120px !important;
}

.width_150px {
    width: 150px;
}

.width_175px {
    width: 175px;
}

.width_185px {
    width: 185px;
}

.width_200px {
    width: 200px;
}

.width_206px {
    width: 206px;
}

.width_240px {
    width: 240px;
}

.width_250px {
    width: 250px;
}

.width_280px {
    width: 280px;
}

.width_306px {
    width: 306px;
}

.width_345px {
    width: 345px;
}

.width_360px {
    width: 360px;
}

.width_600px {
    width: 600px;
}

.width_645px {
    width: 645px;
}

.width_650px {
    width: 650px;
}

.maxwidth_80px {
    max-width: 80px;
}

.maxwidth_100px {
    max-width: 100px;
}

.maxwidth_120px {
    max-width: 120px;
}

.minwidth_15px {
    min-width: 15px;
}

.minwidth_30px {
    min-width: 30px;
}

.minwidth_70px {
    min-width: 70px;
}

.minwidth_90px {
    min-width: 90px;
}

.minwidth_165px {
    min-width: 165px;
}

/* ------------------------- */

/* --------------- ������ --------------- */
.height_100per {
    height: 100%;
}

.height_5px {
    height: 5px !important;
}

.height_40px {
    height: 40px !important;
}

.height_50px {
    height: 50px !important;
}

.height_100px {
    height: 100px !important;
}

.height_120px {
    height: 120px !important;
}

.height_241px {
    height: 241px;
}

.height_221px {
    height: 241px;
}

.height_466px {
    height: 466px;
}

.minheight_20px {
    min-height: 20px !important;
}

.minheight_40px {
    min-height: 40px !important;
}

.minheight_100px {
    min-height: 100px !important;
}

/* ------------------------- */

/* --------------- ������ --------------- */

.font_10px, .font_10px th {
    font-size: 10px !important;
}

.font_11px {
    font-size: 11px !important;
}

.font_12px {
    font-size: 12px !important;
}

.font_13px {
    font-size: 13px !important;
}

.font_14px {
    font-size: 14px !important;
}

.font_15px {
    font-size: 15px !important;
}

.font_16px {
    font-size: 16px !important;
}

.lineheight_16px {
    line-height: 16px !important;
}

.bold {
    font-weight: bold !important;
}

.normal, .normal input, .normal td {
    font-weight: normal !important;
}

.normal th {
    font-weight: bold !important;
}

.small th{
    font-size: 9px;
}

/* ------------------------- */

/* --------------- ���������������� --------------- */
.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.static {
    position: static !important;
}

.top_0px {
    top: 0px !important;
}

.top_2px {
    top: 2px !important;
}

.left_0px {
    left: 0px !important;
}

.right_0px {
    right: 0px !important;
}

.top_31px {
    top: 31px;
}

.top_40px {
    top: 40px;
}

.top_60px {
    top: 60px;
}

.top_60px {
    top: 60px;
}

.top_65px {
    top: 65px;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.displayinline_block {
    display: inline-block;
}

/* ------------------------- */

/* --------------- ����� --------------- */
.red {
    color: #ff0000;
}

.green {
    color: #01b704;
}

.blue {
    color: #416dd0;
}

.black, a.black:hover {
    color: #000000;
}

.white {
    color: #ffffff !important;
}

.gray {
    color: #808080;
}

.left_150px {
    left: 150px;
}

.bg_FFF9C7, .bg_FFF9C7 td {
    background-color: #FFF9C7 !important;
}

/*=======================================================
                      ��������� ���������
========================================================*/
#ui-datepicker-div {
    z-index: 9999 !important;
    position: absolute;
    display: none;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 3px;
    right: -20px;
}

.ui-datepicker {
    border-radius: 5px;
    overflow: hidden;
}

.ui-datepicker-header {
    padding: 5px 10px;
    min-height: 20px;
    background-color: #bebebe;
    border-radius: 5px 5px 0px 0px;
}

.ui-datepicker-prev {
    display: block;
    width: 19px;
    height: 20px;
    float: left;
    background: transparent url(/img/calendar_prev.png);
    cursor: pointer;
}

.ui-datepicker-next {
    display: block;
    width: 19px;
    height: 20px;
    float: right;
    background: transparent url(/img/calendar_next.png);
    cursor: pointer;
}

.ui-datepicker-prev-override {
    display: block;
    width: 19px;
    height: 20px;
    float: left;
    background: transparent url(/img/calendar_prev.png);
    cursor: pointer;
}

.ui-datepicker-next-override {
    display: block;
    width: 19px;
    height: 20px;
    float: right;
    background: transparent url(/img/calendar_next.png);
    cursor: pointer;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    font-weight: bold;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: none;
    padding: 2px;
    height: auto;
    background-color: #ffffff;
    background-image: none;
}

.ui-datepicker-calendar th span {
    display: block;
    text-align: center;
    width: 25px;
    padding: 6px 0px;
    font-weight: bold;
    color: #2b333c;
}

.ui-datepicker-calendar td a {
    display: block;
    text-align: center;
    width: 25px;
    padding: 3px 0px;
    color: #2b333c;
    line-height: 13px;
}

.ui-state-highlight, #calendars .disable_day_selection .ui-state-highlight {
    background-color: #fff9c7;
}

.ui-state-active {
    background-color: #bebebe;
}

.ui-state-custom {
    color: #416DD1 !important;
    font-weight: bold;
    text-shadow: 0px 0px 3px #416DD1;
}

.ui-datepicker-group {
    display: inline-block;
    margin: 5px;
    background-color: #ffffff;
    min-height: 200px;
    border-radius: 6px;;
    border: solid 1px #B7BABC;
}

#crm_agenda #ui-datepicker-div, #crm_agenda .ui-datepicker-inline {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 201px !important;
}

.ui-datepicker-inline {
    background-color: #FFFFFF;
    display: inline-block !important;
    height: 200px;
}

/*--- market ---*/

/*.market_left_side {
    width: 205px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

#market {
    left: 215px;
}

.market_left_inner {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 90px;
    top: 0px;
    border: 1px solid #CCCECF;
}

.button_area {
    position: absolute;
    bottom: 6px;
    left: 0px;
    right: 0px;
}*/

.inner_content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    /*bottom: 210px;*/
    top: 0px;
    border-bottom: 1px solid #CCCECF;
    overflow-y: auto;
}

.bottom_button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    background-color: #ECECEC;
    border-top: 1px solid #CCCECF;
    /*bottom: 182px;*/
}

.add_info {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -5px;
    display: none;
}

.link_color {
    color: #134dc2;
}

/*--- /market ---*/

.asset_table tr td input.bold {
    font-weight: bold !important;
}

/*--- phone_emails ---*/

table#phone_emails_text tbody tr td, table#c_list tbody tr td {
    font-weight: normal;
    /*font-style: italic;*/
}

/*--- /phone_emails ---*/

/*--- trends_forecast ---*/
#asset_trends_forecast {
    top: 48px !important;
}

.webkit #asset_trends_forecast {
    top: 54px !important;
}

.trends_forecast_title {
    margin: 1%;
}
.trends_forecast_title th, .asset_table input {
    font-weight: normal;
}

#asset_trends_forecast table thead tr th {
    white-space: normal !important;
    padding: 7px 7px !important;
    font-size: 7px;
}

#asset_trends_forecast table thead tr.second_row th {
    background-image: none !important;
    text-align: center;
    font-weight: bold;
}

.country_info {
    border: 1px solid #B7BABC !important;
    width: 150px !important;
    display: inline-block !important;
}

/*--- /trends_forecast ---*/

/*--- control_panel_new/inactivelist ---*/

#inactivelist {
    left: 150px;
}

/*--- / ---*/

#password_log {
    left: 150px;
    bottom: 0px;
    top: 53px;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    display: inline-block !important;
    width: 35% !important;
    position: relative;
    top: -2px;
}

.ui-autocomplete.ui-menu {
    margin: 0px !important;
    padding: 3px !important;
    background-color: #ffffff;
    list-style-type: none !important;
    border-left: solid 1px #6C6D6E;
    border-right: solid 1px #6C6D6E;
    border-bottom: solid 1px #6C6D6E;
}

.ui-autocomplete.ui-menu li {
    display: block;
    font-size: 11px;
    padding: 3px;
    cursor: pointer;
}

.menu_top_overflow {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 26px;
    z-index: 20;
    background: url("/img/transparent_gray.png") repeat scroll left top transparent;
}

#crm_select_advisor {
    top: 30px;
}

#fancybox_window {
    position: relative;
    padding: 10px 20px 10px 20px;
    background-color: #D9D9DB;
    border: solid 1px #848484;
}

#asset_export {
    height: 400px;
    width: 100%;
}

#asset_export .exp_letters {
    padding: 0px !important;
}

#asset_export #remove_client {
    display: none !important;
}

#asset_export #pager_next {
    margin-left: -30px;
}

.code {
    font-size: 18px !important;
    color: #305789 !important;
}

#mm_constructor_overlay {
    position: absolute;
    left: 10px;
    top: 0px;
    right: 10px;
    bottom: 50px;
}

#cke_mm_constructor {
    width: 100% !important;
}

.bracker {
    page-break-after: always !important;
}

.analyst {
    width: 120px;
}

.a_delete {
    cursor: pointer;
}

/************ crm documents page **********/

#crm_doc_page #filters {
    padding-bottom: 0;
}

#crm_doc_page .crm_right_btns > div,
#crm_doc_page .crm_left_btns > div {
    margin-bottom: 10px;
}

#crm_doc_page .crm_left_btns {
    float: left;
}

#crm_doc_page #crm_mailing_btns,
#crm_doc_page #crm_sort_btns {
    float: right;
}

#crm_doc_page #crm_mailing_btns {
    margin-top: 1px;
}

.ie8 #crm_doc_page #crm_mailing_btns {
    margin-top: 0px;
}

/********* /crm documents page ************/

/********* tooltips ************/

.tip {
    color: #333;
}

.tip {
    width: 212px;
    padding-top: 15px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 500;
    background: transparent url(/img/tipTop.png) no-repeat top;
}

.tipMid {
    background: transparent url(/img/tipMid.png) repeat-y;
    padding: 0 10px 10px 10px;
}

.tipBtm {
    background: transparent url(/img/tipBtm.png) no-repeat bottom;
    height: 22px;
}

/********* tooltips ************/

.current {
    color: #2361ac !important;
    font-weight: bolder !important;
}

/******* register ******/

.jQtooltip {
    position: relative;
}

.jQtooltip div {
    display: none;
    position: absolute;
    top: -2px;
    left: 295px;
    z-index: 1000;
    min-width: 150px;
    text-align: left;
    font-family: Verdana, sans-serif !important;
    font-size: 10px;
    border: 1px solid #E5E5E5;
    color: #000000;
    background-color: #F7F7F7;
    line-height: 14px;
    padding: 3px 6px;
    font-weight: normal;
}

.border-normal {
    border-radius: 0px !important;
}

.reg-error {
    color: red;
    padding-top: 6px;
    font-weight: normal !important;
}

.agenda_item_new {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;

}

body .ui-tooltip {
    border-width: 2px;
    background-color: #FFFFFF;
}

/* Styling for the overall table */
.month table {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

/* Styling for the column headers (days of the week) */
.month th {
    padding: 0 0.5em;
    text-align: center;
    background-color: gray;
}

/* Styling for the individual cells (days) */
.month td {
    font-size: 12px;
    padding: 0.25em 0.25em;
    width: 14%;
    height: 80px;
    text-align: left;
    vertical-align: top;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Styling for the date numbers */
.month .date {
    font-size: large;
    padding: 0.25em 0.25em;
    text-align: left;
    vertical-align: top;
}

/* Class for individual days (coming in future release) */
.month .sun {
    color: red;
}

/* Hide the month element (coming in future release) */
.month th.month {
    visibility: hidden;
    display: none;
}

.month-popup {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    z-index: 999999;
    overflow: auto;
}

.month-popup-overlay {
    position: absolute;
    display: none;
    background-color: rgb(119, 119, 119);
    z-index: 999998;
    opacity: 0.7;
    width: 100%;
    cursor: pointer;
    resize: both;
}

.agenda-header {
    font-size: 11px;
    font-weight: bold;
}

.agenda-date-link {
    color: #0000FF !important;
    text-decoration: none;
    font-weight: bold;
}

.agenda-date-link:hover {
    text-decoration: underline;
}

.input-error {
    border: solid 2px #FF0000 !important;
    padding: 0px 1px !important;
}

.asset .input-error {
    border: solid #FF0000 !important;
}

.input-error-ck {
    border: solid 2px #FF0000 !important;
}

.input-error td {
    border: solid 2px #FF0000 !important;
}

/*consolidator tool*/
div[class^=ct], .result_block {
    width: 100%;
    float: left;
}

.consolidator_tool {
    float: left;
    width: 100%;
    height: auto;
}

#filters .a-link-consolidator {
    margin: 0 16px;
}

#left_column.consolidator_tool {
    overflow-y: visible;
    position: relative;
    min-height: inherit;
    border: 1px solid #cccecf;
    padding-right: 10px;
    padding-bottom: 4px;
    width: 296px;
    top: 0px !important;
    height: 255px;
}

#consolidator_tool_table_right {
    margin-left: 307px;
    overflow-x: auto;
    min-width: 510px;
    padding-top: 5px;
    position: relative;
    border-left: medium none;
    height: 254px;
}

.consolidator_tool_block .add_bottom_button, .consolidator_tool_block_result .add_bottom_button {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
}

.consolidator_tool_block .add, .consolidator_tool_block .remove {
    float: right;
    float: right;
}

.consolidator_tool_block .ct_calc, .consolidator_tool_block_result .ct_calc {
    text-align: left;
}

.consolidator_tool_all th {
    width: 100px;
    cursor: default;
}

.consolidator_tool_all td {
    width: 100px;
    height: 15px;
}



.button_word {
    display: inline-block;
    vertical-align: middle;

    min-height: 15px;
    min-width: 15px;
    line-height: 15px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    margin-left:0px;
    margin-top:23px;
    margin-bottom:10px;
    border: solid 1px #6c6d6e;
    color: #0b333c;
    background: #CCCCCC url(/img/button_header_on_bg.png) repeat-x left top;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.button_word:hover {
    border: solid 1px #6c6d6e;
}

.button_word:active {
    border: solid 1px #6c6d6e;
    background-color: #e7e7e7;
    background-image: none !important;
}

.button_go {
    display: inline-block;
    vertical-align: middle;
    min-height: 15px;
    min-width: 15px;
    line-height: 15px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #B0B0B0;
    color: #0b333c;
    background: #CCCCCC url(/img/button_header_on_bg.png) repeat-x left top;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.button_go:hover {
    border: solid 1px #B0B0B0;
}

.button_go:active {
    border: solid 1px #6c6d6e;
    background-color: #e7e7e7;
    background-image: none !important;
}

.encyclopedia_content {
    border-top: solid 1px #cccecf;
    padding: 5px;
    border-collapse: collapse;
}

.encyclopedia_background {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border: solid 1px #cccecf;
    overflow-y: auto;
    width:100%;
}

.encyclopedia_content_dark {
    background: #ECECEC;
}

.encyclopedia_content_white {
    background: #FFFFFF;
}

.encyclopedia_content_dark:hover {
    background: #CAC8C8;
}

.encyclopedia_content_white:hover {
    background: #CAC8C8;
}

.encyclopedia_content_yellow {
    background: #FFF9C7;
}



.encyclopedia_input {
    display: inline-block;
    padding-right:0px;
}

.encyclopedia_search {
     float: right;
     display: inline-block;
     vertical-align: middle;
     margin-top: 16px;
     padding: 5px;
     min-width:18%;
}

.encyclopedia_center {
    display: inline-block;
    min-width:5%;
}

.encyclopedia_line {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #CCCECF;
    height:50px;
}

.encyclopedia_letters {
    margin-left: 5px;
    display: inline-block;
    min-width: 45%;
}

.encyclopedia_field_search {
    position: relative;
    display: inline-block;
    padding: 1px 2px;
    border: solid 1px #6c6d6e;
    background-color: #FFFFFF;
    border-radius: 3px;

}

.encyclopedia_edit_title {
    background-color: #FFFFFF !important;
    border: 1px solid #CACACA;
    margin: 5px !important;
    min-height: 5px !important;
    min-width: 100px !important;
    align-content: center;
}

.encyclopedia_edit_descr {
    background-color: #FFFFFF !important;
    border: 1px solid #CACACA;
    margin: 5px !important;
    min-height: 100px !important;
    min-width: 100px !important;
    font-weight: inherit;
}

.encyclopedia_edit_back {
    border-top: 1px solid #CACACA;
}
.encyclopedia_edit_button {
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

.encyclopedia_img_edit {
    width:12px;
    height:12px;
}

.nofound {
    padding: 15px;
    border-collapse: collapse;
    position: relative;
    text-align: center;
}

.ftext {
    padding-top:3px;
}

.MathJax, .MathJax_Display  {
    text-align: left !important;
    font-size: 90%  !important;
}

.blue_link {
    color: blue !important;
    text-decoration: underline !important;
}


.reg_lr_div {
    width: 15%;
    display: table-cell;
}

.reg_center_div {
    display: table-cell;
    width: 40%;
    background-color: #FFF9C7;
}

.reg_center_div_form {
    border: 1px solid #EFE9B5;
}

.reg_center_div_text {
    border: 1px solid #EFE9B5;
    margin-bottom: 5px;
    padding: 5px 5px 10px 5px;
}





.profile_update_center_div {
    width: 800px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100px;
    margin: auto;
}

.profile_update_div_auto {
    overflow: auto;
}

.profile_update_div_text {
    margin-left: 194px;
    padding-top: 5px;
    border-top: 1px solid #CCCECF;
    width: 415px;
}


.profile_update_input_overlay{
    position: relative;
    display: inline-block;
    padding: 0px 2px;
    border: solid 1px #6c6d6e;
    border-radius: 3px;

}

.profile_update_valign_top, .profile_update_table_cell, .profile_update_valign_top td {
    vertical-align: middle !important;
}

#control_panel_left_update {
position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 148px;
    padding: 15px 0px;
    text-align: center;
    border: solid 1px #CCCECF;
    background-color: #CCCCCC;
    display: table-cell !important;
    min-height: 787px !important;
    max-height: 813px !important;
}

#profile_update {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 148px;
    padding: 15px 0px;
    text-align: center;
    border: solid 1px #CCCECF;
    background-color: #CCCCCC;
}

.profile_update_descr {
    color: red;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 2px;
}


.profile_con_div {
    border: solid 1px #D4D4D4;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
}

.profile_con_input_year {
    max-width: 150px;
    min-width:55px;

    display: inline-block;
}
.profile_con_input_referenc {
    max-width: 150px;
    min-width:120px;

    display: inline-block;
}
.profile_con_input_cash {
    max-width: 150px;
    min-width:60px;

    display: inline-block;
}
.profile_con_input_1years {
    max-width: 150px;
    min-width:65px;

    display: inline-block;
}
.profile_con_input_4years {

    max-width: 150px;
    min-width:65px;
    display: inline-block;
}
.profile_con_input_10years {

    max-width: 150px;
    min-width:65px;
    display: inline-block;
}
.profile_con_input_erefcur {

    max-width: 185px;
    min-width:155px;
    display: inline-block;
}
.profile_con_input_eothercur {

    max-width: 185px;
    min-width: 140px;
    display: inline-block;
}
.profile_con_input_gold {


    max-width: 200px;
    min-width: 65px;
    display: inline-block;
}

.color_step_dis {
    color: #cdcdcd;
}

.profile_con_last {
    background: #F2F2F2;
    border: none !important;

}

.profile_con_table th input {
    text-align: center;
    padding: 4px 0px 4px 0px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.profile_con_table th {
    padding: 0;
}

.profile_con_table tr {
    height:100%;
}

.border_none_top_right_bot {
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    background: #F2F2F2 !important;
}

.margin_botton_plus {
    margin: 3px;
}

.removing input {
    text-align: center;
}

.controlling_border input {
    text-align: center;
    height: 21px;
}

.margin_botton_delete {
    padding: 0px 16px;
    border: none !important;
}

.profile_con_delete {
    border: none !important;
}

.table_controlling {
    text-align: center;
}
.controlling_border_title {
    background: #D9D9DB url(/img/th_bg.png) repeat-x left top;
}

.profile_con_input_error {
    display: inline-block;
}

.profile_con_input_white {
    background: #FFFFFF;
    border-top: 1px solid #B7BABC;
}

.profile_padding_0px_13px {
    padding: 0px 13.5px;
}

.profile_con_title_strong {
    font-weight: bold !important;
}

.profile_table_height input {
    height: 21px;
}

.width_100per_height_20px {
    width: 100%;
    height: 21px;
}














.popupFilter {
    position: absolute;
    display: none;
    margin-left: -5px;

    width:130px;
    height: 135px;
    padding:10px;
    text-align: left;
    background-color: #F2F2F2;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index:555;
}

.popupFilter_last {
    right: 5px !important;
}

.popotTitle {
    /*position: absolute;
    margin-top: -5px;
    margin-left: -55px;
    width:200px;
    height: 145px;*/
    vertical-align: middle;
    height:16px;
    margin-left: 0px;
    z-index:100;
}

.ranking_filter_table table {
    border-collapse: collapse;
    background-color: #F2F2F2 !important;
}

.ranking_filter_tr tr {
    border-collapse: collapse;
    background-color: #FFFFFF !important;
}



/*Всплывающий скриншот*/
.thumbnail{
    position: relative;
    z-index: 0;
}
.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #3d3d3d;
    padding: 5px;
    left: -1000px;
    border: 1px solid white;
    visibility: hidden;
    color: Yellow;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
}


.input_overlay_form {
    position: relative;
    display: inline-block;
    min-width:870px;
}

.input_overlay_option {
    position: relative;
    display: inline-block;
    padding: 0px 2px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #6c6d6e;
    background-color: #eaeaea;
    border-radius: 3px;
}

.criteria_category {
    margin-left: 10px;
}

.criteria_button_compare {
    margin-bottom:2px !important;
}


#dropdown_filter {
    display: inline-block;
    border: solid 1px #6c6d6e;
    border-radius: 2px;
    min-width: 130px;
    min-height: 16px;
    padding-top: 1px;
    background-color: #FFFFFF;
}

#dropdown_report {
    display: inline-block;
    border: solid 1px #6c6d6e;
    border-radius: 2px;
    min-width: 130px;
    min-height: 16px;
    max-height: 17px;
    background-color: #FFFFFF;
}

#checkbox_filter {
    display: none;
    position: absolute;
    min-width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #0782C1;
    margin-left: 35px;
    margin-top:-3px;
    border-radius: 2px;
    z-index: 50;
}

.image_arrow {
    background-image: url('/img/arrow.jpg');
    background-position: 95%;
    background-repeat: no-repeat;
}

.padding_top {
    padding-top: 4px;
}

.fileUploadJquery {
    display: inline-block;
}

.fileUploadJquery img {
    height: 19px;
    width: 19px;
    position: relative;
    padding-right:5px;
}

#datauploads {
    position: relative;
    width: 735px;
    height: 460px;
}

.content_files {
    position: relative;
    margin-top: 5px;
    height: 430px;
    border: 1px solid #CCCECF;
    border-collapse: collapse;
    overflow-y: auto;
}




.rTable {
    display: block;   	width: 100%; }
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
    clear: both; }
.rTableHead, .rTableFoot{
    background-color: #DDD;   	font-weight: bold;
} .rTableCell, .rTableHead {
      float: left;
      height: 17px;
      overflow: hidden;
      padding: 3px;
  }
.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.menu_content_files div {
    display: inline-block;
}

.menu_content_files {
    width: 100%;
    min-height:2%
}

.width_cf_files div {
    height:17px;
    background-color: #FFFFFF;
}

.cf_files_title div {
    background-color: #E7E7E8;
    padding-top: 2px;
    padding-bottom: 2px;
}



.cf_advisor {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-bottom;
    background-color: #F0F0F0;
    float:left;
    width:10%;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_clients {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-top;
    background-color: #F0F0F0;
    float:left;
    width: 33.5%;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_upload {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-top;
    background-color: #F0F0F0;
    float:left;
    width:14%;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_date {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-top;
    background-color: #F0F0F0;
    float:left;
    width:12%;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_desc_personal {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-top;
    background-color: #F0F0F0;
    float:left;
    width:40.1%;
    border-bottom: 1px solid #CCCECF;
}

.cf_desc {
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: text-top;
    background-color: #F0F0F0;
    min-width: 30.1%;
    border-bottom: 1px solid #CCCECF;
    white-space: nowrap;
}



/*@media all and (min-width: 3025px) {
    .cf_desc_personal {
        vertical-align: text-top;
        background-color: #F0F0F0;
        width:40.4%;
        border-bottom: 1px solid #CCCECF;
    }
}*/

.cf_type_content {
    height:17px;
    width: 11.5%;
    display: inline-block;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_form_content {
    height:17px;
    width: 13.5%;
    display: inline-block;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
}

.cf_desc_content {
    display: inline-block;
    width: 56%;
    border-bottom: 1px solid #CCCECF;
    border-right: 1px solid #CCCECF;
    height: 17px;
}

.cf_date_content {
    height: 17px;
    width: 16.9%;
    display: inline-block;
    border-bottom: 1px solid #CCCECF;
}

.cf_title_background {
    background-color: #F0F0F0;
}

.padding_3px_3px_3px {
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding_4px_4px_4px {
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ajax-respond {
    display: inline-block;
}

.upload_inline_btn {
    display: inline-block;
    width:245px;
}

.upload_inline_margin input {
    display: inline-block;
    margin-left: -50px;
}

.upload_inline_margin {
    display: inline-block !important;
    width: 110px !important;
    margin-left: 270px !important;
    border: 1px solid #F0F0F0 !important;
    border-radius: 3px;
    margin-top: -5px !important;
    height: 18px !important;
}

.realbutton {
    display: inline-block;
    margin-left:-500px;
}
.uploadButton {
    border: 1px solid;
    display: inline-block;
    width: 100px;
    background: #C6C6C6;
    padding: 2px 3px 3px 3px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.uploadButton:hover {
    background: #A7A6A6;
    text-decoration: #FFFFFF !important;
    color: white;
}

.view_download {
    height:15px;
}

#checkbox_filter_upload_form {
    display: none;
    position: absolute;
    min-width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #0782C1;
    margin-left: 603px;
    margin-top:-3px;
    border-radius: 2px;
    z-index: 50;
}

.upload_div {
    display:inline-block;
}

.du_upload {
    position: relative;
    margin: 4px;
    padding: 8px;
    /*height:50px;*/
    min-height: 4.2%;
    border: 1px solid #CCCECF;
    border-collapse: collapse;
    overflow-y: auto;
}

.du_content {
    position: relative;
    margin: 4px;
    height: auto;
    border: 1px solid #CCCECF;
    border-bottom: none;
    border-collapse: collapse;
    overflow-y: auto;
}

.advisors {
    border:1px solid #CCCECF;
    border-radius: 3px;
    width: 80px;
    background-color: white;
    display: inline-block;
}

.du_contact_form {
    border:1px solid #CCCECF;
    border-radius: 3px;
    width: 100px;
    background-color: white;
    display: inline-block;
}

.du_date {
    border:1px solid #CCCECF;
    border-radius: 3px;
    width: 80px;
    background-color: white;
    display: inline-block;
}

.clients {
    border:1px solid #CCCECF;
    border-radius: 3px;
    width: 100px;
    background-color: white;
    display: inline-block;
}

.du_realbutton {
    display: inline-block;
    margin-left:-1000px;
}

.du_upload_inline_margin input {
    display: inline-block;
    margin-left: -50px;
}

.du_upload_inline_margin {
    display: inline-block !important;
    width: 95px !important;
    margin-left: 760px !important;
    border: 1px solid #CCCECF !important;
    border-radius: 3px;
    margin-top: -5px !important;
    height: 18px !important;
    text-align: center;
    font-weight: 100 !important;
}

.du_arrow_right {
    width: 10px;
    height: 10px;
    padding-left:3px;
    padding-right:3px;
}

.du_upload_inline_btn {
    display: inline-block;
    width:453px;
}

.du_padding_bottom_5px {
    padding-right: 20px;
    padding-bottom: 2px;
    display: inline-block;
}

.mail_block {
    width: 100%;
    border:1px solid #CCCCCC;
}

.mail_subject {
    border-bottom:1px solid #CCCCCC;
}

.mail_subject div {
    display: inline-block;
}

.mail_text div {
    display: inline-block;
}

.border-left {
    border-left: 1px solid #CCCCCC;
}

.mail_subject_2 {
    height: 18px;
    vertical-align: top;
    text-align: end;
    padding-right: 3px;
    padding-top: 3px;
    padding-left: 5px;
}

.mail_text_2 {
    padding-right: 3px;
    padding-top: 3px;
    padding-left: 5px;
}

.mail_text_2 div {
    display: block !important;
}

.mail_subject_1 {
    vertical-align: top;
    text-align: end;
    padding-right: 3px;
    padding-top: 3px;
    width: 5%;
}

.mail_text_1 {
    vertical-align: top;
    text-align: end;
    padding-right: 3px;
    padding-top: 3px;
    width: 5%;
}

.add_comment {
    margin: 0px auto;
    width: 100px;
    display: block !important;
}

.block_comment {
    padding-top: 5px;
}


.button_comment {
    display: inline-block;
    vertical-align: middle;
    min-height: 16px;
    line-height: 16px;
    font-size: 9px;
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
    border: solid 1px #6c6d6e;
    color: #0b333c;
    /*background: #CCCCCC url(/img/button_header_on_bg.png) repeat-x left top;*/
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.button_comment[disabled="disabled"],
.button_comment[disabled="disabled"]:active,
.button_comment[disabled="disabled"]:hover,
.button_comment.disabled,
.button_comment.disabled:active,
.button_comment.disabled:hover {
    border: solid 1px #ababab !important;
    color: #B7BABC !important;
    background-color: #D9D9D9 !important;
    background-image: none !important;
    cursor: default !important;
}
.button_comment:hover {
    border: solid 1px #6c6d6e;
}
.button_comment:active {
    border: solid 1px #6c6d6e;
    background-color: #e7e7e7;
    background-image: none !important;
}

.margin-top19 {
    margin-top: -19px;
    padding-left:100px;
}

.suitability div {
    display: inline-block !important;
    vertical-align: middle;
}

.suitability input {
    display: inline-block !important;
    vertical-align: middle;
}

.width100per {
    overflow-x: auto;
}

.suite_checks {
    margin-bottom: -55px !important;
}


.suite_1_t {
    width: 270px;
}

.suite_2_t {
    width: 150px;
}

.suite_3_t {
    width: 140px;
}

.suite_4_t {
    width: 150px;
}

.suite_main {
    padding-bottom: 10px;
}

.suite_main .suitability {
    overflow-x: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;

}

.suite_block {
    width: 100%;
}

.suite_list {
    white-space: normal;
    font-weight: bold;
    text-align: center;
    padding: 0px !important;
}

.suite_list_c {
    width: 54px;
    padding: 0px;
    text-align: center;
}
.suite_list_t {
    width: 150px;
}

.mailing_class {
    margin: 0px !important;
    font-family: Verdana, sans-serif !important;
}

.asset_select_p {
    padding-bottom: 5px;
}