﻿.wrap-dashboard {
    margin: -10px;
}

.dashboard .controls
{
    margin-bottom: 20px;
}
.dashboard .page-header
{
    padding: 0;
    margin: 20px 20px 15px 20px;
}

.dashboard .page-header .btn
{
    margin-left: 5px;
}

.dashboard .page-header .form-control
{
    width: 150px;
    display: inline-block;
}

.dashboard ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard .box
{
    height: 100%;
    padding: 55px 15px 15px;
    position: relative;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.dashboard .box-header
{
    cursor: move;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: .286rem .286rem 0 0;
}
.dashboard .box-header h3
{
    padding: 10px 35px 10px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    border: 1px solid #fff;
    border-bottom: 1px solid #d5dbdd;
    background: #f3f7f9;
    /*background: -moz-linear-gradient(top,#ffffff 0%,#f3f7f9 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,f4f8fa));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f3f7f9 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f3f7f9 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f3f7f9 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f3f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f7f9',GradientType=0);*/
    border-top-left-radius: .286rem;
    border-top-right-radius: .286rem;
    min-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dashboard .box-content
{
    height: 100%;
    padding: 5px;
}
.dashboard .box-header-btns
{
    cursor: pointer;
}

.dashboard form
{
    margin-bottom: 0;
}
.dashboard .gridster
{
    /* border: 1px solid #ccc; */
}

/* Modal */
.dashboard .modal
{
    overflow-y: hidden;
}




/*Dashboard Tabs */
.dashboard-tabs {
	position: relative;
	overflow: hidden;
	margin: -30px -30px 15px;
	background: #75828f;
}
@media (max-width: 479px){
    .dashboard-tabs {
        margin: -30px -15px 0;
    }
}
.dashboard-tabs nav {
	text-align: center;
}

.dashboard-tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.dashboard-tabs nav ul li {
	border-bottom: none;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}
.dashboard-tabs nav ul li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.dashboard-tabs nav li.tab-active {
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-bottom: none;
	z-index: 100;
}
.dashboard-tabs nav ul li.tab-active + li {
	border-left: none;
}

.dashboard-tabs nav li.tab-active:before,
.dashboard-tabs nav li.tab-active:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: rgba(255, 255, 255, 0.8);
}

.dashboard-tabs nav li.tab-active:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.dashboard-tabs nav a {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 12px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dashboard-tabs nav a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dashboard-tabs nav li.tab-active a {
	color: #76838f;
	background: #e4eaec;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,234,236,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(228,234,236,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,234,236,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,234,236,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,234,236,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(228,234,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5dbdd', GradientType=0 );
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dashboard-filter {}
