html {
    background-color: #424242;
}
body {
    color: #fff;
    font-size: 0.875rem;
    background-color: #424242;
    -webkit-font-smoothing: antialiased;
}
:focus {
    outline: 0 !important;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
button {
    color: inherit;
}
pre {
    color: inherit;
    background-color: #f8f8f8;
    border-color: rgba(120, 130, 140, 0.13);
}
blockquote {
    border-color: rgba(120, 130, 140, 0.13);
}
small {
    font-size: 90%;
}
sup {
    position: relative;
    top: -1em;
    font-size: 75%;
}
.pull-center {
    position: absolute;
    left: 50%;
}
.close {
    font-size: 1.3rem;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.center-block {
    margin: 0 auto;
}
.img-circle {
    border-radius: 100%;
}
.collapse.in,
.fade.in,
.tooltip.in {
    display: block;
    opacity: 1;
}
@media (max-width: 767px) {
    .pull-none-sm {
        float: none !important;
    }
}
@media (max-width: 575px) {
    .pull-none-xs {
        float: none !important;
    }
}
.label {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: 700;
    background-color: #b8b8b8;
    color: #fff;
    border-radius: 0.2rem;
}
.label.no-bg {
    background-color: transparent;
    color: inherit;
}
.label.up {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 4px;
    min-height: 4px;
    display: inline-block;
}
.label-lg {
    font-size: 1.33rem;
    padding: 5px 9px;
}
.label-sm {
    padding: 0.15em 0.35em;
}
.label-xs {
    padding: 0.1em 0.25em;
}
.list-group-item.active > .label,
.nav-pills > .active > a > .label {
    color: rgba(0, 0, 0, 0.87);
}
.btn .label {
    position: relative;
    top: -1px;
}
.btn {
    font-weight: 500;
    outline: 0 !important;
}
.btn > i.pull-left,
.btn > i.pull-right {
    line-height: 1.5;
}
.btn.rounded {
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.btn-md {
    padding: 0.4695rem 0.75rem;
    font-size: 0.9rem;
}
.btn-xs {
    padding: 0.2195rem 0.5rem;
    font-size: 0.8rem;
}
.btn-outline {
    border-width: 1px;
    background-color: transparent;
    box-shadow: none !important;
}
.btn.b-primary:focus,
.btn.b-primary:hover,
.btn.primary:focus,
.btn.primary:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #34e4cb;
}
.btn.accent:focus,
.btn.accent:hover,
.btn.b-accent:focus,
.btn.b-accent:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #a88add;
}
.btn.b-warn,
.btn.warn {
    cursor: pointer;
}
.btn.b-warn:focus,
.btn.b-warn:hover,
.btn.warn:focus,
.btn.warn:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #34e4cb;
}
.btn.b-success:focus,
.btn.b-success:hover,
.btn.success:focus,
.btn.success:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #6cc788;
}
.btn.b-info:focus,
.btn.b-info:hover,
.btn.info:focus,
.btn.info:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #6887ff;
}
.btn.b-warning:focus,
.btn.b-warning:hover,
.btn.warning:focus,
.btn.warning:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #f77a99;
}
.btn.b-danger:focus,
.btn.b-danger:hover,
.btn.danger:focus,
.btn.danger:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #f44455;
}
.btn.b-dark:focus,
.btn.b-dark:hover,
.btn.dark:focus,
.btn.dark:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #565656;
}
.btn.b-black:focus,
.btn.b-black:hover,
.btn.black:focus,
.btn.black:hover {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #2a2b3c;
}
.btn.b-white:focus,
.btn.b-white:hover {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: "#4b4b4b";
}
.btn.b-light:focus,
.btn.b-light:hover {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #f8f8f8;
}
.btn-icon {
    text-align: center;
    padding: 0 !important;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    position: relative;
    overflow: hidden;
}
.btn-icon i {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit;
    border-radius: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-icon.btn-xs {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.btn-icon.btn-sm {
    width: 1.775rem;
    height: 1.775rem;
    line-height: 1.775rem;
}
.btn-icon.btn-lg {
    width: 3.167rem;
    height: 3.167rem;
    line-height: 3.167rem;
}
.btn-icon.btn-social i:last-child {
    top: 100%;
}
.btn-icon.btn-social.active i:first-child,
.btn-icon.btn-social:focus i:first-child,
.btn-icon.btn-social:hover i:first-child {
    top: -100%;
}
.btn-icon.btn-social.active i:last-child,
.btn-icon.btn-social:focus i:last-child,
.btn-icon.btn-social:hover i:last-child {
    top: 0;
    color: #fff;
}
.btn-icon.btn-social-colored i:first-child {
    color: #fff;
}
.btn.btn-default,
.btn.btn-secondary,
.btn.white {
    border-color: rgba(120, 130, 140, 0.13);
}
.btn-default {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}
.btn-groups .btn {
    margin-bottom: 0.25rem;
}
.btn-fw {
    min-width: 7rem;
}
.card {
    border-color: rgba(120, 130, 140, 0.13);
}
.carousel-control .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
}
.dropdown-menu {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown-menu > li:not(.dropdown-item) > a {
    display: block;
    padding: 3px 20px;
}
.dropdown-menu > li:not(.dropdown-item) > a:focus,
.dropdown-menu > li:not(.dropdown-item) > a:hover {
    background-color: rgba(0, 0, 0, 0.065);
}
.dropdown-menu > .divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}
.dropdown-menu .active {
    background-color: rgba(0, 0, 0, 0.065);
}
.dropdown-menu.pull-left {
    left: auto !important;
    right: 100%;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.dropdown-menu.pull-up {
    top: 0;
}
.dropdown-menu.pull-down {
    top: 100% !important;
    left: 0 !important;
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.dropup .dropdown-menu.pull-right {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.dropdown-menu.datepicker,
.dropdown-menu.timepicker {
    padding: 6px;
    font-size: 0.8rem;
}
.dropdown-menu.datepicker .btn,
.dropdown-menu.timepicker .btn {
    font-size: 0.8rem;
}
.dropdown-menu.datepicker .btn.btn-primary,
.dropdown-menu.timepicker .btn.btn-primary {
    background-color: #6887ff;
    color: #fff;
}
.dropdown-menu.datepicker .btn:not(:hover),
.dropdown-menu.timepicker .btn:not(:hover) {
    box-shadow: 0 0 1px transparent;
}
.dropdown-item {
    color: inherit;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065);
}
.dropdown-divider {
    background-color: rgba(120, 130, 140, 0.13);
}
.flex-row > .nav-item > .dropdown-menu {
    position: absolute !important;
}
.dropdown-menu-scale {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
    transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}
.open > .dropdown-menu {
    display: block;
}
.show > .dropdown-menu-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    display: block !important;
}
.dropdown-header {
    padding: 8px 16px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu:focus > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: -6px;
}
.popover {
    color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 575px) {
    .dropdown-menu.pull-none-xs {
        left: 0;
    }
}
.form-control {
    border-color: rgba(120, 130, 140, 0.2);
    border-radius: 0;
}
.form-control:focus {
    border-color: rgba(120, 130, 140, 0.3);
}
.form-control-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.custom-select {
    border-color: rgba(120, 130, 140, 0.13);
}
.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.3;
}
.form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.3;
}
.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.3;
}
.form-control-spin {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.input-group-addon {
    border-color: rgba(120, 130, 140, 0.2) !important;
    background-color: transparent;
    color: inherit;
}
.form-group-stack .form-control {
    margin-top: -1px;
    position: relative;
    border-radius: 0;
}
.form-group-stack .form-control:active,
.form-group-stack .form-control:focus {
    z-index: 1;
}
.form-validation .form-control.ng-dirty.ng-invalid {
    border-color: #f44455;
}
.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
    border-color: #6cc788;
}
.form-validation .ui-checks .ng-invalid.ng-dirty + i {
    border-color: #f44455;
}
.form-file {
    position: relative;
}
.form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.input-group-sm > .form-control {
    min-height: 1.95rem;
}
.active-checked {
    opacity: 0;
}
input:checked + .active-checked {
    opacity: 1;
}
.list-group {
    border-radius: 3px;
    background: #fff;
}
.list-group.no-radius .list-group-item {
    border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
    border: none;
}
.list-group.no-border .list-group-item {
    border-width: 1px 0;
}
.list-group.no-border .list-group-item {
    border-width: 1px 0;
}
.list-group.no-border .list-group-item:first-child {
    border-top-width: 0;
}
.list-group.no-border .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group.no-bg .list-group-item {
    background-color: transparent;
}
.list-group.list-group-gap {
    background: 0 0;
}
.list-group-item {
    border-color: rgba(120, 130, 140, 0.065);
    background: 0 0;
    padding: 12px 16px;
    background-clip: padding-box;
}
.list-group-item.media {
    margin-top: 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065);
    border-color: rgba(120, 130, 140, 0.065);
    border-bottom-color: rgba(120, 130, 140, 0.065);
}
.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
    color: inherit;
}
.list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, 0.13);
}
.list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, 0.13);
}
.list-group-alt .list-group-item:nth-child(2n + 2) {
    background-color: rgba(0, 0, 0, 0.065);
}
.list-group-alt .list-group-item.active:nth-child(2n + 2) {
    background-color: rgba(0, 0, 0, 0.065);
}
.list-group-lg .list-group-item {
    padding: 16px 24px;
}
.list-group-md .list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
}
.list-group-sm .list-group-item {
    padding: 10px 12px;
}
.list-group-gap .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px;
}
.list-group-gap .list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, 0.065);
}
.list-group-gap .list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, 0.065);
}
a.list-group-item {
    color: inherit;
}
a.list-group-item.hover,
a.list-group-item:focus,
a.list-group-item:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065);
}
.modal .left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.in .bottom,
.modal.in .left,
.modal.in .right,
.modal.in .top,
.modal.show .bottom,
.modal.show .left,
.modal.show .right,
.modal.show .top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.inactive {
    bottom: auto;
    overflow: visible;
}
.modal-open-aside {
    overflow: visible;
}
.modal > .left {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
}
.modal > .right {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
}
.modal > .top {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}
.modal > .bottom {
    position: fixed;
    z-index: 1055;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-content,
.modal-footer,
.modal-header {
    border-color: rgba(120, 130, 140, 0.13);
}
.modal-content {
    color: rgba(0, 0, 0, 0.87);
}
.aside {
    color: #fff;
}
.aside-header,
.aside-header .close {
    color: inherit !important;
    background-color: transparent !important;
}
.aside-footer,
.aside-header {
    border-color: rgba(120, 130, 140, 0.13) !important;
}
.aside-title {
    font-size: 1.2rem;
    margin: 0.45rem 0;
}
.modal.animate .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.animate .fade-right-big {
    -webkit-animation: fadeOutLeftBig 0.5s;
    animation: fadeOutLeftBig 0.5s;
}
.modal.animate .fade-left-big {
    -webkit-animation: fadeOutRightBig 0.5s;
    animation: fadeOutRightBig 0.5s;
}
.modal.animate .fade-up-big {
    -webkit-animation: fadeOutUpBig 0.5s;
    animation: fadeOutUpBig 0.5s;
}
.modal.animate .fade-down-big {
    -webkit-animation: fadeOutDownBig 0.5s;
    animation: fadeOutDownBig 0.5s;
}
.modal.animate .fade-right {
    -webkit-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
}
.modal.animate .fade-left {
    -webkit-animation: fadeOutRight 0.5s;
    animation: fadeOutRight 0.5s;
}
.modal.animate .fade-up {
    -webkit-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}
.modal.animate .fade-down {
    -webkit-animation: fadeOutDown 0.5s;
    animation: fadeOutDown 0.5s;
}
.modal.animate .flip-x {
    -webkit-animation: flipOutX 0.5s;
    animation: flipOutX 0.5s;
}
.modal.animate .flip-y {
    -webkit-animation: flipOutY 0.5s;
    animation: flipOutY 0.5s;
}
.modal.animate .zoom {
    -webkit-animation: zoomOut 0.5s;
    animation: zoomOut 0.5s;
}
.modal.animate .roll {
    -webkit-animation: rollOut 0.5s;
    animation: rollOut 0.5s;
}
.modal.animate .bounce {
    -webkit-animation: bounceOut 0.5s;
    animation: bounceOut 0.5s;
}
.modal.animate .rotate {
    -webkit-animation: rotateOut 0.5s;
    animation: rotateOut 0.5s;
}
.modal.animate.in .fade-right-big,
.modal.animate.show .fade-right-big {
    -webkit-animation: fadeInRightBig 0.5s;
    animation: fadeInRightBig 0.5s;
}
.modal.animate.in .fade-left-big,
.modal.animate.show .fade-left-big {
    -webkit-animation: fadeInLeftBig 0.5s;
    animation: fadeInLeftBig 0.5s;
}
.modal.animate.in .fade-up-big,
.modal.animate.show .fade-up-big {
    -webkit-animation: fadeInUpBig 0.5s;
    animation: fadeInUpBig 0.5s;
}
.modal.animate.in .fade-down-big,
.modal.animate.show .fade-down-big {
    -webkit-animation: fadeInDownBig 0.5s;
    animation: fadeInDownBig 0.5s;
}
.modal.animate.in .fade-right,
.modal.animate.show .fade-right {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}
.modal.animate.in .fade-left,
.modal.animate.show .fade-left {
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}
.modal.animate.in .fade-up,
.modal.animate.show .fade-up {
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}
.modal.animate.in .fade-down,
.modal.animate.show .fade-down {
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}
.modal.animate.in .flip-x,
.modal.animate.show .flip-x {
    -webkit-animation: flipInX 0.5s;
    animation: flipInX 0.5s;
}
.modal.animate.in .flip-y,
.modal.animate.show .flip-y {
    -webkit-animation: flipInY 0.5s;
    animation: flipInY 0.5s;
}
.modal.animate.in .zoom,
.modal.animate.show .zoom {
    -webkit-animation: zoomIn 0.5s;
    animation: zoomIn 0.5s;
}
.modal.animate.in .roll,
.modal.animate.show .roll {
    -webkit-animation: rollIn 0.5s;
    animation: rollIn 0.5s;
}
.modal.animate.in .bounce,
.modal.animate.show .bounce {
    -webkit-animation: bounceIn 0.5s;
    animation: bounceIn 0.5s;
}
.modal.animate.in .rotate,
.modal.animate.show .rotate {
    -webkit-animation: rotateIn 0.5s;
    animation: rotateIn 0.5s;
}
.nav {
    border: inherit;
}
.nav-item {
    border: inherit;
}
.nav-link {
    border: inherit;
    position: relative;
}
.flex-row .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.nav-md .nav-link {
    padding: 0.5rem 1rem;
}
.nav-sm .nav-link {
    padding: 0.25rem 0.75rem;
}
.nav-xs .nav-link {
    padding: 0.15rem 0.5rem;
    font-size: 90%;
}
.nav-rounded .nav-link {
    border-radius: 2rem;
}
.nav-tabs {
    border-bottom-width: 0;
    position: relative;
    z-index: 1;
}
.nav-tabs .nav-link {
    background: 0 0 !important;
    color: inherit !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(120, 130, 140, 0.13);
    border-bottom-color: transparent;
}
.tab-content.tab-alt .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}
.tab-content.tab-alt .tab-pane.active {
    height: auto;
    overflow: visible;
}
.nav-justified .nav-item {
    display: table-cell;
    width: 1%;
    float: none !important;
    text-align: center;
}
.nav-lists .nav-item {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    background-clip: padding-box;
}
.nav-active-border .nav-link:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.nav-active-border .nav-link.active:before,
.nav-active-border .nav-link:focus:before,
.nav-active-border .nav-link:hover:before {
    left: 0;
    right: 0;
    border-bottom-color: inherit;
}
.nav-active-border.top .nav-link:before {
    bottom: auto;
    top: 0;
}
.nav-active-border.left .nav-link {
    float: none;
}
.nav-active-border.left .nav-link:before {
    border-bottom-width: 0;
    right: auto;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: transparent;
    left: 0;
    top: 50%;
    bottom: 50%;
}
.nav-active-border.left .nav-link.active:before,
.nav-active-border.left .nav-link:focus:before,
.nav-active-border.left .nav-link:hover:before {
    top: 0;
    bottom: 0;
    border-left-color: inherit;
}
.nav-active-border.left.right .nav-link:before {
    left: auto;
    right: 0;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0.065);
}
.breadcrumb > li + li:before {
    content: "/ ";
}
.navbar {
    background: inherit;
    min-height: 3.5rem;
}
.navbar .up {
    margin: 0 -0.6em;
}
.navbar .avatar {
    top: -2px;
}
.navbar-md {
    min-height: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.navbar-md .navbar {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-sm {
    min-height: 3rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.navbar-sm .navbar {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand img,
.navbar-brand svg {
    max-height: 24px;
    vertical-align: -4px;
    display: inline-block;
}
.navbar-brand > span {
    display: inline-block;
    line-height: 0.8;
    margin-left: 10px;
}
.navbar-brand.md img,
.navbar-brand.md svg {
    max-height: 32px;
    vertical-align: -8px;
}
.navbar-brand.lg img,
.navbar-brand.lg svg {
    max-height: 48px;
    vertical-align: -16px;
}
.pull-center .navbar-brand {
    margin-left: -50%;
    float: left;
}
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    background: inherit;
    left: 0;
    top: 100%;
    max-height: 100vh;
    overflow: auto;
    width: 100%;
}
.navbar-collapse.collapse.show .nav-active-border,
.navbar-collapse.collapsing .nav-active-border {
    border-color: transparent;
}
@media (max-width: 575px) {
    .navbar-toggleable .navbar-collapse.collapse.show,
    .navbar-toggleable .navbar-collapse.collapsing {
        padding: 0 1rem 4rem 1rem;
        position: absolute;
        z-index: 1040;
    }
}
@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-collapse.collapse.show,
    .navbar-toggleable-sm .navbar-collapse.collapsing {
        padding: 0 1rem 4rem 1rem;
        position: absolute;
        z-index: 1040;
    }
}
@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-collapse.collapse.show,
    .navbar-toggleable-md .navbar-collapse.collapsing {
        padding: 0 1rem 4rem 1rem;
        position: absolute;
        z-index: 1040;
    }
}
@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-collapse.collapse.show,
    .navbar-toggleable-lg .navbar-collapse.collapsing {
        padding: 0 1rem 4rem 1rem;
        position: absolute;
        z-index: 1040;
    }
}
.navbar-toggleable-xl .navbar-collapse.collapse.show,
.navbar-toggleable-xl .navbar-collapse.collapsing {
    padding: 0 1rem 4rem 1rem;
    position: absolute;
    z-index: 1040;
}
.pager .page-item,
.pager > li > a,
.pager > li > span,
.pagination .page-item,
.pagination > li > a,
.pagination > li > span {
    color: inherit !important;
    background-color: transparent !important;
    border-color: rgba(120, 130, 140, 0.13) !important;
}
.pager .page-item:focus,
.pager .page-item:hover,
.pager > li > a:focus,
.pager > li > a:hover,
.pager > li > span:focus,
.pager > li > span:hover,
.pagination .page-item:focus,
.pagination .page-item:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: rgba(120, 130, 140, 0.13);
    background-color: rgba(0, 0, 0, 0.065);
    color: inherit;
}
.pager .page-item.active,
.pager > .active > a,
.pager > .active > span,
.pagination .page-item.active,
.pagination > .active > a,
.pagination > .active > span {
    color: #fff !important;
    background-color: #34e4cb !important;
    border-color: #34e4cb !important;
}
.pagination > li {
    display: inline;
    list-style: none;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}
.pagination > li > a:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}
.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}
.pager::after {
    display: block;
    content: "";
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: rgba(0, 0, 0, 0.065);
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 500px;
}
.pager li > a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.065);
}
.pager li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > a,
.pager .disabled > a:focus {
    cursor: inherit;
    background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > a:hover {
    cursor: inherit;
    background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > span {
    cursor: inherit;
    background-color: rgba(0, 0, 0, 0.065);
}
.pager-next > a,
.pager-next > span {
    float: right;
}
.pager-prev > a,
.pager-prev > span {
    float: left;
}
.progress {
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.065);
}
.progress-xxs {
    height: 4px;
}
.progress-xs {
    height: 8px;
}
.progress-sm {
    height: 12px;
    font-size: 0.8em;
}
.col-0 {
    clear: left;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
.row-sm {
    margin-left: -8px;
    margin-right: -8px;
}
.row-sm [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.row-xs {
    margin-left: -4px;
    margin-right: -4px;
}
.row-xs [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}
@media (max-width: 991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .row-2 [class*="col"] {
        width: 50%;
        float: left;
    }
    .row-2 .col-0 {
        clear: none;
    }
    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px;
    }
    .row [class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.panel .table {
    border-color: rgba(120, 130, 140, 0.045) !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    padding-left: 16px;
    padding-right: 16px;
    border-color: rgba(120, 130, 140, 0.045);
}
.table > thead > tr > th {
    padding: 10px 16px;
    border-color: rgba(120, 130, 140, 0.045);
}
.table-condensed tbody > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border-color: rgba(120, 130, 140, 0.045);
}
.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.025);
    background-clip: padding-box;
}
.table-striped > thead > th {
    background-color: rgba(0, 0, 0, 0.025);
    border-right: 1px solid rgba(120, 130, 140, 0.045);
}
.table-striped > thead > th:last-child {
    border-right: none;
}
.table td.active,
.table th.active,
.table tr.active,
.table-hover tr:hover {
    background-color: rgba(0, 0, 0, 0.065) !important;
}
.arrow {
    position: absolute;
    z-index: 10;
}
.arrow:after,
.arrow:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid;
}
.arrow:after {
    border-width: 8px;
}
.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px;
}
.arrow.top.pull-in {
    top: -4px;
}
.arrow.top:before {
    border-bottom-color: rgba(120, 130, 140, 0.13);
    border-top-width: 0;
}
.arrow.top:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent;
    border-top-width: 0;
}
.arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px;
}
.arrow.right.pull-in {
    right: 4px;
}
.arrow.right:before {
    border-left-color: rgba(120, 130, 140, 0.13);
    border-right-width: 0;
}
.arrow.right:after {
    top: 1px;
    left: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-width: 0;
}
.arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}
.arrow.bottom.pull-in {
    bottom: 4px;
}
.arrow.bottom:before {
    border-top-color: rgba(120, 130, 140, 0.13);
    border-bottom-width: 0;
}
.arrow.bottom:after {
    top: 0;
    left: 1px;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}
.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
}
.arrow.left.pull-in {
    left: -4px;
}
.arrow.left:before {
    border-right-color: rgba(120, 130, 140, 0.13);
    border-left-width: 0;
}
.arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-width: 0;
}
.arrow.pull-left {
    left: 18px;
}
.arrow.pull-right {
    left: auto;
    right: 26px;
}
.arrow.pull-top {
    top: 18px;
}
.arrow.pull-bottom {
    top: auto;
    bottom: 26px;
}
.arrow.b-accent:before,
.arrow.b-danger:before,
.arrow.b-dark:before,
.arrow.b-info:before,
.arrow.b-primary:before,
.arrow.b-success:before,
.arrow.b-warning:before {
    border-color: transparent;
}
.sam-logo {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 55%;
}
.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.row-col > [class*=" col-"],
.row-col > [class*="col-"] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static;
}
.row-row {
    display: table-row;
    height: 100%;
}
.row-cell {
    display: table-cell;
    vertical-align: top;
}
.row-body {
    position: relative;
    height: 100%;
    width: 100%;
}
.ie .row-body {
    display: table-cell;
    overflow: auto;
}
.ie .row-body .row-inner {
    overflow: visible !important;
}
.row-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.v-m {
    vertical-align: middle !important;
}
.v-t {
    vertical-align: top !important;
}
.v-b {
    vertical-align: bottom !important;
}
.v-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .row-col > [class*=" col-lg"],
    .row-col > [class*="col-lg"] {
        display: table-cell;
        height: 100%;
    }
}
@media (min-width: 768px) {
    .row-col > [class*=" col-md"],
    .row-col > [class*="col-md"] {
        display: table-cell;
        height: 100%;
    }
}
@media (min-width: 576px) {
    .row-col > [class*=" col-sm"],
    .row-col > [class*="col-sm"] {
        display: table-cell;
        height: 100%;
    }
}
.row-col > [class*=" col-xs"],
.row-col > [class*="col-xs"] {
    display: table-cell;
    height: 100%;
}
@media (max-width: 575px) {
    .row-col-xs {
        display: block;
    }
    .row-col-xs .row-body {
        overflow: visible !important;
    }
    .row-col-xs .row-inner {
        position: static;
    }
}
.box,
.box-color {
    position: relative;
    margin-bottom: 1.5rem;
}
.box-header {
    position: relative;
    padding: 1rem;
}
.box-header h2,
.box-header h3,
.box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1;
}
.box-header h3 {
    font-size: 16px;
}
.box-header h4 {
    font-size: 15px;
}
.box-header small {
    display: block;
    margin-top: 4px;
    opacity: 0.6;
}
.box-body {
    padding: 1rem;
}
.box-footer {
    padding: 1rem;
}
.box-divider {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin: 0 16px;
    height: 0;
}
.box-tool {
    position: absolute;
    right: 10px;
    top: 10px;
}
.box-tool .nav-link {
    padding: 0.25rem 0.35rem;
}
.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
    box-shadow:
        0 2px 2px rgba(0, 0, 0, 0.03),
        0 1px 0 rgba(0, 0, 0, 0.03);
}
.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 -1px 0 rgba(0, 0, 0, 0.02);
}
.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.15),
        0 -1px 0 rgba(0, 0, 0, 0.02);
}
.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 -1px 0 rgba(0, 0, 0, 0.02);
}
.box-shadow-z4,
.box-shadow-z4 .box,
.box-shadow-z4 .box-color {
    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.26),
        0 -1px 0 rgba(0, 0, 0, 0.02);
}
.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
    border-radius: 2px;
}
.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
    border-radius: 3px;
}
.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
    border-radius: 4px;
}
.ui-check {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.ui-check input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.ui-check input:checked + i:before {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #34e4cb;
}
.ui-check input:checked + span .active {
    display: inherit;
}
.ui-check input[type="radio"] + i,
.ui-check input[type="radio"] + i:before {
    border-radius: 50%;
}
.ui-check input[disabled] + i,
fieldset[disabled] .ui-check input + i {
    border-color: rgba(134, 143, 152, 0.2);
}
.ui-check input[disabled] + i:before,
fieldset[disabled] .ui-check input + i:before {
    background-color: rgba(134, 143, 152, 0.2);
}
.ui-check > i {
    width: 16px;
    height: 16px;
    line-height: 1;
    box-shadow: 0 0 1px rgba(120, 130, 140, 0.35);
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-clip: padding-box;
    position: relative;
}
.ui-check > i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
}
.ui-check > span {
    margin-left: -20px;
}
.ui-check > span .active {
    display: none;
}
.ui-check.ui-check-color input:checked + i:before {
    background-color: #fff;
}
.ui-check-md input:checked + i:before {
    left: 6px;
    top: 6px;
}
.ui-check-md > i {
    width: 18px;
    height: 18px;
}
.ui-check-lg input:checked + i:before {
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
}
.ui-check-lg > i {
    width: 30px;
    height: 30px;
}
[data-layout],
[layout] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
[data-layout="column"],
[layout="column"] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
[data-layout="row"],
[layout="row"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
[data-flex],
[flex] {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
html {
    height: 100%;
}
body {
    height: auto;
    min-height: 100%;
    position: relative;
}
.app-aside {
    position: fixed !important;
    z-index: 1030;
    float: left;
    height: 100%;
}
.app-content {
    box-shadow: none;
}
.app-content::after {
    display: block;
    content: "";
    clear: both;
}
.app-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1020;
    background-color: #424242;
}
.app-header ~ .app-body {
    padding: 1rem;
}
.app-header.navbar-md ~ .app-body {
    padding-top: 4rem;
}
.app-header.navbar-sm ~ .app-body {
    padding-top: 3rem;
}
.app-body-inner {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.app-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: inherit;
}
.app-footer:not(.hide) ~ .app-body {
    padding-bottom: 3.125rem;
}
.app-fixed {
    overflow: hidden;
}
.app-fixed .app {
    height: 100%;
}
.app-fixed .app-content {
    position: relative;
    min-height: 100%;
}
.app-fixed .app-footer {
    margin-left: 0;
}
@media (min-width: 992px) {
    .app-aside {
        opacity: 1;
        display: block !important;
    }
    .app-aside,
    .app-aside .scroll {
        width: 12.5rem;
    }
    .app-aside.lg:not(.folded),
    .app-aside.lg:not(.folded) .scroll {
        width: 13.75rem;
    }
    .app-aside.lg:not(.hide) ~ .app-content {
        margin-left: 13.75rem;
    }
    .app-aside.sm:not(.folded),
    .app-aside.sm:not(.folded) .scroll {
        width: 11.52rem;
    }
    .app-aside.sm:not(.hide) ~ .app-content {
        margin-left: 11.52rem;
    }
    .app-aside.folded {
        width: 4rem;
    }
    .app-aside.folded:not(.hide) ~ .app-content {
        margin-left: 4rem;
    }
    .app-aside.folded.md {
        width: 5rem;
    }
    .app-aside.folded.md:not(.hide) ~ .app-content {
        margin-left: 5rem;
    }
    .app-aside:not(.hide) ~ .app-content {
        margin-left: 12.5rem;
    }
    .app-aside .left {
        position: absolute;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hide-scroll {
        width: auto;
        margin-right: -17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991px) {
    .app-aside.modal {
        width: 100%;
        position: fixed;
        z-index: 1050;
    }
    .app-aside .left {
        position: fixed;
        width: 304px;
    }
}
@media print {
    .app-aside,
    .app-footer,
    .app-header,
    .switcher {
        display: none;
    }
}
.ie9 .app-aside {
    position: static !important;
}
.ie9 .app-aside .left {
    width: inherit;
    position: absolute;
}
@media (max-width: 991px) {
    .app .container,
    body.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    body.container {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    body.container,
    body.container .container {
        padding-left: 0;
        padding-right: 0;
    }
    body.container .app-aside {
        left: inherit;
        right: auto;
    }
    body.container .app-aside.lg ~ .app-content .app-header {
        width: 45rem;
    }
    body.container .app-aside.sm ~ .app-content .app-header {
        width: 47.23rem;
    }
    body.container .app-aside.folded ~ .app-content .app-header {
        width: 54.75rem;
    }
    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 53.75rem;
    }
    body.container .app-aside ~ .app-content .app-header {
        width: 46.25rem;
    }
    body.container .app-header {
        left: inherit;
        right: auto;
        margin-left: 0;
        width: 58.75rem;
    }
}
@media (min-width: 1200px) {
    body.container .app-aside.lg ~ .app-content .app-header {
        width: 57.5rem;
    }
    body.container .app-aside.sm ~ .app-content .app-header {
        width: 59.73rem;
    }
    body.container .app-aside.folded ~ .app-content .app-header {
        width: 67.25rem;
    }
    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 66.25rem;
    }
    body.container .app-aside ~ .app-content .app-header {
        width: 58.75rem;
    }
    body.container .app-header {
        width: 71.25rem;
    }
}
.list {
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px;
}
.list.no-border {
    padding-top: 8px;
    padding-bottom: 8px;
}
.list-item {
    display: block;
    position: relative;
    padding: 12px 16px;
}
.list-item::after {
    display: block;
    content: "";
    clear: both;
}
.list-item:last-child .list-body:after {
    border: none;
}
.no-border .list-item {
    padding-top: 8px;
    padding-bottom: 8px;
}
.no-padding .list-item {
    padding-left: 0;
    padding-right: 0;
}
.list-left {
    float: left;
    padding-right: 1rem;
}
.list-left + .list-body {
    margin-left: 56px;
}
.list-body h3 {
    font-size: 16px;
    margin: 0 0 3px 0;
    font-weight: 400;
}
.list-body:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.065);
}
.inset .list-body:after {
    left: 72px;
}
.no-border .list-body:after {
    display: none;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #34e4cb;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #34e4cb;
    border-left-color: #34e4cb;
    border-radius: 10px;
    -webkit-animation: loading-bar-spinner 0.4s linear infinite;
    -moz-animation: loading-bar-spinner 0.4s linear infinite;
    -ms-animation: loading-bar-spinner 0.4s linear infinite;
    -o-animation: loading-bar-spinner 0.4s linear infinite;
    animation: loading-bar-spinner 0.4s linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.navside {
    border: inherit;
}
.navside ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    display: block;
}
.navside [flex] {
    overflow: auto;
}
.navside .nav {
    border: inherit;
}
.navside .nav li {
    border: inherit;
    position: relative;
}
.navside .nav li li a {
    line-height: 2rem;
    padding-left: 3.5rem;
    border: none;
}
.navside .nav li li a .nav-text {
    padding: 0.4375rem 0;
    color: rgba(255, 255, 255, 0.87);
}
.navside .nav li li li a {
    padding-left: 4.5rem;
}
.navside .nav li li li li a {
    padding-left: 5.5rem;
}
.navside .nav li a {
    display: block;
    padding: 0 1rem;
    line-height: 2.25rem;
    position: relative;
    border: none;
}
.navside .nav li a::after {
    display: block;
    content: "";
    clear: both;
}
.navside .nav li a:focus,
.navside .nav li a:hover {
    background-color: rgba(0, 0, 0, 0.065);
}
.navside .nav li.active {
    background-color: rgba(0, 0, 0, 0.065);
}
.navside .nav li.active > a {
    background-color: transparent;
}
.navside .nav li.active > a .nav-caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navside .nav-header {
    padding: 0 1rem;
    line-height: 2.25rem;
}
.navside .nav-header:focus,
.navside .nav-header:hover {
    background-color: transparent !important;
}
.navside .nav-header:after {
    display: none;
}
.navside .navbar-brand {
    float: none;
    margin-right: 0;
    border: none;
}
.nav-fold {
    padding: 0.75rem 1rem;
}
.nav-text {
    display: block;
    line-height: 1.125rem;
    color: rgba(255, 255, 255, 0.87);
    padding: 0.5625rem 0;
}
.nav > li > a .nav-text {
    font-weight: 500;
}
.nav-text small,
.nav-text span {
    display: block;
}
.navside .active > a > .nav-text,
.navside a:focus > .nav-text,
.navside a:hover > .nav-text {
    opacity: 1;
}
.navbar .nav-text {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}
.navbar .nav-text span.text-xs {
    margin-top: 0.25rem;
}
.nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 1rem;
    top: 0;
    min-width: 1.5rem;
    text-align: center;
}
.nav-icon i {
    position: relative;
}
.nav-icon i img,
.nav-icon i svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.navbar .nav-icon {
    margin-right: 0.5rem;
}
.nav-label {
    float: right;
    margin-left: 1rem;
    font-style: normal;
    z-index: 1;
}
.navbar .nav-label {
    margin-left: 0.5rem;
}
.nav-caret {
    float: right;
    margin-left: 1rem;
    opacity: 0.45;
}
.nav-caret i {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.navbar .nav-caret {
    margin-left: 0.5rem;
}
.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease 0s;
    transition: max-height 0.4s ease 0s;
}
.active > .nav-sub {
    max-height: 80rem;
}
@media (min-width: 992px) {
    .folded,
    .folded .scroll {
        width: 4rem;
    }
    .folded.md,
    .folded.md .scroll {
        width: 5rem;
    }
    .folded .hidden-folded {
        display: none;
    }
    .folded .nav li ul {
        display: none;
    }
    .folded .nav > li > a {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
    }
    .folded .nav > li > a .nav-caret,
    .folded .nav > li > a .nav-text {
        display: none;
    }
    .folded .nav > li > a .nav-label {
        position: absolute;
        top: -6px;
        right: 6px;
    }
    .folded .nav > li > a .nav-icon {
        float: none;
        line-height: 2.5rem;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .folded.show-text .nav > li > a .nav-text {
        display: block;
        margin-top: -18px;
        font-size: 0.85em;
    }
    .folded .navbar {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
    }
    .folded .navbar-brand {
        float: none;
        margin: 0;
    }
    .folded .nav-stacked .nav {
        margin: 0 12px;
    }
    .folded .nav-fold {
        padding: 8px 16px;
    }
    .folded .nav-fold .pull-left {
        float: none !important;
        margin: 0;
    }
    .folded .nav-fold .pull-left img {
        width: 100%;
        height: auto;
    }
    .folded.nav-expand {
        -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
    }
    .folded.nav-expand.active,
    .folded.nav-expand.active .scroll,
    .folded.nav-expand:focus,
    .folded.nav-expand:focus .scroll,
    .folded.nav-expand:hover,
    .folded.nav-expand:hover .scroll {
        width: 12.5rem !important;
    }
    .folded.nav-expand.active > *,
    .folded.nav-expand:focus > *,
    .folded.nav-expand:hover > * {
        width: 12.5rem;
    }
    .folded.nav-expand.active .hidden-folded,
    .folded.nav-expand:focus .hidden-folded,
    .folded.nav-expand:hover .hidden-folded {
        display: block;
    }
    .folded.nav-expand.active .hidden-folded.inline,
    .folded.nav-expand:focus .hidden-folded.inline,
    .folded.nav-expand:hover .hidden-folded.inline {
        display: inline-block;
    }
    .folded.nav-expand.active .nav li ul,
    .folded.nav-expand:focus .nav li ul,
    .folded.nav-expand:hover .nav li ul {
        display: inherit;
    }
    .folded.nav-expand.active .nav > li > a,
    .folded.nav-expand:focus .nav > li > a,
    .folded.nav-expand:hover .nav > li > a {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
    }
    .folded.nav-expand.active .nav > li > a .nav-caret,
    .folded.nav-expand.active .nav > li > a .nav-text,
    .folded.nav-expand:focus .nav > li > a .nav-caret,
    .folded.nav-expand:focus .nav > li > a .nav-text,
    .folded.nav-expand:hover .nav > li > a .nav-caret,
    .folded.nav-expand:hover .nav > li > a .nav-text {
        display: block;
    }
    .folded.nav-expand.active .nav > li > a .nav-text,
    .folded.nav-expand:focus .nav > li > a .nav-text,
    .folded.nav-expand:hover .nav > li > a .nav-text {
        font-size: 1em;
        margin: 0;
    }
    .folded.nav-expand.active .nav > li > a .nav-label,
    .folded.nav-expand:focus .nav > li > a .nav-label,
    .folded.nav-expand:hover .nav > li > a .nav-label {
        position: static;
    }
    .folded.nav-expand.active .nav > li > a .nav-icon,
    .folded.nav-expand:focus .nav > li > a .nav-icon,
    .folded.nav-expand:hover .nav > li > a .nav-icon {
        float: left;
        line-height: inherit;
        margin-right: 16px;
    }
    .folded.nav-expand.active .navbar,
    .folded.nav-expand:focus .navbar,
    .folded.nav-expand:hover .navbar {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .folded.nav-expand.active .nav-stacked .nav,
    .folded.nav-expand:focus .nav-stacked .nav,
    .folded.nav-expand:hover .nav-stacked .nav {
        margin: 0 8px;
    }
    .folded.nav-expand.active .nav-stacked .nav > li > a,
    .folded.nav-expand:focus .nav-stacked .nav > li > a,
    .folded.nav-expand:hover .nav-stacked .nav > li > a {
        padding: 0 8px;
    }
    .folded.nav-expand.active .nav-fold,
    .folded.nav-expand:focus .nav-fold,
    .folded.nav-expand:hover .nav-fold {
        padding: 12px 16px;
    }
    .folded.nav-expand.active .nav-fold .pull-left,
    .folded.nav-expand:focus .nav-fold .pull-left,
    .folded.nav-expand:hover .nav-fold .pull-left {
        float: left !important;
    }
    .folded.nav-expand.active .nav-fold .pull-left img,
    .folded.nav-expand:focus .nav-fold .pull-left img,
    .folded.nav-expand:hover .nav-fold .pull-left img {
        height: auto;
    }
    .folded.nav-expand.active .nav-fold .pull-left img.w-40,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-40,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-40 {
        width: 40px;
    }
    .folded.nav-expand.active .nav-fold .pull-left img.w-48,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-48,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-48 {
        width: 48px;
    }
    .folded.nav-dropdown .row-body,
    .folded.nav-dropdown [flex],
    .folded.nav-dropdown.modal,
    .nav-dropup .row-body,
    .nav-dropup [flex],
    .nav-dropup.modal {
        overflow: visible !important;
    }
    .folded.nav-dropdown .nav > li:focus > ul,
    .folded.nav-dropdown .nav > li:hover > ul,
    .nav-dropup .nav > li:focus > ul,
    .nav-dropup .nav > li:hover > ul {
        display: block;
    }
    .folded.nav-dropdown .nav > li > ul,
    .nav-dropup .nav > li > ul {
        display: none;
        overflow: visible;
        max-height: 999px;
        color: rgba(255, 255, 255, 0.87);
        background-color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: 0;
        padding: 6px 0;
    }
    .folded.nav-dropdown .nav > li > ul a,
    .nav-dropup .nav > li > ul a {
        padding-left: 16px !important;
        padding-right: 16px !important;
        min-width: 160px;
    }
    .folded.nav-dropdown .nav > li > ul li.active ul,
    .nav-dropup .nav > li > ul li.active ul {
        display: block;
    }
    .folded.nav-dropdown .nav > li > ul .nav-text,
    .nav-dropup .nav > li > ul .nav-text {
        padding: 6px 0 !important;
    }
    .folded.nav-dropdown .nav > li .nav-mega,
    .nav-dropup .nav > li .nav-mega {
        width: 320px;
    }
    .folded.nav-dropdown .nav > li .nav-mega > li,
    .nav-dropup .nav > li .nav-mega > li {
        width: 160px;
        float: left;
    }
    .folded.nav-dropdown .nav > li .nav-mega.nav-mega-3,
    .nav-dropup .nav > li .nav-mega.nav-mega-3 {
        width: 480px;
    }
}
.nav-border .nav > li.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left-color: #34e4cb;
    border-left-width: 3px;
    border-left-style: solid;
}
.nav-stacked .nav {
    margin: 0 8px;
}
.nav-stacked .nav > li > a {
    line-height: 2rem;
    padding: 0 0.5rem;
    margin: 2px 0;
}
.nav-stacked .nav > li > a .nav-text {
    padding: 0.4375rem 0;
}
.nav-stacked .nav > li li a {
    padding-left: 3rem;
}
.nav-stacked .nav > li li li a {
    padding-left: 4rem;
}
.nav-stacked .nav > li li li li a {
    padding-left: 5rem;
}
.nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87);
    background-color: #34e4cb;
}
.nav-stacked .nav li a {
    border-radius: 3px;
}
.nav-stacked .nav .nav-header {
    padding-left: 8px;
    padding-right: 8px;
}
.nav-light .nav .nav-icon i img,
.nav-light .nav .nav-icon i svg {
    display: block;
}
.nav-center {
    text-align: center;
}
.nav-center .nav-icon {
    display: none;
}
.nav-center .nav-caret {
    position: absolute;
    right: 10px;
}
.nav-center .nav-label {
    position: absolute;
    padding-left: 10px;
}
.nav-center .nav a {
    padding-left: 16px !important;
}
.nav-center .nav-fold .pull-left {
    float: none !important;
    margin-bottom: 10px;
    display: inline-block;
}
.nav-active-bg .nav-link.active,
.nav-active-bg .nav > li.active > a {
    color: #fff !important;
    background-color: #424242 !important;
}
.nav-active-dark .nav-link.active,
.nav-active-dark .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #565656 !important;
}
.nav-active-black .nav-link.active,
.nav-active-black .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #2a2b3c !important;
}
.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #34e4cb !important;
}
.nav-active-accent .nav-link.active,
.nav-active-accent .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #a88add !important;
}
.nav-active-warn .nav-link.active,
.nav-active-warn .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #34e4cb !important;
}
.nav-active-success .nav-link.active,
.nav-active-success .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #6cc788 !important;
}
.nav-active-info .nav-link.active,
.nav-active-info .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #6887ff !important;
}
.nav-active-warning .nav-link.active,
.nav-active-warning .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #f77a99 !important;
}
.nav-active-danger .nav-link.active,
.nav-active-danger .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #f44455 !important;
}
.nav-active-light .nav-link.active,
.nav-active-light .nav > li.active > a {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #f8f8f8 !important;
}
.nav-active-white .nav-link.active,
.nav-active-white .nav > li.active > a {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #fff !important;
}
.nav-active-red .nav-link.active,
.nav-active-red .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #f44336 !important;
}
.nav-active-pink .nav-link.active,
.nav-active-pink .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #e91e63 !important;
}
.nav-active-purple .nav-link.active,
.nav-active-purple .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #9c27b0 !important;
}
.nav-active-deep-purple .nav-link.active,
.nav-active-deep-purple .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #673ab7 !important;
}
.nav-active-indigo .nav-link.active,
.nav-active-indigo .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #3f51b5 !important;
}
.nav-active-blue .nav-link.active,
.nav-active-blue .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #2196f3 !important;
}
.nav-active-light-blue .nav-link.active,
.nav-active-light-blue .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #03a9f4 !important;
}
.nav-active-cyan .nav-link.active,
.nav-active-cyan .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #00bcd4 !important;
}
.nav-active-teal .nav-link.active,
.nav-active-teal .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #009688 !important;
}
.nav-active-green .nav-link.active,
.nav-active-green .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #4caf50 !important;
}
.nav-active-light-green .nav-link.active,
.nav-active-light-green .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #8bc34a !important;
}
.nav-active-lime .nav-link.active,
.nav-active-lime .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #cddc39 !important;
}
.nav-active-yellow .nav-link.active,
.nav-active-yellow .nav > li.active > a {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #ffeb3b !important;
}
.nav-active-amber .nav-link.active,
.nav-active-amber .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #ffc107 !important;
}
.nav-active-orange .nav-link.active,
.nav-active-orange .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #ff9800 !important;
}
.nav-active-deep-orange .nav-link.active,
.nav-active-deep-orange .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #ff5722 !important;
}
.nav-active-brown .nav-link.active,
.nav-active-brown .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #795548 !important;
}
.nav-active-blue-grey .nav-link.active,
.nav-active-blue-grey .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #607d8b !important;
}
.nav-active-grey .nav-link.active,
.nav-active-grey .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #424242 !important;
}
.ui-icon {
    display: inline-block;
    text-align: center;
    height: 1em;
    background: 0 0 !important;
}
.ui-icon:before {
    position: relative;
    z-index: 1;
}
.ui-icon:after {
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box;
}
.ui-icon.b-2x:after {
    border-width: 2px;
}
.ui-icon.b-3x:after {
    border-width: 3px;
}
.ui-icon.ui-icon-sm:after {
    width: 1.7em;
    height: 1.7em;
    top: -1.35em;
}
.ui-icon.primary:after {
    background-color: transparent;
}
.ui-icon.success:after {
    background-color: #6cc788;
}
.ui-icon.info:after {
    background-color: #6887ff;
}
.ui-icon.warning:after {
    background-color: #f77a99;
}
.ui-icon.danger:after {
    background-color: #f44455;
}
.ui-icon.accent:after {
    background-color: #a88add;
}
.ui-icon.dark:after {
    background-color: #565656;
}
.ui-icon.light:after {
    background-color: #f8f8f8;
}
.ui-icon.white:after {
    background-color: #fff;
}
.item {
    position: relative;
}
.item .top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.item .bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.item .center {
    position: absolute;
    right: 0;
    left: 0;
    top: 42%;
}
.item-overlay {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
}
.item-overlay .item:focus,
.item-overlay.active,
.item:hover .item-overlay {
    display: block;
}
.item-overlay.w-full {
    text-align: center;
    top: 0;
    bottom: 0;
}
.item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item-bg img {
    position: absolute;
    width: 110%;
    left: 50%;
    top: 50%;
    margin-left: -55%;
    margin-top: -55%;
}
.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.blur-5 {
    opacity: 0.5;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.opacity {
    opacity: 0.5;
}
.opacity-3 {
    opacity: 0.3;
}
.switcher {
    z-index: 1050;
    position: fixed;
    top: 78px;
    right: -240px;
    width: 240px;
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease;
    border: 1px solid rgba(120, 120, 120, 0.1);
    background-clip: padding-box;
}
.switcher.active {
    right: -2px;
    z-index: 1060;
}
.switcher .sw-btn {
    position: absolute;
    left: -43px;
    top: -1px;
    padding: 10px 15px;
    z-index: 1045;
    border: 1px solid rgba(120, 120, 120, 0.1);
    border-right-width: 0;
    background-clip: padding-box;
}
#sw-demo {
    top: 118px;
}
#sw-demo.active {
    top: 78px;
}
.list-icon i {
    margin-right: 16px;
}
.list-icon div {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jqstooltip {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.easyPieChart {
    position: relative;
    text-align: center;
}
.easyPieChart > div {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 40%;
}
.easyPieChart > div img {
    margin-top: -4px;
}
.easyPieChart canvas {
    vertical-align: middle;
}
#flotTip,
.flotTip {
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.legendColorBox > div {
    border: none !important;
    margin: 5px;
}
.legendColorBox > div > div {
    border-radius: 10px;
}
.st-sort-ascent:before {
    content: "\25B2";
}
.st-sort-descent:before {
    content: "\25BC";
}
.st-selected td {
    background: rgba(0, 0, 0, 0.065);
}
.black .btn-default.form-control,
.dark .btn-default.form-control,
.grey .btn-default.form-control {
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: inherit !important;
}
.ui-select-bootstrap > .ui-select-choices {
    overflow-y: scroll;
}
.box .dataTables_wrapper {
    padding-top: 10px;
}
.box .dataTables_wrapper > .row {
    margin: 0;
    width: 100%;
}
.box .dataTables_wrapper > .row > .col-sm-12 {
    padding: 0;
}
.dataTables_wrapper.form-inline .form-control {
    width: auto;
}
div.dataTables_filter label,
div.dataTables_length label {
    display: inline-block;
}
div.dataTables_paginate ul.pagination {
    display: inline-block;
}
.footable-odd {
    background-color: rgba(0, 0, 0, 0.025) !important;
}
.note-editor {
    border-width: 0 !important;
    overflow: visible !important;
    background-color: inherit;
}
.note-toolbar .note-color .dropdown-toggle {
    padding-left: 2px !important;
}
.note-editor .note-editing-area .note-editable,
.note-editor .note-statusbar {
    background-color: transparent !important;
    color: inherit !important;
}
.note-toolbar {
    background-color: rgba(120, 130, 140, 0.1);
}
.ie .ie-show {
    display: block;
}
.nav a.waves-effect {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.sortable-placeholder {
    list-style: none;
    border: 1px dashed #fff;
    min-height: 40px;
}
.abn-tree {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.input-group > .ui-select-bootstrap.dropdown,
div.input-group > .select2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.input-group > .ui-select-bootstrap.dropdown .form-control,
div.input-group > .select2-container > .selection {
    width: 100%;
}
.streamline {
    position: relative;
    border-color: rgba(120, 130, 140, 0.13);
}
.streamline .sl-icon:before,
.streamline .sl-item:before,
.streamline:after {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0;
}
.streamline:after {
    top: auto;
    bottom: 0;
}
.sl-icon {
    position: absolute;
    left: -10px;
    z-index: 1;
    border: inherit;
}
.sl-icon > i {
    width: 20px;
    height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important;
}
.sl-item {
    border-color: rgba(120, 130, 140, 0.13);
    position: relative;
    padding-bottom: 1px;
}
.sl-item::after {
    display: block;
    content: "";
    clear: both;
}
.sl-item:after {
    top: 2px;
    bottom: auto;
}
.sl-item.b-l {
    margin-left: -1px;
}
.sl-left {
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px;
}
.sl-left img {
    max-width: 40px;
}
.sl-left + .sl-content {
    margin-left: 36px;
}
.sl-content {
    margin-left: 24px;
    padding-bottom: 16px;
}
.sl-author {
    margin-bottom: 10px;
}
.sl-date {
    font-size: 0.85em;
}
.sl-footer {
    margin-bottom: 10px;
}
.ui-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    border-radius: 30px;
    background-color: #6cc788;
    margin: 0;
}
.ui-switch input {
    position: absolute;
    opacity: 0;
}
.ui-switch input:checked + i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px;
}
.ui-switch input:checked + i:after {
    margin-left: 15px;
}
.ui-switch i:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ui-switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}
.ui-switch-md {
    width: 40px;
    height: 24px;
}
.ui-switch-md input:checked + i:after {
    margin-left: 17px;
}
.ui-switch-md i:after {
    width: 22px;
}
.ui-switch-lg {
    width: 50px;
    height: 30px;
}
.ui-switch-lg input:checked + i:after {
    margin-left: 21px;
}
.ui-switch-lg i:after {
    width: 28px;
}
.timeline {
    margin: 0;
    padding: 0;
}
.tl-item {
    display: block;
}
.tl-item::after {
    display: block;
    content: "";
    clear: both;
}
.visible-left {
    display: none;
}
.tl-wrap {
    display: block;
    margin-left: 6em;
    padding: 15px 0 15px 20px;
    border-style: solid;
    border-color: rgba(120, 130, 140, 0.13);
    border-width: 0 0 0 2px;
}
.tl-wrap::after {
    display: block;
    content: "";
    clear: both;
}
.tl-wrap:before {
    position: relative;
    content: "";
    float: left;
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-radius: 50%;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #424242;
}
.tl-date {
    position: relative;
    top: 10px;
    float: left;
    margin-left: -7.5em;
    display: block;
    width: 4.5em;
    text-align: right;
}
.tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tl-content.block {
    display: block;
    width: 100%;
}
.tl-content.panel {
    margin-bottom: 0;
}
.tl-header {
    display: block;
    width: 12em;
    text-align: center;
    margin-left: 1px;
}
.timeline-center .tl-item {
    margin-left: 50%;
}
.timeline-center .tl-item .tl-wrap {
    margin-left: -2px;
}
.timeline-center .tl-header {
    width: auto;
    margin-left: -1px;
}
.timeline-center .tl-left {
    margin-left: 0;
    margin-right: 50%;
}
.timeline-center .tl-left .hidden-left {
    display: none !important;
}
.timeline-center .tl-left .visible-left {
    display: inherit;
}
.timeline-center .tl-left .tl-wrap {
    float: right;
    margin-right: 0;
    border-left-width: 0;
    border-right-width: 2px;
    padding-left: 0;
    padding-right: 20px;
}
.timeline-center .tl-left .tl-wrap:before {
    float: right;
    margin-left: 0;
    margin-right: -26px;
}
.timeline-center .tl-left .tl-date {
    float: right;
    margin-left: 0;
    margin-right: -8.5em;
    text-align: left;
}
.lter {
    background-color: rgba(255, 255, 255, 0.035);
}
.dker {
    background-color: rgba(0, 0, 0, 0.035);
}
.light {
    background-color: #f8f8f8;
}
.white {
    background-color: #4b4b4b;
}
.dark-white {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
}
.black {
    color: rgba(255, 255, 255, 0.87);
    background-color: #2a2b3c;
}
.black .lt {
    background-color: #2f3044;
}
.black .dk {
    background-color: #252635;
}
.black .bg {
    background-color: #2a2b3c;
}
.dark {
    color: rgba(255, 255, 255, 0.87);
    background-color: #565656;
}
.dark .lt {
    background-color: #5c5c5c;
}
.dark .dk {
    background-color: #505050;
}
.dark .bg {
    background-color: #565656;
}
.grey {
    color: rgba(255, 255, 255, 0.87);
    background-color: #424242;
}
.grey .lt {
    background-color: #484848;
}
.grey .dk {
    background-color: #3c3c3c;
}
.grey .bg {
    background-color: #424242;
}
.primary {
    background-color: transparent;
    color: #ffd900;
}
.accent {
    color: rgba(255, 255, 255, 0.87);
    background-color: #a88add;
}
.accent .lt {
    background-color: #af94e0;
}
.accent .dk {
    background-color: #a180da;
}
.accent .bg {
    background-color: #a88add;
}
.warn {
    color: rgba(255, 255, 255, 0.87);
    background-color: #34e4cb;
}
.warn .lt {
    background-color: #3fe5ce;
}
.warn .dk {
    background-color: #29e3c8;
}
.warn .bg {
    background-color: #34e4cb;
}
.success {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6cc788;
}
.success .lt {
    background-color: #75cb8f;
}
.success .dk {
    background-color: #63c381;
}
.success .bg {
    background-color: #6cc788;
}
.info {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6887ff;
}
.info .lt {
    background-color: #7591ff;
}
.info .dk {
    background-color: #5b7dff;
}
.info .bg {
    background-color: #6887ff;
}
.warning {
    color: rgba(255, 255, 255, 0.87);
    background-color: #f77a99;
}
.warning .lt {
    background-color: #f886a2;
}
.warning .dk {
    background-color: #f66e90;
}
.warning .bg {
    background-color: #f77a99;
}
.danger {
    color: rgba(255, 255, 255, 0.87);
    background-color: #f44455;
}
.danger .lt {
    background-color: #f55060;
}
.danger .dk {
    background-color: #f3384a;
}
.danger .bg {
    background-color: #f44455;
}
.blue {
    color: rgba(255, 255, 255, 0.87);
    background-color: #2196f3;
}
.blue .lt {
    background-color: #2d9cf4;
}
.blue .dk {
    background-color: #1590f2;
}
.blue .bg {
    background-color: #2196f3;
}
.white-overlay {
    background-color: rgba(255, 255, 255, 0.85);
}
.black-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}
.gd-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
}
.bg-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    background-color: inherit;
    border: inherit;
}
.bg-auto.b-l:before {
    margin-left: -1px;
}
.bg-auto.b-r:before {
    margin-right: -1px;
}
.bg-clip {
    background-clip: padding-box;
}
.no-bg {
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .no-bg-xs {
        background-color: transparent;
    }
}
.dark .box,
.dark .white {
    background-color: #5f5f5f;
}
.dark.app {
    background-color: #565656;
}
.black .box,
.black .white {
    background-color: #313347;
}
.black.app {
    background-color: #2a2b3c;
}
.grey .box,
.grey .white {
    background-color: #565656;
}
.grey.app {
    background-color: #424242;
}
.black .form-control,
.dark .form-control,
.grey .form-control {
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
}
.black .form-control:focus,
.dark .form-control:focus,
.grey .form-control:focus {
    border-color: rgba(255, 255, 255, 0.125);
}
.black .input-group-btn .btn,
.dark .input-group-btn .btn,
.grey .input-group-btn .btn {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: inherit !important;
}
.black .list-group,
.dark .list-group,
.grey .list-group {
    background-color: transparent;
}
.pos-rlt {
    position: relative;
    z-index: 1;
}
.pos-abt {
    position: absolute;
}
.pos-fix {
    position: fixed !important;
}
.pos-stc {
    position: static !important;
}
.block {
    display: block;
}
.block.hide {
    display: none;
}
.pull-none {
    float: none;
}
.inline {
    display: inline-block;
}
.inline-16 {
    width: 16px;
    height: 16px;
}
.inline-24 {
    width: 24px;
    height: 24px;
}
.none {
    display: none;
}
.active > .auto .inline,
.active > .inline {
    display: none;
}
.active > .auto .none,
.active > .none {
    display: inline-block;
}
.hide {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.circle,
.rounded {
    border-radius: 500px;
}
.clear {
    display: block;
    overflow: hidden;
}
.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.no-wrap {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .pos-stc-sm {
        position: static !important;
    }
}
@media (max-width: 575px) {
    .pos-stc-xs {
        position: static !important;
    }
}
.no-border {
    border-color: transparent;
    border-width: 0;
}
.no-borders {
    border-width: 0 !important;
}
.b {
    border-color: rgba(120, 130, 140, 0.13);
    background-clip: padding-box;
}
.b-a {
    border: 1px solid rgba(120, 130, 140, 0.13);
}
.b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.b-2x {
    border-width: 2px;
}
.b-3x {
    border-width: 3px;
}
.b-4x {
    border-width: 4px;
}
.b-5x {
    border-width: 5px;
}
.b-t-2x {
    border-top-width: 2px !important;
}
.b-t-3x {
    border-top-width: 3px !important;
}
.b-t-4x {
    border-top-width: 4px !important;
}
.b-t-5x {
    border-top-width: 5px !important;
}
.b-r-2x {
    border-right-width: 2px !important;
}
.b-r-3x {
    border-right-width: 3px !important;
}
.b-r-4x {
    border-right-width: 4px !important;
}
.b-r-5x {
    border-right-width: 5px !important;
}
.b-b-2x {
    border-bottom-width: 2px !important;
}
.b-b-3x {
    border-bottom-width: 3px !important;
}
.b-b-4x {
    border-bottom-width: 4px !important;
}
.b-b-5x {
    border-bottom-width: 5px !important;
}
.b-l-2x {
    border-left-width: 2px !important;
}
.b-l-3x {
    border-left-width: 3px !important;
}
.b-l-4x {
    border-left-width: 4px !important;
}
.b-l-5x {
    border-left-width: 5px !important;
}
.b-light {
    border-color: #f8f8f8;
}
.b-white {
    border-color: #fff;
}
.b-primary {
    border-color: #34e4cb;
}
.b-t-primary {
    border-top-color: #34e4cb;
}
.b-r-#ebfcfa {
    border-right-color: #34e4cb;
}
.b-b-primary {
    border-bottom-color: #34e4cb;
}
.b-l-primary {
    border-left-color: #34e4cb;
}
.b-accent {
    border-color: #a88add;
}
.b-t-accent {
    border-top-color: #a88add;
}
.b-r-#f6f3fc {
    border-right-color: #a88add;
}
.b-b-accent {
    border-bottom-color: #a88add;
}
.b-l-accent {
    border-left-color: #a88add;
}
.b-warn {
    border-color: #34e4cb;
}
.b-t-warn {
    border-top-color: #34e4cb;
}
.b-r-#ebfcfa {
    border-right-color: #34e4cb;
}
.b-b-warn {
    border-bottom-color: #34e4cb;
}
.b-l-warn {
    border-left-color: #34e4cb;
}
.b-success {
    border-color: #6cc788;
}
.b-t-success {
    border-top-color: #6cc788;
}
.b-r-#f0f9f3 {
    border-right-color: #6cc788;
}
.b-b-success {
    border-bottom-color: #6cc788;
}
.b-l-success {
    border-left-color: #6cc788;
}
.b-info {
    border-color: #6887ff;
}
.b-t-info {
    border-top-color: #6887ff;
}
.b-r-#f0f3ff {
    border-right-color: #6887ff;
}
.b-b-info {
    border-bottom-color: #6887ff;
}
.b-l-info {
    border-left-color: #6887ff;
}
.b-warning {
    border-color: #f77a99;
}
.b-t-warning {
    border-top-color: #f77a99;
}
.b-r-#fef2f5 {
    border-right-color: #f77a99;
}
.b-b-warning {
    border-bottom-color: #f77a99;
}
.b-l-warning {
    border-left-color: #f77a99;
}
.b-danger {
    border-color: #f44455;
}
.b-t-danger {
    border-top-color: #f44455;
}
.b-r-#feecee {
    border-right-color: #f44455;
}
.b-b-danger {
    border-bottom-color: #f44455;
}
.b-l-danger {
    border-left-color: #f44455;
}
.b-light {
    border-color: #f8f8f8;
}
.b-t-light {
    border-top-color: #f8f8f8;
}
.b-r-#fefefe {
    border-right-color: #f8f8f8;
}
.b-b-light {
    border-bottom-color: #f8f8f8;
}
.b-l-light {
    border-left-color: #f8f8f8;
}
.b-grey {
    border-color: #424242;
}
.b-t-grey {
    border-top-color: #424242;
}
.b-r-#ececec {
    border-right-color: #424242;
}
.b-b-grey {
    border-bottom-color: #424242;
}
.b-l-grey {
    border-left-color: #424242;
}
.b-dark {
    border-color: #565656;
}
.b-t-dark {
    border-top-color: #565656;
}
.b-r-#eeeeee {
    border-right-color: #565656;
}
.b-b-dark {
    border-bottom-color: #565656;
}
.b-l-dark {
    border-left-color: #565656;
}
.b-black {
    border-color: #2a2b3c;
}
.b-t-black {
    border-top-color: #2a2b3c;
}
.b-r-#eaeaec {
    border-right-color: #2a2b3c;
}
.b-b-black {
    border-bottom-color: #2a2b3c;
}
.b-l-black {
    border-left-color: #2a2b3c;
}
.b-white {
    border-color: #fff;
}
.b-t-white {
    border-top-color: #fff;
}
.b-r-white {
    border-right-color: #fff;
}
.b-b-white {
    border-bottom-color: #fff;
}
.b-l-white {
    border-left-color: #fff;
}
.b-blue {
    border-color: #2196f3;
}
.b-t-blue {
    border-top-color: #2196f3;
}
.b-r-#e9f5fe {
    border-right-color: #2196f3;
}
.b-b-blue {
    border-bottom-color: #2196f3;
}
.b-l-blue {
    border-left-color: #2196f3;
}
.no-b-t {
    border-top-width: 0;
}
.no-b-r {
    border-right-width: 0;
}
.no-b-b {
    border-bottom-width: 0;
}
.no-b-l {
    border-left-width: 0;
}
.b-dashed {
    border-style: dashed !important;
}
@media (max-width: 991px) {
    .no-border-sm {
        border-width: 0;
    }
}
@media (max-width: 767px) {
    .no-border-xs {
        border-width: 0;
    }
}
.hover-action {
    display: none;
}
.hover-anchor:active .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:hover .hover-action {
    display: inherit;
}
.hover-anchor:active .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:hover .hover-rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hover-top:focus,
.hover-top:hover {
    position: relative;
    z-index: 1000;
}
.m-a {
    margin: 1rem !important;
}
.m-t {
    margin-top: 1rem !important;
}
.m-r {
    margin-right: 1rem !important;
}
.m-b {
    margin-bottom: 1rem !important;
}
.m-l {
    margin-left: 1rem !important;
}
.m-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.m-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-a-lg {
    margin: 3rem !important;
}
.m-t-lg {
    margin-top: 3rem !important;
}
.m-r-lg {
    margin-right: 3rem !important;
}
.m-b-lg {
    margin-bottom: 3rem !important;
}
.m-l-lg {
    margin-left: 3rem !important;
}
.m-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.m-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-a-md {
    margin: 1.5rem !important;
}
.m-t-md {
    margin-top: 1.5rem !important;
}
.m-r-md {
    margin-right: 1.5rem !important;
}
.m-b-md {
    margin-bottom: 1.5rem !important;
}
.m-l-md {
    margin-left: 1.5rem !important;
}
.m-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.m-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-a-sm {
    margin: 0.5rem !important;
}
.m-t-sm {
    margin-top: 0.5rem !important;
}
.m-r-sm {
    margin-right: 0.5rem !important;
}
.m-b-sm {
    margin-bottom: 0.5rem !important;
}
.m-l-sm {
    margin-left: 0.5rem !important;
}
.m-x-sm {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.m-y-sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.m-a-xs {
    margin: 0.25rem !important;
}
.m-t-xs {
    margin-top: 0.25rem !important;
}
.m-r-xs {
    margin-right: 0.25rem !important;
}
.m-b-xs {
    margin-bottom: 0.25rem !important;
}
.m-l-xs {
    margin-left: 0.25rem !important;
}
.m-x-xs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.m-y-xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.p-a {
    padding: 1rem !important;
}
.p-t {
    padding-top: 1rem !important;
}
.p-r {
    padding-right: 1rem !important;
}
.p-b {
    padding-bottom: 1rem !important;
}
.p-l {
    padding-left: 1rem !important;
}
.p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.p-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-a-lg {
    padding: 3rem !important;
}
.p-t-lg {
    padding-top: 3rem !important;
}
.p-r-lg {
    padding-right: 3rem !important;
}
.p-b-lg {
    padding-bottom: 3rem !important;
}
.p-l-lg {
    padding-left: 3rem !important;
}
.p-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.p-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-a-md {
    padding: 1.5rem !important;
}
.p-t-md {
    padding-top: 1.5rem !important;
}
.p-r-md {
    padding-right: 1.5rem !important;
}
.p-b-md {
    padding-bottom: 1.5rem !important;
}
.p-l-md {
    padding-left: 1.5rem !important;
}
.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.p-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-a-sm {
    padding: 0.5rem !important;
}
.p-t-sm {
    padding-top: 0.5rem !important;
}
.p-r-sm {
    padding-right: 0.5rem !important;
}
.p-b-sm {
    padding-bottom: 0.5rem !important;
}
.p-l-sm {
    padding-left: 0.5rem !important;
}
.p-x-sm {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.p-y-sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-a-xs {
    padding: 0.25rem !important;
}
.p-t-xs {
    padding-top: 0.25rem !important;
}
.p-r-xs {
    padding-right: 0.25rem !important;
}
.p-b-xs {
    padding-bottom: 0.25rem !important;
}
.p-l-xs {
    padding-left: 0.25rem !important;
}
.p-x-xs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.p-y-xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.padding {
    padding: 1.5rem 1.5rem;
}
.margin {
    margin-bottom: 1.5rem;
}
.padding-out {
    margin: -1.5rem -1.5rem;
}
@media (max-width: 991px) {
    .padding {
        padding: 1rem 1rem;
    }
    .padding-out {
        margin: -1rem -1rem;
    }
    .margin {
        margin-bottom: 1rem;
    }
    .box,
    .box-color {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .padding {
        padding: 0.5rem 0.5rem;
    }
    .padding-out {
        margin: -0.5rem -0.5rem;
    }
    .margin {
        margin-bottom: 0.5rem;
    }
    .box,
    .box-color {
        margin-bottom: 0.5rem;
    }
    .no-padding-xs {
        padding: 0;
    }
}
.no-radius {
    border-radius: 0 !important;
}
.no-r-t {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.no-r-r {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.no-r-b {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.no-r-l {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.r {
    border-radius: 3px;
}
.r-t {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.r-r {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.r-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.r-l {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.r-2x {
    border-radius: 6px;
}
.r-3x {
    border-radius: 9px;
}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.scrollable.hover,
.scrollable.hover > .row-inner {
    overflow-y: hidden;
}
.scrollable.hover > * {
    margin-top: -1px;
}
.scrollable.hover:active,
.scrollable.hover:focus,
.scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto;
}
.scrollable.hover:active > .row-inner,
.scrollable.hover:focus > .row-inner,
.scrollable.hover:hover > .row-inner {
    overflow-y: auto;
}
.smart .scrollable,
.smart .scrollable > .row-inner {
    overflow-y: auto !important;
}
.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.scroll-y {
    overflow-y: auto;
}
.scroll-x {
    overflow-x: auto;
}
a.primary:hover {
    background-color: #29e3c8;
}
a.text-primary:hover {
    color: #29e3c8;
}
.text-primary,
.text-primary-hover a:hover {
    color: #34e4cb !important;
}
a.warn:hover {
    background-color: #29e3c8;
}
a.text-warn:hover {
    color: #29e3c8;
}
.text-warn,
.text-warn-hover a:hover {
    color: #34e4cb !important;
}
a.accent:hover {
    background-color: #a180da;
}
a.text-accent:hover {
    color: #a180da;
}
.text-accent,
.text-accent-hover a:hover {
    color: #a88add !important;
}
a.success:hover {
    background-color: #63c381;
}
a.text-success:hover {
    color: #63c381;
}
.text-success,
.text-success-hover a:hover {
    color: #6cc788 !important;
}
a.info:hover {
    background-color: #5b7dff;
}
a.text-info:hover {
    color: #5b7dff;
}
.text-info,
.text-info-hover a:hover {
    color: #6887ff !important;
}
a.warning:hover {
    background-color: #f66e90;
}
a.text-warning:hover {
    color: #f66e90;
}
.text-warning,
.text-warning-hover a:hover {
    color: #f77a99 !important;
}
a.danger:hover {
    background-color: #f3384a;
}
a.text-danger:hover {
    color: #f3384a;
}
.text-danger,
.text-danger-hover a:hover {
    color: #f44455 !important;
}
a.dark:hover {
    background-color: #505050;
}
a.text-dark:hover {
    color: #505050;
}
.text-dark,
.text-dark-hover a:hover {
    color: #565656 !important;
}
a.blue:hover {
    background-color: #1590f2;
}
a.text-blue:hover {
    color: #1590f2;
}
.text-blue,
.text-blue-hover a:hover {
    color: #2196f3 !important;
}
.text-white {
    color: #fff !important;
}
.text-white-lt {
    color: rgba(255, 255, 255, 0.54);
}
.text-white-dk {
    color: rgba(255, 255, 255, 0.87);
}
.text-black {
    color: #000;
}
.text-black-lt {
    color: rgba(0, 0, 0, 0.54);
}
.text-black-dk {
    color: rgba(0, 0, 0, 0.87);
}
.text-muted {
    color: inherit !important;
    opacity: 0.6;
}
.text-color {
    color: #fff;
}
._100 {
    font-weight: 100;
}
._200 {
    font-weight: 200;
}
._300 {
    font-weight: 300;
}
._400 {
    font-weight: 400;
}
._500 {
    font-weight: 500;
}
._600 {
    font-weight: 600;
}
._700 {
    font-weight: 700;
}
._800 {
    font-weight: 800;
}
.text {
    font-size: 1rem;
}
.text-xs {
    font-size: 0.75rem;
}
.text-sm {
    font-size: 0.8rem;
}
.text-md {
    font-size: 1.125rem;
}
.text-lg {
    font-size: 1.5rem;
}
.text-2x {
    font-size: 2em;
}
.text-3x {
    font-size: 3em;
}
.text-4x {
    font-size: 4em;
}
.l-h {
    line-height: 1.5;
}
.l-h-1x {
    line-height: 1;
}
.l-h-2x {
    line-height: 2em;
}
.l-s-1x {
    letter-spacing: 1px;
}
.l-s-2x {
    letter-spacing: 2px;
}
.l-s-3x {
    letter-spacing: 3px;
}
.l-s-4x {
    letter-spacing: 4px;
}
.l-s-n-1x {
    letter-spacing: -1px;
}
.l-s-n-2x {
    letter-spacing: -2px;
}
.l-s-n-3x {
    letter-spacing: -3px;
}
.l-s-n-4x {
    letter-spacing: -4px;
}
.h-1x {
    height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.h-2x {
    height: 2.625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.h-3x {
    height: 3.9375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h-4x {
    height: 5.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-u-c {
    text-transform: uppercase;
}
.text-l-t {
    text-decoration: line-through;
}
.text-u-l {
    text-decoration: underline;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.w-8 {
    width: 8px;
    height: 8px;
    display: inline-block;
}
.w-16 {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.w-20 {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.w-24 {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
}
.w-32 {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}
.w-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}
.w-48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}
.w-56 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
}
.w-64 {
    width: 64px;
}
.w-96 {
    width: 96px;
}
.w-128 {
    width: 128px;
}
.w-xxs {
    width: 60px;
}
.w-xs {
    width: 90px;
}
.w-sm {
    width: 120px;
}
.w {
    width: 180px;
}
.w-md {
    width: 200px;
}
.w-lg {
    width: 240px;
}
.w-xl {
    width: 280px;
}
.w-xxl {
    width: 320px;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-v {
    height: 100vh;
}
.h-v-5 {
    height: 50vh;
}
@media (max-width: 767px) {
    .w-auto-sm {
        width: auto;
    }
    .w-full-sm {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .w-auto-xs {
        width: auto;
    }
    .w-full-xs {
        width: 100%;
    }
}
.md-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding: 6px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition:
        box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:
        box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-flat {
    background: 0 0;
}
.md-btn.md-flat:not([disabled]):focus,
.md-btn.md-flat:not([disabled]):hover {
    background-color: rgba(158, 158, 158, 0.2);
}
.md-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 2px;
}
.md-btn.md-fab[disabled],
.md-btn.md-raised[disabled],
.md-btn[disabled] {
    color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
    cursor: not-allowed;
}
.md-fab {
    line-height: 44px;
}
.md-fab-offset {
    margin-top: -20px;
    margin-bottom: -20px;
}
.md-btn:focus {
    outline: 0;
}
.md-btn:hover {
    text-decoration: none;
}
.md-btn.md-cornered {
    border-radius: 0;
}
.md-btn.md-icon {
    padding: 0;
    background: 0 0;
}
.md-btn.md-raised {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.md-btn.md-fab {
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.2s linear;
    transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow;
}
.md-btn.md-fab,
.md-btn.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover,
.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}
.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute;
}
.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute;
}
.md-fab-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    position: absolute;
}
.md-fab-top-left {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute;
}
.md-btn.md-fab.md-mini {
    width: 40px;
    height: 40px;
    line-height: 28px;
}
.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87);
}
.red-50 {
    background-color: #ffebee;
    color: rgba(0, 0, 0, 0.87);
}
.red-100 {
    background-color: #ffcdd2;
    color: rgba(0, 0, 0, 0.87);
}
.red-200 {
    background-color: #ef9a9a;
    color: rgba(0, 0, 0, 0.87);
}
.red-300 {
    background-color: #e57373;
    color: rgba(0, 0, 0, 0.87);
}
.red-400 {
    background-color: #ef5350;
    color: rgba(0, 0, 0, 0.87);
}
.red-500 {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87);
}
.red-600 {
    background-color: #e53935;
    color: rgba(255, 255, 255, 0.87);
}
.red-700 {
    background-color: #d32f2f;
    color: rgba(255, 255, 255, 0.87);
}
.red-800 {
    background-color: #c62828;
    color: rgba(255, 255, 255, 0.87);
}
.red-900 {
    background-color: #b71c1c;
    color: rgba(255, 255, 255, 0.87);
}
.red-A100 {
    background-color: #ff8a80;
    color: rgba(0, 0, 0, 0.87);
}
.red-A200 {
    background-color: #ff5252;
    color: rgba(255, 255, 255, 0.87);
}
.red-A400 {
    background-color: #ff1744;
    color: rgba(255, 255, 255, 0.87);
}
.red-A700 {
    background-color: #d50000;
    color: rgba(255, 255, 255, 0.87);
}
.pink {
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87);
}
.pink-50 {
    background-color: #fce4ec;
    color: rgba(0, 0, 0, 0.87);
}
.pink-100 {
    background-color: #f8bbd0;
    color: rgba(0, 0, 0, 0.87);
}
.pink-200 {
    background-color: #f48fb1;
    color: rgba(0, 0, 0, 0.87);
}
.pink-300 {
    background-color: #f06292;
    color: rgba(0, 0, 0, 0.87);
}
.pink-400 {
    background-color: #ec407a;
    color: rgba(0, 0, 0, 0.87);
}
.pink-500 {
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87);
}
.pink-600 {
    background-color: #d81b60;
    color: rgba(255, 255, 255, 0.87);
}
.pink-700 {
    background-color: #c2185b;
    color: rgba(255, 255, 255, 0.87);
}
.pink-800 {
    background-color: #ad1457;
    color: rgba(255, 255, 255, 0.87);
}
.pink-900 {
    background-color: #880e4f;
    color: rgba(255, 255, 255, 0.87);
}
.pink-A100 {
    background-color: #ff80ab;
    color: rgba(0, 0, 0, 0.87);
}
.pink-A200 {
    background-color: #ff4081;
    color: rgba(255, 255, 255, 0.87);
}
.pink-A400 {
    background-color: #f50057;
    color: rgba(255, 255, 255, 0.87);
}
.pink-A700 {
    background-color: #c51162;
    color: rgba(255, 255, 255, 0.87);
}
.purple {
    background-color: #9c27b0;
    color: rgba(255, 255, 255, 0.87);
}
.purple-50 {
    background-color: #f3e5f5;
    color: rgba(0, 0, 0, 0.87);
}
.purple-100 {
    background-color: #e1bee7;
    color: rgba(0, 0, 0, 0.87);
}
.purple-200 {
    background-color: #ce93d8;
    color: rgba(0, 0, 0, 0.87);
}
.purple-300 {
    background-color: #ba68c8;
    color: rgba(255, 255, 255, 0.87);
}
.purple-400 {
    background-color: #ab47bc;
    color: rgba(255, 255, 255, 0.87);
}
.purple-500 {
    background-color: #9c27b0;
    color: rgba(255, 255, 255, 0.87);
}
.purple-600 {
    background-color: #8e24aa;
    color: rgba(255, 255, 255, 0.87);
}
.purple-700 {
    background-color: #7b1fa2;
    color: rgba(255, 255, 255, 0.87);
}
.purple-800 {
    background-color: #6a1b9a;
    color: rgba(255, 255, 255, 0.87);
}
.purple-900 {
    background-color: #4a148c;
    color: rgba(255, 255, 255, 0.87);
}
.purple-A100 {
    background-color: #ea80fc;
    color: rgba(0, 0, 0, 0.87);
}
.purple-A200 {
    background-color: #e040fb;
    color: rgba(255, 255, 255, 0.87);
}
.purple-A400 {
    background-color: #d500f9;
    color: rgba(255, 255, 255, 0.87);
}
.purple-A700 {
    background-color: #a0f;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple {
    background-color: #673ab7;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-50 {
    background-color: #ede7f6;
    color: rgba(0, 0, 0, 0.87);
}
.deep-purple-100 {
    background-color: #d1c4e9;
    color: rgba(0, 0, 0, 0.87);
}
.deep-purple-200 {
    background-color: #b39ddb;
    color: rgba(0, 0, 0, 0.87);
}
.deep-purple-300 {
    background-color: #9575cd;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-400 {
    background-color: #7e57c2;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-500 {
    background-color: #673ab7;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-600 {
    background-color: #5e35b1;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-700 {
    background-color: #512da8;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-800 {
    background-color: #4527a0;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-900 {
    background-color: #311b92;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-A100 {
    background-color: #b388ff;
    color: rgba(0, 0, 0, 0.87);
}
.deep-purple-A200 {
    background-color: #7c4dff;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-A400 {
    background-color: #651fff;
    color: rgba(255, 255, 255, 0.87);
}
.deep-purple-A700 {
    background-color: #6200ea;
    color: rgba(255, 255, 255, 0.87);
}
.indigo {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-50 {
    background-color: #e8eaf6;
    color: rgba(0, 0, 0, 0.87);
}
.indigo-100 {
    background-color: #c5cae9;
    color: rgba(0, 0, 0, 0.87);
}
.indigo-200 {
    background-color: #9fa8da;
    color: rgba(0, 0, 0, 0.87);
}
.indigo-300 {
    background-color: #7986cb;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-400 {
    background-color: #5c6bc0;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-500 {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-600 {
    background-color: #3949ab;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-700 {
    background-color: #303f9f;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-800 {
    background-color: #283593;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-900 {
    background-color: #1a237e;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-A100 {
    background-color: #8c9eff;
    color: rgba(0, 0, 0, 0.87);
}
.indigo-A200 {
    background-color: #536dfe;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-A400 {
    background-color: #3d5afe;
    color: rgba(255, 255, 255, 0.87);
}
.indigo-A700 {
    background-color: #304ffe;
    color: rgba(255, 255, 255, 0.87);
}
.blue {
    background-color: #2196f3;
    color: rgba(255, 255, 255, 0.87);
}
.blue-50 {
    background-color: #e3f2fd;
    color: rgba(0, 0, 0, 0.87);
}
.blue-100 {
    background-color: #bbdefb;
    color: rgba(0, 0, 0, 0.87);
}
.blue-200 {
    background-color: #90caf9;
    color: rgba(0, 0, 0, 0.87);
}
.blue-300 {
    background-color: #64b5f6;
    color: rgba(0, 0, 0, 0.87);
}
.blue-400 {
    background-color: #42a5f5;
    color: rgba(0, 0, 0, 0.87);
}
.blue-500 {
    background-color: #2196f3;
    color: rgba(255, 255, 255, 0.87);
}
.blue-600 {
    background-color: #1e88e5;
    color: rgba(255, 255, 255, 0.87);
}
.blue-700 {
    background-color: #1976d2;
    color: rgba(255, 255, 255, 0.87);
}
.blue-800 {
    background-color: #1565c0;
    color: rgba(255, 255, 255, 0.87);
}
.blue-900 {
    background-color: #0d47a1;
    color: rgba(255, 255, 255, 0.87);
}
.blue-A100 {
    background-color: #82b1ff;
    color: rgba(0, 0, 0, 0.87);
}
.blue-A200 {
    background-color: #448aff;
    color: rgba(255, 255, 255, 0.87);
}
.blue-A400 {
    background-color: #2979ff;
    color: rgba(255, 255, 255, 0.87);
}
.blue-A700 {
    background-color: #2962ff;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-50 {
    background-color: #e1f5fe;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-100 {
    background-color: #b3e5fc;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-200 {
    background-color: #81d4fa;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-300 {
    background-color: #4fc3f7;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-400 {
    background-color: #29b6f6;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-500 {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-600 {
    background-color: #039be5;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-700 {
    background-color: #0288d1;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-800 {
    background-color: #0277bd;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-900 {
    background-color: #01579b;
    color: rgba(255, 255, 255, 0.87);
}
.light-blue-A100 {
    background-color: #80d8ff;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-A200 {
    background-color: #40c4ff;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-A400 {
    background-color: #00b0ff;
    color: rgba(0, 0, 0, 0.87);
}
.light-blue-A700 {
    background-color: #0091ea;
    color: rgba(255, 255, 255, 0.87);
}
.cyan {
    background-color: #00bcd4;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-50 {
    background-color: #e0f7fa;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-100 {
    background-color: #b2ebf2;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-200 {
    background-color: #80deea;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-300 {
    background-color: #4dd0e1;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-400 {
    background-color: #26c6da;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-500 {
    background-color: #00bcd4;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-600 {
    background-color: #00acc1;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-700 {
    background-color: #0097a7;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-800 {
    background-color: #00838f;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-900 {
    background-color: #006064;
    color: rgba(255, 255, 255, 0.87);
}
.cyan-A100 {
    background-color: #84ffff;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-A200 {
    background-color: #18ffff;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-A400 {
    background-color: #00e5ff;
    color: rgba(0, 0, 0, 0.87);
}
.cyan-A700 {
    background-color: #00b8d4;
    color: rgba(0, 0, 0, 0.87);
}
.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.87);
}
.teal-50 {
    background-color: #e0f2f1;
    color: rgba(0, 0, 0, 0.87);
}
.teal-100 {
    background-color: #b2dfdb;
    color: rgba(0, 0, 0, 0.87);
}
.teal-200 {
    background-color: #80cbc4;
    color: rgba(0, 0, 0, 0.87);
}
.teal-300 {
    background-color: #4db6ac;
    color: rgba(0, 0, 0, 0.87);
}
.teal-400 {
    background-color: #26a69a;
    color: rgba(0, 0, 0, 0.87);
}
.teal-500 {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.87);
}
.teal-600 {
    background-color: #00897b;
    color: rgba(255, 255, 255, 0.87);
}
.teal-700 {
    background-color: #00796b;
    color: rgba(255, 255, 255, 0.87);
}
.teal-800 {
    background-color: #00695c;
    color: rgba(255, 255, 255, 0.87);
}
.teal-900 {
    background-color: #004d40;
    color: rgba(255, 255, 255, 0.87);
}
.teal-A100 {
    background-color: #a7ffeb;
    color: rgba(0, 0, 0, 0.87);
}
.teal-A200 {
    background-color: #64ffda;
    color: rgba(0, 0, 0, 0.87);
}
.teal-A400 {
    background-color: #1de9b6;
    color: rgba(0, 0, 0, 0.87);
}
.teal-A700 {
    background-color: #00bfa5;
    color: rgba(0, 0, 0, 0.87);
}
.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87);
}
.green-50 {
    background-color: #e8f5e9;
    color: rgba(0, 0, 0, 0.87);
}
.green-100 {
    background-color: #c8e6c9;
    color: rgba(0, 0, 0, 0.87);
}
.green-200 {
    background-color: #a5d6a7;
    color: rgba(0, 0, 0, 0.87);
}
.green-300 {
    background-color: #81c784;
    color: rgba(0, 0, 0, 0.87);
}
.green-400 {
    background-color: #66bb6a;
    color: rgba(0, 0, 0, 0.87);
}
.green-500 {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87);
}
.green-600 {
    background-color: #43a047;
    color: rgba(255, 255, 255, 0.87);
}
.green-700 {
    background-color: #388e3c;
    color: rgba(255, 255, 255, 0.87);
}
.green-800 {
    background-color: #2e7d32;
    color: rgba(255, 255, 255, 0.87);
}
.green-900 {
    background-color: #1b5e20;
    color: rgba(255, 255, 255, 0.87);
}
.green-A100 {
    background-color: #b9f6ca;
    color: rgba(0, 0, 0, 0.87);
}
.green-A200 {
    background-color: #69f0ae;
    color: rgba(0, 0, 0, 0.87);
}
.green-A400 {
    background-color: #00e676;
    color: rgba(0, 0, 0, 0.87);
}
.green-A700 {
    background-color: #00c853;
    color: rgba(0, 0, 0, 0.87);
}
.light-green {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-50 {
    background-color: #f1f8e9;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-100 {
    background-color: #dcedc8;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-200 {
    background-color: #c5e1a5;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-300 {
    background-color: #aed581;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-400 {
    background-color: #9ccc65;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-500 {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-600 {
    background-color: #7cb342;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-700 {
    background-color: #689f38;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-800 {
    background-color: #558b2f;
    color: rgba(255, 255, 255, 0.87);
}
.light-green-900 {
    background-color: #33691e;
    color: rgba(255, 255, 255, 0.87);
}
.light-green-A100 {
    background-color: #ccff90;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-A200 {
    background-color: #b2ff59;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-A400 {
    background-color: #76ff03;
    color: rgba(0, 0, 0, 0.87);
}
.light-green-A700 {
    background-color: #64dd17;
    color: rgba(0, 0, 0, 0.87);
}
.lime {
    background-color: #cddc39;
    color: rgba(0, 0, 0, 0.87);
}
.lime-50 {
    background-color: #f9fbe7;
    color: rgba(0, 0, 0, 0.87);
}
.lime-100 {
    background-color: #f0f4c3;
    color: rgba(0, 0, 0, 0.87);
}
.lime-200 {
    background-color: #e6ee9c;
    color: rgba(0, 0, 0, 0.87);
}
.lime-300 {
    background-color: #dce775;
    color: rgba(0, 0, 0, 0.87);
}
.lime-400 {
    background-color: #d4e157;
    color: rgba(0, 0, 0, 0.87);
}
.lime-500 {
    background-color: #cddc39;
    color: rgba(0, 0, 0, 0.87);
}
.lime-600 {
    background-color: #c0ca33;
    color: rgba(0, 0, 0, 0.87);
}
.lime-700 {
    background-color: #afb42b;
    color: rgba(0, 0, 0, 0.87);
}
.lime-800 {
    background-color: #9e9d24;
    color: rgba(0, 0, 0, 0.87);
}
.lime-900 {
    background-color: #827717;
    color: rgba(255, 255, 255, 0.87);
}
.lime-A100 {
    background-color: #f4ff81;
    color: rgba(0, 0, 0, 0.87);
}
.lime-A200 {
    background-color: #eeff41;
    color: rgba(0, 0, 0, 0.87);
}
.lime-A400 {
    background-color: #c6ff00;
    color: rgba(0, 0, 0, 0.87);
}
.lime-A700 {
    background-color: #aeea00;
    color: rgba(0, 0, 0, 0.87);
}
.yellow {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-50 {
    background-color: #fffde7;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-100 {
    background-color: #fff9c4;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-200 {
    background-color: #fff59d;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-300 {
    background-color: #fff176;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-400 {
    background-color: #ffee58;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-500 {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-600 {
    background-color: #fdd835;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-700 {
    background-color: #fbc02d;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-800 {
    background-color: #f9a825;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-900 {
    background-color: #f57f17;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-A100 {
    background-color: #ffff8d;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-A200 {
    background-color: #ff0;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-A400 {
    background-color: #ffea00;
    color: rgba(0, 0, 0, 0.87);
}
.yellow-A700 {
    background-color: #ffd600;
    color: rgba(0, 0, 0, 0.87);
}
.amber {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.87);
}
.amber-50 {
    background-color: #fff8e1;
    color: rgba(0, 0, 0, 0.87);
}
.amber-100 {
    background-color: #ffecb3;
    color: rgba(0, 0, 0, 0.87);
}
.amber-200 {
    background-color: #ffe082;
    color: rgba(0, 0, 0, 0.87);
}
.amber-300 {
    background-color: #ffd54f;
    color: rgba(0, 0, 0, 0.87);
}
.amber-400 {
    background-color: #ffca28;
    color: rgba(0, 0, 0, 0.87);
}
.amber-500 {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.87);
}
.amber-600 {
    background-color: #ffb300;
    color: rgba(0, 0, 0, 0.87);
}
.amber-700 {
    background-color: #ffa000;
    color: rgba(0, 0, 0, 0.87);
}
.amber-800 {
    background-color: #ff8f00;
    color: rgba(0, 0, 0, 0.87);
}
.amber-900 {
    background-color: #ff6f00;
    color: rgba(0, 0, 0, 0.87);
}
.amber-A100 {
    background-color: #ffe57f;
    color: rgba(0, 0, 0, 0.87);
}
.amber-A200 {
    background-color: #ffd740;
    color: rgba(0, 0, 0, 0.87);
}
.amber-A400 {
    background-color: #ffc400;
    color: rgba(0, 0, 0, 0.87);
}
.amber-A700 {
    background-color: #ffab00;
    color: rgba(0, 0, 0, 0.87);
}
.orange {
    background-color: #ff9800;
    color: rgba(0, 0, 0, 0.87);
}
.orange-50 {
    background-color: #fff3e0;
    color: rgba(0, 0, 0, 0.87);
}
.orange-100 {
    background-color: #ffe0b2;
    color: rgba(0, 0, 0, 0.87);
}
.orange-200 {
    background-color: #ffcc80;
    color: rgba(0, 0, 0, 0.87);
}
.orange-300 {
    background-color: #ffb74d;
    color: rgba(0, 0, 0, 0.87);
}
.orange-400 {
    background-color: #ffa726;
    color: rgba(0, 0, 0, 0.87);
}
.orange-500 {
    background-color: #ff9800;
    color: rgba(0, 0, 0, 0.87);
}
.orange-600 {
    background-color: #fb8c00;
    color: rgba(0, 0, 0, 0.87);
}
.orange-700 {
    background-color: #f57c00;
    color: rgba(0, 0, 0, 0.87);
}
.orange-800 {
    background-color: #ef6c00;
    color: rgba(255, 255, 255, 0.87);
}
.orange-900 {
    background-color: #e65100;
    color: rgba(255, 255, 255, 0.87);
}
.orange-A100 {
    background-color: #ffd180;
    color: rgba(0, 0, 0, 0.87);
}
.orange-A200 {
    background-color: #ffab40;
    color: rgba(0, 0, 0, 0.87);
}
.orange-A400 {
    background-color: #ff9100;
    color: rgba(0, 0, 0, 0.87);
}
.orange-A700 {
    background-color: #ff6d00;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-50 {
    background-color: #fbe9e7;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-100 {
    background-color: #ffccbc;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-200 {
    background-color: #ffab91;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-300 {
    background-color: #ff8a65;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-400 {
    background-color: #ff7043;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-500 {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-600 {
    background-color: #f4511e;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-700 {
    background-color: #e64a19;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-800 {
    background-color: #d84315;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-900 {
    background-color: #bf360c;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-A100 {
    background-color: #ff9e80;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-A200 {
    background-color: #ff6e40;
    color: rgba(0, 0, 0, 0.87);
}
.deep-orange-A400 {
    background-color: #ff3d00;
    color: rgba(255, 255, 255, 0.87);
}
.deep-orange-A700 {
    background-color: #dd2c00;
    color: rgba(255, 255, 255, 0.87);
}
.brown {
    background-color: #795548;
    color: rgba(255, 255, 255, 0.87);
}
.brown-50 {
    background-color: #efebe9;
    color: rgba(0, 0, 0, 0.87);
}
.brown-100 {
    background-color: #d7ccc8;
    color: rgba(0, 0, 0, 0.87);
}
.brown-200 {
    background-color: #bcaaa4;
    color: rgba(0, 0, 0, 0.87);
}
.brown-300 {
    background-color: #a1887f;
    color: rgba(255, 255, 255, 0.87);
}
.brown-400 {
    background-color: #8d6e63;
    color: rgba(255, 255, 255, 0.87);
}
.brown-500 {
    background-color: #795548;
    color: rgba(255, 255, 255, 0.87);
}
.brown-600 {
    background-color: #6d4c41;
    color: rgba(255, 255, 255, 0.87);
}
.brown-700 {
    background-color: #5d4037;
    color: rgba(255, 255, 255, 0.87);
}
.brown-800 {
    background-color: #4e342e;
    color: rgba(255, 255, 255, 0.87);
}
.brown-900 {
    background-color: #3e2723;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey {
    background-color: #607d8b;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-50 {
    background-color: #eceff1;
    color: rgba(0, 0, 0, 0.87);
}
.blue-grey-100 {
    background-color: #cfd8dc;
    color: rgba(0, 0, 0, 0.87);
}
.blue-grey-200 {
    background-color: #b0bec5;
    color: rgba(0, 0, 0, 0.87);
}
.blue-grey-300 {
    background-color: #90a4ae;
    color: rgba(0, 0, 0, 0.87);
}
.blue-grey-400 {
    background-color: #78909c;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-500 {
    background-color: #607d8b;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-600 {
    background-color: #546e7a;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-700 {
    background-color: #455a64;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-800 {
    background-color: #37474f;
    color: rgba(255, 255, 255, 0.87);
}
.blue-grey-900 {
    background-color: #263238;
    color: rgba(255, 255, 255, 0.87);
}
.grey-50 {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}
.grey-100 {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
}
.grey-200 {
    background-color: #eee;
    color: rgba(0, 0, 0, 0.87);
}
.grey-300 {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
}
.grey-400 {
    background-color: #bdbdbd;
    color: rgba(0, 0, 0, 0.87);
}
.grey-500 {
    background-color: #9e9e9e;
    color: rgba(0, 0, 0, 0.87);
}
.grey-600 {
    background-color: #757575;
    color: rgba(255, 255, 255, 0.87);
}
.grey-700 {
    background-color: #616161;
    color: rgba(255, 255, 255, 0.87);
}
.grey-800 {
    background-color: #424242;
    color: rgba(255, 255, 255, 0.87);
}
.grey-900 {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.87);
}
.md-form-group {
    padding: 18px 0 24px 0;
    position: relative;
}
.md-input {
    background: 0 0;
    position: relative;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    width: 100%;
    height: 34px;
    padding: 2px;
    color: inherit;
}
.md-input.focus,
.md-input:focus {
    border-color: #34e4cb;
    border-bottom-width: 2px;
    padding-bottom: 1px;
}
.md-input.focus ~ label,
.md-input:focus ~ label {
    color: #34e4cb;
    opacity: 1;
    top: 0 !important;
    font-size: 0.85em !important;
}
.float-label .md-input ~ label {
    top: 20px;
    font-size: 1em;
}
.float-label .md-input.has-value ~ label,
.float-label .md-input.ng-dirty ~ label {
    top: 0;
    font-size: 0.85em;
}
.md-input ~ label {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 0.85em;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    display: inline-block;
    top: 0;
    left: 0;
}
.md-input.disabled,
.md-input[disabled] {
    opacity: 0.5;
}
textarea.md-input {
    height: auto;
}
.md-input-white.focus,
.md-input-white:focus {
    border-color: #fff;
}
.md-input-white.focus ~ label,
.md-input-white:focus ~ label {
    color: #fff;
}
.md-input-msg {
    position: absolute;
    bottom: 0;
    line-height: 24px;
    font-size: 0.85em;
}
.md-input-msg.right {
    right: 0;
}
.md-check {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    display: inline-block;
    position: relative;
}
.md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem;
}
.md-check input:checked + i:before {
    border-width: 0;
    background-color: inherit;
}
.md-check input:checked + span .active {
    display: inherit;
}
.md-check input[type="radio"] + i,
.md-check input[type="radio"] + i:before {
    border-radius: 50%;
}
.md-check input[type="checkbox"]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: " ";
}
.md-check input[type="radio"]:checked + i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: " ";
}
.md-check input[disabled] + i:before,
fieldset[disabled] .md-check input + i:before {
    opacity: 0.5;
}
.md-check input[disabled]:checked + i:before {
    opacity: 0.5;
}
.md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    position: relative;
}
.md-check > i:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
}
.md-check > i.no-icon:after {
    display: none !important;
}
.md-switch {
    cursor: pointer;
    padding-left: 36px;
    margin: 0;
    min-height: 20px;
}
.md-switch input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    margin-left: -36px;
}
.md-switch input:checked + i:before {
    background: inherit;
    opacity: 0.5;
}
.md-switch input:checked + i:after {
    background: inherit;
    left: 16px;
}
.md-switch input[disabled] + i:before,
fieldset[disabled] .md-switch input + i:before {
    background-color: rgba(0, 0, 0, 0.12);
}
.md-switch input[disabled] + i:after,
fieldset[disabled] .md-switch input + i:after {
    background-color: #bdbdbd;
}
.md-switch i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -36px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
    position: relative;
}
.md-switch i:before {
    content: "";
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    background-color: #9e9e9e;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.md-switch i:after {
    content: "";
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    outline: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
[ui-view].ng-leave {
    display: none;
}
[ui-view].ng-leave.smooth {
    display: block;
}
.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fade-in-right-big.ng-enter {
    -webkit-animation: fadeInRightBig 0.5s;
    animation: fadeInRightBig 0.5s;
}
.fade-in-right-big.ng-leave {
    -webkit-animation: fadeOutLeftBig 0.5s;
    animation: fadeOutLeftBig 0.5s;
}
.fade-in-left-big.ng-enter {
    -webkit-animation: fadeInLeftBig 0.5s;
    animation: fadeInLeftBig 0.5s;
}
.fade-in-left-big.ng-leave {
    -webkit-animation: fadeOutRightBig 0.5s;
    animation: fadeOutRightBig 0.5s;
}
.fade-in-up-big.ng-enter {
    -webkit-animation: fadeInUpBig 0.5s;
    animation: fadeInUpBig 0.5s;
}
.fade-in-up-big.ng-leave {
    -webkit-animation: fadeOutUpBig 0.5s;
    animation: fadeOutUpBig 0.5s;
}
.fade-in-down-big.ng-enter {
    -webkit-animation: fadeInDownBig 0.5s;
    animation: fadeInDownBig 0.5s;
}
.fade-in-down-big.ng-leave {
    -webkit-animation: fadeOutDownBig 0.5s;
    animation: fadeOutDownBig 0.5s;
}
.fade-in.ng-enter {
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.fade-in.ng-leave {
    -webkit-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}
.fade-in-right.ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}
.fade-in-right.ng-leave {
    -webkit-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
}
.fade-in-left.ng-enter {
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}
.fade-in-left.ng-leave {
    -webkit-animation: fadeOutRight 0.5s;
    animation: fadeOutRight 0.5s;
}
.fade-in-up.ng-enter {
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}
.fade-in-up.ng-leave {
    -webkit-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}
.fade-in-down.ng-enter {
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}
.fade-in-down.ng-leave {
    -webkit-animation: fadeOutDown 0.5s;
    animation: fadeOutDown 0.5s;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
table.dataTable tfoot th,
table.dataTable thead th {
    font-weight: 700;
}
table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
    outline: 0;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url(../images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url(../images/sort_desc_disabled.png);
}
table.dataTable tbody tr {
    background-color: #505050;
}
table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}
table.dataTable tbody td,
table.dataTable tbody th {
    padding: 8px 10px;
}
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
    border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
    border-top: none;
}
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #abb9d3;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #f5f5f5;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: #a9b7d1;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
    padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
    padding: 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
    padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
    white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
    text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
    box-sizing: content-box;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #34e4cb !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #34e4cb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #111;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(25%, rgba(255, 255, 255, 0.9)),
        color-stop(75%, rgba(255, 255, 255, 0.9)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > tbody
    > tr
    > td,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > tbody
    > tr
    > th,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > thead
    > tr
    > td,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > thead
    > tr
    > th {
    vertical-align: middle;
}
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > tbody
    > tr
    > td
    > div.dataTables_sizing,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > tbody
    > tr
    > th
    > div.dataTables_sizing,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > thead
    > tr
    > td
    > div.dataTables_sizing,
.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > thead
    > tr
    > th
    > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}
.table-freeze-multi,
.table-freeze-multi-clone {
    table-layout: fixed;
    width: 100%;
}
.freeze-multi-scroll-wrapper {
    position: relative;
    clear: both;
}
.freeze-multi-scroll-table-head {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.freeze-multi-scroll-table-head-inner {
    box-sizing: content-box;
}
.freeze-multi-scroll-table-body {
    position: relative;
    overflow: auto;
    width: 100%;
}
.freeze-multi-scroll-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}
.freeze-multi-scroll-left-head {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.freeze-multi-scroll-left-body,
.freeze-multi-scroll-left-body-inner {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.freeze-multi-scroll-left-body-inner {
    overflow-y: scroll;
}
.freezer-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}
.cui-form-right-fields {
    margin-left: 20px;
    width: 190px;
    display: flex;
    flex-direction: column;
}
.cui-form-right-fields .readOnlyField {
    width: 50px;
    height: 28px;
    border-radius: 3px;
    background: #555 !important;
    border: 1px solid #5c5e60;
}
.cui-form-right-fields .yes-no-checkbox {
    background: 0 0 !important;
    text-align: center;
    padding-top: 3px;
}
.cui-form-right-fields .yes-no-checkbox .onoff input:checked + label {
    background: 0 0;
}
.cui-form-right-fields > div {
    display: flex;
    justify-content: end;
    height: 30px;
}
.cui-form-right-fields > div > div:first-child {
    margin-right: 7px;
}
.cui-form-top-fields {
    width: 100%;
    display: flex;
}
.cui-tabs > div > * {
    padding: 20px;
}
.cui-tabs .inspectionDataDiv {
    display: none;
    min-height: 200px;
}
.cui-tabs .hiddenWindows .inspectionDataDiv {
    display: initial;
}
.cui-tabs .custom-controls-stacked > label {
    min-height: 30px;
}
.cui-applications-tbl tr td,
.cui-applications-tbl tr th {
    border: 1px solid #909090;
    text-align: center;
    background-color: #555;
}
.cui-applications-tbl tr th {
    background-color: transparent;
}
.cui-applications-tbl tr td input {
    border: none;
    background: #676767;
}
.cui-tabs .addChangePhoto {
    font-size: 0.8em;
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 10px;
}
.qq-uploader {
    width: 100%;
}
.qq-upload-button {
    display: block;
    width: 125px;
    padding: 2px 0;
    margin: 0 auto;
    text-align: center;
    color: #34e4cb;
    font-size: 11px;
}
.recPhotoBottomButton .qq-upload-button,
.survey-photo .qq-upload-button {
    width: 100%;
    margin: 0;
    padding: 0;
}
.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #ff9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-drop-area-active {
    background: #ff7171;
}
.qq-upload-list {
    margin: 0 0;
    padding: 0;
    list-style: disc;
    display: none;
}
.qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}
.qq-upload-cancel,
.qq-upload-failed-text,
.qq-upload-file,
.qq-upload-size,
.qq-upload-spinner {
    margin-right: 7px;
}
.qq-upload-spinner {
    display: inline-block;
    background: url(loading.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-cancel,
.qq-upload-size {
    font-size: 11px;
}
.qq-upload-failed-text {
    display: none;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.mcdr-upl-container {
    display: flex;
}
.mcdr-upl-container #mcdrUploader,
.mcdr-upl-container .qq-upload-button {
    width: 30px;
    height: 30px;
}
.mcdr-upl-container .qq-upload-button {
    padding-top: 9px;
}
.mcdr-upl-container i {
    color: #fff;
    font-size: 14px;
}
.estimated-hrs-fields {
    display: flex;
    align-items: center;
    border-top: 1px solid #707070;
    padding-top: 5px;
}
.estimated-hrs-fields > div {
    width: 110px;
    text-align: right;
}
.estimated-hrs-fields > input {
    width: 50px !important;
}
.narrative .mentions-input-box textarea {
    padding: 9px 75px 9px 9px !important;
    margin-bottom: 5px;
    margin-left: 0 !important;
}
.narrative a.ucdelete span,
.narrative a.ucedit span,
.narrative a.ucsave span {
    margin-right: 5px;
    font-size: 20px;
}
.narrative a.ucdelete:hover,
.narrative a.ucedit:hover,
.narrative a.ucsave:hover,
.narrative a:hover.ucdelete span,
.narrative a:hover.ucedit span,
.narrative a:hover.ucsave span {
    color: #34e4cb !important;
}
.narrative .com_sec {
    position: relative;
    border: #5c5e60 solid 1px;
    border-radius: 4px;
    background: #555;
    padding: 10px 135px 10px 10px;
    margin: 16px 0;
}
.narrative .com_area {
    position: relative;
}
.narrative .com_area > p {
    top: 7px;
    margin: 0;
    right: 10px;
    position: absolute;
}
.narrative .com_sec > * {
    top: 10px;
    right: 10px;
    position: absolute;
}
.narrative .commentDate {
    position: unset;
    color: #9b9a9a;
    margin-right: 14px;
    font-size: 12px;
}
.surface-cleanliness {
    font-size: 0.9em;
}
.surface-cleanliness .equipments input {
    width: 163px;
}
.photo-viewer-container {
    height: 240px;
    width: 400px;
    overflow: hidden;
    border: 1px solid #909090;
    margin: 30px 30px 0 42px;
    display: flex;
    position: relative;
}
.photo-viewer-container .container {
    display: flex;
    flex-direction: column;
}
.photo-viewer-container .container .photos-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    flex: 1;
}
.photo-viewer-container .container .photos-container .no-photo {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #4f4f4f;
    margin-top: 22px;
    border-radius: 5px;
    margin-right: 21px;
}
.photo-viewer-container
    .container
    .photos-container
    .no-photo
    .qq-upload-button {
    color: #dbdbdb !important;
    font-size: 1em;
    width: 100% !important;
}
.photo-viewer-container .container .photos-container .photo {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 1px solid #909090;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: 10px;
}
.photo-viewer-container .container .uploader {
    height: 30px;
}
.photo-viewer-container .next-pic-left {
    height: 200px;
    min-width: 25px;
    background-color: #424242;
    cursor: pointer;
}
.photo-viewer-container .next-pic-left.next-pic-right {
    position: absolute;
    right: 0;
}
.photo-viewer-container .next-pic-left.next-pic-right:before {
    border-left: 17px solid #909090;
    border-right: none !important;
    margin-left: 5px;
}
.photo-viewer-container .next-pic-left:before {
    position: absolute;
    content: " ";
    border: 10px solid transparent;
    width: 20px;
    border-right: 17px solid #909090;
    margin-top: 78px;
    margin-left: -1px;
}
.preview-container-back {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #191919e8;
    top: 0;
    left: 0;
    z-index: 10000;
}
.image-preview-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10001;
    display: flex;
}
.image-preview-container .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.image-preview-container .photo {
    height: 90%;
    margin-top: 2%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    animation-duration: 1s;
}
.image-preview-container .photo.prev {
    position: absolute;
    transform: translate(-100%, 0);
}
.image-preview-container .photo.next {
    position: absolute;
    transform: translate(100%, 0);
}
.image-preview-container .button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    border-radius: 5px;
    cursor: pointer;
}
.image-preview-container .button:hover {
    background-color: #454545;
}
.image-preview-container .button.next {
    right: 0;
}
.image-preview-container .button svg {
    margin: 10px;
    width: 40px;
    height: 40px;
}
.photos-container .photo-panel .buttons {
    visibility: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.photos-container .photo-panel .buttons > div {
    margin-left: 10px;
    cursor: pointer;
}
.photos-container .photo-panel .buttons .upload .qq-uploader {
    width: 40px;
    height: 30px;
}
.photos-container .photo-panel .buttons .upload .qq-upload-button {
    opacity: 0;
    z-index: 10000;
}
.photos-container .photo-panel:hover .buttons {
    visibility: visible;
}
.photos-container .photo-panel .buttons .photo-panel {
    position: absolute;
    top: -2px;
    font-size: 1.4em;
    margin-left: 5px;
}
.select_client {
    width: 600px;
    margin: 30px auto 0 auto;
}
.selPlatformTbl {
    border: 1px solid #aaa;
}
.selPlatformTbl tr td {
    padding: 1px 5px;
}
.centeredElement,
.verifRequiredTbl {
    width: 400px;
    margin: 0 auto 0 auto;
}
.toolbarTabs {
    padding: 0 5px 2px 2px;
    overflow: visible;
    position: relative;
}
.hiddenWindows {
    display: none;
}
#downWorkPackIframe {
    display: none;
    visibility: hidden;
}
.successEdit {
    color: #94ffb4;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 35px;
    padding-left: 3px;
}
.failureEdit {
    color: #f2c928 !important;
    font-size: 17px;
    font-weight: 700;
    margin-left: 35px;
}
.recordRowOdd td {
    background-color: #44576a;
    position: relative;
}
.recordRowUsed td {
    background-color: #bdbdbd;
}
.recUsedInspect td {
    background-color: #7b7b7b !important;
}
.recSelectedInspect td {
    background-color: #cfc;
}
.noPhoto div.qq-uploader {
    margin-top: 60px;
}
.recPhotoBottomButton {
    display: none;
    height: 36px;
}
.survey-bottom-photo {
    display: flex !important;
    justify-content: center;
    position: relative;
}
.survey-bottom-photo > div {
    flex: 1;
    width: 50px;
    border: 1px solid #4bd9b1;
    border-radius: 3px;
    height: 24px;
    margin: 7px 0 0 3px;
    max-width: 50px;
}
.survey-bottom-photo .qq-upload-button {
    width: auto;
    margin-left: 2px;
}
.multi-recordPhoto,
.recordPhoto {
    border: 1px solid #999;
    width: 200px;
    height: 150px;
}
.cond-rep-photo {
    background-repeat: no-repeat;
    background-position: center;
}
.recordPhoto:hover div {
    display: block;
}
.rec-multi-photo {
    width: 98px;
    height: 74px;
    border: 1px solid #a0a0a0;
    float: left;
}
.rec-multi-photo img {
    position: absolute;
}
.dialog-window {
    position: fixed;
    z-index: 1099;
    background-color: #565656;
    border: 1px solid #000;
    box-shadow: 0 5px 15px #1a1a1a;
    border-radius: 3px;
}
.dialog-windowBack {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
    opacity: 0.5;
    z-index: 1098;
}
.recordCalcTable {
    margin-left: 30px;
    margin-top: 20px;
}
.recordCalcTable tr th {
    font-size: 10px;
    font-weight: 400;
    border-bottom: 1px solid #000;
}
.percDivDisabled,
.percentDiv {
    border: 1px outset #000;
    margin-left: 2px;
    cursor: default;
    text-align: center;
    padding-top: 1px;
    float: left;
    width: 18px;
    height: 18px;
    font-size: 10px;
}
.percDivDisabled {
    color: #d3d3d3;
}
.percentDivSelected {
    border: 1px inset #000 !important;
    background-color: #aaa;
}
.calButton {
    cursor: pointer;
    margin: 0 6px 0 4px;
    padding: 0;
    width: 13px;
    height: 14px;
    border: 0;
    background-repeat: no-repeat;
}
.calButton::before,
.date-div::before {
    content: "\f073";
}
.date-div {
    height: 14px;
    float: right;
    background-repeat: no-repeat;
    padding-left: 16px;
}
.calCanvasDiv {
    position: absolute;
    width: 187px;
    z-index: 100000;
    background-color: #fff;
    border: 1px solid #9d9d9d;
}
.calHeaderDiv {
    height: 24px;
    background-color: #cacaca;
}
.calHeadNext,
.calHeadPrev {
    background-image: url(../images/cal-arrows.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 12px;
    float: left;
    margin-top: 2px;
    margin-left: 4px;
    cursor: pointer;
    background-position: 2px 0;
}
.calHeadNext {
    background-position: -9px 0;
}
#calHeadCurrent {
    float: left;
    width: 152px;
    margin-top: 2px;
    height: 15px;
    text-align: center;
}
.calTable th {
    background-color: #dfdfdf;
}
.calTable tr td {
    text-align: center;
    background-color: #eee;
    height: 18px;
}
.calTable tr td span {
    cursor: pointer;
    color: #3175bd;
}
.calTable tr td span:hover {
    text-decoration: underline;
}
.prodImgDiv {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin: 0 auto 0 auto;
}
.prodImgDiv img {
    float: left;
}
.prodReportTable {
    margin-left: 30px;
    margin-bottom: 20px;
}
.platformCampaingDate {
    height: 55px;
    border: 1px solid #505050;
    padding-left: 30px;
}
.prodReportRangeDiv {
    height: 100px;
    border: 1px solid #b0b0b0;
    padding: 10px;
}
.submenuArrorDown,
.submenuArrorUp {
    background-image: url(../images/up-down.png);
    width: 7px;
    height: 4px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.submenuArrorDown {
    background-position: 0 -4px;
}
.photoDelDiv,
.recPhotoDelDiv {
    text-align: center;
}
.recPhotoDelDiv a {
    border: none;
    padding: 0;
    font-size: 0.8em;
}
.importRecordsDiv {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-top: 20px;
}
.importCSVErrorDiv {
    color: red;
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
.importedCSVDataTbl {
    border: 1px solid #b0b0b0;
    border-collapse: collapse;
    margin-top: 10px;
}
.importedCSVDataTbl tr td {
    border: 1px solid #b0b0b0;
    text-align: center;
}
.importedCSVDataTbl tr th {
    border: 1px solid #b0b0b0;
    vertical-align: top;
}
.importCSVErrorRow td {
    background-color: #fcc;
}
.importCSVErrorColumn {
    background-color: #d42e12 !important;
}
.stageCompleteDiv {
    width: 80%;
    float: right;
    text-align: right;
}
.stageCompleteDiv div {
    float: right;
}
.stageCompleteDiv input {
    margin-right: 20px;
    font-size: 12px;
}
.editRecordsTable {
    border: 1px solid #eee;
    border-collapse: collapse;
}
.editRecordsTable tr th {
    border: 1px solid #eee;
    color: teal;
    font-weight: 400;
    text-align: left;
}
.editRecordsTable tr td {
    text-align: center;
    padding: 0;
}
.editRecordsButton {
    margin-left: 35px;
    margin-bottom: 5px;
}
.signatureImg {
    margin-left: 35px;
}
.signatureTable {
    margin-left: auto;
    margin-right: auto;
}
.signatureTable tr td {
    text-align: center;
}
.uplSignatureDiv {
    height: 40px;
}
.uplSignatureDiv div {
    position: absolute;
    border: 1px solid #000;
    width: 122px;
    height: 41px;
}
.uplSignatureDiv img {
    margin-top: 3px;
    margin-left: 2px;
}
.centeredElement,
.verifRequiredTbl {
    width: 400px;
    margin: 0 auto 0 auto;
}
.fabricMaintTbl {
    border-collapse: collapse;
}
.fabricMaintTbl tr td {
    text-align: center;
}
.plannedFMTable tr td {
    border: 1px solid #909090;
}
.punchListTbl {
    border-collapse: collapse;
}
.fabricReportTotal {
    margin: 3px 5px 5px 5px;
}
.fabricReportDiv {
    margin: 30px auto 40px auto;
    padding-bottom: 20px;
    width: 1000px;
}
.fabricYearRow th {
    background: #ffeaa0;
    padding-top: 10px;
    text-align: left;
}
.editSiteDiv {
    margin-left: 35px;
}
.borderChangeTbl {
    border: 1px solid #a5a5a5;
    padding: 10px;
}
#uploadClientRefFile {
    margin-left: -40px;
    max-width: 120px !important;
    float: left;
}
.disabledUserCell {
    color: #806800;
}
.imgLoading {
    margin-top: 70px;
    text-align: center;
}
.leadReportTable td {
    text-align: center;
    padding: 3px;
}
.leadReportImg div {
    text-align: center;
}
.leadReportImg:hover div {
    display: block;
}
.leadHoverText {
    margin-top: 20px !important;
    width: 100px !important;
}
.menuItemContainer {
    width: 750px;
    border: 1px solid #999;
    height: 50px;
    padding-top: 5px;
}
.menuItem {
    float: left;
    width: 250px;
}
.menuSubItems {
    float: left;
    width: 470px;
}
.menuSubItem {
    float: left;
}
.helpContainer {
    margin-left: 30px;
}
.helpFrame {
    border: none;
}
.menuBreadCrumbContainer {
    height: 25px;
    width: 100%;
}
.uplImg {
    margin-left: 93px;
    margin-top: 68px;
}
.uplProgress {
    text-align: center;
    margin-top: 65px;
    width: 198px;
    height: 15px;
    border: 1px solid #999;
}
.progressBar {
    background-color: #c6e746;
    position: absolute;
    height: 15px;
}
.progressTxt {
    position: absolute;
    width: 198px;
    height: 15px;
}
.inspectProgress {
    width: 148px !important;
}
.inspectProgressTxt {
    width: 148px !important;
}
.inspectUplImg {
    margin-left: 5px;
    margin-top: 65px;
}
.prodTotalSurfaceInfoDiv {
    background-color: #8aa636;
    width: 30px;
    height: 15px;
}
.prodTotalComplInfoDiv {
    background-color: #c8a53c;
    width: 30px;
    height: 15px;
}
.prodTotalWeekInfoDiv {
    background-color: #afd8f8;
    width: 30px;
    height: 15px;
}
.prodGraphInfoTbl {
    margin-left: 35px;
    table-layout: fixed;
}
.prodFirstCell {
    border-left: 1px solid #999;
}
.prodGraphInfoTbl tr td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
}
#graphInfoTbl {
    table-layout: fixed;
}
#graphInfoTbl tr td {
    height: 15px;
}
.stageComplTable {
    margin-top: 10px;
    width: 978px;
    table-layout: auto;
}
.stageComplHeader {
    background: url(../images/stageComplHeader.png);
    width: 668px;
    height: 30px;
}
.stageComplTable tr td {
    border-collapse: collapse;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
    height: 17.5px;
}
.stageComplTitle {
    background-color: #949494;
}
.perfLeft {
    border-left: 1px solid #999;
    width: 150px;
}
.perfLeft div {
    white-space: nowrap;
    width: 148px;
    text-align: center;
}
.perfGraphTopTbl {
    table-layout: fixed;
    margin-bottom: 10px;
}
.perfGraphBottomTbl tr td,
.perfGraphTopTbl tr td {
    border-right: 1px solid #999;
    text-align: center;
    padding: 3px 0 3px 0;
}
.perfGraphBottomTbl tr td {
    border-bottom: 1px solid #999;
}
.perfBottomRow td {
    border-bottom: 1px solid #999;
}
.plannedRow td {
    width: 50px;
    border-top: 1px solid #999;
}
.perfBottomInfo {
    margin: 10px auto 0 auto;
    font-size: 14px;
}
.stageComplSysGraph {
    width: 684px;
    margin-left: -12px;
}
.stageComplSysGraphBack {
    overflow: hidden;
    position: relative;
}
.budgetBuildsTbl {
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}
.budgetBuildsTbl th {
    background-color: #797979;
    padding: 3px 6px;
}
.budgetBuildsTbl td {
    border-top: 1px solid #bdbdbd;
    padding: 3px 6px;
}
.budgetBuildTbl {
    border-collapse: collapse;
}
.budgetBuildTbl td {
    text-align: center;
    padding: 0 3px;
}
.budgetBuildHeader th {
    border-left: 1px solid #bdbdbd;
    font-weight: 400;
    vertical-align: middle;
}
.dailyReportTbl {
    width: 100%;
}
.dailyReportTbl tr td,
.dailyReportTbl tr th {
    text-align: center;
}
.sumRepTotalRow td {
    font-weight: 700;
    background-color: #d9d9d9;
}
.sumRepTotalClusterRow td {
    font-weight: 700;
    background: #fcfedf;
}
.sumReportClusterSepRow {
    height: 40px;
}
.dailyRepMonthsDiv {
    margin-left: 30px;
}
.stageComplLegendTbl {
    border-collapse: collapse;
    border: 1px solid #999;
}
.stageComplLegendTbl tr td {
    text-align: center;
    border: 1px solid #999;
    padding: 0 3px;
}
.verifyByInfo {
    padding-right: 18px;
}
.sendEmailsInnerTbl tr td {
    border: none;
    vertical-align: top;
}
.sendEmailsRow td {
    vertical-align: top;
    border: 1px solid #a0a0a0;
}
.userRolesDiv {
    width: 142px;
}
.userRolesDiv div {
    width: 141px;
    height: 19px;
}
.userRolesDiv div input {
    float: right;
}
.userRolesDiv div label {
    float: left;
}
.sendEmailsTbl {
    border-collapse: collapse;
}
.sendEmailsTbl tr td {
    padding: 3px 10px;
}
.usersReportDiv {
    margin-left: 35px;
    border: 1px solid #a0a0a0;
}
.usersReportDiv table {
    width: 400px;
}
.usersRepRolesDiv {
    width: 285px;
}
.usersRepRolesDiv * {
    float: left;
    width: 40px;
}
.usersRepRolesDiv label {
    text-align: right;
    width: 140px;
}
.usersTickBox {
    width: 13px;
    height: 13px;
    background-image: url(../images/tickboxes.png);
}
.usersTickBoxDisabled {
    background-position: 0 -13px;
}
.backSetupTable {
    border: 1px solid #b0b0b0;
    padding: 20px;
    margin-left: 35px;
}
.backSetupTable table {
    border-collapse: collapse;
}
.backSetupTable td {
    padding: 2px 10px;
}
.restoreElem {
    background-image: url(../js/valums-file-uploader/client/loading.gif);
    width: 15px;
    height: 15px;
    visibility: hidden;
}
.shutdownPerCanvas {
    display: none;
    max-height: 100px;
    overflow: auto;
    width: 500px;
    border: 1px solid #aeaeae;
    background: #f0f0f0;
}
.shutdownBtn {
    width: 50px;
}
.topAlignCell {
    vertical-align: top;
}
.inspectRecordTbl {
    margin-left: 4px;
    border-collapse: collapse;
}
.inspectRecordTbl tr td {
    border: 1px solid #767676;
    padding: 0 5px;
}
.inspectRecordDiv {
    height: expression(this.scrollHeight>90? "90px": "auto");
    max-height: 90px;
    overflow: auto;
}
.recAddedTable th {
    background: #bdbdbd !important;
    padding: 2px 4px 2px 5px;
}
.recAddedTable td {
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    padding: 2px 4px 2px 5px;
}
.plotPlanSubmenu div {
    width: 180px !important;
}
.clampFiles * {
    float: left;
}
.clampFileUpl {
    width: 100px;
    height: 20px;
    float: left;
}
.inspectList {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAACdJREFUGFdj+M/A8B8IQAQYM4AFkAQRAlBBVAGQBrgWDBUohiLZAgCpoEO9tuU37gAAAABJRU5ErkJggg==);
    cursor: pointer;
}
.inspectListNoImg {
    list-style: none;
}
.inspectListExpanded {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMkMEa+wAAAAjSURBVBhXY/h/k+E/LgwkgRiLBEgcREIwmgSqJEwBnP+fAQBaZFFNn0/QagAAAABJRU5ErkJggg==) !important;
    cursor: pointer;
}
.workSchedHeader {
    padding: 10px 0 20px 35px;
    border: none !important;
}
.workSchedTotals td {
    text-align: center;
    border: none !important;
}
.workSchedWA {
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 1px solid #000;
    width: 100px;
}
.nptFirstHeader td {
    font-size: 18px;
    font-weight: 700;
}
.nptTable tr th {
    font-size: 11px;
    font-weight: 700;
}
.add-tab {
    width: 5px;
    height: 25px;
    background: url(/images/add-icon.png) no-repeat;
    background-position: 0 3px;
}
.readOnlyField {
    border: 1px solid #c8c8c8;
    background: #a8a8a8;
}
.weekly-rep-tbl tr th {
    text-align: left;
}
.bulletButton {
    width: 17px;
    height: 17px;
    padding: 0;
    position: absolute;
    margin-top: 0;
    margin-left: 10px;
    background: url(/images/bullet-image.png) no-repeat;
}
.weekInspectImg {
    margin: 3px 20px 5px 5px;
    width: 150px;
    height: 150px;
    border: 1px solid #909090;
}
.selInspectWinBack {
    width: 745px;
    height: 590px;
    overflow: auto;
    border-bottom: 1px solid #d9d9d9;
}
.selInspectWinButtons {
    width: 700px;
    height: 30px;
    text-align: center;
}
.loadMoreLinkDisabled {
    color: #bdbdbd;
    cursor: default;
}
.loadMoreLinkDisabled:hover {
    text-decoration: none;
}
.hrs-sum-table tr td {
    text-align: center;
}
.hrs-sum-top {
    border: 1px solid #bdbdbd;
    border-bottom: none;
    background: #fcfedf;
}
.hrs-sum-bottom {
    border-bottom: 1px solid #bdbdbd;
    background: #fcfedf;
}
.progress-tbl {
    border-collapse: collapse;
    margin-left: 35px;
}
.progress-tbl tr td {
    border: 1px solid #aaa;
    width: 40px;
    text-align: center;
}
.progr-div {
    border: 1px solid #909090;
    margin-left: 35px;
    padding: 10px;
}
.progr-div table {
    border-collapse: collapse;
}
.progr-div table tr td {
    text-align: center;
}
.progr-div table tr th {
    background-color: #157168 !important;
}
.progrStageCompl {
    background: #fabf8f;
    width: 50px;
}
.progr-input {
    width: 50px;
}
.progr-compl {
    background: #92d050;
    width: 70px;
}
.progr-wa {
    background-color: #e6b8b7 !important;
    width: 40px;
}
.progr-id {
    background-color: #ebf1de !important;
    width: 40px;
    color: #000;
}
.cur-progress-manual {
    background-color: #b7dee8;
}
.normsByRec {
    margin-top: 3px !important;
}
.daily-rep-clock {
    background-image: url(/images/clock.png);
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.day-timesheet {
    width: 570px;
    table-layout: fixed;
    border-collapse: collapse;
}
.day-timesheet tr th {
    background-color: #5b738f;
    border: 1px solid #000;
    height: 40px;
    width: 70px;
    font-size: 12px;
    vertical-align: top;
}
.timesheet-header {
    display: flex;
    margin-right: 17px;
}
.timesheet-header > div {
    min-height: 40px;
    background-color: #5b738f;
    text-align: center;
    border: 1px solid #000;
    border-left: none;
    position: relative;
    box-sizing: content-box;
}
.timesheet-header > div > div {
    position: absolute;
    width: 100%;
    height: 27px;
    margin-top: -27px;
    border: 1px solid #828282;
    font-size: 1.25em;
    border-bottom: none;
}
.day-timesheet tr td {
    width: 70px;
    border: 1px solid #000;
}
.day-timesheet tr td input {
    width: 69px;
}
.timesheet-input {
    border: 0;
}
.copyTimesheetDiv {
    width: 100%;
    overflow: auto;
}
.copyTimesheetDiv table {
    width: 100%;
    border-collapse: collapse;
}
.copyTimesheetDiv table tr td {
    border: none !important;
}
.copyTimesheetDiv table tr th {
    font-size: 11px;
}
.daily-member-row-sel td {
    background-color: #64808d;
}
.discipline-rates {
    width: 18px;
    height: 18px;
    background-image: url(/images/rates.png);
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.discipline-rates-show {
    background-position: -18px 0;
}
.add-rate {
    background-position: -36px 0;
}
.ratesDiv {
    height: 36px;
    width: 490px;
}
.ratesDiv > div {
    display: flex;
}
.rateTable {
    margin: 5px;
    border: 1px solid #dfdfdf;
    width: 500px;
    border-collapse: collapse;
}
.rateButtons {
    width: 50px;
    height: 25px;
}
.del-rate {
    background-position: -54px 0;
    min-width: 18px;
}
.add-discipline {
    background-position: -72px 0;
    float: right !important;
}
.discipline-container {
    width: 380px;
    height: 21px;
}
.position-div {
    float: left;
    width: 100%;
    height: 21px;
    display: none;
}
.proj-team-tbl {
    margin-left: 35px;
}
.proj-team-tbl tr td {
    vertical-align: top;
}
.discipline-hist {
    background-position: -90px 0;
    width: 14px !important;
    display: none;
}
.diciplines-btn {
    width: 45px;
    height: 20px;
}
.discipline-view {
    height: 17px;
    padding-left: 3px;
    width: 196px;
    float: left;
    border: 1px solid #afafaf;
    margin-right: 3px;
}
.sendInvDiv {
    position: fixed;
    top: 70px;
    left: 750px;
    width: 450px;
    padding: 10px;
    height: 160px;
    border: 1px solid #ababab;
}
.linearMetersDiv {
    margin-left: 80px;
    float: left;
    width: 200px;
    height: 50px;
}
.cur-prog-last-upd {
    margin-bottom: 10px;
    font-weight: 700;
}
.record-calc-div {
    width: 400px;
    padding: 10px 20px 10px 20px;
    margin-left: 30px;
    border: 1px solid #909090;
}
.recordSubStation {
    border: 1px solid #909090;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
}
.record-info-div {
    float: left;
    margin-left: 60px;
    width: 150px;
    text-align: right;
}
.inspectReportSection {
    background-color: grey;
    border: 1px solid #bdbdbd;
}
.inspectRepTable {
    width: 100%;
    border-collapse: collapse;
}
.footer {
    margin-top: 20px;
    height: 59px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: right;
}
.footer-version {
    padding-top: 30px;
}
.dashboard {
    width: 1300px;
    margin: 0 auto 0 auto;
}
.dashboard-menu {
    margin-left: 12%;
}
.dashboard-menu tr td {
    background-color: #4c4c4c;
    height: 40px;
}
.dashboard-menu tr td a {
    font-size: 20px;
    padding: 0 30px 0 30px;
}
.dash-menu-sel {
    background-color: #575656 !important;
}
.menu-bottom {
    height: 1px;
    width: 80%;
    margin-left: 10%;
    background-color: #34e4cb;
}
.dashboard-data-tbl {
    width: 1300px;
}
.dashboard-data-tbl tr td {
    vertical-align: top;
}
.dashboard-item {
    background-color: #575656;
    margin-top: 10px;
    text-align: center;
    margin-top: 15px;
    width: 250px;
    height: 95px;
}
.dashboard-item .item-txt {
    padding-top: 4px;
    width: 100%;
    font-size: 16px;
}
.item-data {
    font-size: 30px;
    color: #34e4cb;
    margin-top: 10px;
}
.surfByReValueInfo {
    width: 100%;
    height: 250px;
}
.surfByReValueInfo table {
    width: 100%;
}
.surfByReValueInfo table tr th {
    text-align: center;
}
.survey-compl {
    width: 250px;
    height: 175px;
}
.loading-items-div {
    width: 100%;
    height: 30px;
    margin-top: 300px;
    font-size: 14px;
    text-align: center;
}
.critical-rec-body {
    overflow: auto;
    width: 100%;
}
.critical-rec-body table tr th {
    text-align: center;
}
.critical-rec-btn-container {
    text-align: center;
    width: 100%;
    height: 40px;
}
.client-features {
    height: 550px;
    overflow: auto;
}
.defect-rep-txt {
    text-align: right;
}
.defect-section-title {
    font-size: 13px;
    font-style: italic;
}
.defect-sign-div {
    width: 100px;
    height: 30px;
    border: 1px solid #909090;
}
.defectRepTabs {
    width: 100%;
    height: 400px;
}
.defect-rep-tbl input,
.defect-rep-tbl select {
    width: 180px;
}
.defect-container {
    overflow: auto;
}
.defect-btn-container {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 9px;
}
.def-send-tbl {
    width: 100%;
    margin-top: 10px;
}
.def-send-tbl tr td input {
    width: 350px;
}
.defect-rep-title {
    width: 100%;
    text-align: center;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
}
.confirm-div {
    width: 300px;
    position: fixed;
    height: 25px;
    top: 2px;
    text-align: center;
    z-index: 209998;
    background-color: #535353;
    color: #04dd04;
}
.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #dadada;
    margin: 5px 0 5px 0;
}
.daily-rep-photos tr td {
    padding: 10px;
    vertical-align: top;
}
.edt-user-tbl tr td input {
    width: 200px;
}
.rec-multi-photo {
    width: 98px;
    height: 74px;
    border: 1px solid #a0a0a0;
    float: left;
}
.rec-multi-photo img {
    position: absolute;
}
#uplLocationDrg {
    height: 26px;
    white-space: nowrap;
    width: 150px;
    float: left;
    margin-top: 9px;
}
#uplLocationDrg .qq-upload-button {
    width: 100%;
}
#locationDrg {
    float: left;
    height: 35px;
}
.multi-del-btn {
    width: 98px;
    text-align: center;
    position: absolute;
    margin-top: 50px;
    display: none;
}
.rec-multi-photo:hover > .multi-del-btn {
    display: block;
}
.survey-tbl tr td {
    border: 1px solid #eee;
    border-bottom: 2px solid #e5e5e5;
}
.survey-tbl .recordRowOdd td {
    border: 1px solid #fff !important;
    background-clip: padding-box;
}
.perc-conf-tbl tr td input {
    width: 80px;
}
.perc-conf-tbl tr th {
    font-size: 12px;
}
.perc-invalid td input {
    background-color: #ff9494;
}
.readings-center {
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 50px;
    position: absolute;
    top: 95px;
    right: 5px;
    left: 10px;
}
.readings-bottom {
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    text-align: center;
}
.readings-bottom button,
.readings-bottom select {
    float: left;
    width: auto;
    margin-top: 10px;
}
.readings-center .reading {
    float: left;
    width: 80px;
    border: 1px solid grey;
    height: 21px;
    text-align: center;
    position: relative;
}
.reading input[type="checkbox"]:checked + div {
    background: #548646;
}
.reading div {
    width: 80px;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
}
.readings-center input {
    width: 78px;
    height: 19px;
}
.readings-center input[type="checkbox"] {
    width: 20px;
    position: absolute;
    margin-top: 0;
    height: auto;
}
.reading input[type="checkbox"]:checked {
    background-color: red;
}
.readings-date {
    width: 110px !important;
    text-align: left !important;
    border: none !important;
    cursor: default;
    position: relative;
    float: left;
}
.readings-date-elem {
    overflow: hidden;
}
.readings-val {
    border: none !important;
    float: right !important;
    width: 120px !important;
}
.readings-subset {
    border: none !important;
    width: 100% !important;
    height: 20px !important;
    margin-top: 18px !important;
    border-top: 1px dotted #eed56b !important;
    padding-top: 3px !important;
    float: left;
}
.readings-uniqueNo {
    border: none !important;
    width: 100% !important;
    height: 20px !important;
    margin-top: 18px !important;
    border-top: 1px solid #eed56b !important;
    padding-top: 3px !important;
    text-align: left !important;
    float: left;
}
.paintersContainer {
    height: 24px;
    width: 100%;
}
.painterInitials {
    width: 130px;
    float: left;
    height: 26px;
    border: 1px solid #a0a0a0;
    padding: 3px 0 0 2px;
    overflow: hidden;
}
.addPainters {
    float: left;
    font-size: 20px;
    height: 23px;
    width: 23px;
    margin: 0;
    margin-top: 2px;
}
#progressTbl tr td {
    border: 1px solid #a0a0a0;
    background-clip: padding-box;
}
.no-borders td {
    border: none !important;
}
.scurve {
    width: 280px;
    border-collapse: collapse;
}
.scurve tr td {
    font-size: 11px;
}
.scurve input[readonly] {
    background: #b8b8b8;
}
.scurve input {
    width: 75px;
}
.scurve-container {
    width: 100%;
}
.scurve-data-container {
    width: 100%;
    overflow: auto;
}
.scurve-data-tbl {
    table-layout: fixed;
    width: 1346px;
    margin-right: 16px;
}
.scurve-data-tbl tr td {
    border: 1px solid #8d8d8d;
}
.scurve-data-tbl .baseline {
    background: #f4b084;
    color: #000;
}
.scurve-data-tbl .blue {
    background: #4472c4;
}
.scurve-data-tbl .green {
    background: #00b050;
    color: #000;
}
.scurve-data-tbl .orange {
    background: #ffc000;
    color: #000;
}
.scurve-data-tbl .yellow {
    background: #ff0;
    color: #000;
}
.scurve-data-tbl .black {
    background: #000;
    color: #fff;
}
.scurve-data-tbl tr th {
    width: 60px;
    vertical-align: top;
    font-size: 11px;
    border: 1px solid #8d8d8d;
}
.scurve-div,
.scurve-input-div {
    min-width: 46px;
    width: 98%;
    height: 22px;
    padding: 4px 0 0 3px;
}
.scurve-input-div {
    background-color: #dadada;
    cursor: text;
    color: #000;
}
.scurve-edited-field {
    background-color: #b7dee8;
}
.scurve-data-tbl tr td input {
    min-width: 48px;
    width: 100%;
}
.tab-heads-container {
    height: 30px;
    width: 500px;
}
.tab-head {
    height: 23px;
    float: left;
    padding: 4px 10px 0 10px;
    background-color: #4c4c4c;
    color: grey;
    border: 1px solid #605f5f;
    cursor: pointer;
}
.tab-head-sel {
    background-color: #575656;
    color: #fff;
}
.scurve-nodata {
    font-size: 16px;
    margin: 40px 0 0 50px;
}
.border-left-right td {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}
.full-scope-container {
    overflow-x: hidden;
    position: absolute;
}
.full-scope-scroll {
    border-bottom: 1px solid grey;
    overflow-y: auto;
    overflow-x: hidden;
}
.scurve-no-borders td {
    border: none !important;
    text-align: center;
}
.scurve-bottom-tbl {
    border-collapse: collapse;
}
.scurve-bottom-tbl tr td {
    border: 1px solid #8d8d8d;
    font-size: 10px;
    text-align: center;
}
.daily-rep-tbl {
    border-collapse: collapse;
}
.daily-rep-tbl .indirect {
    background-color: #515151;
}
.daily-rep-tbl .paint {
    background-color: #6f513c;
}
.daily-rep-tbl .scaffold {
    background-color: #7b7130;
}
.inspect-track-tbl tr th {
    vertical-align: top;
    background-color: #203764;
    font-size: 12px;
    font-weight: 400;
}
.inspect-track-tbl tr td,
.inspect-track-tbl tr th {
    border: 1px solid grey;
}
.insp-track-tbl tr td {
    text-align: center;
    font-size: 11px;
    text-align: center;
}
.insp-track-tbl tr td textarea {
    font-size: 12px;
}
.inspect-track-cell input:parent {
    background-color: red;
}
.inspect-track-cell div {
    text-align: center;
    font-size: 11px;
}
.inspect-track-descr div {
    border-bottom: 1px dotted grey;
}
.inspect-track-descr :last-child {
    border-bottom: 0 !important;
}
.onoff {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 30px;
    line-height: 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 2px;
}
.onoff input {
    opacity: 0;
}
.onoff label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff0;
    color: #fff;
    font-size: 12px;
}
.onoff label:after {
    content: "NO";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.onoff input:checked + label {
    background: #1eb7b0;
}
.onoff input:checked + label:after {
    content: "YES";
    color: #fff;
}
.onoff input:checked + label:before {
    left: 37px;
}
.inspect-track-compl {
    background-color: #6f9;
    color: #000;
}
.inspect-track-tbl tr th div {
    position: absolute;
    top: 200px;
}
.insp-track-section {
    position: relative;
    padding-top: 69px;
    margin-top: 20px;
    display: initial;
    float: left;
}
.insp-track-container {
    overflow-y: auto;
    height: 450px;
}
.insp-track-tbl {
    border-spacing: 0;
    table-layout: fixed;
}
insp-track-tbl .td + .insp-track-tbl td {
    border-left: 1px solid grey;
}
.insp-track-tbl td,
.insp-track-tbl th {
    border-bottom: 1px solid grey;
}
.insp-track-tbl th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid grey;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
}
.insp-track-tbl td {
    border-left: 1px solid grey;
}
.insp-track-tbl th div {
    position: absolute;
    background: 0 0;
    color: #fff;
    padding: 9px 25px;
    top: 0;
    margin-left: -25px;
    line-height: normal;
    text-align: center;
    z-index: 200;
}
.user-defined-rep th div {
    color: #000;
}
.header {
    height: 40px;
}
.header th {
    color: transparent;
}
.insp-track-tbl .verified td {
    background-color: #5e5e5e;
}
input.stepper {
    height: 29px;
    margin: 0;
    padding: 1px;
    padding-top: 2px;
}
div.stepperContainer {
    float: left;
    width: 19px;
    height: 15px;
    top: 5px;
    left: -2px;
    padding: 0;
    margin: 0;
}
div.stepperDown,
div.stepperUp {
    margin: 0;
    display: block;
    width: 22px;
    height: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 9px;
    font-family: Courier, monospace;
    color: #fff;
    border: solid 1px #595959;
    cursor: pointer;
    background: #97989b;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
div.stepperDown {
    padding-top: 3px;
    line-height: 7px;
    border-top: none;
    height: 15px;
}
.stepperDown.over,
.stepperUp.over {
    background: #718ba6;
}
.stepperDown.active,
.stepperUp.active {
    background: #718ba6;
}
.tabs-menu {
    padding-top: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-size: 13px;
    height: 34px;
    background: 0 0;
    border-bottom: 1px solid #0cc2aa;
}
.tabs-menu li {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
}
.tabs-menu > div {
    border: 1px solid transparent;
}
.tabs-menu div.selected.fp-tab-compl,
.tabs-menu li.selected.fp-tab-compl {
    background-color: #91d793 !important;
    border: 1px solid #929292;
}
.tabs-menu div.selected,
.tabs-menu li.selected {
    background-color: #0cc2aa !important;
    color: rgba(255, 255, 255, 0.87) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs-menu div.selected > a {
    color: #2d2d2d;
}
.tabs-menu li a {
    display: block;
    margin-left: 8px;
    padding: 8px 15px 8px 9px;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
}
.clear {
    clear: both;
}
.fp-insp-sel-row td {
    background-color: #5f6962 !important;
}
.tp-insp-cs-group {
    text-align: left !important;
    padding-left: 10px;
    font-size: 14px;
    background-color: #757575 !important;
}
.fp-tabs div {
    float: left;
    padding: 8px 10px;
}
.fp-tabs div,
.fp-tabs div::after,
.fp-tabs div::before {
    box-sizing: initial !important;
}
.tp-insp-subtab {
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
    display: none;
    height: 30px;
    padding-top: 3px;
    z-index: 100;
}
.fp-tab-compl {
    background-color: #7fff82 !important;
}
.fp-tab-compl a {
    color: #2f2f2f !important;
}
.fp-container {
    position: relative;
}
.fp-compl-div {
    position: absolute;
    bottom: 30px;
    right: 3px;
}
.sel-zone-tbl {
    width: 600px;
    border-collapse: collapse;
}
.sel-zone-tbl tr td {
    text-align: center;
}
.sel-zone-tbl tr td a div {
    width: 100%;
    height: 24px;
    padding-top: 3px;
}
.sel-zone-tbl tr td a div:hover {
    background-color: #565656;
}
.prim-conf-list-tbl {
    width: 400px;
    border-collapse: collapse;
}
.prim-conf-list-tbl tr td,
.prim-conf-list-tbl tr th {
    border: 1px solid #a0a0a0;
}
.primers-conf-info-div {
    position: absolute;
    width: 500px;
    height: 150px;
    top: 200px;
    background-color: #626161;
    left: 400px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
}
.primers-conf-info-div table {
    border-collapse: collapse;
    width: 100%;
}
.primers-conf-info-div table tr td {
    border: 1px solid #a0a0a0;
}
.fp-rep-tbl tr td {
    border: 1px solid #bdbdbd;
}
.fp-rep-tbl tr th {
    border: 1px solid #bdbdbd;
    background-color: #7d7d7d;
}
.fp-insp-cell {
    background-color: #999;
    padding-right: 4px;
    border: 1px solid #999;
}
.batch-set {
    border: 1px dotted grey;
    float: left;
    padding: 5px;
    width: 250px;
}
.batch-set table {
    width: 100%;
}
#read_inspectBy {
    padding-left: 5px;
}
.fp-defect {
    margin: 5px 20px;
    border: 1px dotted #909090;
    height: 250px;
    clear: both;
}
.fp-defect .data-div {
    width: 300px;
    height: 250px;
    float: left;
    margin: 10px;
}
#defectsContainer {
    overflow: auto;
}
.location-users {
    width: 100%;
    height: 300px;
    border: 1px solid #909090;
    overflow: auto;
}
.location-users > div {
    width: 100%;
    height: 24px;
}
.location-users input[type="checkbox"]:checked + label {
    color: #dfd15b;
}
.daily-rep-attachment {
    width: 200px;
    height: 30px;
    border: 1px solid #909090;
    padding-top: 4px;
    text-align: center;
    overflow: hidden;
}
.daily-rep-attachment .qq-uploader .qq-upload-button {
    width: 190px;
}
.daily-rep-attach-bottom {
    display: none;
}
.daily-rep-attach-bottom div {
    float: left;
    width: 125px;
    height: 25px;
}
.daily-rep-attach-bottom .qq-upload-button {
    margin-left: 0 !important;
}
#pdfAttachDelete {
    padding-left: 20px;
}
.daily-rep-comments {
    width: 200px;
    height: 40px;
}
.daily-rep-comments textarea {
    width: 97%;
    height: 40px;
}
.del-batch-row {
    text-align: right;
}
.del-batch-row a {
    margin-right: 10px;
}
.sel-group-div label {
    margin-left: 50px;
    color: #dbdb30;
}
.insp-status table {
    border-collapse: collapse;
}
.insp-status table tr th {
    background-color: #1f4e78;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0 3px;
    height: 30px;
}
.insp-status table tr td {
    border: 1px solid grey;
    text-align: center;
    padding: 0;
}
.insp-status-in-pfp {
    height: 25px;
    background-color: #934d4d;
    color: #ff0;
    font-size: 12px;
}
.insp-stat-week-day div {
    background-color: #d5d5d5 !important;
    color: #000;
    height: 20px;
}
.frozen-row td div {
    overflow: hidden;
}
#frozenTblParent {
    overflow: hidden;
    position: absolute;
}
.frozenTblHead {
    background-color: #3c3c3b;
    position: absolute;
    margin-top: 51px;
    z-index: 1000;
}
.prod-rest-cols-tbl {
    margin-top: 30px;
}
#restColsDiv {
    margin: -30px 0 0 1003px;
    overflow: hidden;
    position: absolute;
}
.prod-rest-cols-tbl tr td div {
    width: 30px;
    height: 21px;
    background-color: #3c3c3b;
}
.mainTblDiv table {
    border-collapse: collapse;
    table-layout: fixed;
}
.insp-stat-row td div {
    height: 25px;
    width: 30px;
}
.frozen-cell {
    background-color: #3c3c3b;
    position: absolute;
    height: 26px;
}
.prod-track-red {
    background-color: #fe0000;
}
.prod-track-grey {
    background-color: #bfbfbf;
}
.prod-track-yellow {
    background-color: #fed966;
}
.prod-track-green {
    background-color: #00ff01;
}
.prod-track-pink {
    background-color: #f1b5b4;
}
.prod-track-blue {
    background-color: #01b0f1;
}
.prod-track-shadow {
    height: 21px;
    width: 849px;
    background-color: #565656;
}
.adh-rep-photos {
    width: 350px;
    height: 166px;
}
.adh-rep-div {
    height: 100%;
}
.adh-rep-visual-key {
    font-size: 12px;
    border: 1px solid #676767;
    height: 180px;
    padding: 10px;
    position: relative;
    padding-top: 40px;
}
.adh-rep-visual-key > div {
    float: left;
}
.adh-rep-div span.adh-rep {
    border: 1px solid #606060;
    height: 20px;
    display: inline-block;
    width: 180px;
    padding: 2px 0 0 3px;
}
.adh-more-info {
    width: 520px;
    margin-left: 20px;
}
.adh-more-info tr td {
    font-size: 12px;
    border: 1px solid #a0a0a0;
}
.adh-cell-opaque {
    background-color: #606060;
}
.adh-glue-interface {
    width: 120px;
    margin-left: 20px;
}
.adh-glue-interface .glue {
    border: 1px solid #666;
    height: 35px;
    width: 200px;
    background-color: #eeece1;
}
.adh-glue-interface .glue-info {
    text-align: center;
    border: 1px dashed #666;
    width: 200px;
}
.glue-interface div {
    float: left;
    text-decoration: underline;
}
.glue-interface .glue-arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    margin: 4px 0 0 -7px;
}
.adh-rep-div span.adh-rep {
    border: 1px solid #606060;
    height: 26px;
    display: inline-block;
    width: 180px;
    padding: 2px 0 0 3px;
}
.scroll-window {
    overflow: auto;
}
.unique-nos {
    cursor: default;
    padding: 0 5px;
}
.unique-nos:hover {
    background-color: #887014;
}
#adh_rowsTbl {
    border-collapse: collapse;
}
#adh_rowsTbl tr td,
#adh_rowsTbl tr th {
    border: 1px solid #807f7f;
    width: 80px;
}
#adh_rowsTbl tr td input {
    width: 80px;
}
.edit-uniq-nos {
    width: 100%;
    height: 270px;
    overflow: auto;
}
.fp-rep-detail-head td {
    font-size: 18px;
}
.inspectRepTable {
    border-collapse: collapse;
}
.fp-rep-subtbl {
    width: 100%;
    border-collapse: collapse;
}
.fp-rep-subtbl tr td {
    border: 1px solid #686868;
    border-top: none;
}
.fp-rep-export-div {
    position: fixed;
    background: #3c3c3b;
    width: 900px;
    margin: 0 auto;
    height: 30px;
    bottom: 0;
}
.reads-batch-nos {
    width: 100%;
    height: 20px;
}
.reads-batch-nos span {
    display: block;
    width: 400px;
    float: left;
}
#adhClimaticsTbl {
    border-collapse: collapse;
    width: 650px;
    margin-bottom: 10px;
}
#adhClimaticsTbl tr th {
    font-size: 12px;
    border: 1px solid #909090;
    vertical-align: top;
}
#adhClimaticsTbl tr td {
    border: 1px solid #909090;
}
#adhClimaticsTbl input {
    width: 100%;
}
.adh-example-row td {
    background-color: #666;
}
.adh-example-row td input {
    background-color: #666;
    color: #eaeaea;
    border: none;
}
.fp-checks-cell {
    padding: 0;
}
.fp-checks-cell div {
    float: left;
    padding: 0 4px;
}
.fp-checks-cell > div {
    border: 1px solid #efefef;
}
.fp-checks-cell .centerCell {
    padding: 0;
    width: 20px;
    height: 20px;
    border-left: 1px solid #efefef;
}
.miDatEditDataTbl {
    margin: 15px auto 40px auto;
    border: 1px solid #aaa;
    padding: 15px;
    width: 350px;
}
.recButtonsDiv {
    width: 40px;
    height: 18px;
}
.inspectPhotoBack {
    float: right;
    height: 160px;
    margin-top: 10px;
}
.addChangePhoto {
    float: left;
    height: 50px;
    width: 150px;
    margin-left: 20px;
    text-align: center;
    position: relative;
}
.surfacePrepPhoto {
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
    width: 150px;
    height: 150px;
    float: left;
    border: 1px solid #999;
    cursor: pointer;
    overflow: hidden;
}
.surfacePrepPhoto div.qq-uploader {
    margin-top: 65px;
    position: relative;
}
.frameBackDiv {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #eee;
    opacity: 0.8;
    z-index: 99998;
}
.photoMainDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.frameMainDivTank {
    width: 800px !important;
    height: 300px !important;
}
.vesselSurfaceArea {
    padding-left: 10px;
}
.pipeWorkSurfaceArea {
    padding-left: 20px;
}
.tankSurfaceArea {
    padding-left: 30px;
}
.fp-tab-compl a {
    color: #f6faff;
}
#userPermDiv {
    display: none;
}
.summaryReportDiv {
    margin: 0 auto 0 auto;
    border: 1px solid #999;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 150px;
    padding-right: 150px;
    width: 350px;
}
.miDatReportsHeaderDiv {
    width: 100%;
    height: 40px;
    background-color: grey;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 7px;
    color: #fff;
    font-family: Verdana;
}
.selReportDiv {
    margin: 20px;
    margin-bottom: 40px;
    border: 1px solid #000;
    padding-bottom: 20px;
}
.userAccessReportTable {
    margin: 0 auto 0 auto;
    border: 1px solid #eee;
}
.userAccessReportTable td {
    text-align: center;
    padding: 0 5px;
}
.reportsTable tr td {
    padding-left: 2px;
}
.reportsTable th {
    vertical-align: top;
    font-size: 11px;
    font-family: Verdana;
    background: #f0f0f0;
    border-bottom: 1px solid #bdbdbd;
    color: #000;
}
.navigationLink {
    margin-right: 5px;
}
.deleteRecordDiv {
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
    width: 14px;
    height: 15px;
    background-color: transparent;
    background-image: url(/images/edit_close.png);
    background-position: -20px -2px;
    border: 0;
    float: left;
}
.deleteRecordDivEven {
    background-position: -20px -19px;
}
.platformRecordTable {
    border: 1px solid #eee;
    border-collapse: collapse;
}
.platformRecordTable tr th {
    border: 1px solid #eee;
    color: #151515;
    font-weight: 400;
    text-align: left;
}
.platformRecordTable tr td {
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
}
.platformRecordTable a {
    text-decoration: underline;
    font-size: 12px;
}
.levelBackDiv {
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    box-sizing: content-box;
}
.levelBackRectDiv {
    position: absolute;
    z-index: 1000;
    opacity: 0.75;
    overflow: hidden;
    box-sizing: content-box;
}
.waName {
    position: absolute;
    color: red;
    font-size: 14px;
    font-weight: 700;
    background: #ff0;
    cursor: default;
    white-space: nowrap;
}
.waName90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.waName180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.waName270 {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
#levelBackImg {
    background-color: #fff;
}
.levelName {
    background: #fff;
}
#levelImg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
}
.levelsList {
    height: 25px;
    clear: both;
    background: #909090;
    margin-left: 35px;
    position: relative;
    padding: 5px 0 0 20px;
    z-index: 100;
}
.waNavSubmenu {
    display: none;
    position: absolute;
    margin-top: 18px;
    margin-left: -10px !important;
    z-index: 10000;
}
.waNavSubmenu div {
    height: 20px;
    width: 175px;
    background: grey;
    color: #404040;
}
.waNavSubmenu a {
    padding-left: 5px;
    padding-right: 15px;
    color: #404040;
}
.waNavSubmenu div:hover {
    background-color: #505050;
    color: #efefef;
}
.waNavSubmenu div:hover a {
    color: #efefef;
}
.plotPlanNavLink {
    border-right: 1px solid #f1f1f1;
    padding: 2px 21px 5px 9px;
    font-size: 11px;
    height: 18px;
    float: left;
    color: #fff;
    background: #909090;
}
.plotPlanNavLinkTxt {
    float: left;
    cursor: default;
}
.sel-img-box a {
    color: #2f2f2f;
}
.box a img {
    margin: 0 auto;
}
.sel-client {
    text-align: center;
    height: 140px;
}
.sel-img-box,
.sel-img-box div {
    background-color: #fafafa !important;
}
.sel-img-box {
    margin: 25px;
    padding: 3px;
}
.sel-client-row {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
}
.recButtonsDiv input {
    margin-top: 5px;
}
.sel-zone-table {
    margin: 0 auto;
}
.sel-zone-table tr td {
    padding: 2px;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
}
button {
    cursor: pointer;
}
.table a {
    text-decoration: underline;
}
a {
    color: #34e4cb;
    padding: 0.5em 0.1em;
}
.dataTables_info {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}
.form-control {
    padding: 0 !important;
}
.form-control:disabled,
.form-control[readonly],
input:disabled,
input[readonly] {
    color: #ffffff70 !important;
    background-color: #555 !important;
}
.sam-form input[type="text"],
sam-form select,
select.form-control {
    height: 1.8rem !important;
}
.bottomDiv {
    position: absolute;
    top: 330px;
    height: 20%;
    width: 99%;
}
.vesselSurfaceArea {
    padding-left: 10px;
}
.pipeWorkSurfaceArea {
    padding-left: 50px;
}
.tankSurfaceArea {
    padding-left: 30px;
}
#surfaceAreaData {
    overflow: auto;
    height: 270px;
}
.bottomDiv {
    position: absolute;
    top: 330px;
    height: 20%;
    width: 99%;
}
.diagonalCalcTable {
    font-size: 10px;
}
.diagonalCalcTable tr td input {
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.diagonalCalcText {
    width: 230px !important;
}
#diagonalCalculator {
    margin-left: 50px;
    float: left;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 2px 10px;
}
#buttonsArea {
    float: right;
    margin-right: 60px;
}
.recordCalcTitle {
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.import-rec-tbl tr td,
.import-rec-tbl tr th {
    padding: 3px 5px;
}
#frozenTbl tr td div,
#mainTbl tr td div {
    height: 26px;
}
.inspectionDataDiv a {
    border: none !important;
}
.tabs-menu a {
    border: none;
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: auto;
    float: left;
}
.dataTables_wrapper .dataTables_paginate .previous {
    width: 6em;
}
table.dataTable tbody td,
table.dataTable tbody th {
    padding: 0 3px !important;
}
.week-date-div > div:nth-child(2) {
    width: 120px;
    padding-left: 6px;
}
.imgOverTxt {
    display: none;
    position: absolute;
    text-align: center;
    margin-top: 60px;
    width: 200px;
    color: #ffd900;
    background-color: #7e7e7e;
}
.sel-form-dates {
    width: 400px;
    height: 35px;
}
.sel-form-dates > div {
    width: 160px;
}
.sel-form-dates > * {
    float: left;
}
.del-batch-row a,
.photoDelDiv a {
    border: none;
}
.fp-insp-sel-cell {
    background-color: #4d7146 !important;
}
.release-notes-tbl {
    width: 100%;
    border-collapse: collapse;
}
.release-notes-tbl > tr > td {
    text-align: center;
    height: 35px;
}
.release-notes-sel > td {
    background-color: #6f6a47;
}
.shoreDoReads {
    float: left;
}
.shoreDoReads input {
    width: 50px;
    background-color: #aaa;
}
.shoreDoReads .editFirstCell {
    width: 75px;
}
.editFirstCell {
    text-align: right;
}
.first-cell-right tr td:first-child {
    text-align: right;
}
.shore-do-tbl {
    width: 97%;
    border-collapse: collapse;
}
.shore-do-tbl > tbody > tr > th {
    background-color: #8d8d8d;
    text-align: center;
    height: 30px;
    color: #000;
}
.shore-do-nr {
    width: 60px;
    background-color: #8d8d8d;
    text-align: center;
    color: #000;
}
.shore-do-tbl > tr > td {
    width: 11.11%;
    padding: 0 1px;
}
.shore-do-tbl input {
    width: 99%;
}
.shore-do-tbl input[readonly] {
    background-color: #b0b0b0;
}
.shore-do-invalid-input {
    color: #b00e2d;
}
.shore-do-invalid-reads {
    color: #eb768c;
}
.shore-do-reads-compl {
    color: #09eb29;
}
.shore-do-rec-sel {
    width: 100%;
}
.shore-do-rec-sel a {
    margin-right: 10px;
}
input[readonly] ~ .calButton {
    display: none;
}
.shore-do-head-inputs {
    width: 100%;
}
.shore-do-head-inputs > div {
    float: left;
    margin-left: 10px;
}
.import-trus-load-exist td {
    background-color: #756e50;
}
.adh-rep-interfaces {
    width: 200px;
}
.adh-rep-interfaces > div {
    border: 1px solid #a0a0a0;
    border-bottom: none;
    padding-left: 5px;
}
.adh-interface-img {
    width: 100px;
    margin-left: 20px;
    color: #303030;
}
.adh-interface-img > div {
    text-align: center;
    font-size: 0.9em;
    width: 100%;
    height: 22px;
    padding-top: 3px;
}
.daily-rep-v2-comments td {
    padding-top: 0 !important;
}
.daily-rep-v2-comments input {
    width: 100%;
}
.daily-rep-v2-photos tr td {
    padding-bottom: 0;
}
.adh-rep-table tr td {
    text-align: center;
}
.rel-notes-prev-date {
    color: #ffd900;
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}
.rel-notes-prev-date > div {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: red;
    font-size: 14px;
    cursor: pointer;
}
.sent-rel-note-primer td {
    background-color: #8a6d3b;
}
.adh-rep-list-tbl {
    width: 100%;
}
.adh-rep-list-tbl tr td {
    text-align: center;
}
.primers-tbl {
    float: left;
    width: 60%;
    width: calc(100% - 350px);
    max-width: 600px;
}
.configDiv {
    overflow: auto;
    height: 230px;
    margin-left: 20px;
}
.confButtonsDiv {
    padding-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}
#userPermTbl tr td input {
    width: 25px;
}
.multi-del-btn a {
    background: 0 0;
    border: none;
}
.config-table a {
    border: none !important;
}
.inspectButtonsDiv {
    padding-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}
.inspectButtonsDiv * {
    width: 100px;
}
.inspectButtonsDiv > input {
    margin-left: 20px;
}
.inspectButton {
    float: left;
    width: 90px;
    margin-left: 20px;
    margin-top: auto;
}
.inspectDataDiv {
    overflow: auto;
    height: 230px;
    margin-left: 20px;
}
.inspectConfigLink {
    margin-left: 10px;
    padding: 5px !important;
}
.editProcControlHeader {
    font-weight: 400;
}
.fp-insp-stage-table > tbody > tr > td {
    vertical-align: top;
    padding-top: 10px;
}
.inspectionDataDiv {
    padding: 5px;
}
#selectedPlatform {
    display: none;
}
.fp-insp-form input[type="text"],
.fp-insp-form select {
    width: 110px !important;
}
.disabled-user {
    color: #929292;
}
table.dataTable.no-footer tr td {
    text-align: center;
}
.record-descr {
    text-align: left !important;
}
.grey-button:hover {
    box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, 0.2) !important;
}
.inspectDataDiv .m-b button {
    margin: 0 10px 10px 0;
}
.btn {
    transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
}
.sel-location table {
    float: left;
    margin: 5px;
    width: 380px;
}
.sel-location table tr td {
    padding: 4px;
}
.left-aligned-table tr td {
    text-align: left !important;
}
.bigger-gaps-tbl a {
    padding: 0.4em 0.5em !important;
    display: block !important;
}
.rec-used-inspect {
    background-image: -webkit-linear-gradient(to right, #616561, #2d7124);
    background-image: -moz-linear-gradient(to right, #616561, #2d7124);
    background-image: -o-linear-gradient(to right, #616561, #2d7124);
    background-image: -ms-linear-gradient(to right, #616561, #2d7124);
    background: linear-gradient(to right, #616561, #2d7124);
}
.rec-visited {
    background-color: #687f68 !important;
}
.rec-selected-inspect {
    border-top: 1px solid #73a49e !important;
    background-image: -webkit-linear-gradient(
        to right,
        #616561 0,
        #2d7124 50%,
        transparent 50%,
        transparent 100%
    );
    background-image: -moz-linear-gradient(
        to right,
        #616561 0,
        #2d7124 50%,
        transparent 50%,
        transparent 100%
    );
    background-image: -o-linear-gradient(
        to right,
        #616561 0,
        #2d7124 50%,
        transparent 50%,
        transparent 100%
    );
    background-image: -ms-linear-gradient(
        to right,
        #616561 0,
        #2d7124 50%,
        transparent 50%,
        transparent 100%
    );
    background-image: linear-gradient(
        to right,
        #616561 0,
        #2d7124 50%,
        transparent 50%,
        transparent 100%
    ) !important;
}
.rec-selected-inspect td .material-icons {
    color: #fff;
}
.rec-selected-inspect td a {
    color: #32ffe2;
}
#specificationSpan {
    float: left;
}
#specificationSpan select {
    display: block !important;
    width: 150px;
}
.lot-no-row td {
    background-color: #1b9269;
    cursor: pointer;
}
.lot-no-loads a {
    float: left;
    padding: 0 !important;
    margin-left: 7px;
}
.edit-rec-date,
.edit-rec-input,
.edit-sel-div {
    background-color: #555;
    color: #fff;
    padding-top: 4px;
    height: 1.8rem;
    cursor: text;
    border: 1px solid #5c5e60;
    text-align: left;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 1px 0 0;
}
.edit-sel-div {
    cursor: pointer;
    position: relative;
}
.edit-sel-div::after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    right: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 8px;
}
.edit-sel-div > div {
    position: absolute;
    right: 0;
    width: 16px;
    height: 2em;
    top: 0;
}
.addDataTbl tr td {
    vertical-align: top;
}
.recBottomForm {
    display: none;
    padding: 10px 5px 5px 5px;
}
.note-toolbar {
    background-color: #6a6a6a !important;
    border: 1px solid #9e9e9e !important;
    border-bottom: none !important;
}
.note-icon-bar,
.note-statusbar {
    border-top: 1px solid #9e9e9e !important;
}
.note-editing-area {
    border-right: 1px solid #9e9e9e !important;
    border-left: 1px solid #9e9e9e !important;
}
.note-editing-area {
    background-color: #fafafa !important;
}
.import-insp-head td {
    background-color: #757575;
    text-align: left;
}
.import-insp-skip td {
    color: #a0a0a0;
}
.dropzone-new-folder {
    width: 100%;
    position: relative;
}
.dropzone-new-folder .new-folder-img,
.dropzone-new-folder .zip-folder-img {
    width: 92px;
    height: 73px;
    background-image: url(/images/add-folder.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.dropzone-new-folder .zip-folder-img {
    background-image: url(/images/zip-Icon.png);
    background-size: contain;
}
.dropzone-new-folder .folder-img {
    background-image: url(/images/folder.png);
}
.dropzone-new-folder .new-folder-label {
    text-align: center;
}
.dropzone-new-folder .delete-file,
.dz-preview .delete-file {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    z-index: 100;
    top: -18px;
    color: red;
    display: none;
}
.dz-preview {
    touch-action: none;
    user-select: none;
    cursor: pointer !important;
}
.can-drop {
    opacity: 0.3;
}
.drop-target {
    transform: scale(1.3);
}
.drop-zone-folder {
    margin: 16px;
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
.dropzone .dz-preview .dz-image {
    width: 100px !important;
    height: 100px !important;
}
.dropzone .dz-preview .dz-details .dz-size {
    font-size: 13px !important;
}
.dropzone .dz-preview .dz-details {
    padding: 2em 0.3em !important;
}
.dropzone-new-folder:hover .delete-file,
.dz-preview:hover .delete-file {
    display: block;
}
.rec-column-padding {
    padding: 7px 0 !important;
}
.sumReportTotalsAll {
    padding-left: 2px;
    margin-top: 10px;
    background-color: #7a7a7a;
    margin-left: 1px;
    border: 1px solid #000;
}
#uploadRepairOrder {
    overflow: hidden;
}
#uploadRepairOrder .qq-upload-button {
    font-size: 1em;
    margin-top: 4px;
    float: right;
    margin-right: 20px;
}
.records-table tr th {
    vertical-align: top !important;
}
.records-table th {
    text-align: center;
}
.rec-left-align {
    text-align: left !important;
}
.tbl-center-head th {
    text-align: center !important;
}
.records-form label > select {
    height: 2.5rem;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(120, 130, 140, 0.2);
    color: #fff;
    border: 1px solid rgba(254, 254, 254, 0.15);
    width: 66px;
}
.records-form label > select option {
    background-color: #555;
    color: #fff;
}
.records-form label > input {
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
    border-color: rgba(120, 130, 140, 0.2);
}
.summaryReportTitle {
    text-align: center;
}
.edit-rec-header {
    min-height: 80px;
    background-color: #424242;
    padding: 10px 50px;
    margin: 12px;
    margin-bottom: -8px;
    border-radius: 6px;
    position: relative;
}
.edit-rec-header > div {
    width: 100%;
}
.edit-rec-header > div > div span {
    font-weight: 700;
}
.record-location {
    font-size: 1.4em;
    color: #34e4cb;
}
.record-flex-right {
    flex: 0 0 28%;
    max-width: 28%;
    background-color: #424242;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .record-flex-right {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.recPhotoBottomButton,
.survey-photo {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
}
.survey-photo {
    border-radius: 6px;
    position: relative;
}
.record-section {
    border: 1px solid #909090;
    border-radius: 6px;
}
.record-section > div {
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
.record-section .section-title {
    font-size: 1.3em;
    text-align: center;
}
.navigation-button-next {
    float: right;
    margin-right: 20px;
}
.navigation-button-prev {
    float: left;
    margin-left: 20px;
}
.recPhotoBottomButton > div {
    width: 50px;
    float: left;
    border: 1px solid #4bd9b1;
    border-radius: 3px;
    height: 24px;
    margin: 7px 0 0 3px;
}
.recPhotoBottomButton > .qq-uploader {
    padding-top: 2px;
}
.rec-photos-tbl {
    width: 100%;
}
.rec-photos-tbl td {
    width: 50%;
    vertical-align: top;
}
#viewDrawingHref {
    font-size: 0.8em;
}
.form-control,
.form-control:focus,
input[type="text"],
select,
textarea {
    background-color: #555;
    color: #fff;
    border: 1px solid #5c5e60;
    padding-left: 2px !important;
    border-radius: 3px;
    margin-left: 3px;
    width: 100%;
    font-size: 0.9em;
}
.auto-width input[type="text"] {
    width: 110px;
}
.btn,
button,
input[type="button"] {
    font-size: 0.9em;
    padding: 5px 8px;
}
.survey-buttons button,
.survey-buttons input {
    width: 70px;
}
#structureWindow {
    background-color: #424242;
}
.recordCalcTable input[type="button"] {
    font-size: 0.8em;
}
.recBottomForm table tr td:first-child {
    text-align: right;
}
.sam-check > i {
    float: right !important;
    margin-left: 5px;
}
.rec-download-div {
    max-width: 55px !important;
    text-align: center;
}
.survey-main-table tr td:nth-child(2) > *,
.survey-main-table tr td:nth-child(4) > * {
    width: 140px;
}
.survey-main-table tr td {
    padding: 2px 1px;
}
.inspect-btn-div {
    width: 142px;
    text-align: center;
    height: 30px;
}
.addedBySpan {
    width: 100px;
    height: 28px;
    padding-left: 4px;
    border: 1px solid #676767;
    border-radius: 3px;
    margin-left: 3px;
    overflow: hidden;
}
.inspect-coat-tbl td:nth-child(2) > input,
.inspect-coat-tbl td:nth-child(2) > select {
    width: 145px !important;
}
.survey-center-tbl tr td input {
    position: relative;
    z-index: 5;
}
.icon-select {
    position: relative;
    z-index: 10;
}
#ndtReportDraw {
    margin-left: 3px;
}
#ndtReportDraw .qq-upload-button {
    width: 100% !important;
}
.duplicate-rec-field {
    border-color: #8b5959 !important;
    color: #ffacac !important;
}
.compl-search-container {
    position: relative;
}
.compl-search-input {
    border: 0;
    font-size: 14px;
    padding: 10px;
}
.compl-autocomplete {
    position: absolute;
    z-index: -1;
    border: 0;
    font-size: 0.9em;
    left: 6px;
    top: 5px;
    opacity: 0.3;
}
.activity-tracker {
    border-collapse: collapse;
}
.activity-tracker tr th {
    vertical-align: top;
    height: 65px;
    background-color: #424242;
}
.activity-tracker tr td {
    padding: 0;
    text-align: center;
    background-color: #424242;
}
.activity-tracker tr td input {
    padding: 0 !important;
    margin-left: 0;
    height: 100%;
    min-width: 20px !important;
}
.activity-tracker th.date-cell {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 30px;
    max-width: 30px;
    padding-top: 22px;
    white-space: nowrap;
    background-color: transparent;
}
.activity-tracker td.date-cell,
.activity-tracker td.date-cell input {
    width: 30px;
    min-width: 30px;
    border-radius: 0;
}
.activity-tracker.table-freeze-multi-original tr:first-child > td {
    border-top: none;
}
.npt-cat-row td:first-child {
    padding-left: 7px;
    z-index: 11;
}
.npt-cat-row td input,
.npt-cat-row td label {
    z-index: 11;
    position: relative;
}
.npt-cat-row td input {
    margin-right: 5px;
}
.center-cell {
    vertical-align: middle !important;
    text-align: center;
}
.daily-dayshift {
    width: 24px;
    height: 24px;
    background-image: url(/images/dayshift.png);
}
.daily-nightshift {
    width: 20px;
    height: 24px;
    background-image: url(/images/dayshift.png);
    background-position: -24px;
}
.note-editable p,
.note-editable ul {
    margin-bottom: 1px !important;
}
.activ-track-green-row td {
    background-color: #4f8d50 !important;
}
.insp-visual-compl {
    width: 500px;
    height: 39px;
    display: flex;
    top: -5px;
    font-size: 18px;
}
.insp-visual-compl > div:first-child {
    flex-grow: 1;
    text-align: right;
    padding: 6px 5px;
    font-size: 18px;
}
.first-cell-right tr td:first-child {
    text-align: right;
}
.insp-visual-compl input {
    width: 45px;
    font-size: 14px;
}
#overallCompletion {
    width: 50px;
    height: 35px;
    border: 1px solid #909090;
    padding-top: 3px;
    text-align: center;
}
.unique-no-div:hover > div {
    display: block !important;
}
.unique-no-div div:last-child {
    display: none;
    z-index: 100;
    position: absolute;
    margin: -10px 0 0 50px;
}
.dz-filename,
.new-folder-label {
    cursor: text !important;
}
.sel-rep-cols {
    min-height: 250px;
}
.sel-rep-cols table {
    margin-top: 30px;
    width: 100%;
}
.sel-rep-cols table input {
    margin-left: 4px;
    float: right;
}
.sel-rep-cols button {
    width: 80px;
}
.sel-rep-cols table tr td {
    border: 1px solid #727070;
    vertical-align: middle;
    padding: 6px 4px 0 4px;
}
.records-priority-scope td {
    background-color: #ededed;
    color: #000;
}
.conf-group-name {
    font-size: 18px;
    margin: 10px;
}
.invalid-row td {
    background-color: #af1000;
}
.user-def-fields,
.user-def-types,
.user-defined-scale {
    border: 1px solid #606060;
    padding-bottom: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 5px;
}
.user-def-fields,
.user-def-types {
    flex-direction: column;
    height: 80px;
}
.user-def-fields {
    height: 40px;
}
.user-def-types > div {
    width: 100%;
    height: 35px;
    padding-top: 5px;
    padding-right: 10px;
}
.user-defined-scale select,
.user-defined-scale select:focus {
    width: 60px;
}
.user-def-types input {
    margin-left: 10px;
}
.user-def-types > div label:nth-child(2) {
    float: right;
}
table.user-defined tr td:first-child {
    text-align: right;
    padding-right: 5px;
}
.imunify-360 {
    background-image: url(/images/imunify.png);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    margin-top: 30px;
    width: 180px;
}
.timesheet-hrs-div {
    height: 490px;
    width: 100%;
    font-size: 0.8em;
}
.timesheet-hrs-div > table {
    width: 97%;
}
.timesheet-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.timesheet-scroll table tr td {
    border-top: 1px solid #828282;
}
.climatics-zones {
    width: 400px;
    display: flex;
    flex-flow: wrap;
}
.climatics-zones > span {
    text-align: right;
    padding-left: 30px;
}
.timesheet-prod-row input,
.timesheet-prod-row td:first-child select,
.timesheet-prod-row td:nth-child(1) {
    background-color: green;
}
.timesheet-npt-row input,
.timesheet-npt-row td:first-child select,
.timesheet-npt-row td:nth-child(1) {
    background-color: #3f4766;
}
.proj-team-active td,
.proj-team-active td * {
    background-color: #094e09;
}
.proj-team-mob td,
.proj-team-mob td * {
    background-color: #6a4915;
}
.proj-team-demob td,
.proj-team-demob td * {
    background-color: #093a65;
}
.proj-team-subinfo-text {
    color: #e8ce6c;
}
.daily-rep-npt-option {
    background-color: #5b738f;
}
.timesheet-total-row {
    width: 100px;
    font-size: 1.3em;
    float: right;
}
.timesheet-total-row > span {
    border: 1px solid #989898;
    padding: 5px 10px;
}
.timesheet-row {
    display: flex;
    height: 29px;
}
.timesheet-row > div:first-child {
    border: 1px solid transparent;
    padding-left: 2px;
    height: 22px;
    margin-top: 4px;
}
.timesheet-row > div > input {
    margin-left: 0 !important;
}
.timesheet-horiz-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.weekly-report td {
    background-color: #5b5b5b;
}
.edit-contr-insp-div {
    padding: 20px;
    margin-top: 20px;
    min-width: 400px;
}
.edit-contr-insp-div > div {
    width: 100%;
    border: 1px solid #909090;
    margin: 0 auto;
    padding: 20px;
}
.edit-contr-insp-div table th {
    text-align: center;
}
.edit-contr-insp-div table td {
    padding-top: 5px;
}
.edit-contr-insp-div table td:first-child {
    width: 30%;
}
.edit-contr-insp-div table td label {
    width: 100%;
}
.edit-contr-fields {
    margin: 0 !important;
    border: 0;
    width: 400px;
    border: none !important;
}
.edit-contr-fields > table {
    width: 100%;
}
.edit-contr-fields > table tr td:first-child {
    text-align: right;
}
.download-file {
    padding: 0;
    visibility: hidden;
}
.download-file > div,
.upload-file {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><g><rect fill="none" height="24" width="24"/></g><g><path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z"/></g></svg>');
    cursor: pointer;
}
.upload-file {
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" fill="white"><g><rect fill="none" height="24" width="24"/></g><g><g><path d="M14,2H6C4.9,2,4.01,2.9,4.01,4L4,20c0,1.1,0.89,2,1.99,2H18c1.1,0,2-0.9,2-2V8L14,2z M18,20H6V4h7v5h5V20z M8,15.01 l1.41,1.41L11,14.84V19h2v-4.16l1.59,1.59L16,15.01L12.01,11L8,15.01z"/></g></g></svg>');
}
.cond-surv-readings-tbl input[type="text"] {
    width: 50px;
}
.cond-surv-readings-tbl label {
    font-size: 0.75em;
}
.cond-surv-readings-tbl label input {
    width: 20px;
}
.cond-report-photos > div {
    width: 220px;
    float: left;
    margin-bottom: 10px;
}
.cond-surv-upload-container {
    display: flex;
}
.cond-surv-upload-container .qq-upload-button {
    font-size: 13px;
}
.location-photo {
    width: 400px;
    height: 400px;
    border: 1px solid #909090;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.location-photo > div.no-photo {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 190px;
}
.location-photo-upload {
    width: 400px;
}
.location-photo-upload .qq-upload-button {
    width: 200px;
}
.sam-round-border {
    background-color: #424242;
    padding-top: 20px;
    border-radius: 6px;
}
.sel-priority-div {
    height: 110px;
}
.sel-priority-div > label {
    width: 80px;
    text-align: right;
}
.dialog-win-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dialog-win-header {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.dialog-win-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 41px;
    align-items: center;
}
.dialog-win-footer > button {
    min-width: 60px;
    margin-left: 15px;
    height: 27px;
}
.dialog-win-content {
    width: 100%;
    overflow: auto;
    flex-grow: 100;
}
.tbl-label-right tr td:first-child {
    text-align: right;
}
.sam-form-div {
    padding: 20px;
    border: 1px solid #909090;
}
.btn-80 {
    width: 80px;
}
.upload-container {
    display: flex;
    justify-content: center;
}
.upload-container > a {
    font-size: 0.8em;
    margin-left: 16px;
}
.upload-container .qq-upload-button {
    margin-top: 4px;
}
.menu-items {
    width: 400px;
    text-align: center;
}
.menu-items > span {
    font-size: 1.3em;
}
.peers-inspect-tbl {
    font-size: 0.9em;
}
.peers-inspect-tbl tr td,
.peers-inspect-tbl tr th {
    height: 40px;
    border: 1px solid #909090;
    text-align: center;
    font-weight: 400;
    padding: 1px 4px;
}
.peers-inspect-tbl tr td {
    height: auto;
    padding: 0;
}
.peers-inspect-tbl tr td > div {
    padding: 1px 4px;
}
.peers-inspect-tbl .peers-item-pass {
    background-color: #00ff03;
    color: #4c4c4c;
}
.peers-inspect-tbl .peers-item-failed {
    background-color: #ff4c4c;
    color: #4c4c4c;
}
.scrollable-container {
    height: calc(100vh - 189px);
    overflow-x: hidden;
    overflow-y: auto;
}
th.weld-insp-tracker {
    background-color: #f8eeee;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.9em;
    font-weight: 400;
    border: 1px solid #909090;
    padding: 1px 4px;
}
.peers-fir-tbl {
    font-size: 0.8em;
}
.peers-fir-tbl tr td,
.peers-fir-tbl tr th {
    border: 1px solid #909090;
    text-align: center;
}
.peers-fir-hist {
    color: #000;
    background-color: #e5e5e5;
}
.flex-controls-row {
    display: flex;
}
.qa-grades-tbl tr td {
    padding-top: 15px;
}
.contract-wps-tbl {
    width: 90%;
    margin: 0 0 10px 20px;
}
.contract-wps-tbl tr th {
    border: 1px solid #fff;
    text-align: center;
}
.contract-wps-tbl input[type="text"] {
    border: none;
    margin-left: 0;
    border-radius: 0;
}
.contract-upload-container {
    display: flex;
    justify-content: space-evenly;
}
.contract-upload-container > a {
    padding: 0;
}
.contract-upload-container .qq-upload-button {
    width: 40px;
}
.itp-heads-container {
    width: 500px;
}
.appendixes > div,
.itp-heads-container > div {
    margin-top: 5px;
    display: flex;
}
.itp-heads-container .sub-heading {
    padding-left: 20px;
}
.itp-heads-container .head-text {
    flex: 1;
}
.itp-heads-container .new-row,
.itp-heads-container .new-subh-row,
.itp-table-row .new-row,
.settings-row {
    padding: 0;
    line-height: 26px;
    font-size: 3em;
    text-align: center;
    width: 30px;
    visibility: hidden;
    cursor: pointer;
}
.itp-table-row .new-row {
    visibility: inherit;
}
.itp-heads-container .new-subh-row {
    background-image: url(/images/sub-headings.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 30px;
}
.appendixes > div.sub-heading:hover .settings-row,
.appendixes > div:hover .delete-row,
.appendixes > div:hover .new-row,
.appendixes > div:hover .new-subh-row,
.itp-heads-container > div:not(.appendixes):hover .delete-row,
.itp-heads-container > div:not(.appendixes):hover .new-row,
.itp-heads-container > div:not(.appendixes):hover .new-subh-row,
.itp-heads-container > div:not(.appendixes):hover .settings-row {
    visibility: visible;
}
.itp-heads-container > span {
    font-size: 1.6em;
}
.appendixes {
    display: flex;
    padding: 10px;
    border: 1px solid #909090;
    flex-direction: column;
}
.scroll-bottom-buttons {
    padding-top: 10px;
}
.itp-report {
    margin-left: 20px;
}
.itp-report .heading {
    font-size: 1.1em;
    margin-top: 20px;
}
.itp-report .subheading {
    padding-left: 10px;
}
.itp-report-table {
    width: 80%;
    max-width: 500px;
    min-width: 400px;
}
.itp-report-table tr td:first-child {
    text-align: right;
}
.itp-report .doc-approval table {
    border-collapse: collapse;
    min-width: 350px;
    margin-top: 10px;
}
.itp-report .doc-approval table tr td,
.itp-report .doc-approval table tr th {
    border: 1px solid #909090;
    text-align: center;
}
.itp-report .doc-approval table tr td:first-child,
.itp-report .doc-approval table tr th:first-child {
    width: 90px;
    text-align: right;
    padding-right: 2px;
}
.bordered-tbl tr td,
.bordered-tbl tr th {
    border: 1px solid #fff;
}
.w100p {
    width: 100%;
}
.delete-row {
    width: 20px;
    height: 20px;
    visibility: hidden;
}
.settings-row {
    width: 30px;
    height: 30px;
    visibility: hidden;
    font-size: 1.4em;
}
.itp-table-row {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.divider {
    width: 10px;
    background: #767676a1;
    margin-left: 5px;
    cursor: col-resize;
}
.itp-table-row .new-row {
    font-size: 2.3em;
}
.itp-table-row .delete-row {
    visibility: inherit;
}
.itp-table-row .delete-row i {
    margin-top: 3px;
}
.itp-head-row > div {
    display: flex;
    height: 34px;
    justify-content: center;
}
.itp-head-row > .divider {
    visibility: hidden;
}
.itp-appendix-tbl {
    font-size: 0.8em;
}
.itp-appendix-tbl tr td {
    position: relative;
    min-height: 50px;
}
.itp-appendix-tbl textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    resize: none;
    position: absolute;
    top: 0;
    left: 0;
}
.itp-appendix-tbl .itp-title-row td {
    background-color: #7b7070;
}
.itp-appendix-tbl label.sam-check > i {
    margin-right: 17px;
    margin-left: 0 !important;
}
.itp-appendix-tbl label.sam-check {
    padding-left: 0;
    width: 36px;
    margin: 0;
}
.sortable-header th {
    background-image: url(/images/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.site-visits-title-check {
    position: relative;
}
.site-visits-title-check label {
    position: absolute;
    right: 0;
}
.site-visits textarea:disabled {
    color: #707070;
}
.uploads-container > div {
    float: left;
    margin-left: 25px;
}
.appendix-title:hover .settings-row {
    visibility: visible !important;
}
.appendix-container {
    margin-top: 20px;
    border: 1px solid #909090;
    border-radius: 5px;
    padding: 10px;
    min-height: 200px;
}
.appendix-container .dropzone {
    background: 0 0 !important;
    border: none;
}
.appendix-container .title {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}
.appendix-container .uploads-container {
    display: flex;
    min-height: 100px;
    justify-content: center;
    flex-direction: column;
}
.appendix-container .uploads-container > * {
    text-align: center;
}
#estimatedHrsDetails {
    width: 20px;
    height: 20px;
    border: 1px solid #34e4cb;
    margin: 4px 0 0 4px;
    text-align: center;
    border-radius: 3px;
    color: #34e4cb;
    cursor: pointer;
}
.estimated-hrs-dialog {
    padding: 0 20px;
    height: 300px;
    overflow: auto;
}
.estimated-hrs-dialog > div {
    display: flex;
    padding: 3px;
    border: 1px solid #5f5f5f;
}
.estimated-hrs-dialog span {
    display: block;
    width: 80%;
}
.estimated-hrs-dialog input {
    width: 18%;
    background-color: #737373;
}
.auto-save-msg {
    font-size: 1.1em;
    color: #33b033;
    font-weight: 700;
    margin-right: 40px;
}
.record-list-stat {
    width: 20px;
    height: 20px;
    border-radius: 13px;
    margin: 9px auto;
}
.record-list-stat.amber,
.record-status.amber {
    background-color: #ff8200;
}
.record-list-stat.red,
.record-status.red {
    background-color: #f80808;
}
.record-list-stat.yellow,
.record-status.yellow {
    background-color: #fffc00;
}
.edit-rec-header .record-status {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
    border: 2px solid #34e4cb;
    font-size: 12px;
}
.record-list-stat.grey,
.record-status.grey {
    background-color: #d3d3d3;
    color: #000;
}
.edit-rec-header .approved {
    text-align: right;
    padding-right: 30px;
    color: #a9ffa9;
}
@media screen and (min-width: 1500px) {
    .edit-rec-header .approved {
        position: absolute;
        right: 57px;
        top: 40px;
    }
}
.approvers-container {
    display: none;
    width: 400px;
}
.approvers-container .title {
    text-align: center;
    font-weight: 700;
}
.approvers-container label {
    float: right;
}
.ncr-form-div {
    border: 5px solid #909090;
    padding: 10px;
}
.ncr-form-div > div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.ncr-form-div > div > div {
    margin-left: 5px;
}
.ncr-form-div .same-width > div {
    flex: 1;
    text-align: left;
}
.center-photo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.large-photo-container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 99999;
}
.peers-fir-tbl.table-freeze-multi.table-freeze-multi-original tr td {
    word-break: break-all;
}
.record-round-border {
    border: 1px solid #909090;
    border-radius: 5px;
    margin-top: 25px;
    padding: 10px;
}
.record-round-border table tr td:first-child {
    width: 160px;
}
.status-history-popup {
    position: absolute;
    min-width: 350px;
    background-color: #5a5a5a;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 5px 15px #1a1a1a;
}
.status-history-popup > div {
    display: flex;
    align-items: center;
}
.status-history-popup > div > div {
    margin: 0 5px;
}
.status-history-popup > div > div:first-child {
    margin: 6px;
}
.itp-approve-container {
    display: flex;
    justify-content: space-around;
}
.itp-approve-container a {
    padding: 0;
}
.round-borders {
    padding-top: 20px;
    border-radius: 6px;
    border: 1px solid #aaa;
}
.right-text {
    text-align: right;
}
.compl-buttons {
    width: 115px;
    text-align: center;
    display: flex;
    align-items: center;
    height: auto !important;
}
.zone-compartments {
    border: 1px solid #909090;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.re-value-container > div {
    display: flex;
}
.re-value-container > div > div {
    width: 145px;
}
.re-value-container .selected-box {
    width: 120px;
}
.re-value-container > div input[type="text"] {
    width: 50px;
}
.re-value-container .icon-select {
    z-index: auto;
}
.re-value-container .icon-select .box {
    z-index: 10000;
}
.label_red {
    color: #f06d6d;
}
.label_amber {
    color: #ffbf00;
}
.label_green {
    color: #0f0;
}
#inaccAreaPhoto .qq-upload-button {
    width: 100%;
    margin-left: 0;
}
.ltqr-insp-admin {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ltqr-insp-admin div {
    text-align: right;
    height: 30px;
}
.ltqr-section-headings {
    width: 800px;
    flex: 1;
}
.master-workpack .dropzone .dz-preview {
    min-height: auto;
    margin: 0;
}
.master-workpack .dropzone .dz-preview .dz-image {
    width: auto !important;
    height: auto !important;
}
.master-workpack .dropzone .dz-image,
.master-workpack .dropzone .dz-size {
    display: none;
}
.master-workpack .dropzone .dz-preview .dz-details {
    position: initial;
    text-align: left;
    padding: 0.5em 2em !important;
}
.master-workpack .dz-filename,
.master-workpack .new-folder-label {
    cursor: pointer !important;
    background-color: transparent;
}
.master-workpack .dropzone .dz-preview .dz-details .dz-filename span {
    background-color: transparent;
    color: #34e4cb;
}
.master-workpack .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid transparent;
}
.editable-drop-down {
    position: relative;
    height: 1.8rem;
}
.editable-drop-down select {
    width: 100%;
    position: absolute;
    margin: 0;
}
.editable-drop-down input,
.editable-drop-down textarea {
    position: relative;
    z-index: 10;
    width: calc(100% - 25px);
    height: 163px;
}
.editable-drop-down input {
    height: 25px;
}
