/* 
    Document   : main
    Created on : 29.10.2012, 15:04:04
    Author     : сателлит
    Description:
        Purpose of the stylesheet follows.
*/
html, body{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    height: 100%;
}


#main-wrap {
  min-height: 100%;
}

#header{
    /*overflow:hidden;*/
    padding:16px 0 0 0;
    height:68px;
}

div.main-fluid #header{
    padding-left:40px;
    padding-right: 40px;
}

.footer {
  position: relative;
  /* margin-top: -100px;  negative value of footer height */
  height: 100px;
  clear:both;
  padding:20px 100px 0 100px;
} 

#textLogo{
    font-family: “Lucida Grande”, sans-serif;
    text-transform: normal;
    font-size:46px;
    color:#0088CC;
    text-shadow: 1px 1px 1px #333;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 14px;
}

td.propMuted,
th.propMuted,
td.propMuted a{
    color:#aaa;
}

td.propMuted img{
    opacity: 0.5;
}

.exportPagesBox select{
    width: 60px;
}

table.resultTable th{
    white-space: nowrap;
}


.statsBox .statsLabel{
    display: inline-block;
}

.statsBox .statsValue{
    font-size: 28px;
    font-weight: 400;
    color: #A4CE3E;
    margin-left: 10px;
}

.statsBox > div{
    padding: 5px 0;
}

.cBox1{text-align:left;font-size:11pt;color:#333;background:#fff8e1; border-top:1px solid #ffe9a4;border-bottom:1px solid #ffe9a4;padding:10px 10px 10px 10px;margin:5px 0;}

.btn1, .btn1:link, .btn1:visited
{
    background: #00AEEF;
    color:#fff !important;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 14px;
}

.btn2, .btn2:link, .btn2:visited
{
    background: #A4CE3E;
    color:#fff !important;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 14px;
}

.btn1:hover{
    background: #00AEEF !important;
    opacity: 0.8;
}

.btn2:hover{
    background: #A4CE3E !important;
    opacity: 0.8;
}

#header ul.nav li a{
    text-decoration: underline;
    color: #333;
}

#header ul.nav li a:hover{
    background: none;
    opacity: 0.8;
}

#header ul.nav li.active a{
    background: none;
    text-decoration: none;
    color: #999;
}

a:link{
    text-decoration: underline;
}

a.btn, a.btn:link, div.btn-group a:link
{
    text-decoration: none;
}

.textx{
    line-height: 160%;
}

.textx ul li{
    padding:4px 0;
}

#tableRootBox #header
{
    padding: 10px 20px;
}


#tableRootBox .footer {
  position: relative;
  /* margin-top: -100px;  negative value of footer height */
  height: 100px;
  clear:both;
  padding:20px;
  font-size: 12px;
} 

div.lvBox{
    overflow: hidden;
}

div.lvRow{
    overflow: hidden;
}

div.lvColumn{
    display: inline-block;
}

div.lvLabel{
    display: inline-block;
    color:#888;
}

div.lvValue{
    display: inline-block;
}

.filterTableBox
{
    border: 1px solid #ccc;
    border-radius: 7px;
    padding:7px;
}

.filter-table{
    font-size: 12px;
    background: none;
    
}

.filter-table th, .ftTh {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}

.filter-table .select2-container-multi .select2-choices
{
    background: #fff;
    border-color: #ddd;
    border-radius: 4px;
}


.filter-table .select2-container-multi .select2-choices .select2-search-choice {
    background: #D7ECED;
    border-color: #6BB9BC;
    font-size: 12px;
}

.filter-table .select2-container
{
    display: block;
}


.filter-table .select2-container-multi .select2-search-choice-close {
    left: 3px;
    top: 3px;
}

span.selectedCluster{
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 10px;
    border:1px solid #FFE9A4;
    background:#FFF8E1;
    margin: 0 3px 0 0;
    white-space: nowrap;
    line-height: 25px;
    text-transform: capitalize;
}

#pfrt tr.total{
    font-weight: bold;
    border-top: 1px solid #888;
}


.priceTypeRadioContainer {
    position: absolute;
    right: 42px;
    top: 9px;
    z-index: 1;
    background: #fff;
    padding: 2px 10px 5px;
}
.priceTypeRadioContainer input[type="radio"] { margin: -2px 4px 0 0; }
.priceTypeRadioContainer label { display: inline-block; font-size: 12px; margin: 0; cursor: pointer; border-radius: 3px; }
.priceTypeRadioContainer label.disabled { color: #999; }
.priceTypeRadioContainer .containerTitle { font-size: 11px; font-weight: bold; }

.highcharts-container { z-index: auto !important; }

.highchartsPopup { position: relative; }
.highchartsPopupContainer {
    display: block;
    position: absolute;
    left: -26px;
    padding: 5px 6px 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.highchartsPopupContainer.hidden { display: none; }

.highchartsLabelPopupContainer {
    bottom: 55px;
    min-width: 200px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}
.highchartsPointDescriptionPopup {
    font-size: 11px;
    width: 400px;
    max-height: 300px;
    overflow: auto;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}
.highchartsPointDescriptionPopup table th { padding: 4px; background: #333; }
.highchartsPointDescriptionPopup table tr td { padding: 2px 4px; line-height: 1.5; }
.highchartsPointDescriptionPopup table tr:hover td { background: #333; }
.highchartsPopupLoadingText {
    text-align: center;
    font-weight: bold;
    padding: 12px;
}
.highchartsPopupHeader {
    font-weight: normal;
    text-align: center;
}
.highchartsPopupClusterLink { color: #ddd; }
.highchartsPopupClusterLink:hover { color: #5faed6; text-decoration: none; }

.ce_breadcrumbs { margin: 0 0 26px; padding: 0; }
.ce_breadcrumbs li { display: inline-block; margin: 0 12px 0 0; padding: 0; }
.ce_page_container { background: #fff; padding: 12px; border-radius: 7px; border: 1px solid #ccc; }

table .ce_table_actions { font-size: 20px; text-align: right; }
table .ce_table_actions a .fa { color: #666; margin-left: 0 0 0 6px; }
table .ce_table_actions a:hover .fa { color: #08c; }

table .ce_table_actions a .fa-pencil { color: #005580; }
table .ce_table_actions a .fa-times { color: #900; }
table .ce_table_actions a:hover .fa-times { color: #f00; }

table .ce_table_actions a.btn { margin-left: 12px; }
table .ce_table_actions a.btn .fa { color: #fff; margin: 0 4px 0 0; }
table .ce_table_actions a.btn:hover .fa { color: #fff; }
