@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Light.ttf'); font-weight: light; font-style: light; } @font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Regular.ttf'); font-weight: bold; font-style: light; } @font-face { font-family: 'DB Head Light Regular'; src: url('/fonts/dbhea02.ttf'); } @font-face { font-family: 'DB Office'; src: url('/fonts/dboff03.ttf'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DB Office'; src: url('/fonts/dboff06.ttf'); font-weight: bold; font-style: normal; } @font-face { font-family: 'DB Office'; src: url('/fonts/dboff33.ttf'); font-weight: normal; font-style: italic; } @font-face { font-family: 'DB Office'; src: url('/fonts/dboff36.ttf'); font-weight: bold; font-style: italic; } body { padding-top: 50px; } h2 { margin-top: 80px; } .jumbotron { background-size: cover; background-position: center; z-index: 99001; min-height: 300px; } .hidden { visibility: none; } hr { border-color: #ccc; } .sorter { cursor: move; } #spinner { position: fixed; background-color: rgba(255, 255, 255, 0.8); top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 99000; visibility: hidden; } #spinner div { position: fixed; top: 50%; left: 50%; height: 55px; width: 55px; margin-top: -27px; margin-left: -27px; } .modalOpener, .modalOpener td { cursor: pointer; } #uploadArea { width: 400px; height: 400px; border: 10px dashed #AAA; border-radius: 30px; text-align: center; color: #AAA; vertical-align: middle; margin: auto; font-size: 16pt; padding-top: 180px; } .dropActive { border: 10px dashed #EC1B2D !important; color: #EC1B2D !important; } .vertImg { vertical-align: bottom !important; } .datepicker, .datepicker.dropdown-menu { z-index: 10000 !important; } .tablesorter th { cursor: ns-resize; } td { overflow-wrap: break-word; word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } .tooltip-text { visibility: hidden; position: absolute; z-index: 1; width: 100px; color: white; font-size: 12px; background-color: #192733; border-radius: 10px; padding: 10px 15px 10px 15px; } .hover-text:hover .tooltip-text { visibility: visible; } .hover-text { position: relative; display: inline-block; margin: 0px; font-family: Arial; text-align: center; } .alert{ padding: 20px; background-color: #d9534f; color: white; } .closebtn { margin-left: 15px; color: white; font-weight: bold; float: none; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } #checkbox_isuser{ margin-right: 5px; }