/* main.css: Add and override styles */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic-ext);

body{
font-family: 'Roboto', Arial, Helvetica, sans-serif;
color: #333;
}
.dc-data-count small {
  font-size: 16px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.pie-chart {
  height: 150px;
}
.dc-chart .axis text{
  font-size: 12px;
}

text {
  font-size: 11px;
  font-weight: bold;
}

#rus_geo_chart {
/*border: 0.8px solid #D3D3D3;
*/
background-color:  #FAFAFA;
}
#control-row {
  padding-bottom: 20px;
}

.overlay {
  fill: none; 
}        

path {
  stroke:white;
  stroke-width: 1px;
}

div.tooltip {   
  position: absolute;           
  text-align: center;           
  width: 170px;                  
  height: 30px;                 
  padding: 2px;             
  font-size: 12px;     
  background: #FFFFE0;
  border: 1px;      
  border-radius: 8px;           
  pointer-events: none;         
}
a.title:hover,
a.title:focus
{
color:#FEFEFF;
text-decoration: underline;
}
a#all { 
  color:#88C1E6;
  cursor: pointer; 
}
a#all:hover,
a#all:focus {
  color: #9ECDEA;
  text-decoration: underline;
}
#dc-bar-chart .x.axis text {
    text-anchor: end !important;
    transform: rotate(-45deg);
}
h3 {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: .3em;
    margin-bottom: 1em;
   position: relative;
}
.info-chart {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -30px;
    width: 100%;
}
.info {
    position: absolute;
    background: #e6e6e6 url(../images/info.svg) no-repeat;
    display: block;
    top: 33px;
    right: 15px;
    width: 21px;
    text-indent: -9834em;
    cursor: pointer;
}
p.desc {
    width: 100%;
    margin-left: 0px;
    background: #e6e6e6;
    padding: 15px;
    position: relative;
    top: 54px;

    z-index: 1;
    display: none;
}
.info.opened {
    padding-bottom: 16px;
    background: #e6e6e6 url(../images/close_info.svg) no-repeat center top;
}
.info_chart p.desc {
    font-weight: normal;
    font-size: .875em;
}
.mlegend{
  margin-top:100px;
  height: 50px;
  z-index: 2;
}
.in-title{
  font-size: .575em;
  color: #DDD;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
  width:100%;
}
/*.svg-map{
  
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0px;
  
}
*/
.row-title{
background-color: #1e3685;
z-index: 10;
}
.title{
  font-size: 32px;
  color: #fefeff;
}
.dc-data-count .filter-count{
  color:#88C1E6;
}
.dc-data-count .total-count{
  color:#88C1E6;
}
.row-footer{
  position: absolute;
  background-color:#E6ECEC;
  height: 180px;
  overflow: hidden; 
}
.row-table{
  margin-bottom: 10px;
  margin-top: 10px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 107px;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 8;
}
#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/ajax-loader.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}
.scale-button-plus,
.scale-button-minus
{
  margin-left: 2px;
  height: 25px;
  width: 25px;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 3px; 
}
.scale-button{
  margin-left: 2px;
  height: 25px;
  width: 25px;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 3px; 
}
select.dc-select-menu{
  height: 25px;
  margin-right: 5px;
}
#desciption{
  width: 360px;
  margin-top: 30px;
  margin-left: 50px;
  font-size: 14px;
  color: #858e9b;
}
div.copyright{
  background: url(../images/cc.png) no-repeat top left;
  padding-left: 50px;
  padding-top: 5px;
  color: #858e9b;
  margin-top: 15px;
  margin-left: 60px;
  height: 50px;
}
.row-footer ul{
  list-style-type: none;
}
.remove-button{
  height: 26px;
  width:26px;
  padding:2px 5px;
  margin-bottom: 3px;
  cursor: pointer;
  border-width: 0px;
}
#loader1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left:200px;
  margin-top:30px;
}
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

div.dt-buttons{
  margin-left: 20px;
}
a.dt-button{
  /*height: 22px;*/
  padding:0em 0em;
  border:none;
 
  /*display: none;*/
  font-size: 15px;
}
a.buttons-excel{
   color:#098a26;
}
a.buttons-pdf{
   color:#D40523;
}
a.buttons-print{
   color:#1F77B4;
}
span.fa{
  margin-top:0px;
  margin-bottom: 0px;
}   