/* Add here all your css styles (customizations) */
/* Add here all your css styles (customizations) */
/*------------------------------------
  Boxed layout
------------------------------------*/
.g-layout-boxed,
.g-layout-semiboxed {
    background-color: #f7f7f7;
}
.u-outer-space-v1 .g-layout-boxed::after,
.u-outer-space-v2 .g-layout-boxed::after,
.u-outer-space-v1 .g-layout-semiboxed::after,
.u-outer-space-v2 .g-layout-semiboxed::after {
    border-bottom-color: #f7f7f7;
}
.g-layout-boxed main,
.g-layout-semiboxed main {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
    .g-layout-boxed main {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .g-layout-semiboxed main {
        width: 1340px;
    }
}
@media (min-width: 768px) {
    .u-outer-space-v1 {
        margin: 20px;
    }
}
@media (min-width: 768px) {
    .u-outer-space-v1 body {
        height: calc(100% - 40px);
        min-height: calc(100% - 40px);
    }
}
@media (min-width: 768px) {
    .u-outer-space-v2 {
        margin: 40px;
    }
}
@media (min-width: 768px) {
    .u-outer-space-v2 body {
        height: calc(100% - 80px);
        min-height: calc(100% - 80px);
    }
}

/*------------------------------------
  Sticky Footer
------------------------------------*/
main {
    min-height: 100vh;
}
.flex-grow {
    flex: 1 1 auto;
}

.text-topbar-left-column {
    text-align: right;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
    .text-left-xs {
        text-align: left;
    }
}

section.container a {
    text-decoration: underline;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table-striped {
	line-height: 1.3;
}

.table-striped td {
   padding: 4px;	
}




