html, body {
    height: 100%;
}

body {
    padding-top: 20px;
}

.container-widgets {
    background-color: #fdfceb;
    border-radius: 6px;
    border: 1px solid #608faf;
    padding: 20px;
    margin: 0 20px;
}

/*
.dashboard .container-widgets {
    background-color: #fdfceb;
    border-radius: 6px;
    border: 1px solid #608faf;
    padding: 20px;
}
*/

.dashboard .widgets {
    height: 100%;
    min-width: 100%;
}

.dashboard .widgets .configure {
    float: right;
    margin-top: -5px;
    margin-right: -10px;
}

.dashboard .widgets .span3 {
    border-right: 3px solid #e5e4dd;
    border-left: 3px solid #e5e4dd;
    margin-left: 0;
    /* Bootstrap 2.0.4 */
    padding: 10px;
    background-color: #fdfdf4;
    float: none;
    display: inline-block;
}

.dashboard .widgets .span3:first-child {
    border-left-width: 0;
}

.dashboard .widgets .span3:last-child {
    border-right-width: 5px;
}

.dashboard .clock, .dashboard .reports, .dashboard #task-bar, .dashboard #summary-bar {
    border: 5px solid #e5e4dd;
}

.dashboard #task-bar, .dashboard #summary-bar, .dashboard .reports {
    background-color: white;
}

.dashboard #task-bar > ul, .dashboard #summary-bar > ul {
    background-color: white;
    overflow: auto;
}

.dashboard .widgets > li {
    height: 30%;
    min-height: 350px;
    margin-bottom: 10px;
    text-align: center;
}

.dashboard .widgets .ui-sortable {
    white-space: nowrap;
}

.dashboard .carousel .widget:nth-child(2n+2) {
    margin-left: 20px;
}

.dashboard .widget {
    width: 500px;
    height: 320px;
    display: inline-block;
    border: 3px solid #e5e4dd;
    margin-top: 10px;
}

.dashboard .task {
    display: inline-block;
    height: 135px;
    width: 125px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
}

.dashboard #summary-bar {
    min-height: 120px;
    max-height: 150px;
    text-align: left;
}

.dashboard .tiles .span3 {
    padding-left: 10px;
    height: 100px;
}

.dashboard .clock {
    height: 130px;
    background: black;
    padding-top: 10px;
}

.dashboard .reports {
    margin-top: 10px;
    height: 63.333333%;
}

.dashboard .reports h4 {
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    background: white;
    width: 130px;
}

.dashboard .report-heading {
    background: #d1d1d1;
    /* Bootstrap 2.0.4, normally -4px */
    margin: 5px 4px 0 5px;
}

.dashboard .tile {
    background: transparent;
    border: 3px solid #e5e4dd;
    margin: 10px;
}

.dashboard .report {
    padding: 5px;
    color: #999;
}

.dashboard .report-title {
    color: #333;
    font-size: 16px;
}

.dashboard .carousel-indicators {
    bottom: -15px;
    top: inherit;
}

.dashboard .carousel-indicators li {
    background-color: gray;
}

.dashboard .carousel-indicators .active {
    background-color: black;
}

.dashboard .carousel-inner .item {
    white-space: nowrap;
}

.dashboard #summary-bar h3 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
}

.dashboard #summary-bar .title {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 20px;
}

.dashboard .heading {
    font-size: 20px;
    padding: 10px;
    text-align: left;
    border-bottom: 5px solid #e5e4dd;
    color: #8c8c8c;
    background-color: #f5f5f5;
}

.dashboard .heading:hover {
    cursor: move
}

.dashboard #chart-bar {
    border: 5px solid #e5e4dd;
}

.dashboard #task-bar {
    min-height: 200px;
    text-align: left;
}

.dashboard .task .title {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    white-space: normal;
    text-align: center;
}

.dashboard .task .value {
    font-size: 30px;
    margin-top: 10px;
    width: 100%;
    text-align: center
}

.dashboard .task.sticky-note {
    background: url('../img/sticky-note-128.png') no-repeat;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dashboard .modal {
    width: 600px;
    height: 400px;
    padding: 10px;
    overflow: auto;
}

.dashboard .twoup .widget {
    width: 45%;
}