/* body */ body { padding-bottom: 50px; } .graph, #graph, #outcome_program_count, #dummy-graph-container { height: 650px; max-width: 100%; margin-bottom:75px; } #criteriaGraph { min-height: 500px; } caption { caption-side: bottom; text-align: right; font-size: 90%; } #dummy-graph-container { position:relative; } #dummy, #overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #dummy { pointer-events:none; opacity: 0.3; } #overlay { z-index:10; text-align: center; color: 999; } #overlay h2 { line-height: 500px; } /* Login body*/ .auth-page-body { background: url('../images/background-red.png') center center; background-repeat: repeat; min-height:900px; padding-top: 75px; text-align: left; color:white; } .auth-page-body h1 { color:white; text-align: center; } /* Login logo*/ .logo { float:right; margin:0 10px; padding-bottom:10px; } .panel-button { margin-bottom: 5px; } .inverted-link { color:white; } .inverted-link:hover { color:white; font-weight:700 }; /* For use with the StickyTableHeaders plugin*/ .tableFloatingHeaderOriginal { background: blue; } #assessment-table { min-width: 100%; width: auto; } /* For jQuery Sortable*/ .placeholder { height: 10px; } .placeholder td span, .attention { color: #E70033 !important; } /*Override bootstrap pagination*/ .pagination { display: inline; } /*glyphicon buttons*/ .icon-btn { cursor: pointer; color: #E70033; } #js-error-row { display: none; } /*criterion name in assessment*/ .criterion-field { cursor: pointer; } /*div for th in assessment*/ .th-box { /*width: 160px; height: 84px;*/ max-height: 200px; overflow-y:auto; overflow-x:hidden; font-size: 12px; } .criterion-field:hover { background-color: #E70033; color:white; } .table-nonfluid { width: auto !important; } .navbar { position: absolute; width:100%; min-width:1px; display:block; margin-bottom: 0px; padding-bottom:10px; border-bottom: #666 2px solid; height:50px; } .semesterbar { /*background-color: #E70033;*/ background: #333 url('../images/back-change.png') left center; text-align: left; padding: 2px; width: 364px; float: right; border-radius: 10px; margin: 0; margin-top: 30px; color:#fff!important; font-size:12px; top:100px } .semesterbar a { color:#FF9!important } .semesterbar p { text-align: left; margin-left: 80px; margin-top: 3px; padding-left: 5px; margin-right: 25px; color:#fff!important; } .panel-scrolling { max-height: 575px; overflow-y: auto; } .upper-roman { list-style-type: upper-roman; } .upper-alpha { list-style-type: upper-alpha; } .to-top { float: right; margin:10px; } .table-header { display: inline-block; } .gotoright { float:right; width: auto; } .gotoright h1 { color:#fff; letter-spacing:1px; font-size:24px; margin:30px 50px; padding: 0 5px } .alert-info a { color: #FF9; margin-left:20px; float:right } .tooltip-inner { white-space: pre-wrap; text-align: left; } .shortened-select { max-width:85%; display:inline-block; } th { vertical-align: middle !important; } .alert-danger { color: #fff; background-color: #C4092F; border-color: #C4092F; } .alert-success { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } .alert-warning { color: black; background-color: #ffd819; border-color: #ffd819; } h5 { font-weight: bolder !important; } .full-textarea { border: none; width: 100%; -webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */ -moz-box-sizing: border-box; /* FF1+ */ box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/ } /* Make foot appear in table header*/ tfoot { display: table-header-group; } /* Limit size of search bars in datatables */ .column-search input, .column-search-select { width: 100% !important; box-sizing: border-box; } /* Organize datatable buttons */ .dt-buttons { float: right !important; margin: 0px 0px 0px 25px !important; } .dataTables_filter { float: right !important; } .dataTables_wrapper { margin-top: 2em; margin-bottom: 5em; }