.boxy-wrapper {
    position: absolute;
    overflow: visible;
}

.boxy-wrapper.fixed {
    position: fixed;
}

/* Modal */

.boxy-modal-blackout {
    position: absolute;
    background-color: black;
    left: 0;
    top: 0;
}

/* Border */

.boxy-wrapper {
    padding: 10px;
    display: block;
    empty-cells: show;
    border-radius: 9px;
    background-color: #FFF;
}

.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom,
.boxy-wrapper .top_top,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom-left {
    width: 0px;
    height: 0px;
    padding: 0;
    border: none;
}

/* Title bar */

.boxy-wrapper .title-bar {
    height: 80px;
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
}

.boxy-wrapper .title-bar.dragging {
    cursor: move;
}

.boxy-wrapper .title-bar h2 {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.boxy-wrapper .title-bar .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
}
.boxy-wrapper .title-bar .close:before,
.boxy-wrapper .title-bar .close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #f37028;
}
.boxy-wrapper .title-bar .close:before {
    transform: rotate(45deg);
}
.boxy-wrapper .title-bar .close:after {
    transform: rotate(-45deg);
}

.boxy-wrapper .title-bar .left {
    display: none;
}

.boxy-wrapper.nontitle .title-bar .left,.boxy-wrapper.nontitle .title-bar .right,.boxy-wrapper.nontitle .title-bar .center {
    display: none;
}

.boxy-wrapper.nontitle .title-bar {
    padding: 2px;
}

.boxy-wrapper .title-bar .center {
    height: 80px;
    line-height: 80px;
    width: auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #f37028;
}

.boxy-wrapper .title-bar .right {
    display: none;
}

.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead {
    height: 50px;
    background-color: #fafafa;
}

.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th {
    height: 50px;
}

.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table thead th span {
    height: 50px;
    line-height: 50px;
}

.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table td .t_assign_date,
.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table td .c_assign_date,
.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table td .t_due_date,
.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table td .c_due_date {
    width:132px;
    height: 32px;
}

.boxy-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody td.curriculum_center {
    text-align: center;
}

.boxy-wrapper .dataTables_filter {
    display: block;
    position: absolute;
    left: 832px;
    top: 85px;
    height: 48px;
    line-height: 48px;
    width: 215px;
    border-radius: 18px;
    border: 2px solid #126ab2;
}

.boxy-wrapper .dataTables_filter input {
    border: none;
    height: 48px;
    line-height: 48px;
    margin-left: 5px;
    background-color: transparent;
    width: 164px;
}

.boxy-wrapper .dataTables_filter:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 45px;
    border-left: 2px solid #f37028;
    background-color: #126ab2;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-image: url(/css/new/loupe.svg);
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 11px 13px;
}
/* Content Region */

.boxy-inner {
    background-color: white;
    padding: 0;
    position:relative;
    overflow: visible;
}

.boxy-content {
    padding: 5px 4px 5px 5px;
}

/* Question Boxes */

.boxy-wrapper .question {
    width: 350px;
    min-height: 80px;
}

.boxy-wrapper .answers {
    text-align: center;
}
.boxy-buttons {
    padding-top: 15px;
    float: right;
}

.boxy-edit {
    padding-top: 5px;
}

.boxy-wrapper .Dialog {
    margin: 5px 25px 5px 25px;
}

.boxy-wrapper .Dialog .Fields {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 24px;
}

.boxy-wrapper .Dialog .Fields .Label {
    width: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
}

.boxy-wrapper .ButtonDiv {
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.boxy-wrapper .Dialog button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: #19a951;
    border-radius: 5px;
    height: 60px;
    width: 180px;
    margin: 20px 35px 0 35px;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
}
.boxy-wrapper .Dialog .Fields input {
    width: 200px;
}

.boxy-wrapper .Dialog .Fields select {
    width: 200px;
    height: 24px;
}

.boxy-wrapper .ButtonDiv button {
    width: 90px;
}

.ErrCard {
    width: 400px;
}

@media screen and (max-width: 1439px) {
    .boxy-wrapper .dataTables_filter {
        left: 587px;
    }
}
@media screen and (max-width: 767px) {
    .boxy-wrapper .title-bar {
        height: 10vw;
    }
    .boxy-wrapper .title-bar .center {
        height: 10vw;
        line-height: 10vw;
    }
}