html {
    font-size: 14px;
    background-color: #F3F7FF !important;
}
    body.pushable > .pusher {
        background-color: #F3F7FF !important;
    }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.layout-header {
    padding: 5px;
    background-color: #00567a;
    border-bottom: 5px solid #00567a;
}

.layout-header img {
    height: 55px;
    margin-left: 16px;
}

.sv_q_radiogroup_label {
    display: inherit !important;
}



/*----*/

.vertical-menu {
    height: 100%;
    position: absolute;
}

.menu-wrapper {
    position: relative;
    margin-bottom: 14px;
}

i.icon {
    color: #656565;
}

.att-menu-colorized {
    width: 100%;
    height: 100vh;
    margin-top: 8px !important;
    border-radius: 0px !important;
}

    .att-menu-colorized.ui.icon.menu .item:hover {
        color: #00c5c3;
    }

    .att-menu-colorized.ui.icon.menu .item i {
        border-radius: 4px;
        background-color: #F7F7F7 !important;
        width: 33px !important;
        box-shadow: none;
    }

    .att-menu-colorized.ui.icon.menu .item:hover i {
        background-color: #00c5c3 !important;
        color: #FFFFFF;
        width: 33px !important;
        box-shadow: none;
    }

    .att-menu-colorized.ui.icon.menu .item.active {
        color: #00c5c3;
    }

        .att-menu-colorized.ui.icon.menu .item.active i {
            background-color: #00c5c3 !important;
            color: #FFFFFF;
            width: 33px !important;
            box-shadow: none;
        }

.ui.visible.left.sidebar ~ .pusher {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}


.donut-innerText {
    font-size: .8em;
    text-align: center;
    line-height: 1em;
    position: relative;
    z-index: 0;
    margin-left: 0px;
    margin-top: 30px;
}

    .donut-innerText span {
        font-weight: bold;
        color: #656565;
        font-size: 1.2em;
    }

.pusher {
    width: 100%;
}

.text-shadowed {
    text-shadow: 2px 2px 4px #000000;
}

.left-menu-wrapper {
    width: 110px;
    display: inline-block;
    position: fixed;
    float: left;
}

.main-content-wrapper {
    width: calc(100vw - 130px);
    display: inline-block;
    float: right;
    height: 100%;
}

.header-wrapper {
    height: 52px;
}

body.pushable {
    background-color: #FFFFFF;
}

table.fluid {
    width: 100% !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px;
}

table thead tr th {
    background-color: #00A0DE !important;
    color: #FFFFFF !important;
}

    table thead tr th:last-of-type {
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
    }

    table thead tr th:first-of-Type {
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
    }

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.clickable {
    cursor: pointer;
}

.userMenu {
    text-transform: capitalize;
    text-align: center;
    width: 0px;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.user-menu-container:hover .userMenu {
    width: 100px;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.dt-body-right {
    text-align: right !important;
}

.main-body {
    width: 100vw;
    height: calc(100% - 75px);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.wise-principal {
    width: 300px;
    height: 300px;
    text-align: center;
    opacity: .3;
}

.sd-header__text {
    max-width: unset !important;
}

.sd-root-modern.sd-root-modern--full-container{
    width: 100vw !important;
}

.sd-progress-buttons__container-center {
    display: none !important;
}

.sd-root-modern .sd-container-modern__title {
    padding: 0px 24px !important;
}

.sd-question__header .sd-question__title * {
    font-weight: bold !important;
}

.sd-imagepicker__text {
    max-width: 120px;
    display: block;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}

.sd-selectbase.sd-imagepicker {
    justify-content: space-between;
}

.sd-completedpage {
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .sd-logo {
        width: 40px;
        position: absolute;
        top: 0px;
        right: 10px;
        margin-top: -60px;
    }
}

.main-message {
    width: 100vw;
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}