/* #postbox-container-2 {
	width: 67% !important;
}
@media only screen and (max-width: 799px) {
	#postbox-container-2 {
		width: 100%  !important;
	}
}

.self-assessment-dashboard-widget {
	height: 500px;
} */

.sa-info {
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 7px;
}

.sa-list {
	position: relative;
}
.sa-list .inner {
	position: relative;
	z-index: 5;
}
.sa-list .inner.inner--initial-height {
	min-height: 350px;
}

.sa-nav-bar {
    margin-bottom: 30px;
    position: relative;
    z-index: 15;
}

#dashboard-widgets .sa-nav-bar h3 {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 4px;
}

#dashboard-widgets #self_assessment_widget .sa-nav-bar h3 {
    display: block;
    margin-bottom: 1em;
}

.sa-nav-bar .button {
    vertical-align: middle;
	margin-right: 2px;
}
.sa-nav-bar .button:last-of-type {
    margin-right: 0;
}

.sa-totals {
    display: flex;
}
.sa-totals__total:not(:last-of-type) {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #eee;
}
.sa-totals__total span {
    display: block;
    font-size: 32px;
    text-align: right;
}

#sa-table {
    margin-bottom: 12px !important;
    width: 100%;
}

#sa-table th {
	text-align: left;
}
#sa-table th:nth-of-type(1) {
    width: 75% !important;
}
#sa-table th:nth-of-type(2) {
    width: 25% !important;
}

.dimmer {
    position: absolute;
    top: 0;
    left: -12px !important;
    width: calc(100% - 2px);
    height: calc(100% - 14px);
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.85);
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    will-change: opacity;
    z-index: 1;
    opacity: 0;
}
.dimmer--active {
    opacity: 1;
    z-index: 10;
}
.dimmer__loader {
    color: rgba(255,255,255,.9);
    display: block;
    width: 2.28571429rem;
    height: 2.28571429rem;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    text-align: center;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
}
.dimmer__loader::before {
    content: '';
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: .2em solid rgba(0, 0, 0, 0.15);
}

.dimmer__loader::after {
    content: '';
    border-color: #5a5a5a transparent transparent;
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.dataTables_length {
    margin-bottom: 30px;
}
.dataTables_length select {
    margin-top: -2px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding-right: 60px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.1em !important;
}

table.dataTable td, table.dataTable th {
    padding: 2px 14px 2px 4px;
}

table.dataTable {
    border-spacing: 0;
}

table.dataTable tbody tr:hover {
    background-color: #eef4f5;
}

.dataTables_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.dataTables_info {
    float: left;
    clear: both;
}
.dataTables_paginate {
    float: right;
    padding-top: .85em;
}
.dataTables_paginate a {
    cursor: pointer;
}
.dataTables_paginate a:hover{
    text-decoration: underline !important;
}
.dataTables_paginate > * + *,
.dataTables_paginate span > * + * {
    margin-left: 5px;
}

.paginate_button.current {
    color: inherit;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
}

.sa-disclaimer {
    margin-top: 20px;
}
.sa-disclaimer p {
    font-size: 12px;
}