﻿body {
  /*font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;*/
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.52857143;
  color: #656565;
  background-color: #f5f7fa;
}

h3 {
    margin-top: 5px!important;
    margin-bottom: 10.5px!important;
}
canvas{
    height: 100% !important;
}
.graph {
   position: relative;
   width: 100px;
   height: 100px;
   margin: 0 auto;
}
canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
height: 100%;
}
.graph span {
    color:red;
    display:block;
    line-height:100px;
    text-align:center;
    width:100px;
    font-family:sans-serif;
    font-size:25px;
    font-weight:100;
    margin-left:5px;
}

input {
    /*width: 100px;*/
}
#dashboardcolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:10px;

}

#dashboardcolumn .test {
    margin: 1%;
     background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
}

#dashboardcolumn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#newsfeed .test {
    margin: 1%;
     background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
}

#newsfeed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#dashboardcolumn1 .test {
    margin: 1%;
     background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
         width: 98%;
}
.panel-footer{
    height:auto;
}
.eventdialog{
    height: 385px;
    overflow: auto;
}
.fontlabel{
    font-size: 16px;
    color: #00000080;
}
@media (max-width: 768px) {
    #dashboardcolumn .test 
    {
        width: 98%;
         background: white;
        margin-bottom: 15px;
        border-radius: 5px;
        padding: 0px;
        height:100%
    }
     #dashboardcolumn .test 
    {
        width: 98%;
        background: white;
        margin-bottom: 15px;
        border-radius: 5px;
        padding: 0px;
        height:100%
    } 
     #dashboardcolumn1 .test {
        width: 98%;
        background: white;
         margin-bottom: 15px;
        border-radius: 5px;
        padding: 0px;
        height:100%
    }
    #newsfeed .test 
    {
        width: 98%;
    }
}
@media (min-width: 769px) and (max-width: 1080px) {
    #dashboardcolumn .test {
	    width: 48%;
         background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
    }
    #dashboardcolumn1 .test {
	    width: 48%;
         background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
    }
    #newsfeed .test 
    {
        width: 48%;
    }
}
@media (min-width: 1080px) {
    #dashboardcolumn .test {
        width: 48%;
        background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
    }
     #dashboardcolumn1 .test {
        width: 48%;
        background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
    }
      #newsfeed .test 
    {
        width: 31%;
         background: white;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 0px;
    }
}


