/* ### RESET ### */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;
}
html, body {
	margin: 0;padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;border-spacing: 0;
}
/* ### RESET ### */


/* ### GENERAL ### */
html {
	-webkit-font-smoothing: antialiased;
}
html body {
	background: #d8e0e5 url("../img/layout/bg.jpg") repeat;color: #242b2f;font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;font-size: 12px;margin: 0;padding: 0;
}
/* ### GENERAL ### */


/* ### TYPOGRAPHY ### */
h1 {
	border-bottom: 1px solid #ccd7df;color: #025388;font-size: 16px;font-weight: bold;margin-bottom: 10px;padding-bottom: 5px;
}
h2 {
	color: #036bad;border-bottom: 1px solid #d8e0e5;font-size: 14px;font-weight: bold;margin-bottom: 10px;padding-bottom: 3px;
}
h3 { 
	color: #013c52;border-none;font-size: 13px;font-weight: bold;margin-bottom: 6px;padding: 0;
}
a {
	color: #015a8f;
}
a:hover {
	color: #000000;
}
/* ### TYPOGRAPHY ### */


/* ### FORMS ### */
.form-button {
	background: #912b8e;background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(145,43,142)),color-stop(1, rgb(127,39,133)));background-image: -moz-linear-gradient(center top,rgb(145,43,142) 0%,rgb(127,39,133) 100%);border:1px solid #6f2478;cursor:pointer;color: #fff;font-size: 13px;font-weight: bold;padding: 4px 10px;text-shadow: 0 1px 2px rgba(0,0,0,0.2);-moz-border-radius: 4px;-webkit-border-radius: 4px;
}
.form-button:hover{
	background: #702478;background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,36,120)),color-stop(1, rgb(83,28,93)));background-image: -moz-linear-gradient(center top,rgb(112,36,120) 0%,rgb(83,28,93) 100%);border-color: #461851;
}
.form-title {
    font-weight: bold;
}
legend.form-title {
	color:#9DC6DF;font-size:16px;font-weight:bold;margin-left:10px;padding:0 5px;
}
form span.form-title {
	color: #555555;display: block;margin-bottom: 3px;
}
input, textarea {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.form-input {
    background: #F2F4FA;border:1px solid #9DC6DF;font-size:12px;padding:5px;
}
select.form-input {
	font-size: 11px;padding: 5px 4px 5px 0;
}
#search input.form-input, .search_form input.form-input {
	width: 80px;
}
/* ### FORMS ### */


/* ### TABLES ### */
table {
	border: 1px solid #d8e0e5;border-collapse: collapse;border-spacing: 0;
}
td, th {
	border: 1px solid #d8e0e5;padding: 10px;/*text-align: left; *-----makes colalign of dhtmlxgrid bug-----*/
}
th {
	background-color: #545e64;color: #FFFFFF;font-weight: bold;
}

.no-border, .no-border td, .no-border tr, .no-border th {
    border: 0 none;
}

	
td.numeric {
    text-align: right;
    padding-right: 1%; 
}

/* ### TABLES ### */


/* ### CONSTRUCTION PAGE ### */
#under-construction {
    text-align: center;color: #015A8F;font-weight: bold;font-size: 2em;margin-top: 180px;
}
/* ### CONSTRUCTION PAGE ### */


/* ### HEADER ### */
#mm-header {
	display: block;position: relative;width: 100%;height: 70px;background-image: url(../img/layout/header.png);
}
.mm-headerLogo {
	display: block;position: relative;width: 364px;height: 70px;background: url(../img/mm-header.jpg) no-repeat left center;
}

.pm-headerLogo {
    background: url("../img/layout/pm_logo.png") no-repeat;display:block;height:70px;position:relative;width:276px;
}
/* ### HEADER ### */


/* ### LOGIN ### */
#login-form-fieldset input[type="submit"]{
    margin-left: 90px;
}
/* ### LOGIN ### */


/* ### CONTENT ### */
#mm-content {
	margin: 10px auto;width: 960px;
}
#mm-contentData {
	background: #fff;clear: both;min-height:300px;overflow: hidden;padding: 20px;-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.contentData {
    background: #fff;clear: both;min-height:300px;overflow: hidden;padding: 10px;-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
#preview-content h2 {
    color:#004d7b;background-color:#e2e7ea;border:1px solid #d8e0e5;padding : 2px;
}
#preview-content h3 { 
    border-bottom:1px solid #d8e0e5;padding : 1px;
}
/* ### CONTENT ### */


/* ### FOOTER ### */
#mm-contentFooter{
	margin: 20px 0;text-align: center;
}
#copyright {
	font-size: 11px;margin-top: 5px;
}
#mm-contentFooter a {
	color: #015a8f;font-weight: bold;text-decoration: none;
}
#mm-contentFooter a:hover {
	color: #000000;
}
/* ### FOOTER ### */


/* ### SITEMAP ### */
.navigation li {
    font-weight: bold;color: #b69e56;font-size: 14px;padding: 5px;margin-left: 10px;
}
.navigation li a{
    color: #b69e56;text-decoration: none;
}
.navigation li li{
	font-size: 12px;margin-left: 25px;
}
.navigation li li a{
    color: #004d7b;
}
.ulOverLoad ul{
	list-style-type:disc;padding-left:30px;padding-top:10px;
}
/* ### SITEMAP ### */


/* ### COMPANIES LIST ### */

.companiesList, #companiesList {
    padding: 10px;
}
.objectsList, #objectsList {
    padding: 10px;
}
.companiesList .companyTable, #companiesList .companyTable {
    width: 100%;
}
.objectsList .objectTable, #objectsList .objectTable {
    width: 100%;
}
.companiesList ul, #companiesList ul {
	padding: 10px;
}

.objectsList ul, #objectsList ul {
    padding: 10px;
}

.companiesList li, #companiesList li {
    padding: 5px;
}
.objectsList li, #objectsList li {
    padding: 5px;
}

.companiesList li a, #companiesList li a {
    text-decoration: none;
}
.objectsList li a, #objectsList li a {
    text-decoration: none;
}
/* ### COMPANIES LIST ### */


/* ### CALENDAR ### */
#calendar {
    float: left;width: 45%;
}
#calendar-events {
    float: left;width: 55%;
}
#events p{
    padding: 5px;margin-bottom: 10px;
}
/* ### CALENDAR ### */


/* ### COMPANY DETAILS ### */
#company-informations {
    padding-bottom: 20px;margin-right: 20px;float: left;
}
#company-informations-right {
    padding-bottom: 20px;
}
/* ### COMPANY DETAILS ### */


/* ### MENU ### */
#period-menu {
    font-size: 14px;font-weight: bold;
}
#select-period {
    float:right;
    padding-bottom:10px;
}
div#menu-monitor-options-links {
    font-size:12px;
    line-height:18px;
    padding-bottom:2px;
}
div.mm-no-results {
    margin:auto;
    font-weight:bold;
    padding-top:150px;
    padding-bottom:15px;
    font-size:12px;
    text-align:center;
}
div.close-window {
    text-align:center;
}
div.close-window a {
    text-decoration:none;
    color:#025388;
    font-weight:bold;
}
div#menu-monitor-options-links a {
    text-decoration:none;
}
#menu-items .mealpart {
    margin-left: 5px;
}
#menu-items .mealpart h2{
    text-transform: capitalize;
}
#menu-items .course {
    margin-left: 10px;padding-bottom: 10px;
}
#menu-items .course h3{
    text-transform: capitalize;padding: 5px;font-size: 13px;color: #004d7b;
}
#menu-items .menuitem {
    margin-left: 20px;padding-bottom: 5px;overflow: auto;border:1px solid #ffffff;
}
#menu-items .menuitem:hover{
    background-color:#e7ebee;border:1px solid #d8e0e5;
}
#menu-items .menuitem h5{
    text-transform: capitalize;padding: 5px 5px 5px 0px;
}
#menu-items .menuitem p{
    padding-bottom: 5px;
}
#menu-items .menusizes td,th{
    padding: 5px;
}
#menu-items .daypart-menu {
    margin-left: 1%; font-weight: lighter; font-style: italic;
}
/* ### MENU ### */


/* ### SEARCH FILTER SELECTION ### */
form {
    width: 100%;
    }
#mm-search {
    position: relative;padding: 0px 0px 10px 0px;
}
/* style of button to run search*/
#mm-search #run{
    float: right;margin: 30px 0 20px 0;font-weight: bold;
}
#mm-search #save-search {
    float: right;
}
#mm-search #tags-select, #mm-search #tags-filter, #mm-search #tags-recap {
    float: left;margin: 1%;height: 150px;width: 35%;
}
#mm-search #tags-recap label {
    font-size: 0.8em;
}
#mm-search #tags-select ul {
    list-style-type: circle;list-style-position: inside;
}
#mm-search #tags-select li {
    padding-bottom:5px; 
}    
#mm-search #tags-recap ul {
    border: 1px solid #9dc6df;background-color: #aaaaa;height:100px;overflow:auto;
}
#mm-search #tags-recap #selected li {
    padding: 1px 2px 1px 1px;line-height: 18px;
}
#mm-search #tags-recap #selected li span{
    border-radius: 4px;-moz-border-radius    : 4px;-webkit-border-radius : 4px; border     : 1px solid #CAD8F3;padding: 0px 1px;background : #DEE7F8;width: auto;
}
#mm-search #tags-recap #selected li span img { 
    vertical-align: middle;  
}
#mm-search #keyword {
    border: 1px solid #9dc6df;width: 100%;
}
fieldset.filter {
    border: 1px solid #9dc6df;background-color: #FBFAF4;float: left;height: 200px;padding: 3px;margin: 2px;
}
fieldset.container {
	border:3px solid #9DC6DF;float:left;height:200px;margin:2px;padding:3px;-moz-border-radius:4px 4px 4px 4px;
}
fieldset#login-form-fieldset {
	float: none;margin: 0 auto;width: 300px;
}
fieldset.filter table,tbody,tr,td,th {
    padding: 0;border: 0;
}
fieldset.filter .standartTreeRow {
    font-size:0.9em;
}
fieldset.filter li {
    white-space:nowrap;
}
fieldset.filter legend {
    padding: 5px;
}
fieldset.filter select {
    width: 90%;
}
/* ### SEARCH FILTER SELECTION ### */


/* ------search results section------ */

#mm-search-results {
    position: relative;padding: 0px 0px 10px 0px;
}

#mm-search-results #buttons-actions {
    text-align:right;margin: 5px 0px 10px 0px;
}

#mm-search-results #buttons-actions li{
    display: inline;text-transform:uppercase;padding: 10px;
}

#mm-search-results #buttons-actions li a{
    border: 1px solid #BBC2C7;background: #D8E0E5;padding: 5px 5px;text-decoration: none;font-weight: bold;
}

#mm-search-results #recap-searchvalues {
    padding: 10px 0;
}

#mm-search-results #recap-searchvalues span{
    font-weight: bold;
}
#mm-search-results #recap-searchvalues ul{
    display: inline;
}
#mm-search-results #recap-searchvalues li{
    display: inline;border-radius: 4px; -moz-border-radius: 4px;-webkit-border-radius: 4px; border: 1px solid #CAD8F3;padding: 0px 1px;background: #DEE7F8;width: auto;
}
#mm-search-results #columnsToDisplay{
    margin-top: 10px;
}
#mm-search-results .column-view {
    margin-left: 10px; 
}

#mm-evaluator fieldset.legend{
    padding: 5px;
}

#menuItemsTable {
	margin-top: 5px;
}
#menuItemsTable td,th{
	border: 1px solid #d8e0e5;padding: 2px;font-size: 0.8em;
}
#menuItemsTable a {
    text-decoration: none;
}


/* ------ evaluator section ------ */
#mm-evaluator fieldset {
    -moz-border-radius: 4px 4px 4px 4px;
    border:3px solid #9dc6df;background-color: #aaaaa;float: left;width:98%;padding: 5px;margin: 2px;
}

#mm-evaluator #run {
    float: right;margin: 30px 0 20px 0;font-weight: bold;
}
#mm-evaluator #criteria div {
    float: left;width: 30%;padding: 10px;
}
#mm-evaluator ul {
    border: 1px solid #9dc6df;height: 180px;overflow: auto;margin-top: 5px;
}
#mm-evaluator li {
    margin: 5px;
}    
#mm-evaluator #companies a {
    border: 1px solid #BBC2C7;background: #D8E0E5;padding: 2px 2px 0px 2px;text-decoration: none;
}
#mm-evaluator-export{
    float:right;
}
#mm-evaluator table{
    border-color: transparent;width:200px;
}
#mm-evaluator select{
    width:100%;
}


/* ------ user classification ------ */
#mm-classification fieldset{
    border: 1px solid #9dc6df;background-color: #aaaaa;width:40%;padding: 5px;margin: 2px;
}
#mm-classification #button a {
	border: 1px solid #BBC2C7;background : #D8E0E5;padding: 2px 2px 0px 2px;text-decoration: none;
}
#mm-classification #selected {
	border:1px solid #9DC6DF;height:150px;margin:5px 10px 0 10px;overflow:auto;
}





#chart {
    margin-top: 15px;
}
.error {
    background-color: #ebdfde;border: 1px solid #dbbab5;color: #7d6767;
}
.success {
    background-color:#E0EDE3;border:1px solid #B4DABF;color:#687E6D;
}
.warning {
    background-color:#FEEFB3;border:1px solid #bb5500;color:#9F6000; font-weight:bold;    
}
div.information {
    color: #00529B;
    border: 1px solid #E5EAF1;
    background-color: #EDEFF4;
}
div.information, #success, #error, #warning, .success, .error, .warning {
	font-weight:bold;margin-bottom:10px;padding:10px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}

.actionButton {
	border: 1px solid #BBC2C7;background : #D8E0E5;padding: 5px 5px;text-decoration: none;font-weight: bold;
}


/* ------ DRL ------ */
#drl-header {
    display: block;position: relative;width: 100%;height: 99px;background-image: url(../img/drl-headerBg.jpg);
}
#drl-menuLeft ul, #mm-menuLeft ul {
	clear: both;margin: 0px auto;overflow: hidden;width: 960px;
}
#drl-menuLeft li, #mm-menuLeft li {
    display: inline;
}
#drl-menuLeft li a, #mm-menuLeft li a {
    color: #81a1b5;float:left;font-weight:bold;height: 35px;line-height:36px;padding:0 10px;text-decoration:none;text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
#drl-menuLeft li.active a, #mm-menuLeft li.active a {
	color: #fff;
}
#drl-menuLeft li a:hover, #mm-menuLeft li a:hover {
	background: #002c49;background-color: rgba(0,0,0,0.3);color: #fff;text-shadow: 0 0 10px rgba(255,255,255,0.4);
}
#drl-menuLeft, #mm-menuLeft {
	background: url("../img/layout/nav.png") repeat-x;clear:both;display:block;height:36px;overflow:hidden;
}

.drl-headerLogo {
	background: url("../img/layout/drl_logo.png") no-repeat;display:block;height:70px;position:relative;width:295px;
}


/* ------------------- drl-table ID */
#drl-table {
    width: 100%;
}
#drl-table th {
    padding: 10px;border: 1px solid gray;
}
#drl-table th a {
    color: #E0F8F7;
}
#drl-table td {
    padding: 5px;border: 1px solid gray;font-size: smaller;
}
#drl-table tr .number {
    text-align: right;
}
#drl-table .total {
    background-color: #F8ECE0;font-weight: bold;
}
#drl-table .total-international {
    font-weight: bold;background-color: #E1DEEE;
}
#drl-table .total-international > td, #drl-table .total > td {
    font-family: verdana;
}
#drl-table .table-title {
    font-size: 16px;font-weight:bolder;text-align: left;
}
#drl-table .h3 {
    font-size: 12px;text-transform: uppercase; font-weight: bold; text-align: center;font-style: italic;
}
#drl-table .h2 {
    font-size: 16px;font-weight: bold; text-align: center;
}
/* ------------------- end of drl-table ID */


/* ------------------- drl-table class */
.drl-table {
    width: 100%;
}
.drl-table th {
    padding: 10px;border: 1px solid gray;
}
.drl-table th a {
    color: #E0F8F7;  
}
.drl-table td {
    padding: 5px;border: 1px solid gray;font-size: smaller;
}
.drl-table tr .number {
    text-align: right;
}
.drl-table .total {
    background-color: #F8ECE0;font-weight: bold;
}
.drl-table .total-international {
    font-weight: bold;background-color: #E1DEEE;
}
.drl-table .total-international > td, .drl-table .total > td {
    font-family: verdana;
}
.drl-table .table-title {
    font-size: 16px;font-weight:bolder;text-align: left;
}
.drl-table .h3 {
    font-size: 12px;text-transform: uppercase; font-weight: bold; text-align: center;font-style: italic;
}
.drl-table .h2 {
    font-size: 16px;font-weight: bold; text-align: center;
}
/* ------------------- end of drl-table class */


#drl-invisible-table {
    border-color: transparent;background-color: transparent;
}
#drl-invisible-table .date {
	font-size: smaller;font-style: italic;
}
#drl-invisible-table .h1 {
    font-size: 18px;font-weight: bold;color: #004D7B;
}
#drl-invisible-table .category {
   	font-size: 15px;font-weight: bold;font-style: italic;color: graytext;
}
#drl-text {
    text-align: justify;
}
#drl-link-h1 {
    font-size:12px;font-weight: bold;color: #004D7B;
}
#drl-link-h2 {
    font-size:10px;text-indent: 30px;
}
#drl-locations-legend-table{
    border-color: transparent;
}
#drl-locations-legend-table .color-title{
    padding-left: 5px ;padding-right: 20px;text-align: right;
}
#drl-result-table {
    border-color: transparent;background-color: transparent;    
}
#drl-result-table .title{
    font-weight: bold;padding-bottom: 10px;padding-right: 20px;
}
#drl-result-table td{
    padding-bottom: 10px;padding-left: 20px;
}


/*-------------------drl-search-form*/
#drl-form fieldset{
    border: 1px solid #9dc6df;background-color: #aaaaa;float: left;padding: 5px 5px 5px 5px;margin: 2px;
}
#drl-form .hasDatepicker {
    width: 80px;
}
#companiesList {
    padding: 10px;
}
#companiesList .companyTable{
    width: 100%;
}
#companiesList .companyColumn{
	width: 33%;
}

#glossary {
	padding: 10px;
}
#glossary li {
    margin-bottom: 10px;
}
#paginatedBriefs {
    margin: 10px;
}

.noBorderTable {
    border: none;
}


#drl-data-digest h1 {
    font-size:14px;font-weight: bold;color: #004D7B;
}
#drl-data-digest h2 {
    font-size:12px;color: black;
}
#drl-data-digest-pu a{
    font-size:11px;font-style: italic;color: #004D7B;
}
#drl-menu-right {
    width: 25%;float:right;
}
#drl-menu-right div.box .title h1{
    font-size:12px;text-transform:uppercase;
}
#drl-menu-right div.box a{
    color:#004D7B;display:inline;font-family:"Lucida Grande","Helvetica",sans-serif;font-size:80%;text-transform:uppercase;width:208px;
}


#tab-content a{
    color: #004D7B;
}
.ie6-notice {
    font-weight: bold;background-color: #FFFF00;
}


#profile-message {
    width: 99%;padding: 0.3em;padding-left: 0;padding-right: 0;font-size: 11px;text-align: center;border: 1px solid #fff;text-shadow: rgba(128, 128, 128, 0.496094) 1px 1px 1px;margin-bottom: 5px;
}
#profile-message.message_notice {
	color: #000;background-color: #fff;border-color: #fff;
}
#profile-message.message_ready {
	background-color: #adffb1;border-color: #00b90c;color: #070;
}


td.button_valid a {
    display:block;font-weight:bold;text-decoration:none;width:auto;padding:5px;
}
td.button_invalid a {
    display:block;color:#555555;font-weight:bold;text-decoration:none;width:auto;padding:5px;
}


div.explanation h2 {
    font-size:14px;  
}
div.explanation span {
	display: block;width:auto;font-weight:bold;
}



.mm-spacer {
	clear: left;font-size: 1px;height: 1px;padding: 0px;margin: 0px;visibility: hidden;
}
.export-options {
	color: #fff;margin-bottom: 5px;text-align: right;
}
.help-button {
    cursor:pointer;vertical-align:middle;margin-left:3px;
}


#mm-bandImg {
	text-align: center;margin: 0px 0px 10px 0px;
}
#mm-bandImg img {
	border-bottom: 7px solid #d0cfb1;border-top: 7px solid #d0cfb1;border-left: 12px solid #d0cfb1;border-right: 12px solid #d0cfb1;margin: 0px 0px 0px 0px;
}


#mm-breadcrumbs {
	color:#939EA7;font-weight:bold;margin:10px auto;width:960px;
}
#mm-breadcrumbs a {
	text-decoration: none !important;
}

#technomic-logo {
    position: absolute;right: 12px;top: 0px;
}

#mm-logout {
	position: absolute;right: 20px;top: 80px;
}
#mm-logout a {
	color: #a0cee1 !important;font-size: 11px;font-weight: bold;text-decoration: none;
}
#mm-logout a:hover {
	color: #fff !important;
}


#left {
    float: left;width: 700px;
    }
#homeLeft {
    float: left;width: 70%;padding-bottom: 15px;
    }
#right {
    float: right;width: 25%;padding-bottom: 5px;
}

.left {
    float: left;
}


.right {
    float: right;
}

.companiesList-nav, #companiesList-nav {
	background: #e3eef5;float: left;margin-bottom: 20px;width: 628px;
}
.companiesList-nav .ln-letters a, #companiesList-nav .ln-letters a {
	border-color: #b9d3e3;padding: 8px 6px;font-size:12px;
}
#searchResults {
    width:250px;margin: 10px 10px 5px 10px;font-weight: bold;
    }
#search, .search_form {
    float: right;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;margin-bottom: 20px;width: 282px;
}
#no-results {
    font-weight: bold;
}
.companiesList-nav .ln-letters a.ln-selected, #companiesList-nav .ln-letters a.ln-selected  {
	padding:8px 12px;
}
.chart-explanations td {
	color: #909090;
}
.chart-explanations td b {
	color: #000;
}
.indicator-div-graph-Piechart {
    margin:8px;
    width:auto;
    float:left;
}
.indicator-div-graph-Barchart {
    margin:9px;
    width:auto;
    float:left;
}
.indicator-div-data {
    margin-right:5px;
    margin-top:10px;
    margin-bottom:10px;
    width:auto; 
}
.chart-explanations td .legend_square {
	float: left;margin: 1px 5px 0 0;width:1px !important;font-size:2px !important;
}
div.toscroll {
    font-size:0.9em;height:165px;overflow: auto;width: auto;
}


/* ------- CBM LOGO -------- */

.cbm-headerLogo {
    background: url("../img/layout/cbm_logo.png") no-repeat;display:block;height:70px;position:relative;width:276px;
}

.www-headerLogo {
    background: url("../img/layout/drl_logo.png") no-repeat;display:block;height:70px;position:relative;width:295px;;
}


/* ------- CBM - GRAPHS & HIDE ---------- */
div.export-options {   
    text-align:right;margin-bottom:5px;color:#D8E0E5;  
}
div.export-options img {  
    vertical-align:middle;padding-right:2px;padding-left:2px;    
}
table.indicators-table {  
    width:100%;border: none !important; 
}
div.indicator-div {     
    width:auto;float:left;    
}
div.indicator {  
    padding:0px;  
}
div.indicator.min-margin {
    margin-bottom: 5px;
}
td.hidden-unless-print, th.hidden-unless-print {
  display:none;
}
table.indicator-results {   
    padding:2px;width: 100%;margin:auto;margin-bottom:10px;   
}
table.indicator-results td.indicator-results-cell {   
    width:50%;font-size: 0.8em;padding:4px;padding-right:6px;  text-align:right; font-family:Courier;white-space: nowrap;
}

table.indicator-results td.indicator-results-cell-search {   
    font-size: 0.8em;padding-right:5px;  text-align:right; font-family:Courier; white-space: nowrap;
}

.indicator-results td, .indicator-results th {
    border:1px solid #D8E0E5;
    vertical-align: middle;
    text-align: center;
}
td.indicator-results-cell,  td.indicator-results-cell-search {
	border:1px solid #D8E0E5;
}
table.indicator-results td.indicator-results-cell a.showTipTool, 
table.indicator-results td.indicator-results-cell-search a.showTipTool{  
    cursor:help;text-decoration:none;   
}
table td.indicator-div-data {   
}
table.indicators-line {
    border:none !important;  
}
table.indicator-results h2 {  
    color:#004d7b;background-color:#e2e7ea;border:1px solid #d8e0e5;padding : 1px;   
}
div.indicator h2 {  
    color:#004d7b;padding : 0px; border: none; text-align:left; margin-bottom:2px;
}
div.chart-explanations {  
    display:none;     
}
table.chart-explanations-table {  
    margin-left:5px;width:100%;border:none; 
}
table.chart-explanations-table td {
    font-size:10px;padding-bottom: 2px;  
}
span.legend_square {  
    margin-right:5px;margin-left:5px;float:left;vertical-align:middle;display:block;border-radius:3px;  
}  
table.chart-explanations-table td.company-title {   
    font-weight:bold;font-size:12px;color:#004D7B;padding-top:6px;
}
table.indicators-line {
    border-collapse: separate !important; 
    width:100%; 
}

.indicator-results-brand-search {
    color: #242B2F;text-align: center;font-weight:bold !important;
    font-size:0.8em !important;
}
.not-significant {
    color: #F00 !important;
}
.line-focus, .line-focus th, .line-focus td {
    background-color: #F8ECE0 !important; color: #242B2F; 
    line-height: 20px;font-size: 1em; font-weight: normal;
}
.line-separator, .line-separator td {
    line-height: 20px; text-align: center; vertical-align: middle; background-color: #eee; margin: auto;
}
/* ------- END CBM - GRAPHS & HIDE ---------- */

/* -------------- CBM Brand Profiles ------------------*/
#brand_profile_element h1 {
    border: none;margin: 0px;padding: 0px;
}
/* -------------- End CBM Brand Profiles ------------------*/
/* -------- Pager -----------*/
.indicators-pager {
	clear: both;margin:15px 5px 15px 6px;overflow: hidden;
}
div.search-type-pager {
	margin:0px 0px 20px 0px;overflow: hidden;
	border-bottom:1px solid #D8E0E5;padding-bottom:8px;
}

h1.search {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:10px;
}

div.search-type-pager a {
	font-size:15px;float: left;font-weight: bold;height: 25px;line-height: 25px;margin-right: 4px;padding:0 5px;text-align: center;-moz-border-radius: 4px;-webkit-border-radius: 4px;	
}

div.search-type-pager a {
	background: #fff;border: 1px solid #d2d5d6;color: #015A8F !important;text-decoration: none;
}
div.search-type-pager a.active {
	background: #8b9196;border: 1px solid #8b9196;color: #fff !important;
}
div.search-type-pager a:hover {
	background: #fff;border: 1px solid #8b9196;color: #015A8F !important;text-decoration: none;
}
div.search-type-pager a.active:hover {
    background: #8b9196;border: 1px solid #8b9196;color: #fff !important;
}

div.search-type-pager a.active:hover {
	cursor:default;
}


#briefsPager a, #briefsPager span, #companiesPager a, #companiesPager span, .indicators-pager a {
    float: left;font-weight: bold;height: 22px;line-height: 22px;margin-right: 4px;padding:0 3px;text-align: center;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}
#briefsPager span, #companiesPager span, .indicators-pager a.active {
	background: #8b9196;border: 1px solid #8b9196;color: #fff;
}
#briefsPager a, #companiesPager a, .indicators-pager a {
	background: #fff;border: 1px solid #d2d5d6;color: #c7cacb;text-decoration: none;
}
#briefsPager a:hover, #companiesPager a:hover, .indicators-pager a:hover {
	background: #fff;border: 1px solid #8b9196;color: #8b9196;text-decoration: none;
}
/* ------end Pager --------*/
div.clear {clear:both;}
div#print-footer {display: none;}

/* ------------CBM SEARCH-------------- */
.filters_search_box {
    width:100%;
    margin-bottom:5px;
    margin-top:5px;
    padding-bottom:10px;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

table.filters_search_box td.filters_list {
    width:30%;
    text-align:center;
}

table.filters_search_box td.filter_specific {
    width:58%;
    padding:1px;
}

table.filters_search_box td.delete {
    width:10%;
    margin-right:10px;
}

table.filters_search_box td.filters_list select.filters_select_list {
  margin-bottom:5px;
  margin-top:5px;
}

table.filters_search_box td.filter_specific > div {
  margin-top:5px;
  margin-bottom:5px;  
  margin-left:10px;
  margin-right:10px;
}
span.js_msg_error, span.js_msg_success, span.js_msg_info, span.js_msg_warning {
    font-weight:bold;
    text-align:center;
    font-size:12px;  
}
table.filters_search_box td.delete {
  font-weight:bold;
  cursor:pointer;
}

span.label {
    margin-left:15px;
    margin-right:15px;
    font-weight:bold;
    margin-top:3px;
}

span.period_span_checkbox {
    margin-left:15px;
    font-weight:bold;
    margin-top:3px;
    display:block;  
}

span.period_span_checkbox.disabled {
    color: #999;
}

span.period_span_checkbox input {
    margin-right:4px; 
    vertical-align:middle;
}


span.filters-checkboxes {
    margin-left:5px;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    display:block;  
}

span.filters-checkboxes.selectAll {
    font-style: italic;
    font-weight: normal;
}

a#add_new_filter {
    margin-top:10px;
    margin-bottom:10px;
    display:block;  
}

div.search-filters {
    margin-top:10px;  
}

span.filters-checkboxes input {
    margin-right:3px;
}
.selected-row {background-color: #c7cacb;}

div.no-data {
    font-weight:bold;text-align:center;margin-bottom:5px;
}
.display-explanations {
    margin-left:5px;display:block;padding-bottom:5px;color:black;font-weight:bold;font-size:11px;
}
span.display-explanations a {
    font-size:11px;
}

tspan.underline {
    text-decoration:underline;  
}

div.containerTableStyle table {
    border:none;  
}

div.explanation h2 {
    font-size:14px;  
}

div.explanation span {
  display: block;width:auto;font-weight:bold;
}

table.process-data-results {
  width:672px;
}

table.process-data-results th {
  font-weight:bold;
}

table.process-data-results td {
  font-size:12px;padding:4px;
}

table.process-data-results td.valid-results {
  font-weight:bold;background: url(../img/icons/tick.png) 6px 6px no-repeat !important;padding-left:30px;color:#222222;
}

table.process-data-results td.invalid-results {
  font-weight:bold;background: url(../img/icons/cross.png) 6px 6px no-repeat !important;padding-left:30px;color:#222222;
}

ul.used-filters {
    margin-left:30px;
      
}

li.list-filters {
    list-style-type: square;  
}
div.no_answers {
    font-weight:bold;text-align:center;padding:4px;
}
div.reloading-filters {
    text-align:center;font-weight:bold;  
}
div.filters-error {
    margin-top:10px;
      
}

div.filters-error h3 {
    margin-bottom:2px !important;    
}

div#error_message.error {
    text-align:center;
    border: 1px solid;
    margin: 5px;
    padding:5px 5px 5px 5px;
    background-repeat: no-repeat;
    color: #D8000C;
    background-color: #FFBABA;
}

/* ------------ CBM Search Display: Settings Dialog Box -------------- */
#displayFiltering .buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}

#displayFiltering .buttonpane input, #displayFiltering .buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: 0.5em 0.4em 0.5em 0;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    -moz-border-radius: 4px 4px 4px 4px;
}
#displayFiltering .buttonpane input.default, #displayFiltering .buttonpane button.default {
    border: 1px solid #D3D3D3;
}

a.button {
  width:auto;
  display:block; 
  white-space:nowrap; 
  padding-left:20px;
  font-size:12px !important;
  line-height:18px;   
}
a.export-xls {
  background:url(../img/icons/page_white_excel.png) left no-repeat; 
}

a.time-series {
  background:url(../img/icons/chart_line.png) left no-repeat; 
}

div.filters-edition {
    line-height:18px;
    color:#81A1B5;
    font-weight:bold;
}
div.filters-edition a {
    text-decoration:none !important;  
}

tr.deleted {
    background-color:#A6A6A6 !important;  
}

span.js_msg_text {
    font-size: 12px;
    margin-top:15px;
    font-weight: bold;
    line-height:16px;
    padding-top:5px;
    display:block;
}

span.js_msg {
    display:block;
    float:left;
    height:36px;
    margin-right:10px;
    margin-left:10px;
    width:36px;
    line-height:30px;
}
span.js_msg_info {
    background:url(../img/icons/info.png) top left no-repeat;
}
span.js_msg_success {
    background:url(../img/icons/success.png) top left no-repeat;
}
span.js_msg_warning {
    background:url(../img/icons/warning.png) top left no-repeat;
}
span.js_msg_error {
    background:url(../img/icons/error.png) top left no-repeat;
}

div.js_msg_error a {
    color:#0F487F;
    text-align:center;
}

div.js_msg_error p.error {
    font-weight:bold;
    font-size:11px;
    margin-left:10px;
}

div.compare-demographics {
    margin-top:10px;
    text-align:left;
}

div.compare-demographics a {
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
    width:95%;
}

div.compare-demographics ul li {
    padding-bottom:5%;  
}

div.compare-demographics ul li.list-inline {
   padding:0;
   display:inline;
   margin-left:2%;
}

div.compare-demographics a:hover {
    color:#242B2F;
}

a.display-as-chart {
  background:url(../img/icons/chart_bar.png) left no-repeat;
  color:#222;
  font-weight:bold;
}
table.indicators-line{
    position:relative !important;  
}
h2.category_container {
    padding-top: 10px; 
}
span.search-header {
    color:#025388;
    font-size:14px;
    font-weight:bold;     
}
ul.cbm-container{
    height:150px;
    width:90%;
    margin-top:5px;
    margin-bottom:5px;
    overflow:auto;
}

.filter-container-blue {
    height:150px;
    width:90%;
    margin-top:5px;
    margin-bottom:5px;
    overflow:auto;
}

ul.cbm-container li{
    font-size:11px;
    margin-bottom:2px;
    font-weight:bold;
    color:#222;
}

div.chainSelector a {
    text-decoration:none;
    font-weight:bold;
    color:#015A8F;  
}
span.removeCompany {
    display:block;
    padding:5px;
    float:right;
    background:url(../img/icons/remove.png) left no-repeat;
    cursor:pointer;
}

div.largeAnswers a.display-more {
    text-decoration:none;
    font-weight:bold;
    color:#015A8F;
    text-align:center;
    display:block;
    margin-top:10px;
}

.separator {
    font-weight:bold;
    font-size:12px;
    color:#CCD7DF;
    margin-top:2px;
    line-height:10px;
}

a.add_new_filter {
    padding-top:10px;
    font-weight:bold;
    text-decoration:none;
}

a.add_new_filter :hover {
    color:#242B2F;  
}
div.menu-size td {
    padding:0 !important;  
}

span.delete_item {
    display:block;
    padding:8px;
    cursor:pointer;
    float:right;
    background:url(../img/icons/delete.png) left no-repeat;
    cursor:pointer;
}
span.delete_item_left {
    display:block;
    padding:8px;
    cursor:pointer;
    float:left;
    margin-right:5px;
    background:url(../img/icons/delete.png) left no-repeat;
    cursor:pointer;
}
li.ui-no-background {
    background:none !important;
}

li.ui-no-border {
    border:none !important;
}

a.white {
    color:white !important;
}

a.black {
    color:#212121 !important;    
}

ul#gridMenu {
    font-size:11px;    
}

label.label-modal {
    font-weight:bold;
    font-size:1em;
    color:#212121;
    margin-left:1px;
}

table.sortable-table thead th.header{
    cursor:pointer;   
    background-color:#545E64; 
}

table.sortable-table thead th.headerSortDown {
    cursor:pointer;
    background-image: url(../../img/jquery/tablesorter/desc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:20px;
}

table.indicator-table-title {
    border:none !important;
    margin-top:10px;
}

div.timeSeriesSelectBrands {
    padding:10px;
    border:1px solid #A0CEE1;  
}

li.selectedBrand {
    color:green;
    font-weight:bold;
    font-size:1em;
    clear:both;
}

.disabled-element {
    display:none;  
}


table td.header {
    background-color: #545E64;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    padding: 2px;
}

table.sortable-table thead th.headerSortUp {
    cursor:pointer;
    background-image: url(../../img/jquery/tablesorter/asc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:20px;
}

div.js_msg_noaccess a {
    color:#015A8F !important;   
    font-weight:bold;
    text-decoration:none; 
}

div.js_msg_noaccess {
    font-size:1em;
    line-height:25px;    
}

div.appsList{
    position:absolute;
    top:35px;
    right:9px;
}

div.appsList ul li{
    display:inline;
}

div.appsList ul li a{
    color:white;
    text-decoration:none;
    display:block;
    float:left;
    line-height:18px;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    margin-left:5px;
    margin-right:5px;
    padding-top:5px;
    padding-bottom:3px;
    -moz-border-radius: 4px;-webkit-border-radius: 4px;
}

div.appsList ul li a:hover {
    background: #002c49;background-color: rgba(0,0,0,0.3);color: #fff;text-shadow: 0 0 10px rgba(255,255,255,0.4);
    border-top:2px solid #036BAD;
}

div.dialog-form label {
    font-size:1em;
    font-weight:bold;
    margin-right:10px;
    color:#545252;
    text-align:left;
}
/* No color if :nth-child is not known by the browser (ie) */
.generic-form-table tr:nth-child(odd) {
	background-color: #EEE;
}

.generic-form-table tr:nth-child(even) {
}

.generic-form-table tr:hover {
	background-color: #DDD;
}

.generic-form-table td,
.generic-search-table td {
	padding:5px;
}

.generic-form-table td:first-child,
.generic-search-table td:first-child {
	text-align:right;
}

.generic-form-table textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #CCC;
	padding:5px;
}

.generic-form-table input,
.generic-search-table input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}

.generic-form-table textarea:focus,
.generic-form-table input:focus {
	-webkit-box-shadow: 0px 0px 3px 1px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px 1px #CCCCCC;
	box-shadow: 0px 0px 3px 1px #CCCCCC;	
}
.generic-form-table label,
.generic-search-table label {
	margin:5px;
}

.float_fixer {
	display:inline-block;
	width:100%;
	height:0px;
	clear:both;
}

.pivot_container table th {
    background-color: #DDD;
    white-space: nowrap;
}

.pivot_container.dragged {
    cursor: move;
}

.pivot_container a {
    padding: 3px;
    display: inline-block;
}

.pivot_container span.text {
    padding:5px;
    display: inline-block;
}

#company-name a {
    display: inline-block;
    margin-right: 5px;
    height: 16px;
    font-size: 12px;
}

.menu-options {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    float: right;
    position: relative;
    top: -2px;
    margin-right: 10px;
    line-height: 16px;
}

#export-pivot {
    background-image: url('../img/icons/excel.gif');
}

#display-options-trigger {
    background-image: url('../img/icons/wrench.png');
}

#modify-search {
    background-image: url('../img/icons/arrow_left.png');
}

#viewFilters {
    background-image: url('../img/icons/small_help.png');
}

.drill {
    display: inline-block;
    margin-left: 2px;
    line-height: 15px;
    text-decoration: none;
}

.drill img {
    position: relative;
    top: 3px;
    left: -3px;
}

label[for=oneDma], label[for=onePeriod] {
    display: inline-block;
    width: 450px;
    margin: 20px 0 10px 0;
    text-align: center;
}

#pmMenuFilter div.filter {
    border: solid 1px #D8E0E5;
    padding:10px;
    width: 415px;
    float:left;
    margin: 10px 0 10px 0px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.tree.radio > div.containerTableStyle > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td:nth-child(2),
.tree > div.containerTableStyle > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td:nth-child(3) {
    display: none;
}

#pmMenuFilter div.filter .standartTreeRow {
    font-weight: bold;
}

#pmMenuFilter div.period {
    margin-left:45px;
}

.centeredLoader {
    background-image: url('../img/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 80px;
}

.pivot_container table.pivot,
.pivot_container table.pivot tr,
.pivot_container table.pivot td,
.pivot_container table.pivot th {
    padding: 2px 2px;
}

.pivot_container table th {
    background-color: #E3EEF5;
}

.pivot_container table.pivot,
.pivot_container table.pivot tr,
.pivot_container table.pivot td,
.pivot_container table.pivot th {
    border-color: #B9D3E3;
}

.pivot_container table.pivot td.value {
    text-align: right;
}

div.pivot_container {
    overflow-y: auto;
    height: auto;
}

.marginTop10 {
    margin-top:10px;  
}
.marginTop15 {
    margin-top:15px;  
}
.marginTop20 {
    margin-top:20px;  
}

.periodImg {
    vertical-align:middle;
    padding-left:25px;
    margin-top:5px;
    background:url(../img/icons/calendar_view_day.png) left no-repeat;
    background-position-y:-1px;
}

.dmaImg {
    vertical-align:middle;
    padding-left:25px;
    margin-top:5px;
    background:url(../img/icons/world.png) left no-repeat;
    background-position-y:-1px;
}

.mealPartImg {
    vertical-align:middle;
    padding-left:25px;
    margin-top:5px;
    background:url(../img/icons/food.png) left no-repeat;
    background-position-y:-1px;
}

.companyImg {
    vertical-align:middle;
    padding-left:25px;
    margin-top:5px;
    background:url(../img/icons/building.png) left no-repeat;
    background-position-y:-1px;
}

.chartImg {
    vertical-align:middle;
    padding-left:25px;
    margin-top:5px;
    background:url(../img/icons/chart_bar.png) left no-repeat;
    background-position-y:-1px;
}

table.indicator-results tbody tr {
  display:table-row;
}

table.indicator-results tbody td, table.indicator-results tbody th {
  border:none;
  border-bottom:1px solid #CCC;
  font-family: "Courier New", Courier, monospace;
  padding-left:5px;
  line-height:15px;
}

.breadcrumb, .small-container {
  width:930px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  padding: 7px 14px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset -3px 1px 3px #ffffff;
  -moz-box-shadow: inset -3px 3px 6px #ffffff;
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.2)
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
  font-weight:bold;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}

a.linkBreadCrumb {
    font-weight:bold;
    text-decoration:none;  
}

.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs, .pills {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  position: relative;
  top: 1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 36px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs > li.active > a {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.tab-content {
  clear: both;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  text-shadow: 0 1px 1px #ffffff;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  background: #00438a;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.pills .active a {
  background: #0069d6;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.tab-content > *, .pill-content > * {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}

.shadowBox {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom:20px;
}

#reportMainPivot table,
#reportFocusPivot table {
    margin:0;
    width:100%;
}
#reportMainPivot,
#reportFocusPivot {
    margin-bottom: 10px;
}

#choseReportAxis span {
    margin: 0 5px 0 5px;
    display: inline-block;
}

#run-report {
    float:right;
    margin-right: 20px;
}

#viewFilterDialog table {
    width:100%;
}

#viewFilterDialog td {
    padding:5px;
}

#viewFilterDialog tr:nth-child(odd) {
    background-color: #DDD;
}

#viewFilterDialog li {
    list-style: circle;
}

#TB_window #objectsList-nav .ln-letters a {
    font-size: 12px;
    display: block;
    float: left;
    padding: 8px 6px;
    border: none;
    border-right: 1px solid #B9D3E3;
    text-decoration: none;
    color: #015A8F;
}

#TB_window #objectsList-nav .ln-letters a.ln-last { border-right:none; }
#TB_window #objectsList-nav .ln-letters a:hover,
#TB_window #objectsList-nav .ln-letters a.ln-selected {
    background-color:#015a8f;
    color:#fff !important;}

#TB_window #objectsList-nav .ln-letters a.ln-selected {
    padding: 8px 12px;
}

#TB_window #objectsList-nav .ln-letters a.ln-disabled {
    color:#ccc;
}
#TB_window #objectsList-nav .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
#TB_window #objectsList-nav {
    background: #E3EEF5;
    width: 628px;
}
.rounded-info {
  padding: 1px 3px 2px;
  background-color: #bfbfbf;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rounded-info.important {
  background-color: #c43c35;
}
.rounded-info.warning {
  background-color: #f89406;
}
.rounded-info.success {
  background-color: #46a546;
}
.rounded-info.notice {
  background-color: #62cffc;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.btn.very-small {
  padding: 2px 5px 3px;
  font-size: 11px;
}
.lineHeight15 {
    line-height:18px;  
}
.alignMiddle {
    vertical-align:middle;  
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}

.tabs li a {
  font-size:1em;
  text-decoration:none;
  font-weight:bold; 
}

.tabs li a:hover {
  color:#C24615;
}

.tabs li.active a {
    cursor:default;
    font-size:1.1em;
    color:#C24615;
    text-decoration:none;
    font-weight:bold;  
}

.category-pager {
    border-bottom:1px solid #DDD;
    padding-bottom:5px;
    padding-left:5px;
    margin-bottom:10px; 
}

.category-pager > a {
  display: block;
}

.category-pager > a {
  text-decoration:none;
  font-size:0.9em;
  font-weight:bold;
  color:#015A8F !important;
  padding: 0 5px;
  margin-right: 2px;
  float:left;
  line-height: 30px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.category-pager > a.active {
  color:#C24615 !important;
  font-size:1em;
}
.category-pager > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.absolute-filter-pos {
    position: absolute;
    left:81%;
    bottom:33%;
}

.relative {
    position:relative;  
}

.category-pager.last {
    border-top: 1px solid #DDD;
    margin-top:15px;
    padding-top:5px;  
}

:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  text-decoration:none;
  float: right;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 10px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.btn .close, .alert-message .close {
  font-family: Arial, sans-serif !important;
}
.separator {
  border-bottom:2px solid #DDD;  
}

.decorationNone {
    text-decoration:none;  
}

.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.errorWrapper {
    padding:10px;
    text-align: center;
}
