﻿#lightbox.dashboard {
}

    #lightbox.dashboard .content {
        width: 92%;
    }

    #lightbox.dashboard .lightbox-header {
        border-bottom: solid 1px #f2f2f2;
    }

        #lightbox.dashboard .lightbox-header h2 {
            font-family: "RexBold";
            font-size: 25px;
            color: #5a5a5a;
        }

    #lightbox.dashboard .button {
        min-width: initial !important;
    }

    #lightbox.dashboard .buttonRow {
        width: 100%;
        padding: 5px 0;
        height: 30px;
        min-height: 30px;
    }

        #lightbox.dashboard .buttonHolder {
            float: right;
        }

/* Font for easytabs for dashboard style */
#lightbox.dashboard ul.etabs .tab a {
    font-family: "RexLight";
}

/* Thumbarea for widgets */
 .thumbarea {
     background-color: #f0f0f0;
 }

 .thumbarea img {
     margin: 0 auto;
     display: block;
     max-height: 150px;
     max-width: 150px;
 }

 .thumbarea .button {
     max-width: none;
     width: 100% !important;
 }

 /* Tagarea for widgets */
 .tagarea {
     margin-top: 15px;
 }