html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container, .wrap > .container-fluid {
    padding: 70px 15px 20px;
}

.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;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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 {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}
#menu-tree .kv-node-icon {
    display: none;
}
.el-finder-dialog {
    z-index: 9999;
}
.form-group.field-prescrizione-can1,
.form-group.field-prescrizione-can2,
.form-group.field-prescrizione-can3 {
    margin-bottom: 0;
}
.field-prescrizione-can1 .help-block, .field-prescrizione-can1 label,
.field-prescrizione-can2 .help-block, .field-prescrizione-can2 label,
.field-prescrizione-can3 .help-block, .field-prescrizione-can3 label {
    margin: 0;
}
.iseditable {
    font-size: 24px;
}
.editable-text {
    margin-bottom: 15px;
}
.editable-text table {
    width: 100%;
}
.editable-text tbody > tr > td:first-child {
    width: 70%;
    padding: 8px 8px 8px 0;
}
.editable-text tbody > tr > td:last-child {
    width: 30%;
    padding: 8px;
}
.editable-text .ttl {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.editable-text .note {
    border: 1px solid #ddd;
    border-top: 0;
}
#message-status {
    font-size: 14px;
}
.iseditable:before {
    content: attr(title);
    font-size: 70%;
    margin-left: -50px;
}
.editable-text {
    border-left: 50px solid #f9f9f9;
}
fieldset .editable-text {
    width: auto;
}
.ace_editor {
    height: 880px;
}
/**/
.kv-editable-button.btn-sm, button.kv-editable-button[disabled] {
    border-radius: 15px;
    padding: 2px;
    width: 24px;
}
td .kv-editable-button {
    visibility: hidden;
}
td:hover .kv-editable-button, td:focus .kv-editable-button {
    visibility: visible;
}
td .kv-editable-link {
    line-height: 1em;
    border-bottom-color: #fff;
    padding: 0;
    color: #000;
}
td:hover .kv-editable-link, td:focus .kv-editable-link {
    border-bottom-color: #428bca;
    color: #428bca;
}

.conll-sentence-update table {
    margin-top: 20px;
}
.lwdt label {
    min-width: 80px;
}
.tpad {
    width: 100%;
}
.tpad td {
    padding: 8px;
}
.conll-sentence-index .tpad tr td:nth-last-child(-n+5) {
    display: none;
}
.hiddencols tr td:nth-child(7),
.hiddencols tr th:nth-child(7),
.hiddencols tr td:nth-child(8),
.hiddencols tr th:nth-child(8) {
    display: none;
}
.hiddencols1 tr td:nth-child(9),
.hiddencols1 tr th:nth-child(9) {
    display: none;
}
.hiddencols2 tr td:nth-child(10),
.hiddencols2 tr th:nth-child(10),
.hiddencols2 tr td:nth-child(11),
.hiddencols2 tr th:nth-child(11) {
    display: none;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.linkover {
    position: relative;
    display: inline-block;
    width: 24px;
}
.conll-sentence-update .skip-export.kv-align-center.kv-align-middle {
    text-align: right !important;
}
.conll-sentence-update tbody > tr:last-child .linkover, .vishidden {
    visibility: hidden;
}
.movetop {
    position: absolute;
    bottom: -23px;
    right: 0;
    top: auto;
    background-color: #fff !important;
    border: 1px solid #337ab7;
    border-radius: 50%;
    padding: 2px;
}
/* Diff */
.Differences {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.Differences thead th {
	text-align: left;
	border-bottom: 1px solid #000;
	background: #aaa;
	color: #000;
	padding: 4px;
}
.Differences tbody th {
	text-align: right;
	background: #ccc;
	width: 4em;
	padding: 1px 2px;
	border-right: 1px solid #000;
	vertical-align: top;
	font-size: 13px;
}

.Differences td {
	padding: 1px 2px;
	font-family: Consolas, monospace;
	font-size: 13px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
	background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
	background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
	background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
	background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
	background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
	background: #fd8;
}

.Differences ins, .Differences del {
	text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
	background: #fc0;
}

.Differences .Skipped {
	background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
	background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
	background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
	background: #9e9;
}

.DifferencesInline .ChangeReplace del {
	background: #e99;
}

.hideclitic .clitic {
    display: none;
}
.bootstrap-dialog {
    z-index: 1051 !important;
}