﻿/*
    This file holds overriding style properties for inspinia general elements.
*/

/*------------------------------------------------------------------------------------------------------*/
/*--------------------------------------->>> MISCELLANEOUS <<<------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

/* Kept same line height from bootstrap 3 */
body {
    line-height: 1.42857143;
}

/* Override size of small class and tag */
small, .small {
    font-size: 85%;
}

/* Set link color to lakes standard blue */
a {
    color: #3072B6;
}

/* Align title page heading with full logo image when side bar is not collapsed */
.page-heading {
    padding: 0px 10px 10px 10px;
}

/* Adjusted default color of rectangles animation to blue */
.sk-spinner-wave div {
    background-color: #237BC0;
}

/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------->>> IBOX <<<-----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

/* Adjusted fullscreen to avoid scroll bar. */
.ibox.fullscreen .ibox-content {
    min-height: calc(100% - 60px);
}

.ibox-title {
    display: flow-root;
}

.ibox-tools {
    display: table-cell;
    float: right;
}