/***************/
/* My Style
/***************/
/* Error Handler */
div.error {
    padding: 10px;
    background: #FEE;
    color: #900;
    border: 1px solid #900;
    margin-bottom: 30px;
}

div.error p {
    margin-bottom: 0px;
    font-size: .8em;
}


/********************/
/* Main */
/********************/

/* HEADER ******/
#header {
    padding: 0 10px;
    /*background: #450949 !important;*/
    height: 71px;
}

#logo {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    margin-left: 40px;
}

#logo img {
    width: auto;
    height: auto;
    padding-left: 3px;
}

#project-context,
.project-context {
    padding: 12px 1px 0;
}

#project-selector,
.project-selector {
    font-weight: bold;
    /*color: #eeeeee;*/
}

#project-selector:hover,
.project-selector:hover {
    /*color: #eeeeee;*/
}


/* MENU ******/
#left-panel {
    padding-top: 71px;
}


/* BODY ******/
.widget-module ul {
    padding: 15px 20px 10px;
    list-style: none;
    margin: 0;
    /*-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.3);
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    border-bottom: 1px solid #423F3F;*/
}

.widget-module ul li {
    display: inline-block;
    width: auto;
}

.widget-module ul li .jarvismetro-tile {
    margin: 0 5px 3px;
    border: 0;
    border-radius: 0;
}

.widget-module ul li .jarvismetro-tile {
    text-decoration: none;
    color: #fff;
}

.widget-module ul li .jarvismetro-tile:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02)
}


.jarvismetro-tile.big-cubes {
    width: 140px;
    height: 140px;
}

.jarvismetro-tile .iconbox span {
    display: block;
    text-align: center;
    font-weight: bold;
}

.tab-content>.tab-pane {
    padding: 20px;
}

.dataTable th,
.dataTable td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex_highlight_row tr.even:hover {
    background-color: #EFEFEF;
}

.ex_highlight_row tr.odd:hover {
    background-color: #EFEFEF;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.label {
    font-size: 80% !important;
}

.bootstrapWizard li {
    width: 20% !important;
}

#sparks li h5 {
    margin: 0px;
}