﻿.red{
 min-width:250px;
 width: 20%;
 position: absolute;
 margin-top: 25px;
 height:40px;
 text-align:center;
 color:#FFF;
 text-decoration:none;
 line-height:43px;
 font-family:'Oswald', Helvetica;
 text-shadow:-1px -1px 0 #5978BB;
 display:block;
 background: #5978BB;
 border:1px solid #FFF;
 background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#5978BB), to(#5978BB));
 -webkit-border-radius:5px;
 /*-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);*/
}

.red:hover{
 /*background: #F66C7B;
 min-width:250px;
 background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D25068), to(#F66C7B));*/
  color:black;
}

/*.red:active{
 -webkit-box-shadow:0 1px 0 rgb(0, 0, 0) inset, 0 -1px 0 rgb(0, 0, 0) inset;  position:relative;
  min-width:250px;
 top:5px;
}*/
.chartContainerBlockIG {
    padding:10px;
    width: 100%;
    height: 215px;
}
.dropdown
{
    min-width:100px;
}
.divproperty {
    border: 2px solid;
    padding-bottom: 10px;
    border-color: #5978BB;
    height: auto;
    width: 85%;
    max-width:740px;
    align: center;
    text-align:center;
    align-self:center;
    margin: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.documentdetail
{
 width:100%;
 max-width:1000px;
   
}


