
.toolbar_card_mdb
{
    border-radius: 2px;
    box-shadow:0 1px 5px rgba(0,0,0, 0.22), 0 1px 2px rgba(0,0,0, 0.24);
    background-color: white;
    width:100%;
    position:fixed;
    z-index:2;
    max-height: 60px;
}/*p*/

.image-mdb
{
    height:60px;
}/*p*/

.title-text-mdb{
    text-align:center;
    line-height: 2;
}/*p*/

.actions-padding-mdb
{
    padding-top:15px;
}/*p*/

.inline-mdb
{
    display: inline-block;
}/*p*/

.float-right-mdb
{
    float: right;
    color: #00937D;
}

.arrow-mdb
{
    color: #00937D!important;
}
.content-mdb
{
    position: relative;
    top: 60px;
}/*p*/

.graph-card-mdb {
    width: 90%;
    height: 400px;
    border-radius: 6px;
    padding: 10px;
}/**/

.card2-mdb{
    /*margin: 15px 0px;*/
    /*border-radius: 6px;*/
    border-bottom: 2px solid #00937D;
}/*p*/


.profile-style-mdb{
    text-align:center;
    line-height: 3.5;
}/*p*/

.fade-mdb
{
    transition:0.8s linear all;
    opacity:1;
}
.fade-mdb.ng-hide
{
    transition:0.5s linear all;
    opacity:0;
}
.card2 {
/*    display: inline-block;*/
    height:150px;
    margin: 25px 0px 0px 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: black;
    background: #fff;
    padding:10px;
   
    border-bottom: 2px solid #00937D;
}

.card-header1
{
    width:100%;
    background-color: #00937D;
    text-align:center;
    float:left;
    color:white;
    z-index:1;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}

.card-header-mdb
{
    height:65px;
    width:65px;
    background-color: #00937D;
    text-align:center;
    color:white;
    padding: 10px;
    /*border-radius: 3px;*/
    /*box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)*/
}/*p*/

.card-icon-position-mdb
{
    line-height: 2;
}
.circle-mdb
{
    position: relative;
    text-align:right;
}/*p*/

.vertical-text-maindb {
    transform: rotate(270deg);
    position: relative;
    top: 50%;
    color: white;
}

.card-header2-mdb
{
    background-color: #14937D;
    text-align:center;
    float:left;
    color:white;
    z-index:1;
    border-radius: 3px;
    padding: 25px;
    margin-top: -40px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.theme-texture
{
    background: url(../img/pattern.png) repeat center;
    color: #FFF;
    box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.4);       
}


.background3-mdb
{
    fill: rgba(255, 255, 255, 0.2);
}