/*
 because without a transition on these users will have a seizures.
*/
*{

	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}

.widget_summary .w_left {
    float: left;
    text-align: left;
}

.w_25{
    width:25%;
}

.w_35{
    width:35%;
}

.widget_summary .w_center {
    float: left;
}

.w_55{
    width:55%;
}

.w_45{
    width:45%;
}
.widget_summary .w_right {
    float: left;
    text-align: right;
}

.w_20{
    width:20%;
}

.w_30{
    width:30%;
}

table .tile_info{
    padding:10px 15px;
}

table .tile_info{
    width:100%;
}

table .tile_info td p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 28px;
}

table .tile_info td i {
        margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px;
}

ul.quick-list {
    width: 45%;
    padding-left: 0;
    display: inline-block;
}

    ul.quick-list li {
        padding-left: 10px;
        list-style: none;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 4px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.dashboard-widget-content .sidebar-widget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: right;
    padding: 2px;
    margin-top: 10px;
}

a {
    color: #5A738E;
    text-decoration: none;
}

ul.quick-list li i {
    padding-right: 10px;
    color: #757679;
}
/*colours*/

.blue{
    color: #3498DB;
}

.green{
    color: #1ABB9C;
}

.purple {
    color: #9B59B6;
}

.aero{
        color: #9CC2CB;
}

.red{
    color: #E74C3C;
}

.volume-progress {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  height: 11px;
  background: #eeeeee;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.volume-data{
    margin-bottom:20px;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}