﻿/*********************************************************************************************/
/* IMPORTED FROM BASE.CSS                                                                   */
/**************************************** App Summary **************************************/

#sys-msg #msgs {
    overflow: auto;
    height: 300px;
}

#sys-msg .msg_category {
    margin: 0px;
    padding: 0px;
}

#sys-msg #msgs h3 {
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #333;
    background-color: #efefef;
}

    #sys-msg #msgs h3 i {
        font-size: 90%;
    }

    #sys-msg #msgs h3 a {
        display: block;
        text-decoration: none;
    }

#sys-msg #msgs h2 {
    padding: 2px;
    margin: 0px;
    border-bottom: 1px solid #333;
    background-color: #efefef;
}

    #sys-msg #msgs h2 i {
        font-size: 90%;
    }

    #sys-msg #msgs h2 a {
        display: block;
        text-decoration: none;
    }

#sys-msg #msgs .row-title a {
    text-decoration: none;
}

#sys-msg #msgs .row-content {
}

#sys-msg #msgs .content {
    padding: 0px;
    display: none;
    border-bottom: 1px solid #99c;
}


#todo-wrap {
    float: right;
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
}

.todo-new-btn {
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/todolist.png');
    background-repeat: no-repeat;
    display: block;
}

.todo-new {
    font-weight: normal;
    display: none;
    position: absolute;
    top: 100%;
    right: -50px;
    background-color: #fff;
    z-index: 1010;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 1px solid #abc;
    padding: 10px;
    text-align: center;
}

    .todo-new input, .todo-new select {
        font-size: 90%;
    }

        .todo-new input[type=text] {
            width: 200px;
        }

        .todo-new input.datepicker {
            width: 70px;
        }

    .todo-new table {
        text-align: left;
    }

    .todo-new th {
        font-weight: normal;
        font-size: 130%;
    }

#todo-none {
    display: none;
    text-align: center;
}

#todo-list {
    width: 100%;
}

    #todo-list td.button {
        width: 1%;
        text-align: right;
    }

    #todo-list .todo-priority {
        background-image: url('../images/icons/priority.png');
        width: 16px;
        height: 16px;
        display: block;
        background-repeat: no-repeat;
    }

    #todo-list .priority-1 {
        background-position: left top;
    }

    #todo-list .priority-2 {
        background-position: left -16px;
    }

    #todo-list .priority-3 {
        background-position: left -32px;
    }

    #todo-list .priority-4 {
        background-position: left -48px;
    }

    #todo-list .priority-5 {
        background-position: left -64px;
    }

    #todo-list .todo-complete {
        width: 16px;
        height: 16px;
        display: block;
        background-image: url('../images/bg/btn-check.png');
        background-repeat: no-repeat;
        float: left;
    }

    #todo-list .todo-delete {
        width: 16px;
        height: 16px;
        display: block;
        background-image: url('../images/bg/btn-del.png');
        background-repeat: no-repeat;
        float: left;
    }

    #todo-list .importance-1 + ul + .importance-1 {
        display: none;
    }

    #todo-list .importance-2 + ul + .importance-2 {
        display: none;
    }

    #todo-list .importance-3 + ul + .importance-3 {
        display: none;
    }

    #todo-list .importance-4 + ul + .importance-4 {
        display: none;
    }

    #todo-list .importance-5 + ul + .importance-5 {
        display: none;
    }

#todo-history .complete .icon-trash {
    display: none;
}

#todo-history .complete:hover .icon-trash {
    display: block;
    position: absolute;
    top: 14px;
    left: 16px;
}

.stats-box {
    width: 100%;
}

.stats-matrix-content {
    margin-bottom: 10px;
}

    .stats-matrix-content table td, .stats-matrix-content table th {
        text-align: right;
        color: #000;
    }

    .stats-matrix-content table th {
        padding: 5px;
    }

.chart-div-hide {
    display: none;
}

.chart {
    float: left;
}

.datepick {
    z-index: 1051 !important;
}

.hid {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.role-manager-btn-space {
    margin: 5px;
}
/**************************************** Admin App Profile ***************************************/
#app-single-profile .table-app-profile td.profile-header {
    width: 40%;
}

#app-single-profile a.app-profile-view {
    display: block;
}

#app-docs td.link-buttons {
    min-width: 120px;
    width: 20%;
}

    #app-docs td.link-buttons span.link + span.link:before {
        content: "|\00a0";
        padding: 0 2px;
        color: #ccc;
    }

/********************************************* Fbuilder **********************************************/
.fbuilder {
    width: auto;
    display: block;
}

    .fbuilder .fbuilder_name {
        color: #000;
        font-size: 125%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .fbuilder .fbuilder-result {
        padding: 5px;
    }

    .fbuilder .fbuilder-buttons {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .fbuilder .fbuilder-questions {
    }

    .fbuilder .form_question {
        padding: 5px 0px;
    }

    .fbuilder .form_question_text {
        display: block;
        padding: 5px 0px;
        font-weight: bold;
        color: #000;
    }

/****************************************** Committee Month *****************************************/
#Committee-calendar {
    width: 100%;
}

    #Committee-calendar .control-buttons {
        background: white;
    }

        #Committee-calendar .control-buttons, #Committee-calendar .control-buttons table {
            width: 100%;
            padding: 1px 0px;
            font-size: 90%;
        }

            #Committee-calendar .control-buttons table#buttons1 td {
            }

            #Committee-calendar .control-buttons table td {
                text-align: center;
            }

                #Committee-calendar .control-buttons table td:first-child {
                    text-align: left;
                }

                #Committee-calendar .control-buttons table td:last-child {
                    text-align: right;
                }

                #Committee-calendar .control-buttons table td .button {
                    background-color: transparent;
                    background-image: none;
                    border: none;
                    height: 22px;
                }

                    #Committee-calendar .control-buttons table td .button input {
                        padding: 0 0px;
                        height: 100%;
                        color: #ccc;
                        text-align: center;
                    }

                #Committee-calendar .control-buttons table td span.CalendarMonthHighlight, #Committee-calendar .control-buttons table td span:hover {
                    background-repeat: repeat-x;
                    background-position: left center;
                }

                #Committee-calendar .control-buttons table td input.CalendarMonthHighlight {
                    color: #fff;
                }

    #Committee-calendar table.Calendar {
        width: 100%;
        background-color: #fff;
        border: 1px solid #666;
    }

    #Committee-calendar table.buttons2 > tbody > tr:first-child td:first-child {
        font-size: 13px;
    }

    #Committee-calendar table.buttons2 > tbody td input.btn {
        padding-top: 3px;
    }

    #Committee-calendar table.Calendar > tbody > tr:first-child {
        display: none;
    }

    #Committee-calendar table.Calendar th.calendar-day-header {
        background: #ddd;
        text-align: center;
    }

    #Committee-calendar table.Calendar td,
    #Committee-calendar table.Calendar th {
        padding: 1px;
        text-align: left;
        border: 1px solid #bbb;
        vertical-align: top;
    }

    #Committee-calendar table.Calendar td {
        border: 1px solid #bbb;
    }

        #Committee-calendar table.Calendar td.calendar-day:hover {
            background: #fcf8e3;
        }


    #Committee-calendar table.Calendar table.calendar-title td {
        display: none;
    }

    #Committee-calendar table.Calendar td.calendar-day,
    #Committee-calendar table.Calendar td.calendar-other-month,
    #Committee-calendar table.Calendar td.calendar-today,
    #Committee-calendar table.Calendar td.calendar-selected {
        height: 45px;
    }

    #Committee-calendar table.Calendar td.calendar-selected {
        background-color: #efefef;
    }

    #Committee-calendar table.Calendar td.calendar-other-month {
        cursor: not-allowed;
        background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
        background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
        background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
        background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
        background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
        background-color: #FAFCFD;
        background-size: 16px 16px;
    }

    #Committee-calendar table.Calendar td a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    #Committee-calendar table.Calendar td .day {
        display: block;
        font-size: 90%;
        padding: 1px;
        text-align: right;
    }

        #Committee-calendar table.Calendar td .day a.ind {
            width: 10px;
            height: 10px;
            position: relative;
            float: right;
            background-image: url('../images/bg/cal-ind.gif');
            background-repeat: no-repeat;
            background-position: left top;
        }

        #Committee-calendar table.Calendar td .day a.full {
            background-position: left bottom;
        }

        #Committee-calendar table.Calendar td .day a.ind .details {
            display: none;
            position: absolute;
            width: 0px;
            height: 0px;
            right: 10px;
            bottom: 2px;
            z-index: 1000;
            padding: 0px;
            background-color: #fff;
        }

        #Committee-calendar table.Calendar td .day a.ind:hover .details {
            display: block;
            height: auto;
            padding: 10px;
            width: 100px;
            text-align: left;
            border: 1px solid #ccc;
        }

td.CalendarHasCommittee {
    background-color: #71843f !important;
}

.committee-settings-widget .jarviswidget .widget-body {
    padding-bottom: 0px;
}

    .committee-settings-widget .jarviswidget .widget-body .Committee-content .committee-reports {
        padding-bottom: 26px;
    }

    .committee-settings-widget .jarviswidget .widget-body .committee-fac-add-remove {
        margin: 0px 5px;
    }

.committee-settings-widget select[multiple].comm-faculty-select {
    width: 150px;
    height: 160px;
}

.committee-editor-form .form-group {
    margin-bottom: 10px;
}

    .committee-editor-form .form-group.meeting-start {
        padding-right: 5px;
        box-sizing: border-box
    }

    .committee-editor-form .form-group.meeting-end {
        padding-left: 5px;
        box-sizing: border-box
    }

    .committee-editor-form .form-group.form-actions.meeting-buttons {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

h2.comm-list-title {
    font-size: 140%;
    margin: 10px 0px;
}

ul.comm-meeting-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.comm-meeting-list li {
        padding-left: 30px;
    }

        ul.comm-meeting-list li span.meeting-sel-ind {
            display: inline-block;
            width: 20px;
            margin-left: -20px;
        }
/********************************************* Generic calendar **********************************************/
.Calendar .CalendarTitle td {
    color: #333;
}

.Calendar td.cal-unselectable {
    background-color: #dedede;
}

.Calendar td.cal-selectable {
    background-color: #fff;
}

    .Calendar td.cal-selectable:hover {
        background-color: #efefef;
    }

    .Calendar td.cal-selectable a {
        display: block;
        width: 100%;
    }

.Calendar td .text {
    padding: 2px;
    font-size: 90%;
    color: #000;
}

.Calendar td.CalendarDay {
    text-align: left;
    vertical-align: top;
}

    .Calendar td.CalendarDay a {
        display: block;
        width: 100%;
    }

/****************************************** Interview Month *****************************************/
#interview-calendar {
    float: none;
    width: 100%;
}

    #interview-calendar .control-buttons {
        background-color: #272626;
    }

        #interview-calendar .control-buttons, #interview-calendar .control-buttons table {
            width: 100%;
            padding: 5px 0px;
            font-size: 85%;
        }

            #interview-calendar .control-buttons table#buttons1 td {
            }

            #interview-calendar .control-buttons table td {
                text-align: center;
            }

                #interview-calendar .control-buttons table td:first-child {
                    text-align: left;
                }

                #interview-calendar .control-buttons table td:last-child {
                    text-align: right;
                }

                #interview-calendar .control-buttons table td .button {
                    background-color: transparent;
                    background-image: none;
                    border: none;
                    height: 22px;
                }

                    #interview-calendar .control-buttons table td .button input {
                        padding: 0 2px;
                        height: 100%;
                        color: #ccc;
                        text-align: center;
                        background: none;
                        border: none;
                        text-transform: uppercase;
                        font-size: 13px;
                    }

}

#interview-calendar .control-buttons table td span.CalendarMonthHighlight, #interview-calendar .control-buttons table td span:hover {
    background-image: url('../images/bg/topnav-on.png');
    background-color: #DE9F19;
    background-repeat: repeat-x;
    background-position: left center;
}

#interview-calendar .control-buttons table td input.CalendarMonthHighlight {
    color: #fff;
}

#interview-calendar table.Calendar {
    width: 100%;
    background-color: #fff;
    border: 1px solid #666;
}

    #interview-calendar table.Calendar td, #interview-calendar table.Calendar th {
        padding: 3px;
        text-align: right;
        border: 1px solid #999;
        vertical-align: top;
    }

    #interview-calendar table.Calendar table.calendar-title td {
        padding: 10px;
        text-align: left;
        font-size: 1.4em;
        border: none;
        height: auto;
        color: #000;
    }

    #interview-calendar table.Calendar td.calendar-day, #interview-calendar table.Calendar td.calendar-other-month, #interview-calendar table.Calendar td.calendar-today, #interview-calendar table.Calendar td.calendar-selected {
        height: 60px;
    }

    #interview-calendar table.Calendar td.calendar-selected {
        background-color: #efefef;
    }

    #interview-calendar table.Calendar td.calendar-other-month {
        background-color: #dedede;
    }

    #interview-calendar table.Calendar td a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    #interview-calendar table.Calendar td .day {
        display: block;
        font-size: 90%;
        padding: 2px;
        text-align: right;
    }

        #interview-calendar table.Calendar td .day .ind {
            width: 10px;
            height: 10px;
            position: relative;
            float: right;
            background-image: url('../images/bg/cal-ind.gif');
            background-repeat: no-repeat;
            background-position: left top;
        }

        #interview-calendar table.Calendar td .day .full {
            background-position: left bottom;
        }

        #interview-calendar table.Calendar td .day .ind .details {
            display: none;
            position: absolute;
            width: 0px;
            height: 0px;
            right: 10px;
            bottom: 2px;
            z-index: 1000;
            padding: 0px;
            background-color: #fff;
        }

        #interview-calendar table.Calendar td .day .ind:hover .details {
            display: block;
            height: auto;
            padding: 10px;
            width: auto;
            text-align: left;
            border: 1px solid #ccc;
            white-space: nowrap;
        }

            #interview-calendar table.Calendar td .day .ind:hover .details h4 {
                font-weight: normal;
                font-size: 110%;
                margin: 0px;
                padding: 0px;
                margin-bottom: 10px;
            }

/*.fac-avail-sel-all .fac-avail-sel-all-label:after {
    content: "Select All";
}*/

/*********************************************************************************************/
/* created by Brandon Trecki                                                                */
/**************************************** SAAS STYLES **************************************/
#logo img {
    width: auto;
    height: 23px;
}

#extr-page #header #logo img {
    width: auto;
}

#extr-page .demo {
    display: none;
}

.form-inline {
    margin-bottom: 10px;
}

    .form-inline label {
        margin-bottom: 0px;
    }

.table {
    margin-bottom: 10px;
}

.table-responsive {
    margin-bottom: 10px;
}

.widget-body > h2 {
    margin-top: 0px;
}

.widget-body .alert {
    margin-bottom: 10px;
}

.alert.alert-danger .popover {
    max-width: 100%;
}

    .alert.alert-danger .popover h3.popover-title {
        color: #4c4f53 !important;
    }

.applicant-grid tbody tr:first-child .popover {
    top: 7.4px !important;
}

    .applicant-grid tbody tr:first-child .popover.left > .arrow {
        top: 25.6% !important;
    }

.applicant-grid tbody tr:first-child .amp-grid-app .amp-grid-card {
    top: -34.6px !important;
}

    .applicant-grid tbody tr:first-child .amp-grid-app .amp-grid-card .amp-grid-arrow {
        top: 31px !important;
    }

.applicant-detail-tabs-content .tab-pane.active {
    min-height: 200px;
}

.tab-pane.loading::before,
.tab-content.loading::before,
.single-page-form.loading::before,
.multi-page-form.loading::before {
    content: url(../theme/img/ajax-loader.gif);
    padding-top: 10%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255,255,255,.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    cursor: wait !important
}

.widget-body.loading::before {
    content: url(../theme/img/ajax-loader.gif);
    padding-top: 15%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255,255,255,.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: fixed;
    cursor: wait !important;
    margin-left: -245px;
    margin-top: -216px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}


.margin-bottom-18 {
    margin-bottom: 18px !important;
}

#top-menu li.active > ul {
    display: block;
}

#top-menu li.active .fa-plus-square-o:before {
    content: "\f147"
}

#logo-group + .testmode-mark .btn-header > :first-child > a {
    margin-left: 0px;
}

.nav-block-item a {
    color: #4c4f53;
}

    .nav-block-item a:hover {
        color: #222;
    }

.nav-block-item .fa-nav-block {
    font-size: 4em;
}

.testmode-mark .btn-header > :first-child > a {
    font-size: 13px;
    padding: 2px 10px;
    font-weight: normal;
    margin: 10px 10px 0px 40px;
}

    .testmode-mark .btn-header > :first-child > a em {
        font-size: 17px;
    }

.testmode-mark .btn-header a > span {
    line-height: inherit;
}

@media (max-width: 979px) {
    .testmode-mark .btn-header a {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    #logo-group + .testmode-mark .btn-header a {
        margin-right: 0px;
        padding-right: 6px;
    }

        #logo-group + .testmode-mark .btn-header a > span {
            display: none;
        }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #logo-group {
        width: 150px !important;
    }
}



.amp-filter {
    margin-bottom: 3px;
}

#save-filter {
    margin-left: 2px;
}

.dataTables_filter.amp-grid-excel-export {
    width: auto;
}

    .dataTables_filter.amp-grid-excel-export .amp-grid-excel-export-btn {
        position: relative;
        top: 3px;
        margin-left: 4px;
    }

.dt_bulk_options {
    position: relative;
    top: -3px;
    margin-left: 6px;
    float: left;
}

.dataTables_length.amp-page-length {
    position: relative;
    top: -3px;
}

.jarviswidget .app-sel-list-names {
    height: auto;
    overflow-y: auto;
    width: auto;
    background-color: transparent;
    border: none;
}



/*Z Index needs to be > 120 to show Program/Term drop down above Sticky row of search grids*/
.search-criteria-main {
    z-index: 150 !important;
}

.jarviswidget .search-criteria-main table.sc-table td,
.jarviswidget .search-criteria-main table.sc-table th {
    padding-bottom: 5px;
    padding-right: 5px;
}

.smart-form .btn.emails-popover {
    padding: 6px 12px;
}

.smart-form .popover-content {
    padding: 9px 14px;
}

.smart-form .popover-title {
    padding: 8px 14px;
}

.smart-form .select select {
    padding-left: 10px;
}

.form-horizontal .smart-form .radio {
    padding-top: 0px;
}

.sl_app,
#elipsis {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3276b1;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 0px 1px;
}

.smart-form span.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#smart-form-register.smart-form footer .btn,
#document-add.smart-form footer .btn {
    float: right;
    height: initial;
    margin: initial;
    padding: 0px 10px;
    font: inherit;
    cursor: pointer;
}

#login-form.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}

.form-horizontal .smart-form .checkbox {
    padding-top: 0px;
}

#result .gvc-exp-img {
    margin-left: 40px;
}

.app-search-help {
    padding-top: 6px;
    padding-left: 6px;
}

.zap-solutions-logo {
    height: 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
}

.amp-copy-logo {
    padding-left: 5px;
    height: 20px;
    vertical-align: middle;
}

.no-top-margin {
    margin-top: 0px !important;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.no-border-top,
.border-top-none {
    border-top: none !important;
}

.smart-form td {
    position: relative !important;
}

    .smart-form td .tooltip {
        opacity: 1 !important;
        padding: 5px 0px !important;
        line-height: inherit;
        background: transparent !important;
        box-sizing: border-box !important;
    }

        .smart-form td .tooltip.top .tooltip-arrow {
            box-sizing: border-box !important;
        }

.bulk-scheduler .Calendar {
    margin-bottom: 20px;
}

#committee-edit.smart-form .form-group {
    margin-bottom: 13px;
}

    #committee-edit.smart-form .form-group .meeting-label {
        margin-bottom: 5px;
    }

#committee-edit.smart-form .form-actions.meeting-buttons .col-md-12 {
    padding: 0px 13px;
    box-sizing: border-box;
}

    #committee-edit.smart-form .form-actions.meeting-buttons .col-md-12 .btn {
        margin: 0px 2px;
    }

.app-sel-list-names > div {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1px;
}

.app-sel-list-names div.app-sel-list-name,
.sl_app {
    background-color: #2c699d;
    display: inline;
    padding: .1em .6em .1em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.selected-list .lt_names {
    display: block;
}

.form-horizontal.smart-form fieldset + fieldset {
    border: none;
}

.smart-form span.label {
    display: inline;
    padding: .1em .6em .1em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

/*.smart-form.table th .checkbox i,
.smart-form.table th .radio i {
    top: -14px !important;
}*/

.smart-form .control-label {
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jarviswidget.well .smart-form header {
    display: block;
}

.util-config-editor .conf-editor h2,
.util-content-editor h1 {
    display: none;
}

#extr-page .login-app-icons {
    width: 400px;
}

.profile-pic > a > img {
    display: inline-block;
    width: 120px;
    height: auto;
    margin: 13px auto;
}

.smart-accordion-default.panel-group {
    margin-bottom: 18px;
}

.no-steps-container {
    margin-bottom: 10px;
}

/* FULL CALENDAR UPDATES */
.fc-selected-day {
    background: #fcf8e3;
}

.fc-day:hover,
.fc-day-number:hover {
    background-color: #fcf8e3;
    cursor: pointer;
}

.fc-other-month.fc-day:hover,
.fc-other-month.fc-day-number:hover {
    background-color: none;
    cursor: default;
}

.fc-unthemed .fc-today {
}

.fc-event-container {
    cursor: pointer;
}

.ui-dialog {
    z-index: 10000;
}

.email-template-filter-btn {
    margin-left: 2px;
}

/****************************************** App Status *************************************/
ul.status {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 130%;
}

    ul.status li {
        padding: 5px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: left;
    }

        ul.status li.incomplete {
            background-image: url(../images/icons/icon_incomplete_trans.gif);
        }

        ul.status li.complete {
            background-image: url(../images/icons/icon_complete_trans.gif);
        }

        ul.status li.unknown {
            background-image: url(../images/icons/icon_incomplete_trans.gif);
        }

        ul.status li.main-selection {
            /*background-image: url(../images/icons/icon_current.gif);*/
            background-image: url(../images/icons/icon_incomplete_trans.gif);
        }

.smart-form.inline .inline-group:after {
    display: none;
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1600px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: 0;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: 0;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}