.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.table th>a{
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    padding-left: 5px;
    color: #0a0a0a;
}
.table th>a:before{
    content: "\ec12";
    padding-right: 5px;
    font-family:'material-icons';
    font-style: normal;
    font-weight: normal;
    vertical-align: bottom;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {

}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}





.ec-no-items {
    text-align: center;
    padding: 50px 0;
}
.ec-no-items > span {
    font-size: 50px;
    margin-bottom: 15px;
}

button.ec-text-btn {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin:  0;
    outline: none;
    -webkit-appearance: none;
    color: #337ab7;
    cursor:pointer;
}
button.ec-text-btn:hover {
    text-decoration: underline;
}


.ellipsis-col {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

/* jQuery.chosen styles */
input.chosen-search-input {
    height: 30px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 18px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px;
}



.remove-user-invitational-email-btn {
    display: none;
}

.project-card {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);

    margin-bottom: 15px;
    min-height: 220px;
    padding: 5px 15px 30px 15px;
    position: relative;
}

.project-progress-wrapper {
    height: 10px;
    border-radius: 5px;
    background-color: #eaeaea;
    margin-bottom: 10px;
    overflow: hidden;
}

.project-progress-wrapper.big {
	border-radius: 12px;
}

.project-progress-wrapper.big,
.project-progress-wrapper.big .project-progress-stage {
	height: 24px;
}

.project-progress-stage {
    height: 10px;
    float: left;
    cursor: pointer;
}

.team-row,
.role-row {
    min-height: 22px;
    padding: 10px 0 10px 30px;
    position: relative;
    display: flex;
    background-color: white;
}

.team-row-handle,
.role-row-handle {
    width:  22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    cursor: move;
    top: 50%;
    left: 9px;
    margin-top: -11px;
}

.team-row-inputs,
.role-row-inputs {
    width: 60%;
    justify-content: space-around;
    display: flex;
}

.team-row-inputs .form-control,
.role-row-inputs .form-control {
    margin: 0 10px;
}

.team-row-actions,
.role-row-actions {
    width: 40%;
    display: flex;
    align-items: center;

    /* Reset Bootstrap styles */
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-row-actions .action-btn-wrapper,
.role-row-actions .action-btn-wrapper {
    width: 25%;
    text-align: center;
}

.team-row.ui-sortable-helper,
.role-row.ui-sortable-helper {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

.team-row.ui-sortable-placeholder,
.role-row.ui-sortable-placeholder {
    border: 2px dashed #bfbfbf;
}

.preloader {
    display: none;
    background: rgba(0, 0, 0, .2) !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}


@-webkit-keyframes move-preloader-bg {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(46px);
    }
}

@keyframes move-preloader-bg {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(46px);
    }
}

.preloader .bg {
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;

    background: -webkit-repeating-linear-gradient(
        145deg,
        rgba(155, 155, 155, .2) 1px,
        rgba(255, 255, 255, .2) 2px,
        rgba(255, 255, 255, .2) 11px,
        rgba(155, 155, 155, .2) 12px,
        rgba(155, 155, 155, .2) 20px
    );
    background: repeating-linear-gradient(
        -55deg,
        rgba(155, 155, 155, .2) 1px,
        rgba(255, 255, 255, .2) 2px,
        rgba(255, 255, 255, .2) 11px,
        rgba(155, 155, 155, .2) 12px,
        rgba(155, 155, 155, .2) 20px
    );

    -webkit-animation-name: move-preloader-bg;
    -webkit-animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    animation-name: move-preloader-bg;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



.btn-dropdown-submit {
    margin: 0;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.btn-dropdown-submit:hover,
.btn-dropdown-submit:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}



.colorpicker {
    width: 200px;
    font-size: 0;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1000;
}

.colorpicker-wrapper {
    width:  26px;
    height: 26px;
    margin: 2px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    float:left;
}

.colorpicker-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -9999;

}

.colorpicker-input:checked + .colorpicker-color > .glyphicon {
    display: inline-block;
}

.colorpicker-color {
    width:  26px;
    height: 26px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.colorpicker-color .mi-check {
    color: #fff;
    font-weight: bold;
}

.colorpicker-color > .glyphicon {
    color: white;
    display: none;
}

.workflow-color,
.current-workflow-stage {
    display: inline-block;
    border-radius: 50%;
}

.workflow-color {
    width:  20px;
    height: 20px;
    vertical-align: middle;
    color: white;
    text-align: center;
}

.current-workflow-stage {
    width:  10px;
    height: 10px;
    background-color: white;
    margin: 5px;
}

.workflow-color.active {
    cursor: pointer;
    position: relative;
}

.workflow-management-table tr {
    background-color: white;
}

.workflow-management-table > thead td {
    font-weight: bold;
    text-align: center;
}

.workflow-table-name-column {
    position: relative;
    white-space: nowrap;
}


.import-topics-file-input-wrapper {
    width:  0;
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    display: inline;
}

.import-topics-file-input-wrapper > * {
    position: absolute;
    top: -10000px;
    left: -10000px;
}
#grading-criteria-list {
    margin-bottom: 15px;
}

.grading-criteria-row {
    display: flex;
    padding: 7px 0;
    background-color: white;
    border-bottom: 1px dashed #ccc;
}

.grading-criteria-row .handle {
    cursor: move;
}

.grading-criteria-row .criteria-content {
    width: 33.333%;
}

.grading-criteria-row .controls {
    width: 155px;
    text-align: center;
}
.criteria-content {
    display: flex;
    align-items: center;
}
.message-list-header {
    overflow: hidden;
    margin-bottom: 30px;
}

.message-list-actions {
    display: none;
}

.message-list-item {
    display: flex;
    padding: 10px 10px 10px 0;
    background-color: #ccc;
    border-bottom: 1px solid #9e9e9e;
}

.message-list-item.unread {
    background-color: white;
    border-bottom: none;
}

.ml-item-checkbox {
    width: 30px;
    text-align: center;
    align-self: center;
}

.ml-item-content {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.ml-item-content-header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.ml-item-content-author {
}

.ml-item-content-header-misc {
    display: flex;
    align-items: center;
}

.ml-item-content-date {
    width: 150px;
    margin-right: 15px;
}

.ml-item-controls {
}

.ml-item-btn {
}

.ml-item-btn.reply-btn {
}

.ml-item-btn.delete-btn {
}





.dnd-file-uploader {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.dnd-file-uploader-content {
    display: inline-block;
}





/* Edit article page */
/* Revisions widget */

/*.current-revision-list-item {*/
    /*display: none;*/
/*}*/

#diff-modal ins, #diff-modal ins > * {
    background:#e0ffe0;
}

#diff-modal del, #diff-modal del > * {
    background:#ffd1d1;
}

/* End revisions widget */

.limit-reached {
    color: red;
}

.files-and-images-widget.fi-dropzone-hover > .files-and-images-widget-dropzone {
    display: block;
}

.fi-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.fi-list-item {
    width: 20%;
    padding: 5px;
}

.fi-list-item-inner {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
}

a.fi-list-item-inner {
    color: #333;
}
a.fi-list-item-inner:hover,
a.fi-list-item-inner:focus {
    text-decoration: none;
}

.fi-list-item-inner:hover .fi-list-item-delete-btn {
    display: block;
}


.fi-list-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.fi-list-item-size {
    font-size: 11px;
    color: #a0a0a0;
}

.fi-list-item img {
    width:  100%;
    height: auto;
    display: block;
}

.fi-download-btn-wrapper {
    text-align: center;
}

.fi-download-btn-wrapper > a {
    margin-bottom: 10px;
}

.fi-uploader-wrapper {
    padding: 10px 20px;
}

.fi-uploader-browse-button-wrapper {
    text-align: center;
}

#files-and-images-browse-button {
    margin-bottom: 10px;
}

.fi-uploader-progress-item .progress-bar {
    min-width: 2em;
}

.fi-uploader-progress-errors {
    margin-bottom: -10px;
}
.field-articlesearch-onlycurrentassignments .custom-control-label::before {
    display:none;
}
.field-articlesearch-onlycurrentassignments .custom-control {
    padding-left: 0;
    display:flex;
}
.field-articlesearch-onlycurrentassignments .custom-control-label {
    padding-left: 5px;
}
.input-group.field-articlesearch-topicname{
    width:100%;
}
#filter{
    margin-bottom: 1rem;
}

