 /* Layout Styles */
.sg-page-body {
    font-size: 0.9rem;
}

.sg-page-bkg {
     background-color: #eff3f6;
}

.sg-page-footer {
    padding: 2rem;
    font-size: 0.7rem;
    text-align: center;
}

.sg-panel-section {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
}

.sg-panel-section .header {
    background-color: #6f8294;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.sg-panel-section .header {
    padding: 0.75rem 2rem;
}

.sg-panel-section .header .title {
    display: inline-block;
    color: white;
    font-size: 1rem;
}

.sg-panel-section .header .controls {
    display: inline-block;
    color: white;
    cursor: pointer;
    text-align: center;
    float: right;
}

/* Container and Tables Styles*/
.sg-container-striped > .row:nth-child(2n+1) {
   background-color: #f3f5f7;
}

.sg-container-striped-reverse > .row:nth-child(2n) {
   background-color: #f3f5f7;
}

.sg-container-striped > .row,
.sg-container-striped-reverse > .row {
    padding: .5rem 2rem; 
}

table.sg-table-striped > tbody > tr:nth-child(2n+1) > td {
   background-color: #f3f5f7;
}

table.sg-table-striped-reverse > tbody > tr:nth-child(2n) > td {
   background-color: #f3f5f7 !important;
}

table.sg-table-striped > tbody > tr > td, 
table.sg-table-striped > thead > tr > th,
table.sg-table-striped-reverse > tbody > tr > td, 
table.sg-table-striped-reverse > thead > tr > th {
    border: 0;   
}

table.sg-table-striped td, table.sg-table-striped th {
     padding: .5rem;
}

table.sg-table-striped > tbody > tr > td:first-child, 
table.sg-table-striped > thead > tr > th:first-child,
table.sg-table-striped-reverse > tbody > tr > td:first-child, 
table.sg-table-striped-reverse > thead > tr > th:first-child {
    padding-left: 2rem;   
}

table.sg-table-striped > tbody > tr > td:last-child, 
table.sg-table-striped > thead > tr > th:last-child,
table.sg-table-striped-reverse > tbody > tr > td:last-child, 
table.sg-table-striped-reverse > thead > tr > th:last-child {
    padding-right: 2rem;   
}

/* Button and Fields Styles */
.sg-btn {
    color: #ffffff !important; 
    background-color: #5397cf !important;
    padding: 0.1em 1em 0.1em 1em !important;
    border-radius: 10em !important;
    text-align: center !important;
    margin-right: 1em; 
}

.sg-btn.sg-btn-success {
    background-color: #1ab68a!important;
}

.sg-btn.sg-btn-secondary {
    background-color: #a3a7a6!important;
}

.sg-btn-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: #007bff;
}

.sg-btn-link:hover {
    text-decoration: underline;
}

.sg-btn-link:focus {
    outline: 0;
}

.sg-field-title {
    font-weight: bold;
}

.sg-field-val {
    color: #818d90;
}

.sg-field-numeric {
    text-align: right;
}


/* Utilities Styles */
.sg-section {
    padding: 0.35rem 2rem !important;
}

.sg-section-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.sg-section-y {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.sg-section-t {
    padding-top: 0.35rem !important;
}

.sg-section-b {
    padding-bottom: 0.35rem !important;
}