a { cursor: pointer; } a, a:hover, a:active, a:focus, .btn, .btn:hover, .btn:active, .btn:focus { outline: 0; } img { max-width: 100%; } p { margin: 10px 0px; } .text-color { color: #36414c !important; } .text-muted { color: #8d99a6 !important; } .text-extra-muted { color: #d1d8dd !important; } a, .badge, .ui-menu .ui-menu-item { -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .btn { -webkit-transition: background-color 0.2s; -o-transition: background-color 0.2s; transition: background-color 0.2s; } a.disabled, a.disabled:hover { color: #888; cursor: default; text-decoration: none; } a.grey, .sidebar-section a, .control-value a, .data-row a { text-decoration: none; } a.grey:hover, .sidebar-section a:hover, .control-value a:hover, .data-row a:hover, a.grey:focus, .sidebar-section a:focus, .control-value a:focus, .data-row a:focus { text-decoration: underline; } a.text-muted, a.text-extra-muted { text-decoration: none; } /* the element that this class is applied to, should have a max width for this to work*/ .text-ellipsis, .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; vertical-align: middle; } .inline-block { display: inline-block; } .bold, .strong { font-weight: bold; } kbd { color: inherit; background-color: #f0f4f7; } .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] { display: inline-block; } .dropdown-menu > li > a { padding: 14px; } .dropdown-menu { min-width: 200px; padding: 0px; font-size: 12px; border-radius: 0px 0px 4px 4px; } .dropdown-menu .divider { margin: 0px; } a.badge-hover:hover .badge, a.badge-hover:focus .badge, a.badge-hover:active .badge { background-color: #D8DFE5; } .msgprint { text-align: center; } .msgprint pre { text-align: left; } .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .border-top { border-top: 1px solid #d1d8dd; } .border-bottom { border-bottom: 1px solid #d1d8dd; } .border-left { border-left: 1px solid #d1d8dd; } .border-right { border-right: 1px solid #d1d8dd; } .border { border: 1px solid #d1d8dd; } .close-inline { font-size: 120%; font-weight: bold; line-height: 1; cursor: pointer; color: inherit; display: inline-block; } .close-inline:hover, .close-inline:focus { text-decoration: none; } .middle { vertical-align: middle; } .full-center-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .full-center { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } #freeze { z-index: 1020; bottom: 0px; opacity: 0; background-color: #fafbfc; } #freeze .freeze-message-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } #freeze .freeze-message { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); text-align: center; color: #36414c !important; } #freeze.dark { background-color: #334143; } #freeze.in { opacity: 0.5; } a.no-decoration { text-decoration: none; color: inherit; } a.no-decoration:hover, a.no-decoration:focus, a.no-decoration:active { text-decoration: none; color: inherit; } .padding { padding: 15px; } .margin { margin: 15px; } @media (max-width: 767px) { .text-center-xs { text-align: center; } }