@CHARSET "UTF-8";

/**
 *  Theme overrides
 */
div#main.login {
    margin: auto;
    margin-top: 150px;
}

.login-info .login-info-inner {
    color: #c0bbb7;
    margin-top: 8px;
    padding: 0 10px 0 11px;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.login-info > span {
    padding: 0 10px 0 11px;
}
.login-info i {
    margin-right: 9px;
}

html.login-page,
html.login-page body {
    background: #fff;
}

#logo-group span#logo {
    margin-top: 5px;
}

/** Layout stuff */
.border-top {
    border-top: 1px solid #CCC;
}
.tab-toolbar {
    margin-bottom: 10px;
}
.content-wrapper {
    padding: 10px;
}

.widget-body.no-top-toolbar {
    margin-top: -19px;
}
.widget-body.no-min-height {
    min-height: 0;
}
.dt-toolbar .btn {
    margin-bottom: 5px;
}


/**
 * Some overrides for forms
 */
.select2-hidden-accessible {
    overflow: hidden;
    text-align: left;
    text-indent: -12345px;
    display: block;
}
.select2-container.form-control {
    border: 0 none;
    padding: 0;
    min-height: 32px;
    height: auto;
}
.form-actions {
    text-align: left;
}
fieldset.custom-row {
    margin-right: 15px;
}
fieldset.custom-row legend {
    margin-left: 15px;
}
fieldset.clear {
    clear: both;
}

.age-form-group {
    width: 300px;
}
.age-form-group.from{
    position: relative;
}
.age-form-group.from > label  {
    position: absolute;
    width: 700px;
}
.age-form-group.from > .input-group   {
    margin-top: 59px;
}
.age-form-group.to label {
    height: 50px;
}
.solution-content .form-group,
.question-content .form-group {
    clear: both;
}
.form-group-no-clear .form-group {
    clear: none;
}
.clear-left {
    clear: left;
}
.solution-content .age-form-group,
.question-content .age-form-group {
    clear: none;
    padding-left: 0;
}
.select2-container {
    height: auto;
}


textarea[name="message"],
textarea[name="message"] {
    height: 100px;
}

.resource-form > .checkbox {
    padding-bottom: 10px;
}

label:not(.checkbox) + label {
    margin-top: 0;
}

fieldset legend + .checkbox {
    margin-top: 0;
}
.form-group > label:first-child + label.checkbox-inline {
    margin-left: 15px;
}
.form-group .checkbox-inline {
    vertical-align: top;
}

/**
 * file list
 */
.file-list .dd-handle:hover {
    background: #fbfbfb !important;
    border-color: #cfcfcf !important;
}
.file-list .filename {
    font-weight: bold;
}
.file-list .filename,
.file-list label {
    font-size: 85%;
}

/**
 * Some overrides for tables
 */
table.no-toolbar {
    margin-top: 0 !important;
}
#dt-basic-available-questions tbody td {
    cursor: pointer;
}
table td.approval {
    background: #FFBF00 !important;
}

.dataTables_processing {
    background: transparent;
}
.ui-sortable-helper td {
    background: #b2eddb;
}

.align-center {
    text-align: center;
}
.assessment-toolbar {
    margin-top: 3px;
}
.DTTT {
    float: right;
}
.left-ageGroup {
    margin-left: -10px;
}
.custom-toolbar .smart-form,
.custom-toolbar .standard-form {
    margin-right: 15px;
    float: left;
}
.advanced-date,
.advanced {
    padding-left: 0px;
    margin-bottom: 5px;
}
.advanced-date .smart-form,
.advanced .smart-form {
    float:left;
    padding-right: 35px;
    padding-bottom: 7.5px;
}
.advanced-date .smart-form .form-control,
.advanced .smart-form .form-control,
.custom-toolbar .smart-form .form-control {
    padding: 6px 12px;
    height: 18px;
}

.advanced .smart-form .form-control.select2-container {
    width: 364px;
    padding: 0;
    margin-right: -20px;
}

.advanced .smart-form .form-control.select2-container .select2-choice {
    height: 30px;
}

table#dt-basic-files-browser tr.active-row td,
table#dt-basic-files-browser tr.active-row:hover td {
    background-color: #aac3d4;
}
#ui-datepicker-div {
    z-index: 1050 !important;
}
.dataTable .fa-check {
    color: green;
}
.dataTable .fa-times {
    color: #953b39;
}
.dataTable .select-control {
    text-align: center;
}
.dataTable .select-control label {
    left: 13px;
}

.btn .fa {
    margin: 0 2px 0 0;
}
.btn + .btn-spaced {
    margin-left: 15px;
}

.btn-group .dropdown-menu > li > a:hover,
.btn-group .dropdown-menu > li > a:focus {
    color: inherit;
}

.select-license-dd {
    width: 300px;
}
.dt-toolbar .label-span {
    font-weight: bold;
    padding-right: 10px;
}
.dt-toolbar .dataTables_length {
    float: right;
}

.capacities {
    text-align: right;
}

.capacities > div {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #666;
}
/**
 * Media Manager
 */
.preview {
    width: 104px;
    height: 112px;
    line-height:96px;
    overflow: hidden;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    float: left;
}
.preview img,
.preview i {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.file-details {
    margin-left: 124px;
}
.file-details dd,
.file-details a {
    word-wrap:break-word;
}
#media-title .fa {
    font-size: 10px;
    padding: 0 2px;
}

.folder-node {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.context-menu .dropdown-menu > li > a:hover,
.context-menu .dropdown-menu > li > a:focus {
    color: inherit;
}
[data-action="open-root-node"] {
    cursor: pointer;
}

.modal-body {
    max-height: 65vh;
    overflow-y: scroll;
}

.rate-table-form .form-actions {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rate-tables {
    margin-top: 15px;
}
.rate-tables > .jarviswidget {
    margin-bottom: 15px;
}
.jarviswidget > [role="content"] > .jarviswidget {
    margin-top: 30px;
}
.jarviswidget .add-card-widget {
    min-height: 0px;
    margin: 0;
    padding: 15px 0 0;
}
#add-card-form label {
    margin-right: 10px;
}
#add-card-form select {
    margin-right: 15px;
}
.rate-card-info.pull-right {
    margin-top: 7px;
}

/** Review box */
.review {
    border-left: 5px solid #B28AC3;
    background-color: #DDD8F0;
    padding: 20px;
    margin: 0 0 20px;
}
.review .changelist {
    font-weight: bold;
    margin: 5px 20px 10px;
}

.hasNotification, .error-message {
    color: #ef5d52;
    font-weight: bold;
}

/* Highlight Accounts with notifications. */
table#dt-basic td.highlight {
    background-color: #ef5d52;
}

table tr td.red-highlight {
    background-color: #f7897d !important;
}

#updateParentEntityForm .form-group .form-control{
    height: 100%;
}

/* Solutions table */
.dt-toolbar.solutions .advanced .multi-select-filters {
    display: inline-block;
}

.dt-toolbar.solutions .advanced .smart-form {
    width: 230px;
}

.dt-toolbar.solutions .advanced .smart-form .form-control {
    margin-top: 5px;
    padding: 0;
}

.dt-toolbar.solutions .advanced label,
.dt-toolbar.solutions .advanced .multi-select-filters,
.dt-toolbar.solutions .advanced .multi-select-filters .smart-form,
.dt-toolbar.solutions .advanced .multi-select-filters label {
    width: 100%;
}

.dt-toolbar.solutions .advanced .smart-form .form-control {
    height: auto;
}

/** data-tables **/
.dt-toolbar.solutions-table #dt-basic-solutions_processing {
    top: 68%;
}

.dt-toolbar.solutions-table #dt-basic-solutions td.dataTables_empty {
    display: none;
}

.dt-toolbar.solutions-table #dt-basic-solutions > tbody > tr {
    height: 60px;
}

#videoFile {
    padding: 5px;
    margin: 5px 0;
}

#loading-backdrop {
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    background-color: #000000ad;
    z-index: 999;
}

#loading-backdrop i {
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    font-size: 72px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: fa-spin 1s steps(60) infinite; /* 60fps! */
}

#videoFile {
    padding: 5px;
    margin: 5px 0;
}