root { 
    display: block;
}

body, input, textarea, select {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans;
    font-size: 12px;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

select {
    padding: 1px;
}

input.date {
    
}

a:link {
    color: #004de0;
}

a:visited {
    color: #004de0;
}

a:hover {
    color: #e04f00;
}

.clickable {
    color: #004de0;
    cursor: pointer;
    text-decoration: underline;
}

.clickable:hover {
    color: #e04f00;
}

.last_clicked {
    color: #e04f00 !important;
}

.input_focus {
    background-color: #cee6aa;
}

.active_border {
    border-color: #cee6aa;
}

.container-crm {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.container-crm .menu {
    width: 100%;
}

.container-crm .content {
    width: 100%;
}

.filters {
    background-color: #eaeaea;
    float: left;
}

.search {
    background-color: #dee7fc;
    float: right;
}

.button {    
    font-size: 11px;
    font-family: Arial;
    margin: 0px;
    margin-top: 1.0em;    
    padding: 3px;
}

.form_input {
    width: 100%;
}

.form_button {
    padding-right: 15px;
    padding-left: 15px;
}

.filter_submit {
    font-size: 11px;
    float: left;
    padding: 5px 8px;
}

.filter_label {
    display: block;
}

.filter_input {
    font-size: 11px;
}

.filter_option {
    font-size: 11px;
    padding: 5px 6px;
    text-align: left;
    float: left;
    border-left: 1px dotted #fff;
}

.wiki_body {
    font-family: Consolas, Courier New, fixed;
}

.form_label_column {
    width: 33%;
    padding-top: 10px;
    vertical-align: middle;
}

.form_input_column {
    width: 67%;
    padding-top: 10px;
}

.form_column {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fullWidth {
    width: 98%;
}

.twoThirdWidth {
    width: 75%;
}

.halfWidth {
    width: 50%;
}

.thirdWidth {
    width: 33%;
}

.quarterWidth {
    width: 25%;
}

.form_header {
    margin: 0px;
    padding-left: 3px;
    text-align: left;
    background-color: #eee;
    background: -moz-linear-gradient(0% 100% 90deg,#d3d3d3, #eee);    
    color: #666;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.paper {
    border: 1px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    padding-top: 60px;
    padding-left: 80px;
    padding-bottom: 30px;
    padding-right: 60px;
}

.import_known {
    background-color: #f7f7f7;
    color: #d0d0d0;
}

.import_unknown {
}

.import_error {
    background-color: #f7f6b9;
    color: #d0cb3e;
}

table.bordered {
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table.bordered td {
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
table.bordered td td {
    border-width: 0 0 0 0;
}

div.company_note {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;    
    margin-top: 5px;
    margin-bottom: 0px;
    width: 97%;
    clear: both;
}

div.my {
    border: 1px solid #888;
}

.small {
    font-size: 11px;
    color: #888;
}

.important {
    color: #af332b;
}

.meeting:hover {
    cursor: pointer;
}

.notification {
    background-color: #D4E6ED;
    border: 1px solid #ACC2D5;
    width: 200px;
    height: 40px;    
    padding: 4px;
    border-radius: 8px;
/*    margin-top: 10px;*/
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.notification:hover {
    border: 1px solid #6E0D25;
}


/******************************************************************************/
/** DATA TABLE STYLES                                                        **/
/******************************************************************************/
.dataTable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fefefe;
}

.dataHeader {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding: 5px;
    background-color: #efefef;
}

.dataFooter {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding: 5px;
    background-color: #efefef;
}

.dataHeader a {
    color: #444;
    text-decoration: none;
}

.dataHeader a:hover {
    color: #000;
    text-decoration: underline;
}

.dataRow {
    height: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.dataRow a {
    color: #5AA458;
    text-decoration: none;
}

.dataRow a:hover {
    text-decoration: underline;
}

.dataRow td {
    padding-left: 5px;
    padding-right: 5px;
}

.dataColumn {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.hover {
    background-color: #fd9;
    background-image: url(../binary/hover.gif);
}

.dataRow:hover {
    background-color: #fd9;
    background-image: url(../binary/hover.gif);
}


/******************************************************************************/
/** DATA TABLE STYLES NEW                                                    **/
/******************************************************************************/
.data-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fefefe;
}

.data-table th {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding: 5px;
    background-color: #efefef;
}

.data-table tfoot td {
    background-color: #efefef;
    font-weight: bold;
}

.data-table a {
    color: #444;
    text-decoration: none;
}

.data-table th a:hover {
    color: #000;
    text-decoration: underline;
}

.data-table tr {
    height: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.data-table tr:hover {
    background-color: #FFEFAA;
}

.data-table tr a {
    color: #5AA458;
    text-decoration: none;
}

.data-table tr a:hover {
    text-decoration: underline;
}

.data-table tr td {
    padding-left: 5px;
    padding-right: 5px;
}

/* Make sure date pickers are on top of modal panels */
.ui-datepicker {
    z-index: 6000;
}

/******************************************************************************/
/** MODAL PANEL STYLES                                                       **/
/******************************************************************************/
.jqmWindow {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 5px;
}


.jqmWindowTitle {
    background-color: #eee;
    color: #888;
    border: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.jqDrag {
    cursor: pointer;
}

.jqmOverlay { 
    background-color: #000; 
}

/******************************************************************************/
/** TAB PANEL STYLES                                                         **/
/******************************************************************************/
.rich-tabpanel {
    width: 100%;
    margin: 0;
    padding: 0;
}

.rich-tabpanel-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.rich-tab-header {
    padding: 5px;
    width: 100px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.rich-tab-active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.rich-tab-inactive {
    background-color: #eee;
    color: #888;    
    border: 1px solid #ccc;
}

.rich-tabhdr-cell-inactive table {
    top: 1px;
}

.rich-tabhdr-side-border {
    width: 5px;
}

.dr-bottom-line {
    border-bottom: 1px solid #ccc;
}

/******************************************************************************/
/** AJAX AUTOCOMPLETE STYLES                                                 **/
/******************************************************************************/

div#searchCompany_div {
    background-color: #F5F5F5;
    border: 1px solid #000;
    width: 200px;
    max-height: 148px;
    display: none;
    z-index: 666;
    font-size: 10px;
    overflow: auto;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}

div#searchCompany_div #div {
    width: 100px;
}

div#searchCompany_div .selected {
    background-color: #49A3FF;
    color: #fff;
    z-index: 666;
}

div#prCompanyName_div {
    background-color: #F5F5F5;
    border: 1px solid #000;
    w_idth: 300px;
    max-height: 148px;
    display: none;
    z-index: 9000;
    font-size: 10px;
    overflow: auto;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}

div#prCompanyName_div #div {
    w_idth: 300px;
}

div#prCompanyName .selected {
    background-color: #49A3FF;
    color: #fff;
    z-index: 9000;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.ui-widget-overlay,
.jq-ui-widget-overlay {
    background: none;
    background-color: #555;
}

.ui-tabs, 
.jq-ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-panel, 
.jq-ui-tabs .jq-ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li, 
.jq-ui-tabs .jq-ui-tabs-nav li {
    margin: 0 20px 0 0;
}

.ui-state-default, 
.jq-ui-state-default {
    padding-left: 20px;
    padding-right: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.jq-ui-state-default, .jq-ui-widget-content .jq-ui-state-default, .jq-ui-widget-header .jq-ui-state-default {
    background: none;
    background-color: #f0f0f0;    
}

.ui-state-active, .ui-widget-content .ui-state-active,
.jq-ui-state-active, .jq-ui-widget-content .jq-ui-state-active {
    background-color: #fff;
    border-color: #d0d0d0;
    color: #000;
}

.ui-tabs .ui-tabs-nav,
.jq-ui-tabs .jq-ui-tabs-nav {
    padding: 0 10px 0;
}

.ui-tabs > .ui-corner-all,
.jq-ui-tabs > .jq-ui-corner-all {
    background: none;
}

.ui-widget,
.jq-ui-widget {
    font-family: Arial, sans;
    font-size: 12px;
}

.ui-widget input, .ui-widget button, .ui-widget textarea, .ui-widget select, 
.jq-ui-widget input, .jq-ui-widget button, .jq-ui-widget textarea, .jq-ui-widget select {
    font-family: Arial, sans;
    font-size: 12px;
}

.ui-tabs.ui-widget-content,
.jq-ui-tabs.jq-ui-widget-content {
    border: none;
    background-color: #fff;
    color: #000;
}

.ui-corner-all,
.jq-ui-corner-all {
    -moz-border-radius: 0;
}

.ui-corner-top,
.jq-ui-corner-top {
    -moz-border-radius: 0;
}

.ui-widget-header,
.jq-ui-widget-header {
    border: none;
    border-bottom: 1px solid #d0d0d0;
}

.import_status {
    padding: 2px;
    margin: 2px;
    display: block;
    float: left;
}

.import_FAILED {
    background-color: #BD362F;
    color: #fff;
}

.import_EXISTS {    
    background-color: #2F96B4;
    color: #fff;
}

.import_INVALID {
    background-color: #F89406;
    color: #fff;
}

.import_OK {
    background-color: #51A351;
    color: #fff;
}

.upload-buttons > span {
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.form-panel {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.form-panel H1 {
    color: coral;
    font-size: 18px;
}

/* alerts */
UL.alert-list {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
UL.alert-list LI.alert {
    margin-bottom: 10px;
}
SPAN.alert {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
}