h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body {
font-family: 'Segoe UI', segoeUI, Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
div#versionInfo{
color: #716b7a;
font-size: 11px;
}
hr.CE_version {
margin-top: 4pt;
margin-bottom: 4px;
border: 0;
border-top: 1px solid #eeeeee;
}
.lock-screen{
z-index: 99999;
background-color: transparent;
opacity: 0.4;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
}
.lock-screen-visible{
background-color: rgb(55, 60, 66);
}
.lock-screen > img {
position: fixed;
top: 50%;
left: 50%;
}
/** DROPDOWN **/
.CE_standalone_dropdown {
position: relative;
}
.CE_standalone_dropdown-toggle:focus {
outline: 0;
}
.CE_standalone_dropdown-menu {
position: absolute;
top: 100%;
.left(0);
z-index: 1050;
display: none;
.float(left);
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
min-width: 40em;
}
.CE_standalone_dropdown-menu > li > a {
text-decoration: none;
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
vertical-align: middle;
height: 1.6em;
}
.CE_standalone_dropdown-menu > li > a:hover,
.CE_standalone_dropdown-menu > li > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #428bca;
}
.CE_standalone_dropdown-menu > .active > a,
.CE_standalone_dropdown-menu > .active > a:hover,
.CE_standalone_dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #428bca;
outline: 0;
}
.CE_standalone_dropdown-menu > .CE_disabled > a,
.CE_standalone_dropdown-menu > .CE_disabled > a:hover,
.CE_standalone_dropdown-menu > .CE_disabled > a:focus {
color: #999999;
}
.CE_standalone_dropdown-menu > .CE_disabled > a:hover,
.CE_standalone_dropdown-menu > .CE_disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.CE_standalone_dropdown-menu > li input[type="file"]
{
float: right;
clear: both;
}
.CE_open > .CE_standalone_dropdown-menu {
display: block;
right: 0;
left: auto;
}
.CE_open > a {
outline: 0;
}
.CE_standalone_dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.CE_standalone_dropdown-backdrop {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 990;
}