@import "reset.min.css";
@import "font.min.css";
@import "ui_custom.min.css";
@import "bootstrap.min.css";
@import "plugins.min.css";
input[type=text], input[type=textarea] {
color: #555;
}
#panel-logo {
float: left;
margin-right: 15px;
}
#app-slogan {
float: left;
line-height: 32px;
text-shadow: 1px 1px 1px #fff;
color: #ADADAD;
font-size: 12px;
}
.curHand {
cursor: pointer;
}
.pastelRed {
color: #BA6D6D;
}
.dropdown-menu a {
font-size: 12px;
}
button, input[type=submit], input[type=button], .bLightBlue, .bRed, .chkBox {
cursor: pointer;
}
.chkBox {
position: relative;
vertical-align: middle;
bottom: 1px;
}
.leftSelect {
margin-left: 14px;
width: 194px;
}
select, input[type=file] {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
border: 1px solid #d2d2d2;
box-sizing: content-box;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
text-overflow: ellipsis;
padding: 5px 0 5px 3px;
color: #777;
font-size: 12px;
}
.widgetButtons {
padding-left: 15px;
padding-bottom: 25px;
}
.center-text {
text-align: center;
}
.btn_bottom {
float: left;
margin-top: 18px;
margin-right: 13px;
}
.btn_cancel {
}
.kirmizi {
color: #EE0000;
}
.tab_container .formRow {
border: none;
padding: 12px 16px;
}
.jqstooltip {
z-index: 10001;
border: 1px solid #303030 !important;
box-shadow: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
/* # General styles
================================================== */
html {
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #EDEDED url(../images/backgrounds/body.jpg);
font-size: 12px;
line-height: 22px;
color: #5F5F5F;
min-height: 100%;
position: relative;
min-width: 960px;
}
#page {
padding-top: 55px;
}
#content {
padding-bottom: 60px;
position: relative;
margin-left: 227px;
}
.wrapper {
margin: 0 25px;
margin-bottom: 20px;
}
.clear {
clear: both;
display: block;
}
.mfix {
margin: 0 2px !important;
}
.hidden {
overflow: hidden
}
.relative {
position: relative;
}
a {
cursor: pointer;
}
p {
padding-top: 12px;
}
img {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.inactive {
color: #2B6893 !important;
}
.noBorderB {
border-bottom: none !important;
}
.nobg {
background: none !important;
}
.nomargin {
margin: 0 !important;
}
.nopadding {
padding: 0 !important;
}
.displayNone {
display: none;
}
.display {
display: block !important;
}
.fullwidth {
width: 100%;
}
.thisRow {
background: #F3F3E8 !important;
}
.hand {
cursor: pointer;
}
.floatL {
display: block;
float: left;
}
.floatR {
display: block;
float: right;
}
.legendLabel span {
display: block;
margin: 0 5px;
}
.legendColorBox {
padding-left: 10px;
}
button, input[type=submit], input[type=image], input[type=reset] {
cursor: pointer;
}
.with {
width: 226px;
}
.without {
width: 100px;
}
.tooltip {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color: #FFFFFF;
font-size: 11px;
padding: 3px 8px;
background: #3B3B3B;
background: -moz-linear-gradient(top, #3B3B3B 0%, #1D1D1D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B3B3B), color-stop(100%, #1D1D1D));
background: -webkit-linear-gradient(top, #3B3B3B 0%, #1D1D1D 100%);
background: -o-linear-gradient(top, #3B3B3B 0%, #1D1D1D 100%);
background: -ms-linear-gradient(top, #3B3B3B 0%, #1D1D1D 100%);
background: linear-gradient(top, #3B3B3B 0%, #1D1D1D 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#1d1d1d', GradientType=0);
}
/* # Typography
================================================== */
/* === Headings === */
h1 {
font-size: 24px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
/* === Text colors === */
.red {
color: #A64949;
}
.green {
color: #4D7F12;
}
.grey {
color: #AAAAAA;
}
/* === Placeholder color === */
::-webkit-input-placeholder {
color: #B3B3B3;
}
:-moz-placeholder {
color: #B3B3B3;
}
/* === Text alignment === */
.textL {
text-align: left !important;
}
.textC {
text-align: center;
}
.textR {
text-align: right;
}
/* === Label styles === */
.redBack, .greenBack, .greyBack, .blueBack {
padding: 5px 6px 4px 6px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #FAFAFA;
}
.redBack {
background: #B75D5D;
}
.greenBack {
background: #7AB75D;
}
.greyBack {
background: #6A6A6A;
}
.blueBack {
background: #5D92B7;
}
/* === List styles === */
.widget ol {
padding-left: 16px;
}
.caption {
display: block;
font-weight: bold;
padding-bottom: 4px;
}
.liTip li {
background: url(../images/elements/other/updateDone.png) no-repeat 0 5px;
padding: 0 0 0 20px;
}
.liArrow li {
background: url(../images/elements/control/subnav_arrow.png) no-repeat 0 8px;
padding: 0 0 0 12px;
}
.liInfo li {
background: url(../images/elements/other/updateNotice.png) no-repeat 0 5px;
padding: 0 0 0 20px;
}
.liWarning li {
background: url(../images/elements/other/updateWarning.png) no-repeat 0 5px;
padding: 0 0 0 20px;
}
.liInfinite li {
background: url(../images/elements/other/taskPending.png) no-repeat 0 8px;
padding: 0 0 0 20px;
}
.liDone li {
background: url(../images/elements/other/taskDone.png) no-repeat 0 6px;
padding: 0 0 0 20px;
}
.niceList li {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #DDDDDD;
padding: 8px 12px;
background: #FDFDFD;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5', GradientType=0);
}
/* === Charts === */
.chart, .bars, .updating, .pie {
height: 250px;
margin: 10px 0 0 0;
z-index: 90;
width: 100%;
}
.secNav .chartS, .secNav .barsS, .secNav .updatingS, .secNav .pieS {
width: 100%;
height: 250px;
z-index: 90;
}
.sideChart {
background: #F5F5F5;
padding: 10px;
border-top: 1px solid #CDCDCD;
border-bottom: 1px solid #CDCDCD;
}
.chartWrapper {
overflow: hidden;
}
/* # Top part
================================================== */
#top {
background: url(../images/backgrounds/top.jpg) repeat-x 0 0;
height: 48px;
display: block;
width: 100%;
position: absolute;
z-index: 10000;
border-bottom: 1px solid #1C1C1C;
}
.logo {
float: left;
margin-top: 10px;
}
.topNav {
float: right;
position: relative;
}
.topSearch input[type=submit], .userSearch input[type=submit] {
background: url(../images/sprites/sprite.png);
}
/*=== User navigation ===*/
#sidebar ul.userNav {
display: none;
}
ul.userNav {
float: left;
margin: 10px 0 0 0;
}
ul.userNav li {
display: inline-block;
margin: 0 0 0 10px;
background: #262626;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
box-shadow: 0 1px 0 #4E4E4E;
-webkit-box-shadow: 0 1px 0 #4E4E4E;
-moz-box-shadow: 0 1px 0 #4E4E4E
}
ul.userNav li:hover {
background-color: #282828;
}
ul.userNav li:active {
background-color: #242424;
}
ul.userNav li a {
display: block;
height: 28px;
width: 28px;
}
ul.userNav li a.screen {
background: url(../images/icons/usernav/screen.png) no-repeat 9px 9px;
}
ul.userNav li a.settings {
background: url(../images/icons/usernav/settings.png) no-repeat 9px 9px;
}
ul.userNav li a.profile {
background: url(../images/icons/usernav/profile.png) no-repeat 9px 9px;
}
ul.userNav li a.messages {
background: url(../images/icons/usernav/messages.png) no-repeat 9px 10px;
}
ul.userNav li a.logout {
background: url(../images/icons/usernav/logout.png) no-repeat 9px 9px;
}
ul.userNav li a.search {
background: url(../images/icons/usernav/search.png) no-repeat 9px 9px;
}
ul.userNav li a.sidebar {
background: url(../images/icons/usernav/sidebar.png) no-repeat 9px 9px;
}
/* === Search === */
.topSearch {
position: absolute;
display: none;
right: 30px;
top: 58px;
background: url(../images/backgrounds/sidebar.jpg);
padding: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.topSearch input[type=text] {
background: #2C2C2C;
padding: 6px 8px 7px 8px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #9D9D9D;
width: 180px;
box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
-webkit-box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
-moz-box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
}
.topSearch input[type=submit] {
background-position: 0 0;
width: 19px;
height: 20px;
position: absolute;
right: 14px;
top: 14px;
}
.topSearch input[type=submit]:hover {
background-position: 0 -21px;
}
.topSearch input[type=submit]:active {
background-position: 0 -42px;
}
.topDropArrow {
background: url(../images/elements/other/dropTopArrow.png) no-repeat;
width: 13px;
height: 6px;
position: absolute;
left: 50%;
top: -6px;
margin-left: -6px;
display: block;
}
/* === User search (responsive) === */
.userSearch {
display: none;
position: relative;
margin: 16px 16px 16px 0;
}
.userSearch input[type=text] {
background: #2C2C2C;
padding: 6px 8px 7px 8px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height: 27px;
color: #9D9D9D;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
-webkit-box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
-moz-box-shadow: 0 1px 1px #1C1C1C inset, 0 1px 1px #454545;
}
.userSearch input[type=submit] {
background-position: 0 0;
width: 19px;
height: 20px;
position: absolute;
right: 4px;
top: 4px;
}
.userSearch input[type=submit]:hover {
background-position: 0 -21px;
}
.userSearch input[type=submit]:active {
background-position: 0 -42px;
}
/* # Sidebar stuff
================================================== */
#sidebar {
display: block;
background-color: #E4E4E4;
min-height: 100%;
position: absolute;
z-index: 999;
border-right: 1px solid #C3C3C3;
background: url(../images/backgrounds/subnav.jpg) repeat;
}
.mainNav {
width: 100px;
background: url(../images/backgrounds/sidebar.jpg);
float: left;
padding-top: 15px;
position: relative;
z-index: 99;
padding-top: 49px;
}
.secNav {
position: relative;
z-index: 98;
}
.secNav h6 {
font-size: 12px;
padding: 0 15px;
}
.secNav .secWrapper {
float: left;
width: 226px;
}
.sideWidget {
padding: 0 15px;
}
#sidebar .legend {
display: none;
}
#sidebar .divider {
height: 0;
border-top: 1px solid #CDCDCD;
border-bottom: 1px solid #F5F5F5;
position: relative;
margin: 20px 0;
}
#sidebar .divider > span {
position: absolute;
left: 50%;
margin-left: -21px;
background: #E6E6E6 url(../images/div.png) no-repeat 50%;
width: 36px;
padding: 0 3px;
height: 9px;
display: block;
top: -4px;
}
.sideTable {
background: #F5F5F5;
border-top: 1px solid #C3C3C3;
}
#sidebar .sidePad {
padding: 0 15px;
}
/* === User nav dropdown === */
.leftUser {
display: none;
position: absolute;
top: 16px;
font-size: 11px;
width: 137px;
padding-left: 7px;
left: 106px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-align: left;
background: url(../images/elements/other/userArrow.png) 0 11px no-repeat;
z-index: 1000;
}
.leftUser li {
border-bottom: 1px solid #343434;
border-top: 1px solid #545454;
background: url(../images/backgrounds/sidebar.jpg);
}
.leftUser li:hover {
background: #454545;
}
.leftUser li:first-child {
border-top: none;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
}
.leftUser li:last-child {
border-bottom: none;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}
.leftUser li a {
display: block;
padding: 6px 5px 6px 34px;
color: #C2C2C2;
}
.leftUser li a.sProfile {
background: url(../images/icons/usernav/profile.png) no-repeat 12px 12px;
}
.leftUser li a.sMessages {
background: url(../images/icons/usernav/messages.png) no-repeat 12px 13px;
}
.leftUser li a.sSettings {
background: url(../images/icons/usernav/settings.png) no-repeat 12px 12px;
}
.leftUser li a.sLogout {
background: url(../images/icons/usernav/logout.png) no-repeat 12px 12px;
}
/* === User === */
.user {
width: 100%;
text-align: center;
position: relative;
padding-top: 16px;
border-top: 1px solid #545454;
}
.user a {
position: relative;
display: inline-block; /*width: 80px; margin: 0 auto;*/
}
.user a > img {
box-shadow: 0 1px 3px #1E1E1E;
-webkit-box-shadow: 0 1px 3px #1E1E1E;
-moz-box-shadow: 0 1px 3px #1E1E1E;
}
.user a > span {
background: url(../images/backgrounds/sidebar.jpg);
padding: 0 2px 2px 2px;
position: absolute;
right: -2px;
top: 0;
display: block;
text-align: center;
-webkit-border-bottom-left-radius: 2px;
}
.user a > span > strong {
font-size: 11px;
font-weight: bold;
display: block;
padding: 0px 5px;
color: white;
line-height: 17px;
height: 16px;
white-space: nowrap;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
background: #DA8854;
background: -moz-linear-gradient(top, #DA8854 0%, #C35A32 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DA8854), color-stop(100%, #C35A32));
background: -webkit-linear-gradient(top, #DA8854 0%, #C35A32 100%);
background: -o-linear-gradient(top, #DA8854 0%, #C35A32 100%);
background: -ms-linear-gradient(top, #DA8854 0%, #C35A32 100%);
background: linear-gradient(top, #DA8854 0%, #C35A32 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da8854', endColorstr='#c35a32', GradientType=0);
}
.user > span {
display: block;
color: #C2C2C2;
margin-top: 10px;
}
/* === Nav for user dropdown (responsive) === */
.altNav {
margin-left: 100px;
text-align: center;
}
/* === Main navigation === */
.nav {
text-align: center;
border-top: 1px solid #2E2E2E;
margin-top: 10px;
border-bottom: 1px solid #555555;
}
.nav li {
border-top: 1px solid #555555;
border-bottom: 1px solid #2E2E2E;
position: relative;
}
.nav li a {
display: block;
padding: 14px 0 8px 0;
color: #BABABA;
font-size: 11px;
width: 100px;
background: -moz-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 86, 86, 0.2)), color-stop(100%, rgba(54, 54, 54, 0.2)));
background: -webkit-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.2) 100%);
background: -o-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.2) 100%);
background: -ms-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.2) 100%);
background: linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33565656', endColorstr='#33363636', GradientType=0);
}
.nav li a span {
display: block;
padding-top: 4px;
text-shadow: 0 1px 0 #303030;
}
.nav li a img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.nav > li > a:hover {
background: -moz-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 86, 86, 0.2)), color-stop(100%, rgba(86, 86, 86, 0.1)));
background: -webkit-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(86, 86, 86, 0.1) 100%);
background: -o-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.1) 100%);
background: -ms-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.1) 100%);
background: linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(86, 86, 86, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33565656', endColorstr='#1a363636', GradientType=0);
}
.nav li a:active, .nav li a.active {
background: -moz-linear-gradient(top, rgba(86, 86, 86, 0.1) 0%, rgba(54, 54, 54, 0.1) 100%);
background: -webkit-linear-gradient(top, rgba(120, 120, 120, 0.2) 0%, rgba(120, 120, 120, 0.3) 100%);
background: -o-linear-gradient(top, rgba(128, 128, 128, 0.4) 0%, rgba(115, 115, 115, 0.3) 100%);
background: -ms-linear-gradient(top, rgba(86, 86, 86, 0.2) 0%, rgba(54, 54, 54, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33565656', endColorstr='#1a363636', GradientType=0);
}
.nav li a.active {
color: #F4F4F4;
}
.nav li a.active img, .nav li a:hover img {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.nav > li > a:hover {
color: #F4F4F4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.nav li:hover ul {
display: block;
}
.nav li ul {
display: none;
position: absolute;
top: 0;
font-size: 11px;
min-width: 170px;
white-space: nowrap;
padding-left: 12px;
left: 100px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-align: left;
background: url(../images/elements/other/userArrow.png) 5px 11px no-repeat;
z-index: 1000;
}
.nav li ul li {
border-bottom: 1px solid #343434;
border-top: 1px solid #545454;
background: url(../images/backgrounds/sidebar.jpg);
}
.nav li ul li:hover {
background: #454545;
}
.nav li ul li:first-child {
border-top: none;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
}
.nav li ul li:last-child {
border-bottom: none;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}
.nav li ul li a {
display: block;
padding: 8px 14px 8px 14px;
color: #C2C2C2;
width: auto;
}
.nav li ul li a span {
padding-top: 3px;
float: left;
}
.nav li ul li a [class*="icol-"] {
opacity: 0.5;
filter: alpha(opacity=50);
padding-top: 4px;
}
.nav li ul li ul {
left: auto;
right: 0;
position: static;
padding-left: 0;
background: #505050;
}
.nav li ul li [class*="dataNum"] {
box-shadow: 0 0px 1px #101010;
-webkit-box-shadow: 0 0px 1px #101010;
-moz-box-shadow: 0 0px 1px #101010;
}
.nav li ul li ul li {
border-top: 1px solid #606060;
border-bottom: 1px solid #404040;
}
.nav li ul li ul li:hover {
background-color: #555555;
}
.nav li ul li ul li, .nav li ul li ul li a {
background: none;
}
.nav li ul li ul li a {
background: url(../images/elements/control/subnav_arrow.png) no-repeat 14px 16px;
padding-left: 26px;
}
/* === Sub sidebar top part === */
.secTop {
height: 64px;
background: url(../images/backgrounds/contentTop.png) repeat-x;
position: relative;
}
.secTop [class^="triangle-"], .secTop [class*=" triangle-"] {
background: url(../images/elements/ui/triangles.png) no-repeat;
width: 28px;
height: 27px;
display: block;
position: absolute;
top: 0;
right: -1px;
}
.secTop .triangle-red {
background-position: -84px 0;
}
.secTop .triangle-red:hover {
background-position: -84px -27px;
}
.secTop .triangle-red:active {
background-position: -84px -54px;
}
.secTop .triangle-green {
background-position: -56px 0;
}
.secTop .triangle-green:hover {
background-position: -56px -27px;
}
.secTop .triangle-green:active {
background-position: -56px -54px;
}
.secTop .triangle-blue {
background-position: -28px 0;
}
.secTop .triangle-blue:hover {
background-position: -28px -27px;
}
.secTop .triangle-blue:active {
background-position: -28px -54px;
}
.secTop .triangle-gold {
background-position: 0 0;
}
.secTop .triangle-gold:hover {
background-position: 0 -27px;
}
.secTop .triangle-gold:active {
background-position: 0 -54px;
}
/* === Icons line === */
.iconsLine {
height: 28px;
font-size: 11px;
border-top: 1px solid #C3C3C3;
}
.iconsLine {
text-align: center;
}
.iconsLine li {
display: block;
float: left;
text-align: center;
height: 28px;
width: 100%;
border-bottom: 1px solid #C3C3C3;
box-shadow: 0 1px 0 #F6F6F6, 0 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 1px 0 #F6F6F6, 0 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 1px 0 #F6F6F6, 0 1px 0 #FFFFFF inset;
background: url(../images/backgrounds/breadcrumbs.png) repeat-x;
}
.iconsLine li:first-child a {
border-left: none;
margin-left: 0;
}
.iconsLine li a {
display: block;
padding: 0;
height: 28px;
border-left: 1px solid #C3C3C3;
line-height: 28px;
}
.iconsLine li a img {
padding: 7px 0;
height: 12px;
}
.iconsLine li:hover {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.iconsLine li.clicked {
box-shadow: 0 1px 0px #EEEEEE inset, 0 1px 0 #EDEDED;
-webkit-box-shadow: 0 1px 0px #EEEEEE inset, 0 1px 0 #EDEDED;
-moz-box-shadow: 0 1px 0px #EEEEEE inset, 0 1px 0 #EDEDED;
}
.iconsLine li.clicked a {
background: url(../images/backgrounds/subnav.jpg);
border-bottom: 1px solid #DADADA;
}
.ic1 li {
width: 100%;
}
.ic1 li a {
color: #707070;
font-size: 11px;
}
.ic2 li {
width: 50%;
}
.ic3 li {
width: 75px;
}
.ic3 li:first-child {
width: 76px;
}
.ic4 li {
width: 56px
}
.ic4 li:first-child {
width: 58px
}
.ic5 li {
width: 45px;
}
.ic5 li:first-child {
width: 46px;
}
/* === Subnav styles === */
.subNav {
border-top: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
}
.subNav .hasNum {
padding: 7px 45px 8px 14px;
}
.subNav li {
font-size: 11px;
position: relative;
}
.subNav li a > img {
display: block;
float: left;
padding: 5px 10px 0 0;
}
.subNav li a {
color: #6A6A6A;
padding: 8px 14px 8px 14px;
display: block;
border-top: 1px solid #FDFDFD;
border-bottom: 1px solid #CECECE;
font-weight: bold;
background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #E6E6E6));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
background: linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e6e6e6', GradientType=0);
}
.subNav li a:hover {
background: #FBFBFB;
background: -moz-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e8e8e8', GradientType=0);
}
.subNav li a:active {
background: #F0F0F0;
}
.subNav li ul {
border-bottom: 1px solid #CECECE;
}
.subNav li ul li {
border-top: 1px solid #E3E3E3;
}
.subNav li ul li:first-child {
border-top: none;
}
.subNav li ul li a {
background: #FAFAFA url(../images/elements/control/subnav_arrow.png) no-repeat 14px;
padding-left: 30px;
border: none;
font-weight: normal;
}
.subNav li ul li a:hover {
background: #FFFFFA url(../images/elements/control/subnav_arrow.png) no-repeat 14px;
}
.subNav li a.this {
background: url(../images/backgrounds/body.jpg);
margin-right: -1px;
color: #A64949;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding-left: 10px;
}
.subNav .activeli {
border-left: 4px solid #505050;
}
/* === Sidebar widgets === */
/* Numbers statistics */
.numStats {
border-top: 1px solid #C3C3C3;
padding-top: 15px;
}
.numStats ul li {
float: left;
text-align: center;
width: 50px;
padding: 0 12px;
border-right: 1px dotted #BBBBBB;
border-left: 1px dotted #F5F5F5;
}
.numStats ul li a {
color: #B35D5D;
text-shadow: 0 1px #F5F5F5;
font-size: 18px;
font-weight: bold;
}
.numStats ul li span {
display: block;
color: #717E88;
font-size: 11px;
margin-top: -4px;
}
.numStats ul li.last {
border-right: none;
}
.numStats ul li:first-child {
border-left: none;
}
/* Tags */
.secNav .tagsinput {
background: none;
border: none;
padding: 0 8px;
margin: -3px 0;
}
.secNav .tagsinput span.tag {
margin: 3px;
color: #5F5F5F;
background: #FDFDFD;
background: -moz-linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCFCFC), color-stop(100%, #F2F2F2));
background: -webkit-linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
background: -o-linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
background: -ms-linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
background: linear-gradient(top, #FCFCFC 0%, #F2F2F2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
border: 1px solid #D2D2D2;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.secNav .tagsinput span.tag a {
color: #AAAAAA;
}
/* Chosen selects */
.secNav .chzn-container {
width: 100% !important;
max-width: 100%;
}
.secNav .chzn-container-single .chzn-search input {
max-width: 187px;
}
/* Widget sample */
.secNav .widget {
border-radius: 0;
border-top: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
border-left: none;
border-right: none;
margin-top: 0;
}
.secNav .whead {
border-radius: 0;
box-shadow: 0 1px 0 #F2F2F2;
-webkit-box-shadow: 0 1px 0 #F2F2F2;
-moz-box-shadow: 0 1px 0 #F2F2F2;
}
.secNav .whead h6 {
padding: 8px 12px 7px 12px;
}
.secNav .widget .body {
padding: 10px 12px;
}
/* Forms styles */
.secNav .formRow {
padding: 0;
border: none;
margin-top: 18px;
}
.secNav .formRow:first-child {
margin-top: 0;
}
.secNav .formRow > label {
padding: 0 0 6px 0;
}
.secNav .formRow input[type="text"], .secNav .formRow input[type="password"], .secNav .formRow textarea {
box-shadow: 0 1px 0 #F2F2F2;
-webkit-box-shadow: 0 1px 0 #F2F2F2;
-moz-box-shadow: 0 1px 0 #F2F2F2;
border: 1px solid #CCCCCC;
}
.secNav input[type="submit"], .secNav input[type="button"], .secNav button {
width: 100%;
}
.secNav .uploader {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
width: 197px;
box-shadow: 0 1px 0 #F2F2F2;
-webkit-box-shadow: 0 1px 0 #F2F2F2;
-moz-box-shadow: 0 1px 0 #F2F2F2;
border: 1px solid #CCCCCC;
}
.secNav .checker {
box-shadow: 0 1px 0 #F5F5F5;
-webkit-box-shadow: 0 1px 0 #F5F5F5;
-moz-box-shadow: 0 1px 0 #F5F5F5;
}
.secNav .uploader > input {
width: 195px;
}
.secNav .selector {
max-width: 187px;
width: 187px;
}
/* Contact list */
.userList {
border-top: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
}
.userList li {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CECECE;
background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#EFEFEF', GradientType=0);
}
.userList li:hover {
background: #FBFBFB;
background: -moz-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
background: linear-gradient(top, #FBFBFB 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e8e8e8', GradientType=0);
}
.userList li:active {
background: #F0F0F0;
}
.userList li a > img {
float: left;
margin: 0 10px 0 0;
box-shadow: 0 1px 1px #F5F5F5;
-webkit-box-shadow: 0 1px 1px #F5F5F5;
-moz-box-shadow: 0 1px 1px #F5F5F5;
}
.userList li a {
color: #6A6A6A;
padding: 10px 14px;
display: block;
position: relative;
}
.userList li.this {
margin-right: -1px;
}
.userList li.this a {
background: url(../images/backgrounds/body.jpg);
margin-right: -1px;
border-top: 1px solid transparent;
}
.userList li.this .contactName > strong {
color: #B35D5D;
}
.userList li.this .contactName > i {
color: #959595;
}
.contactName {
float: left;
}
.contactName > strong {
color: #707070;
text-shadow: 0 1px #FFFFFF;
display: block;
line-height: 22px;
font-weight: normal;
}
.contactName > strong > span {
color: #B35D5D;
}
.contactName > i {
display: block;
font-style: normal;
color: #C3C3C3;
line-height: 10px;
}
.status_available, .status_away, .status_off {
width: 7px;
height: 7px;
background: url(../images/elements/other/contact_status.png) no-repeat;
display: block;
position: absolute;
top: 50%;
right: 10px;
margin-top: -4px;
}
.status_available {
background-position: 0 0;
}
.status_away {
background-position: 0 -8px;
}
.status_off {
background-position: 0 -16px;
}
/* Upload files */
.filesDown > li {
display: block;
padding: 8px 24px 8px 12px;
font-size: 12px;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #FDFDFD;
position: relative;
background: #FAFAFA;
background: -moz-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #EEEEEE));
background: -webkit-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
background: -o-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
background: -ms-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
background: linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.filesDown > li:first-child {
padding: 8px 12px;
}
.filesDown > li:last-child {
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom: none;
}
.fileProcess {
margin-top: 6px;
padding: 0;
}
.fileProcess > .loader {
float: left;
margin-top: 3px;
}
.filesDown .remove {
position: absolute;
right: 10px;
top: 15px;
display: block;
width: 7px;
height: 8px;
cursor: pointer;
background: url(../images/elements/other/removeLi.png) no-repeat;
}
.fileProcess strong {
color: #436B80;
font-size: 12px;
}
.fileProgress {
color: #909090;
white-space: nowrap;
margin-bottom: 12px;
}
.filesDown > li.currentFile {
background: none;
}
.fileSuccess, .fileError {
width: 12px;
height: 13px;
display: block;
float: left;
margin: 5px 10px 0 0;
}
.fileSuccess {
background: url(../images/elements/other/fileSuccess.png) no-repeat;
}
.fileError {
background: url(../images/elements/other/fileError.png) no-repeat;
}
.fileQueue {
width: 12px;
height: 6px;
background: url(../images/elements/other/taskPending.png) no-repeat;
display: block;
float: left;
margin: 8px 10px 0 0;
}
.sideUpload .fileProcess {
padding: 0;
margin-bottom: 10px;
}
.sideUpload .filesDown > li.currentFile {
background: #F2F2F2;
border-top: 1px solid #C3C3C3;
}
.sideUpload .fileProgress {
margin-bottom: 10px;
}
.sideUpload .filesDown > li:last-child {
border-bottom: 1px solid #C3C3C3;
}
.dropFiles {
background: url(../images/dropFiles.png) no-repeat;
display: block;
width: 189px;
height: 123px;
margin: 0 auto 20px auto;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.dropFiles:hover {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.sideUpload .contentProgress {
height: 5px !important;
box-shadow: 0 1px 1px #FFFFFF !important;
-webkit-box-shadow: 0 1px 1px #FFFFFF !important;
-moz-box-shadow: 0 1px 1px #FFFFFF !important;
background: #7D7D7D !important;
border: none !important
}
/* General balance */
.profilePic {
float: left;
margin-right: 13px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.balance {
padding: 0 15px;
line-height: 18px;
}
.balance .balInfo {
float: left;
margin: 14px 0 0 0;
font-size: 13px;
font-weight: bold;
color: #52777B;
text-shadow: 0 1px #FFFFFF;
width: 185px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.balance .balInfo > span {
color: #959595;
display: block;
font-weight: normal;
font-size: 12px;
text-shadow: none;
padding-top: 1px;
}
.balance .balAmount {
float: right;
font-size: 16px;
color: #52777B;
font-weight: bold;
text-shadow: 0 1px #FFFFFF;
margin-top: 8px;
text-align: center;
}
.balance .balAmount > span {
display: block;
margin-top: 5px;
}
.balBars {
display: block;
width: 60px;
height: 18px;
}
/* Sidebar color buttons */
.sideB {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 5px;
display: block;
text-align: center;
color: #FFFFFF;
}
.sideRed {
border: 1px solid #7D3030;
box-shadow: inset 0 1px 0 #B57474;
-webkit-box-shadow: inset 0 1px 0 #B57474;
-moz-box-shadow: inset 0 1px 0 #B57474;
background: #9C4545;
background: -moz-linear-gradient(top, #9C4545 0%, #7D3030 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9C4545), color-stop(100%, #7D3030));
background: -webkit-linear-gradient(top, #9C4545 0%, #7D3030 100%);
background: -o-linear-gradient(top, #9C4545 0%, #7D3030 100%);
background: -ms-linear-gradient(top, #9C4545 0%, #7D3030 100%);
background: linear-gradient(top, #9C4545 0%, #7D3030 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c4545', endColorstr='#7d3030', GradientType=0);
}
.sideGreen {
border: 1px solid #699818;
box-shadow: inset 0 1px 0 #A5C965;
-webkit-box-shadow: inset 0 1px 0 #A5C965;
-moz-box-shadow: inset 0 1px 0 #A5C965;
background: #86B630;
background: -moz-linear-gradient(top, #86B630 0%, #6A9818 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B630), color-stop(100%, #6A9818));
background: -webkit-linear-gradient(top, #86B630 0%, #6A9818 100%);
background: -o-linear-gradient(top, #86B630 0%, #6A9818 100%);
background: -ms-linear-gradient(top, #86B630 0%, #6A9818 100%);
background: linear-gradient(top, #86B630 0%, #6A9818 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86b630', endColorstr='#6a9818', GradientType=0);
}
.sideGrey {
border: 1px solid #C3C3C3;
box-shadow: inset 0 1px 0 #FFFFFF;
-moz-box-shadow: inset 0 1px 0 #FFFFFF;
-webkit-box-shadow: inset 0 1px 0 #FFFFFF;
color: #6A6A6A;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.sideGrey:active {
background: #6F6F6F;
color: #FFFFFF;
border-color: #646464;
box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
}
.sideGreyish {
border: 1px solid #505866;
box-shadow: inset 0 1px 0 #9DA4B1;
-webkit-box-shadow: inset 0 1px 0 #9DA4B1;
-moz-box-shadow: inset 0 1px 0 #9DA4B1;
background: #7B8596;
background: -moz-linear-gradient(top, #7B8596 0%, #515967 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7B8596), color-stop(100%, #515967));
background: -webkit-linear-gradient(top, #7B8596 0%, #515967 100%);
background: -o-linear-gradient(top, #7B8596 0%, #515967 100%);
background: -ms-linear-gradient(top, #7B8596 0%, #515967 100%);
background: linear-gradient(top, #7B8596 0%, #515967 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8596', endColorstr='#515967', GradientType=0);
}
/* Full width grey buttons */
.sideFullWidth {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.sideFullWidth li {
width: 75px;
float: left;
}
.sideFullWidth li a span.users {
background: url(../images/icons/sidebarButtons/users.png) no-repeat 50%;
display: block;
width: 100%;
height: 100%;
}
.sideFullWidth li:first-child a {
border-left: none;
}
.sideFullWidth li a {
font-size: 10px;
width: 75px;
height: 46px;
font-weight: bold;
text-transform: uppercase;
display: block;
text-align: center;
color: #FFFFFF;
}
.sideFullWidth li a {
border: 1px solid #C3C3C3;
border-right: none;
color: #6A6A6A;
}
.sideFullWidth li a:hover {
background: #FAFAFA;
background: -moz-linear-gradient(top, #FAFAFA 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #FAFAFA 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #FAFAFA 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #FAFAFA 0%, #EAEAEA 100%);
background: linear-gradient(top, #FAFAFA 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0);
}
.sideFullWidth li a:active {
background: #F2F2F2;
}
/* Full width dropdown */
.fulldd {
height: 28px;
box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 1px 0 #F2F2F2, 0 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
background: url(../images/backgrounds/breadcrumbs.png) repeat-x;
border-top: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
font-size: 11px;
}
.fulldd li {
width: 100%;
position: relative;
}
.fulldd li a {
color: #666666;
text-decoration: none;
padding: 3px 25px 3px 14px;
display: block;
white-space: nowrap;
}
.fulldd li a:hover {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.fulldd li a:active {
background: #F8F8F8;
}
.fulldd li a img {
display: block;
position: absolute;
right: 10px;
top: 11px;
}
.fulldd li ul {
position: absolute;
display: none;
right: -1px;
border: 1px solid #C3C3C3;
box-shadow: 0 1px 2px #DADADA;
-webkit-box-shadow: 0 1px 2px #DADADA;
-moz-box-shadow: 0 1px 2px #DADADA;
z-index: 1010;
width: 100%;
}
.fulldd li ul li {
width: 100%;
float: none;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #DDDDDD;
}
.fulldd li ul li:first-child {
border-top: none;
}
.fulldd li ul li a {
background: #FDFDFD;
padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5', GradientType=0);
}
.fulldd li ul li a:hover {
background: #F5F5F5;
}
/* # Content stuff
================================================== */
/* === Dividers === */
.divider {
height: 0;
border-top: 1px solid #CDCDCD;
border-bottom: 1px solid #FFFFFF;
position: relative;
margin: 35px 0 0 0;
}
.divider > span {
position: absolute;
left: 50%;
margin-left: -21px;
background: #EEEEEE url(../images/div.png) no-repeat 50%;
width: 36px;
padding: 0 3px;
height: 9px;
display: block;
top: -4px;
}
.widget .divider {
height: 0;
border-top: 1px solid #DFDFDF;
border-bottom: 1px solid #FFFFFF;
position: relative;
margin: 20px 0;
min-height: 0;
}
.widget .divider > span {
position: absolute;
left: 50%;
margin-left: -21px;
background: #EEEEEE url(../images/widgetDiv.png) no-repeat 50%;
width: 36px;
padding: 0 3px;
height: 9px;
display: block;
top: -4px;
}
.dialog .divider {
height: 0;
border-top: 1px solid #CDCDCD;
border-bottom: 1px solid #FFFFFF;
position: relative;
margin: 20px 0;
}
.dialog .divider > span {
position: absolute;
left: 50%;
margin-left: -21px;
background: #F5F5F5 url(../images/div.png) no-repeat 50%;
width: 36px;
padding: 0 3px;
height: 9px;
display: block;
top: -4px;
}
/* === Color marks === */
[class*="dataNum"] {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color: #FFFFFF !important;
font-size: 11px;
font-weight: bold;
display: block;
padding: 3px 6px 2px 6px;
height: 15px;
line-height: 15px;
}
#sidebar [class*="dataNum"] {
position: absolute;
right: 8px;
top: 10px;
}
#content [class*="dataNum"] {
position: relative;
text-shadow: none;
display: inline-block;
float: right;
margin: 9px 9px 0 0;
}
.dataNumBlue {
background: #6F93A6;
box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #607F90;
-webkit-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #607F90;
-moz-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #607F90;
}
.dataNumGrey {
background: #767676;
box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #666666;
-webkit-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #666666;
-moz-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #666666;
}
.dataNumGreen {
background: #7AA745;
box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #6A913B;
-webkit-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #6A913B;
-moz-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #6A913B;
}
.dataNumRed {
background: #B35D5D;
box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #9B5151;
-webkit-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #9B5151;
-moz-box-shadow: 0 1px 0 #F7F7F7, inset 0 1px 1px #9B5151;
}
/* === Content top part === */
.contentTop {
height: 64px;
padding: 0 30px;
background: url(../images/backgrounds/contentTop.png) repeat-x;
}
.pageTitle {
display: block;
float: left;
color: #626262;
font-size: 14px;
font-weight: bold;
margin: 16px 0 0 0;
}
/* Quick stats */
.quickStats {
float: right;
line-height: 16px;
text-align: center;
margin: 15px 0 14px 0;
}
.quickStats .blue {
color: #5D91A9;
}
.quickStats li {
display: block;
float: left;
border-left: 1px solid #D9D9D9;
padding: 2px 15px 0 15px;
white-space: nowrap;
}
.quickStats li strong {
font-size: 14px;
padding-top: 1px;
display: block;
}
.quickStats li span {
display: block;
color: #5F5F5F;
font-size: 11px;
}
.quickStats li a {
margin-right: 10px;
margin-top: -2px;
float: left;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.quickStats li:last-child {
padding-right: 0;
}
.quickStats li:first-child {
border-left: 0;
}
.blueImg, .redImg, .greenImg {
width: 35px;
height: 35px;
}
.blueImg {
background: #6E97AA;
}
.redImg {
background: #BA6D6D;
}
.greenImg {
background: #8FAE53;
}
.blueImg img {
padding: 11px;
}
.redImg img {
padding: 10px 10px;
}
.greenImg img {
padding: 9px 13px;
}
/* === Breadcrumbs line === */
.breadLine {
height: 28px;
box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
background: url(../images/backgrounds/breadcrumbs.png) repeat-x;
border-top: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
font-size: 12px;
}
.breadLine .hideArrow {
width: 30px;
float: left;
background: url(../images/hideArrow.png) no-repeat;
background-position: 12px 10px;
padding: 14px 0 14px 0;
border-right: 1px solid #C3C3C3;
}
.breadLine .hideArrow:hover {
background-color: #F5F5F5;
}
/* Breadcrumbs */
.bc {
margin: 0;
float: right;
margin-right: 20px;
}
ul.breadcrumbs {
position: relative;
z-index: 990;
margin-left: 18px;
}
ul.breadcrumbs li {
float: left;
}
ul.breadcrumbs li.current {
border-right: none;
}
ul.breadcrumbs li a {
color: #666666;
text-decoration: none;
padding: 3px 20px 3px 14px;
display: block;
height: 22px;
line-height: 23px;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li.hover a {
color: #2B6893;
}
ul.breadcrumbs > li:first-child {
}
ul.breadcrumbs > li:first-child > a {
}
ul.breadcrumbs li.current > a {
color: #B1B1B1;
background: none;
}
ul.breadcrumbs li ul {
position: absolute;
background: url(../images/subArrow.png) no-repeat 10px 5px;
font-size: 11px;
width: 160px;
top: 28px;
padding-top: 10px;
margin-left: 12px;
display: none;
}
ul.breadcrumbs li ul li {
width: 180px;
border-bottom: 1px solid #343434;
text-align: left;
border-top: 1px solid #545454;
background: url(../images/backgrounds/sidebar.jpg);
padding: 0;
float: none;
}
ul.breadcrumbs li ul li:first-child {
-webkit-border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-topleft: 2px;
border-top: none;
padding-top: 1px;
}
ul.breadcrumbs li ul li:last-child {
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
}
ul.breadcrumbs li ul li:hover {
}
ul.breadcrumbs li ul li a {
text-decoration: none;
padding: 5px 14px 5px 24px;
color: #CCCCCC !important;
display: block;
background: url(../images/elements/control/subnav_arrow.png) no-repeat 12px 13px;
}
ul.breadcrumbs li ul li a:hover {
background-color: #454545
}
/* Breadlinks */
.breadLinks {
float: left;
margin-left: 30px;
}
.breadLinks > ul > li {
float: left;
border-right: 1px solid #C3C3C3;
position: relative;
}
.breadLinks ul li strong {
color: #B35D5D;
margin-left: 4px;
}
.breadLinks > ul > li:first-child {
}
.breadLinks ul li a {
color: #666666;
padding: 3px 12px 3px 12px;
display: block;
}
.breadLinks ul li a.hasdd {
background: url(../images/elements/control/hasddArrow.png) no-repeat 100%;
}
.breadLinks ul li a:hover {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.breadLinks ul li a:active {
background: #F8F8F8;
}
.breadLinks ul li a span > img {
margin-left: 6px;
}
.breadLinks ul li ul {
position: absolute;
display: none;
right: -1px;
border: 1px solid #C3C3C3;
box-shadow: 0 1px 2px #DADADA;
-webkit-box-shadow: 0 1px 2px #DADADA;
-moz-box-shadow: 0 1px 2px #DADADA;
z-index: 990;
text-align: left;
}
.breadLinks ul li ul, .breadLinks ul li ul li:last-child {
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
}
.breadLinks ul li ul li {
width: 180px;
float: none;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #DDDDDD;
}
.breadLinks ul li ul li:first-child {
border-top: none;
}
.breadLinks ul li ul li a {
background: #FDFDFD;
padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5', GradientType=0);
}
.breadLinks ul li ul li a:hover {
background: #F5F5F5;
}
/* === Middle navigation buttons === */
.middleNavR li, .middleNavR li a {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.middleNavR li {
width: 84px;
height: 84px;
box-shadow: inset 0 2px 0px #CCCCCC, 0 1px 2px #FFFFFF;
-webkit-box-shadow: inset 0 2px 0px #CCCCCC, 0 1px 2px #FFFFFF;
-moz-box-shadow: inset 0 2px 0px #CCCCCC, 0 1px 2px #FFFFFF;
}
.middleNavR li a {
top: 8px;
left: 8px;
width: 66px;
height: 66px;
box-shadow: 0 2px 3px #B5B5B5, 0px 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 2px 3px #B5B5B5, 0px 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 2px 3px #B5B5B5, 0px 1px 0 #FFFFFF inset;
}
.middleNavS li, .middleNavS li a {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.middleNavS li {
width: 84px;
height: 84px;
box-shadow: inset 0 1px 1px #CCCCCC, 0 1px 1px #FCFCFC, 0 0 1px 1px #F5F5F5;
-webkit-box-shadow: inset 0 1px 1px #CCCCCC, 0 1px 1px #FCFCFC, 0 0 1px 1px #F5F5F5;
-moz-box-shadow: inset 0 1px 1px #CCCCCC, 0 1px 1px #FCFCFC, 0 0 1px 1px #F5F5F5;
}
.middleNavS li a {
top: 8px;
left: 8px;
width: 66px;
height: 66px;
box-shadow: 0 1px 1px #B5B5B5, 0px 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 1px 1px #B5B5B5, 0px 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 2px 3px #B5B5B5, 0px 1px 0 #FFFFFF inset;
}
.middleNavA li, .middleNavA li a {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.middleNavA li {
box-shadow: none;
}
.middleNavA li a {
box-shadow: none;
}
.middleNavR {
text-align: center;
margin: 30px 0 0 0;
}
.middleNavR li {
margin: 5px 10px -7px 10px;
position: relative;
display: inline-block;
text-align: center;
border: 1px solid #DFDFDF;
background: #E9E9E9;
background: -moz-linear-gradient(top, #E9E9E9 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E9E9E9), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #E9E9E9 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #E9E9E9 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #E9E9E9 0%, #EAEAEA 100%);
background: linear-gradient(top, #E9E9E9 0%, #EAEAEA 100%);
}
.middleNavR li a {
position: absolute;
background: #FAFAFA;
background: -moz-linear-gradient(top, #FAFAFA 0%, #DFDFDF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #DFDFDF));
background: -webkit-linear-gradient(top, #FAFAFA 0%, #DFDFDF 100%);
background: -o-linear-gradient(top, #FAFAFA 0%, #DFDFDF 100%);
background: -ms-linear-gradient(top, #FAFAFA 0%, #DFDFDF 100%);
background: linear-gradient(top, #FAFAFA 0%, #DFDFDF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dfdfdf', GradientType=0);
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.middleNavR li a > img, .middleNavS li a > img {
padding-top: 23px;
}
.middleNavS {
text-align: center;
margin: 30px 0 0 0;
}
.middleNavS li {
margin: 5px 10px -7px 10px;
position: relative;
display: inline-block;
text-align: center;
border: 1px solid #DFDFDF;
background: #EEEEEE;
}
.middleNavS li a {
position: absolute;
background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
background: linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.middleNavA {
text-align: center;
margin: 30px 0 0 0;
}
.middleNavA li {
margin: 5px 10px 0 10px;
position: relative;
display: inline-block;
text-align: center;
}
.middleNavA li a {
background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
background: linear-gradient(top, #F7F7F7 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#efefef', GradientType=0);
border: 1px solid #D5D5D5;
box-shadow: 0 0 0 1px #FCFCFC inset, 0 1px 1px #D5D5D5;
-webkit-box-shadow: 0 0 0 1px #FCFCFC inset, 0 1px 1px #D5D5D5;
-moz-box-shadow: 0 0 0 1px #FCFCFC inset, 0 1px 1px #D5D5D5;
padding: 10px 16px 2px 16px;
display: block;
font-weight: bold;
white-space: nowrap;
color: #626262;
}
.middleNavA li a:hover {
background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7 0%, #F2F2F2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #e6ef2f2f26e6));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #F2F2F2 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #F2F2F2 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #F2F2F2 100%);
background: linear-gradient(top, #F7F7F7 0%, #F2F2F2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
}
.middleNavA li a:active {
box-shadow: none;
background: #F4F4F4;
background: -moz-linear-gradient(top, #F4F4F4 0%, #F7F7F7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F2F2), color-stop(100%, #F7F7F7));
background: -webkit-linear-gradient(top, #F4F4F4 0%, #F7F7F7 100%);
background: -o-linear-gradient(top, #F4F4F4 0%, #F7F7F7 100%);
background: -ms-linear-gradient(top, #F4F4F4 0%, #F7F7F7 100%);
background: linear-gradient(top, #F4F4F4 0%, #F7F7F7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f7f7f7', GradientType=0);
}
.middleNavA li a > span {
display: block;
padding-top: 4px;
font-weight: bold;
}
.middleNavA li a > .iconb {
font-size: 32px;
color: #808080;
}
.middleFree {
text-align: center;
margin: 30px 0 0px 0;
}
.middleFree li {
margin: 5px 10px 0 10px;
position: relative;
display: inline-block;
text-align: center;
}
.middleFree li a {
padding: 10px 16px 2px 16px;
display: block;
font-weight: bold;
white-space: nowrap;
color: #F5F5F5;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
box-shadow: 0 1px 1px #D5D5D5;
}
.middleFree li a span {
display: block;
text-shadow: 0 1px 1px #707070;
}
.middleFree li a > .iconb {
font-size: 32px;
padding: 3px 0;
}
.middleFree li > strong {
position: absolute;
top: -6px;
right: -6px;
font-size: 11px;
color: #F5F5F5;
padding: 3px 5px;
display: block;
line-height: 12px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-shadow: 0 1px #606060;
background: url(../images/backgrounds/sidebar.jpg);
}
[class*="middleNav"] li strong {
position: absolute;
top: 3px;
right: 3px;
font-size: 11px;
color: #FFFFFF;
padding: 3px 5px;
display: block;
line-height: 12px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-shadow: 0 -1px #848484;
background: #BA6D6D;
background: -moz-linear-gradient(top, #BA6D6D 0%, #934848 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BA6D6D), color-stop(100%, #934848));
background: -webkit-linear-gradient(top, #BA6D6D 0%, #934848 100%);
background: -o-linear-gradient(top, #BA6D6D 0%, #934848 100%);
background: -ms-linear-gradient(top, #BA6D6D 0%, #934848 100%);
background: linear-gradient(top, #BA6D6D 0%, #934848 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba6d6d', endColorstr='#934848', GradientType=0);
}
.middleNavR li > a:hover, .middleNavS li > a:hover {
background: #E6E6E6;
background: -moz-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #E6E6E6));
background: -webkit-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -o-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -ms-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0);
}
.middleNavR li > a:active, .middleNavS li > a:active {
box-shadow: 0 2px 2px #EFEFEF, 0 0px 3px 0px #CDCDCD inset;
-moz-box-shadow: 0 2px 2px #EFEFEF, 0 0px 2px 0px #CDCDCD inset;
background: #E6E6E6;
background: -moz-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #E6E6E6));
background: -webkit-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -o-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: -ms-linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
background: linear-gradient(top, #F9F9F9 0%, #E6E6E6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0);
-webkit-transform: translate(0px, 1px);
-moz-transform: translate(0px, 1px);
}
/* === Widget and widget head elements === */
.widget {
background: #F7F7F7;
border: 1px solid #CDCDCD;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 2px 2px -2px #CCCCCC;
margin-top: 25px;
position: relative;
}
.widget > [class*="whead"] {
border-bottom: 1px solid #CDCDCD;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px #FFFFFF;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
position: relative;
}
.whead a {
color: #636363;
}
.whead h6 span {
color: #5D91B8;
}
.widget > [class*="whead"] h6 {
float: left;
display: block;
padding: 8px 14px 7px 14px;
font-size: 12px;
font-weight: bold;
}
.widget .body {
padding: 14px 16px;
}
.whead {
color: #636363;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.wheadLight {
color: #636363;
background: #FFFFFF;
background: -moz-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E4E4E4));
background: -webkit-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
background: -o-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
background: linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0);
}
.wheadLight2 {
color: #636363;
background: #FAFCFD;
background: -moz-linear-gradient(top, #FAFCFD 0%, #EFF1F3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFCFD), color-stop(100%, #EFF1F3));
background: -webkit-linear-gradient(top, #FAFCFD 0%, #EFF1F3 100%);
background: -o-linear-gradient(top, #FAFCFD 0%, #EFF1F3 100%);
background: -ms-linear-gradient(top, #FAFCFD 0%, #EFF1F3 100%);
background: linear-gradient(top, #FAFCFD 0%, #EFF1F3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafcfd', endColorstr='#eff1f3', GradientType=0);
}
.wheadLight3 {
color: #636363;
background: rgb(255, 255, 255);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(239, 239, 239, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(239, 239, 239, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(239, 239, 239, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(239, 239, 239, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(239, 239, 239, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}
/* Head icons and icon set */
.whead .iconb {
font-size: 16px;
}
.whead [class*="icos-"] {
padding: 5px 0;
margin: 0;
}
.whead .dropdown-menu [class*="icos-"] {
padding: 4px 0 0 0;
margin-right: 10px;
}
.whead .pull-right {
right: -1px;
}
.whead .bsideText {
float: right;
color: #217199;
display: block;
padding: 8px 14px 7px 14px;
font-size: 12px;
font-weight: bold;
}
.whead .contentProgress {
float: right;
width: 40%;
margin: 16px 12px 16px 0;
background: #E0E0E0;
}
.whead .headInput {
float: right;
width: 50%;
margin: 8px 7px 6px 7px;
position: relative;
}
.whead .headInput input[type=text] {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 11px;
color: #858585;
box-shadow: 0 1px 0 #F5F5F5;
-webkit-box-shadow: 0 1px 0 #F5F5F5;
-moz-box-shadow: 0 1px 0 #F5F5F5;
padding: 4px 20px 5px 5px;
border: 1px solid #D7D7D7;
display: inline-block;
background: #FDFDFD;
-webkit-appearance: none;
}
.widget .whead > .titleIcon {
float: left;
padding: 9px 0 10px 0;
width: 40px;
border-right: 1px solid #D5D5D5;
text-align: center;
}
.titleIcon .checker {
margin: 2px auto 0 auto;
float: none;
}
.headLoad {
float: right;
margin: 10px 10px 0 0;
}
.headIcon {
float: right;
margin: 12px 12px 0 0;
}
.headIconSet {
float: right;
margin-right: 12px;
}
.headIconSet li {
float: left;
margin-left: 12px;
}
.headIconSet li a {
margin: 11px 0;
display: block;
}
/* Input fields */
.srch, .sbmt {
position: absolute;
right: 7px;
top: 8px;
border: none;
width: 9px;
height: 9px;
}
.srch {
background: url(../images/tables/searchSmall.png) no-repeat 0 0;
}
.sbmt {
background: url(../images/elements/control/headSubmit.png) no-repeat;
right: 4px;
}
/* Title toolbar */
.titleToolbar, .titleOpt {
float: right;
font-size: 11px;
font-weight: bold;
}
.titleToolbar > li {
float: left;
border-left: 1px solid #C3C3C3;
}
.titleToolbar > li:last-child > a {
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
border-top-right-radius: 2px;
}
.titleToolbar > li > a {
text-shadow: 0 1px white;
padding: 7px 12px 8px 12px;
display: block;
}
.titleToolbar > li > a:active, .titleOpt > a:active {
text-shadow: 0 1px #808080;
box-shadow: none !important;
}
.titleToolbar > li > a .iconb {
float: none;
margin-top: 0;
}
.titleToolbar > li.drd > a {
padding: 8px 10px 7px 10px;
}
.titleOpt > a {
padding: 6px 10px 7px 10px;
border-left: 1px solid #C3C3C3;
display: block;
color: #636363;
clear: both;
}
.widget .tOptions {
float: right;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
padding: 11px 12px 10px 12px;
border-left: 1px solid #CDCDCD;
}
.widget .tOptions:active, .act {
background: #F5F5F5;
}
.act {
box-shadow: 0 1px 0 #EAEAEA;
-webkit-box-shadow: 0 1px 0 #EAEAEA;
-moz-box-shadow: 0 1px 0 #EAEAEA;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
}
/* === Buttons === */
.buttonS, .buttonM, .buttonL, .buttonH, [class*="tablectrl"] {
font-size: 12px;
color: #FFFFFF;
text-shadow: 0 -1px #6F6F6F;
display: inline-block;
line-height: 14px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.buttonS span, .buttonM span, .buttonL span, .buttonH span {
text-shadow: 0 1px 0 #6F6F6F;
margin-left: 10px;
}
.buttonS {
padding: 6px 14px;
}
.buttonM {
padding: 7px 15px;
}
.buttonL {
padding: 8px 18px;
}
.buttonH {
float: right;
padding: 4px 12px 4px 12px;
color: #FFFFFF !important;
margin: 7px 10px 6px 10px;
}
.bGreen:hover, .bRed:hover, .bBlue:hover, .bGreyish:hover, .bBlack:hover, .bLightBlue:hover, .bGold:hover, .bSea:hover, .bBrown:hover {
opacity: 0.95;
filter: alpha(opacity=95);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.bDefault, .dualBtn, .searchLine button {
border: 1px solid #C3C3C3;
box-shadow: inset 0 1px 2px #FFFFFF;
-webkit-box-shadow: inset 0 1px 2px #FFFFFF;
-moz-box-shadow: inset 0 1px 2px #FFFFFF;
color: #686868;
text-shadow: none;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.bDefault:hover, .dualBtn:hover, .searchLine button:hover {
-webkit-transition: box-shadow 0.05s ease-in-out;
-moz-transition: box-shadow 0.05s ease-in-out;
transition: box-shadow 0.05s ease-in-out;
background: #FAFAFA;
background: -moz-linear-gradient(top, #FAFAFA 0%, #E5E5E5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E5E5E5));
background: -webkit-linear-gradient(top, #FAFAFA 0%, #E5E5E5 100%);
background: -o-linear-gradient(top, #FAFAFA 0%, #E5E5E5 100%);
background: -ms-linear-gradient(top, #FAFAFA 0%, #E5E5E5 100%);
background: linear-gradient(top, #FAFAFA 0%, #E5E5E5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
}
.bDefault:active, .dualBtn:active, .titleToolbar > li > a:active, .titleOpt > a:active, .searchLine button:active {
background: #EEEEEE;
color: #505050;
border-color: #C0C0C0;
box-shadow: 0 0 5px #E2E2E2 inset, 0 1px 1px #FFFFFF;
-webkit-box-shadow: 0 0 5px #E2E2E2 inset, 0 1px 1px #FFFFFF;
-moz-box-shadow: 0 0 5px #E2E2E2 inset, 0 1px 1px #FFFFFF;
text-shadow: 0 -1px 1px #F1F1F1;
}
.bDefault span {
text-shadow: none;
}
.bGreen {
border: 1px solid #68A341;
box-shadow: 0 1px 2px 0 #A4CA6C inset;
-webkit-box-shadow: 0 1px 2px 0 #A4CA6C inset;
-moz-box-shadow: 0 1px 2px 0 #A4CA6C inset;
background: #96C161;
background: -moz-linear-gradient(top, #96C161 0%, #609C3D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96C161), color-stop(100%, #609C3D));
background: -webkit-linear-gradient(top, #96C161 0%, #609C3D 100%);
background: -o-linear-gradient(top, #96C161 0%, #609C3D 100%);
background: -ms-linear-gradient(top, #96C161 0%, #609C3D 100%);
background: linear-gradient(top, #96C161 0%, #609C3D 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96c161', endColorstr='#609c3d', GradientType=0);
}
.bGreen:active {
background: #74AA49;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bRed {
border: 1px solid #A95151;
box-shadow: 0 1px 2px 0 #CD8787 inset;
-webkit-box-shadow: 0 1px 2px 0 #CD8787 inset;
-moz-box-shadow: 0 1px 2px 0 #CD8787 inset;
background: #C57979;
}
.bRed:hover {
opacity: 0.95;
filter: alpha(opacity=95);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.bRed:active {
background: #B15E5E;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bBlue {
border: 1px solid #3E76AF;
box-shadow: 0 1px 2px 0 #66B2D2 inset;
-webkit-box-shadow: 0 1px 2px 0 #66B2D2 inset;
-moz-box-shadow: 0 1px 2px 0 #66B2D2 inset;
background: #5BA5CB;
background: -moz-linear-gradient(top, #5BA5CB 0%, #3A70AB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5BA5CB), color-stop(100%, #3A70AB));
background: -webkit-linear-gradient(top, #5BA5CB 0%, #3A70AB 100%);
background: -o-linear-gradient(top, #5BA5CB 0%, #3A70AB 100%);
background: -ms-linear-gradient(top, #5BA5CB 0%, #3A70AB 100%);
background: linear-gradient(top, #5BA5CB 0%, #3A70AB 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba5cb', endColorstr='#3a70ab', GradientType=0);
}
.bBlue:hover {
opacity: 0.95;
filter: alpha(opacity=95);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.bBlue:active {
background: #4786B8;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bGreyish {
border: 1px solid #5E6779;
box-shadow: 0 1px 2px 0 #9CA6B3 inset;
-webkit-box-shadow: 0 1px 2px 0 #9CA6B3 inset;
-moz-box-shadow: 0 1px 2px 0 #9CA6B3 inset;
background: #8C97A6;
background: -moz-linear-gradient(top, #8C97A6 0%, #596171 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C97A6), color-stop(100%, #596171));
background: -webkit-linear-gradient(top, #8C97A6 0%, #596171 100%);
background: -o-linear-gradient(top, #8C97A6 0%, #596171 100%);
background: -ms-linear-gradient(top, #8C97A6 0%, #596171 100%);
background: linear-gradient(top, #8C97A6 0%, #596171 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c97a6', endColorstr='#596171', GradientType=0);
}
.bGreyish:active {
background: #6D7787;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bBlack {
border: 1px solid #4E4E4E;
box-shadow: 0 1px 2px 0 #959595 inset;
-webkit-box-shadow: 0 1px 2px 0 #959595 inset;
-moz-box-shadow: 0 1px 2px 0 #959595 inset;
background: #838383;
background: -moz-linear-gradient(top, #838383 0%, #444444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838383), color-stop(100%, #444444));
background: -webkit-linear-gradient(top, #838383 0%, #444444 100%);
background: -o-linear-gradient(top, #838383 0%, #444444 100%);
background: -ms-linear-gradient(top, #838383 0%, #444444 100%);
background: linear-gradient(top, #838383 0%, #444444 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#444444', GradientType=0);
}
.bBlack:active {
background: #5D5D5D;
box-shadow: 0 0 2px #505050 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #FFFFFF;
}
.bLightBlue {
border: 1px solid #5897C3;
box-shadow: 0 1px 2px 0 #84C4DD inset;
-webkit-box-shadow: 0 1px 2px 0 #84C4DD inset;
-moz-box-shadow: 0 1px 2px 0 #84C4DD inset;
background: #6DB5D5;
}
.bLightBlue:active {
background: #559CC7;
box-shadow: 0 0 2px #808080 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #FFFFFF;
}
.bGold {
border: 1px solid #C4853E;
box-shadow: 0 1px 2px 0 #DDB65B inset;
-webkit-box-shadow: 0 1px 2px 0 #DDB65B inset;
-moz-box-shadow: 0 1px 2px 0 #DDB65B inset;
background: #D5A44C;
background: -moz-linear-gradient(top, #D5A44C 0%, #C07833 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5A44C), color-stop(100%, #C07833));
background: -webkit-linear-gradient(top, #D5A44C 0%, #C07833 100%);
background: -o-linear-gradient(top, #D5A44C 0%, #C07833 100%);
background: -ms-linear-gradient(top, #D5A44C 0%, #C07833 100%);
background: linear-gradient(top, #D5A44C 0%, #C07833 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5a44c', endColorstr='#c07833', GradientType=0);
}
.bGold:active {
background: #CA8E40;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bSea {
border: 1px solid #5A837E;
box-shadow: 0 1px 2px 0 #95B8B6 inset;
-webkit-box-shadow: 0 1px 2px 0 #95B8B6 inset;
-moz-box-shadow: 0 1px 2px 0 #95B8B6 inset;
background: #7CA6A3;
background: -moz-linear-gradient(top, #7CA6A3 0%, #547B76 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7CA6A3), color-stop(100%, #547B76));
background: -webkit-linear-gradient(top, #7CA6A3 0%, #547B76 100%);
background: -o-linear-gradient(top, #7CA6A3 0%, #547B76 100%);
background: -ms-linear-gradient(top, #7CA6A3 0%, #547B76 100%);
background: linear-gradient(top, #7CA6A3 0%, #547B76 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ca6a3', endColorstr='#547b76', GradientType=0);
}
.bSea:active {
background: #68918D;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
.bBrown {
border: 1px solid #9C6B3C;
box-shadow: 0 1px 2px 0 #C8A85F inset;
-webkit-box-shadow: 0 1px 2px 0 #C8A85F inset;
-moz-box-shadow: 0 1px 2px 0 #C8A85F inset;
background: #BB934F;
background: -moz-linear-gradient(top, #BB934F 0%, #996336 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BB934F), color-stop(100%, #996336));
background: -webkit-linear-gradient(top, #BB934F 0%, #996336 100%);
background: -o-linear-gradient(top, #BB934F 0%, #996336 100%);
background: -ms-linear-gradient(top, #BB934F 0%, #996336 100%);
background: linear-gradient(top, #BB934F 0%, #996336 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb934f', endColorstr='#996336', GradientType=0);
}
.bBrown:active {
background: #AD7F45;
box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #FFFFFF;
}
/* === Widgets === */
/* Accordion */
.menu_body {
display: none;
padding: 12px 14px;
}
.acc .whead, .togglesGroup .whead {
cursor: pointer;
border-top: 1px solid #CDCDCD;
margin-bottom: -1px;
}
.acc .whead:first-child, .togglesGroup .whead:first-child {
border-top: none;
}
.acc .whead h6 {
padding: 9px 14px;
}
/* New updates widget */
.updates {
padding-left: 0px;
}
.updates .uDate {
float: right;
width: 30px;
text-align: center;
color: #BBBBBB;
margin: 3px 0 0 0;
text-shadow: 0 1px #FFFFFF;
}
.updates .uDate > span {
font-size: 20px;
font-weight: bold;
display: block;
margin-bottom: -3px;
}
.updates li {
border-top: 1px solid #D5D5D5;
padding: 10px 14px;
line-height: 20px;
}
.updates li:first-child {
border-top: none;
}
.updates li span {
display: block;
}
.updates li > span > a {
font-weight: bold;
}
.uDone, .uAlert, .uNotice {
float: left;
display: block;
padding-left: 22px;
max-width: 76%;
}
.uDone {
background: url(../images/elements/other/updateDone.png) no-repeat 0 4px;
}
.uAlert {
background: url(../images/elements/other/updateWarning.png) no-repeat 0 4px;
}
.uNotice {
background: url(../images/elements/other/updateNotice.png) no-repeat 0 4px;
}
/* === Grid === */
.fluid {
width: 100%;
*zoom: 1;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.fluid:before, .fluid:after {
display: table;
content: "";
}
.fluid:after {
clear: both;
}
.fluid .rtl-inputs [class*="grid"] {
float: right;
}
.fluid [class*="grid"] {
display: block;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.fluid [class*="grid"]:first-child {
margin-left: 0;
}
.fluid .grid12 {
width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.fluid .grid11 {
width: 91.489361693%;
*width: 91.4361702036383%;
}
.fluid .grid10 {
width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.fluid .grid9 {
width: 74.468085099%;
*width: 74.4148936096383%;
}
.fluid .grid8 {
width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.fluid .grid7 {
width: 57.446808505%;
*width: 57.3936170156383%;
}
.fluid .grid6 {
width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.fluid .grid5 {
width: 40.425531911%;
*width: 40.3723404216383%;
}
.fluid .grid4 {
width: 31.914893614%;
*width: 31.8617021246383%;
}
.fluid .grid3 {
width: 23.404255317%;
*width: 23.3510638276383%;
}
.fluid .grid2 {
width: 14.89361702%;
*width: 14.8404255306383%;
}
.fluid .grid1 {
width: 6.382978723%;
*width: 6.329787233638298%;
}
/* === Tabs === */
/* Content tabs */
ul.tabs {
height: 37px;
font-size: 12px;
font-weight: bold;
color: #636363;
border-bottom: 1px solid #CDCDCD;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px white;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
ul.tabs li.activeTab:first-child {
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
}
.rightTabs ul.tabs li.activeTab:first-child {
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
}
.tab_container {
overflow: hidden;
width: 100%;
}
.tab_content {
padding: 10px 12px;
}
.tableTabs .tabs {
position: absolute;
top: 0;
right: 0;
}
.tableTabs .tab_content {
padding: 0;
}
.tableTabs .tabs li.activeTab:first-child, .rightTabs .tabs li.activeTab:first-child {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
}
ul.tabs li {
float: left;
height: 38px;
line-height: 38px;
border-left: none;
overflow: hidden;
position: relative;
font-size: 15px;
border-right: 1px solid #CDCDCD;
}
ul.tabs li a {
display: block;
padding: 0px 16px;
outline: none;
color: #636363;
font-size: 12px;
font-weight: bold;
}
ul.tabs li a:hover {
color: #797979;
}
html ul.tabs li.activeTab {
background-color: #F7F7F7;
height: 38px;
box-shadow: 0 -1px 0 #EAEAEA inset;
-webkit-box-shadow: 0 -1px 0 #EAEAEA inset;
-moz-box-shadow: 0 -1px 0 #EAEAEA inset;
}
html ul.tabs li.activeTab a {
color: #2E6B9B;
}
.rightTabs ul.tabs li, .tableTabs ul.tabs li {
border-left: 1px solid #CDCDCD;
border-right: none;
float: right;
}
/* Sidebar tabs */
.etabs {
margin: 0;
padding: 0;
}
.tab {
display: inline-block;
zoom: 1;
*display: inline;
background: #EEEEEE;
border: solid 1px #999999;
border-bottom: none;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.tab a {
font-size: 14px;
line-height: 2em;
display: block;
padding: 0 10px;
outline: none;
}
.tab a:hover {
text-decoration: underline;
}
.tab.active {
background: #FFFFFF;
padding-top: 6px;
position: relative;
top: 1px;
border-color: #666666;
}
.tab a.active {
font-weight: bold;
}
.tab-container .panel-container {
background: #FFFFFF;
border: solid #666666 1px;
padding: 10px;
-moz-border-radius: 0 4px 4px 4px;
-webkit-border-radius: 0 4px 4px 4px;
}
/* ===== Spinner ===== */
.ui-spinner {
width: 10em;
display: block;
position: relative;
overflow: hidden;
border: 1px solid #D7D7D7;
background: #FDFDFD;
height: 26px;
padding: 0 6px;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
}
.ui-spinner-disabled {
background: #F4F4F4;
color: #CCCCCC;
}
.ui-spinner input.ui-spinner-box {
border: none !important;
background: none !important;
padding: 0 !important;
height: 26px;
}
.ui-spinner-up, .ui-spinner-down {
width: 18px;
padding: 0;
margin: 0;
z-index: 100;
position: absolute;
right: 0;
cursor: pointer;
border: none;
}
.ui-spinner-up {
background: url(../images/elements/forms/spinnerTop.png) no-repeat;
height: 14px;
top: -1px;
}
.ui-spinner-down {
height: 14px;
bottom: -1px;
background: url(../images/elements/forms/spinnerBottom.png) no-repeat;
}
.ui-spinner-pressed {
}
.ui-spinner-list, .ui-spinner-listitem {
margin: 0;
padding: 0;
font-size: 11px;
}
.ui-spinner ul li, .ui-spinner-data {
line-height: 26px;
height: 26px;
}
/* ===== Wizard ===== */
label.error {
color: #A73939;
font-size: 11px;
display: block;
width: 100%;
white-space: nowrap;
float: none;
margin: 8px 0 -8px 0;
}
.selector .error {
margin-right: -220px;
float: right;
}
.checker label.error, .radio label.error {
display: inline;
}
.step h1 {
font-weight: bold;
font-size: 1em;
position: absolute;
top: -30px;
right: 16px;
}
.navigation_button {
width: 70px;
}
.data span {
font-size: 11px;
text-align: center;
border-top: 1px solid #DDDDDD;
padding: 12px 0;
display: block;
}
.ui-formwizard {
position: relative;
}
.ui-formwizard fieldset {
border-bottom: 1px solid #DDDDDD;
}
.ui-formwizard input[disabled] {
opacity: 0.5;
filter: alpha(opacity=50);
}
.wizButtons .wNavButtons {
float: right;
margin: 14px 16px;
}
.wizButtons .status span {
float: left;
color: #599414;
padding: 18px 14px 18px 32px;
background: url(../images/icons/updateDone.png) no-repeat 14px;
font-size: 11px;
}
/* ===== Notification messages ===== */
.nNote {
cursor: pointer;
margin: 32px 0px 0px 0px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
#sidebar .nNote {
margin: 0;
border-radius: 0;
border-left: none;
border-right: none;
box-shadow: 0 1px 1px #F5F5F5;
-webkit-box-shadow: 0 1px 1px #F5F5F5;
-moz-box-shadow: 0 1px 1px #F5F5F5;
}
.nNote p {
padding: 10px 25px 10px 25px;
margin: 0px;
text-align: center;
font-weight: bold;
text-shadow: 0 1px 0 #FFFFFF;
}
.nMessage p {
font-size: 11px;
}
.nWarning {
border: 1px solid #F2D083;
color: #826200;
box-shadow: 0 1px 2px #FFF0C7 inset, 0 1px 1px #DFDFDF;
-webkit-box-shadow: 0 1px 2px #FFF0C7 inset, 0 1px 1px #DFDFDF;
-moz-box-shadow: 0 1px 2px #FFF0C7 inset, 0 1px 1px #DFDFDF;
background: #FFEDBC;
background: -moz-linear-gradient(top, #FFEDBC 0%, #FBE5A8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFEDBC), color-stop(100%, #FBE5A8));
background: -webkit-linear-gradient(top, #FFEDBC 0%, #FBE5A8 100%);
background: -o-linear-gradient(top, #FFEDBC 0%, #FBE5A8 100%);
background: -ms-linear-gradient(top, #FFEDBC 0%, #FBE5A8 100%);
background: linear-gradient(top, #FFEDBC 0%, #FBE5A8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedbc', endColorstr='#fbe5a8', GradientType=0);
}
.nSuccess {
box-shadow: 0 1px 2px #E3F4BF inset, 0 1px 1px #DFDFDF;
-webkit-box-shadow: 0 1px 2px #E3F4BF inset, 0 1px 1px #DFDFDF;
-moz-box-shadow: 0 1px 2px #E3F4BF inset, 0 1px 1px #DFDFDF;
border: 1px solid #C1D779;
color: #4F7307;
background: #D6EFA1;
background: -moz-linear-gradient(top, #D6EFA1 0%, #D0E69D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D6EFA1), color-stop(100%, #D0E69D));
background: -webkit-linear-gradient(top, #D6EFA1 0%, #D0E69D 100%);
background: -o-linear-gradient(top, #D6EFA1 0%, #D0E69D 100%);
background: -ms-linear-gradient(top, #D6EFA1 0%, #D0E69D 100%);
background: linear-gradient(top, #D6EFA1 0%, #D0E69D 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6efa1', endColorstr='#d0e69d', GradientType=0);
}
.nFailure {
box-shadow: 0 1px 2px #FBB5B5 inset, 0 1px 1px #DFDFDF;
-webkit-box-shadow: 0 1px 2px #FBB5B5 inset, 0 1px 1px #DFDFDF;
-moz-box-shadow: 0 1px 2px #FBB5B5 inset, 0 1px 1px #DFDFDF;
border: 1px solid #DFA59B;
color: #7D2A1C;
background: #F0B5A1;
background: -moz-linear-gradient(top, #F0B5A1 0%, #DE9D8A 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0B5A1), color-stop(100%, #DE9D8A));
background: -webkit-linear-gradient(top, #F0B5A1 0%, #DE9D8A 100%);
background: -o-linear-gradient(top, #F0B5A1 0%, #DE9D8A 100%);
background: -ms-linear-gradient(top, #F0B5A1 0%, #DE9D8A 100%);
background: linear-gradient(top, #F0B5A1 0%, #DE9D8A 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b5a1', endColorstr='#de9d8a', GradientType=0);
}
.nFailure > p {
text-shadow: 0 1px 0 #DDDDDD;
}
.nInformation {
border: 1px solid #BCD9F3;
color: #4579AA;
background: #DEEDF9;
background: -moz-linear-gradient(top, #DEEDF9 0%, #CDE5F7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DEEDF9), color-stop(100%, #CDE5F7));
background: -webkit-linear-gradient(top, #DEEDF9 0%, #CDE5F7 100%);
background: -o-linear-gradient(top, #DEEDF9 0%, #CDE5F7 100%);
background: -ms-linear-gradient(top, #DEEDF9 0%, #CDE5F7 100%);
background: linear-gradient(top, #DEEDF9 0%, #CDE5F7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deedf9', endColorstr='#cde5f7', GradientType=0);
box-shadow: 0 1px 2px #E9F3FB inset, 0 1px 1px #DFDFDF;
-webkit-box-shadow: 0 1px 2px #E9F3FB inset, 0 1px 1px #DFDFDF;
-moz-box-shadow: 0 1px 2px #E9F3FB inset, 0 1px 1px #DFDFDF;
}
/* ========== Content pagination ========== */
.pagination {
margin: auto;
width: auto;
text-align: center;
margin-top: 35px;
}
.pages {
}
.pages li.prev {
margin-right: 15px;
}
.pages li.next {
margin-left: 15px;
}
.pages li.prev > a span, .pages li.next > a span {
margin-right: 0;
}
.pages li {
display: inline-block; /*margin: 5px 0;*/
}
.pages li a {
background: #F9F9F9;
background: -moz-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EEEEEE));
background: -webkit-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -o-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -ms-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
border: 1px solid #C3C3C3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 7px;
margin: 0 1px;
cursor: pointer;
*cursor: hand;
color: #606060;
font-size: 11px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
}
.pages li a:hover {
background: #F6F6F6;
background: -moz-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e8e8e8', GradientType=0);
}
.pages li .active, .pages li a:active, .pages li .active:hover {
background: #6F6F6F;
color: #FFFFFF;
border-color: #646464;
box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
font-weight: bold;
}
/* ===== Content progress bars ===== */
.contentProgress {
background: #E6E6E6;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #DDDDDD inset;
-webkit-box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #DDDDDD inset;
-moz-box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #DDDDDD inset;
}
.contentProgress, .barG, .barB, .barO, .barBl, .barGr, .barR {
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
height: 4px;
}
.whead .contentProgress, .whead .barG, .whead .barB, .whead .barO, .whead .barBl, .whead .barGr, .whead .barR {
height: 3px;
}
#sidebar .contentProgress {
background: #CCCCCC;
box-shadow: 0 1px 0 #EEEEEE, 0 1px 0 #C1C1C1 inset;
-webkit-box-shadow: 0 1px 0 #EEEEEE, 0 1px 0 #C1C1C1 inset;
-moz-box-shadow: 0 1px 0 #EEEEEE, 0 1px 0 #C1C1C1 inset;
border: 1px solid #C1C1C1;
}
#sidebar .contentProgress, #sidebar .barG, #sidebar .barB, #sidebar .barO, #sidebar .barBl, #sidebar .barGr, #sidebar .barR {
height: 3px;
}
.barG, .barB, .barO, .barBl, .barGr, .barR {
background: url(../images/elements/ui/progress.png) repeat-x;
width: 0;
margin: -1px 0 0 -1px;
border: 1px solid;
}
.barG {
background-position: 0 0;
border-color: #97AF32;
}
.barB {
background-position: 0 -5px;
border-color: #5F9FCE;
}
.barO {
background-position: 0 -10px;
border-color: #D28346;
}
.barBl {
background-position: 0 -15px;
border-color: #4C4C4C;
}
.barGr {
background-position: 0 -20px;
border-color: #7B7B7B;
}
.barR {
background-position: 0 -25px;
border-color: #C8514E;
}
/* ===== Timepicker ===== */
.timepicker {
width: 65px !important;
float: left;
}
.timeEntry_control {
margin-left: -1px;
margin-top: 0;
cursor: pointer;
float: left;
}
* html .timeEntry_control {
margin-top: -4px;
}
.timeRange li {
float: left;
}
/* ===== Task widget ===== */
.taskDone {
background: url(../images/elements/other/taskDone.png) no-repeat;
display: block;
width: 10px;
height: 10px;
}
.taskPending {
background: url(../images/elements/other/taskPending.png) no-repeat;
display: block;
width: 12px;
height: 6px;
}
.taskProgress {
background: url(../images/elements/other/taskProgress.png) no-repeat;
display: block;
width: 10px;
height: 10px;
}
/* ===== Downloads widget ===== */
.tbar {
border-bottom: 1px solid #C3C3C3;
background: #FAFAFA;
background: -moz-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
background: linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
}
.tbar li {
display: inline-block;
margin-left: -3px;
border-right: 1px solid #DDDDDD;
font-size: 11px;
}
.tbar li:first-child {
margin-left: 0;
}
.tbar li a {
display: block;
color: #818181;
padding: 6px 12px;
}
.tbar li a:hover {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.tbar li a:active {
background: #F8F8F8;
}
/* ===== Website statistics widget ===== */
.webStatsLink {
color: #464646;
font-size: 18px;
font-weight: bold;
}
.statsPlus, .statsMinus {
padding-left: 20px;
}
.statsPlus {
background: url(../images/elements/other/grown.png) no-repeat 0 1px;
color: #599414;
}
.statsMinus {
background: url(../images/elements/other/dropped.png) no-repeat 0 1px;
color: #A73939;
}
/* ===== News widget ===== */
.wNews {
float: left;
width: 80%;
margin-top: 2px;
}
.wNews span {
display: block;
line-height: 14px;
margin-top: 4px;
}
.wNews > .headline {
float: left;
margin-right: 14px;
}
.wNews .announce > a {
font-weight: bold;
line-height: 18px;
}
/* ===== Search widget ===== */
.searchLine {
position: relative;
}
.searchLine input[type=text] {
border: 1px solid #CDCDCD;
padding: 9px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.searchLine button {
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 100%;
max-height: 100%;
z-index: 99;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
}
.searchLine .icos-search {
width: 14px;
margin: 8px;
padding: 0;
}
.searchLine button:active {
box-shadow: none !important;
}
.searchLine button .iconb {
position: absolute;
right: 7px;
top: 6px;
z-index: 100;
font-size: 16px;
}
.sResults {
background: #FAFAFA;
border: 1px solid #CDCDCD;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 2px 2px -2px #CCCCCC;
-webkit-box-shadow: 0 2px 2px -2px #CCCCCC;
-moz-box-shadow: 0 2px 2px -2px #CCCCCC;
margin-top: 20px;
position: relative;
}
.sResults > .arrow {
position: absolute;
top: -9px;
left: 50%;
margin-left: -8px;
width: 15px;
height: 9px;
background: url(../images/elements/control/resultsarrow.png) no-repeat;
}
.sResults table {
border: none;
}
/* ===== Search widget ===== */
.searchWidget .whead input[type=text] {
border: 1px solid #CDCDCD;
padding: 6px 25px 6px 8px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
box-shadow: 0 1px 1px #FCFCFC;
}
.searchWidget .whead {
padding: 11px;
}
.searchWidget button {
background: none;
border: none;
color: #909090;
position: absolute;
top: 12px;
right: 17px;
}
.searchWidget .pagination {
padding: 12px;
border-top: 1px solid #CDCDCD;
box-shadow: 0 1px 0 #FFFFFF inset;
-webkit-box-shadow: 0 1px 0 #FFFFFF inset;
-moz-box-shadow: 0 1px 0 #FFFFFF inset;
margin-top: 0;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
/* ===== Widget buttons ===== */
.wButton a, .wButton input[type=button], .wButton button, .wButton input[type=button] {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: center;
margin-top: 35px;
}
/* ===== Invoice widget ===== */
.wInvoice {
background: #EFEFEF;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 15px;
border: 1px solid #DDDDDD;
}
.wInvoice li {
width: 33%;
display: inline-block;
text-align: center;
border-left: 1px dotted #DDDDDD;
padding: 12px 0 8px 0;
margin-left: -2px;
}
.wInvoice li:first-child {
border-left: none;
}
.wInvoice li span {
font-size: 11px;
}
.invButtons {
margin-top: 10px;
text-align: center;
}
.invButtons .bFirst {
float: left;
}
.invButtons .bLast {
float: right;
}
ul.ruler {
width: 100%;
margin-bottom: 8px;
}
ul.ruler li {
display: block;
float: left;
color: #757575;
font-size: 10px;
width: 33%;
}
ul.ruler li:last-child {
width: 34%;
}
.invList > a {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
text-align: center;
margin-top: 10px;
}
/* ===== Settings widget ===== */
.params li:last-child {
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
}
.params li:first-child span {
display: block;
line-height: 20px;
}
.params li:first-child a {
font-size: 12px;
color: #BBBBBB;
}
.params li > label {
float: left;
}
.params li .ibutton-container {
float: right;
margin-top: 1px;
}
.myPic {
float: left;
margin-right: 20px;
}
.params li h5 {
font-size: 14px;
font-weight: bold;
text-shadow: 0 1px #F5F5F5;
padding: 2px 0 6px 0;
display: block;
}
.params li h5 > a {
display: inline-block;
}
.followers {
color: #808080;
}
.myRole {
color: #A64949;
display: block;
}
/* ===== Earnings widget ===== */
.wGeneral .email {
display: block;
font-size: 11px;
line-height: 16px;
color: #909090;
}
.wGeneral td a {
line-height: 16px;
}
.wGeneral tbody td span {
display: block;
font-size: 11px;
line-height: 16px;
color: #909090;
}
.wGeneral tbody td strong {
color: #4D7F12;
}
.wGeneral .income {
color: #932A2A;
}
/* === Message to widget === */
.messageTo {
margin-bottom: 14px;
}
.messageTo .uName {
float: left;
margin-right: 10px;
}
.messageTo > span {
line-height: 20px;
font-weight: bold;
}
.messageTo > span > strong {
color: #A44F4F;
}
.messageTo .uEmail {
display: block;
color: #909090;
line-height: 16px;
font-size: 11px;
}
.mesControls {
margin-top: 14px;
}
.mesControls > span {
color: #909090;
font-style: italic;
font-size: 11px;
margin-top: 5px;
display: block;
float: left;
}
.mesControls .iconb {
margin-right: 5px;
}
.msgBtns {
float: left;
margin-top: 4px;
}
.msgBtns li {
float: left;
margin-right: 5px;
}
.sendBtn {
display: block;
position: absolute;
top: 3px;
right: 3px;
}
.sendwidget {
position: static;
float: right;
}
.sendBtn .attachLink, .sendBtn .attachPhoto {
opacity: .4;
filter: alpha(opacity=40);
display: block;
float: left;
margin: 9px 0 9px 12px;
}
.sendBtn .attachLink:hover, .sendBtn .attachPhoto:hover {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.sendBtn .attachLink {
width: 12px;
height: 12px;
background: url(../images/elements/other/link.png) no-repeat;
}
.sendBtn .attachPhoto {
width: 14px;
height: 11px;
background: url(../images/elements/other/photo.png) no-repeat;
}
.sendBtn input[type=submit] {
float: left;
display: block;
margin-left: 12px;
line-height: 15px;
height: 28px;
}
.sendwidget input[type=submit] {
height: auto;
}
.sendwidget .attachLink, .sendwidget .attachPhoto {
margin: 10px 0 10px 12px;
}
.sendBtn > .buttonS {
padding: 6px 14px;
}
/* # Form styles
================================================== */
.formRow {
padding: 13px 16px;
}
.formRow:first-child {
border-top: none;
}
input[type=date] {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 12px;
color: #555555;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
border: 1px solid #D7D7D7;
display: inline-block;
background: #FDFDFD;
padding: 2px 0 2px 4px;
height: 26px;
}
.formRow input[type=text], .formRow input[type=password], /*.formRow*/
textarea {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 12px;
color: #555555;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
padding: 7px 7px;
border: 1px solid #D7D7D7;
display: inline-block;
background: #FDFDFD;
height: 28px;
}
textarea {
height: auto;
}
.formRow [class*="grid"] > label {
display: block;
padding-top: 1px;
}
.formRow label > span {
margin-top: -2px;
padding: 0;
}
.formRow label > img {
float: left;
margin: 5px 10px 0 0;
}
.sliderSpecs > label {
font-size: 11px;
margin-right: 10px;
}
.sliderSpecs > input {
border: none;
background: none !important;
width: 30% !important;
color: #3A70AB !important;
border: none !important;
box-shadow: none !important;
font-weight: bold;
}
.fieldIcon {
position: absolute;
top: 7px;
right: 8px;
display: block;
}
.req {
float: right;
margin-left: 5px;
display: block;
color: #DB6464;
}
.rightSide {
display: block;
float: right;
width: 80%;
padding: 4px 0;
position: relative;
}
.rightSide > label {
float: left;
}
.note {
font-size: 11px;
padding-top: 2px;
display: block;
color: #AAAAAA;
white-space: nowrap;
}
.formRow > label {
padding: 6px 0;
display: block;
float: left;
}
.multiple {
width: 100%;
height: 200px;
padding: 5px;
border: 1px solid #D7D7D7;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
}
.formRow input[disabled] { /*background-color: #f9f9f9; *//*color: #afafaf; */
}
.formSubmit {
display: block;
float: right;
}
.hasIcon [class*="icon"] {
float: none;
margin-right: 0;
}
/* ===== Form validation ===== */
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 282px;
display: block;
z-index: 998;
cursor: pointer;
}
.ajaxSubmit {
padding: 20px;
background: #55EA55;
border: 1px solid #999999;
display: none;
}
.formError .formErrorContent {
background: #202020;
position: relative;
z-index: 5001;
color: #FFFFFF;
width: 124px;
font-size: 11px;
border: 1px solid #000000;
padding: 2px 10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.greenPopup .formErrorContent {
background: #33BE40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFFFFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px auto 0 auto;
position: relative;
z-index: 5006;
}
.formError .formErrorArrowBottom {
box-shadow: none;
margin: 0px 0 0 12px;
top: 2px;
}
.formError .formErrorArrow div {
font-size: 0px;
height: 1px;
background: #202020;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33BE40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFFFFF;
}
.formError .formErrorArrow .line10 {
width: 15px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #DDDDDD;
border-right: 2px solid #DDDDDD;
border-bottom: 0 solid #DDDDDD;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #DDDDDD;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #DDDDDD;
}
.checker input, .radio input, .selector select {
cursor: pointer;
}
input.error {
border-color: #DDBEBE !important;
}
/* ===== Form styling ===== */
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader * {
margin: 0;
padding: 0;
cursor: pointer;
}
div.selector {
background: #FCFCFC;
background: -moz-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCFCFC), color-stop(100%, #F1F1F1));
background: -webkit-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%);
background: -o-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%);
background: -ms-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%);
background: linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1', GradientType=0);
border: 1px solid #D2D2D2;
line-height: 27px;
height: 27px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #EEEEEE;
-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #EEEEEE;
-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #EEEEEE;
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
margin: 0;
padding: 0 0 0 8px;
cursor: pointer;
width: auto;
max-width: 280px;
font-size: 12px;
position: relative;
overflow: hidden;
}
div.selector span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #808080;
text-shadow: 0 1px #F5F5F5;
padding: 0px 37px 0px 2px;
background: url(../images/elements/forms/selectArrow.png) no-repeat 100%;
cursor: pointer;
font-size: 12px;
height: 27px;
line-height: 27px;
}
div.selector select {
position: absolute;
opacity: 0;
filter: alpha(opacity:0);
height: 28px;
border: none;
background: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: solid 1px white;
width: 90%;
top: 0px;
left: 0px;
}
.disabled {
opacity: 0.6;
filter: alpha(opacity=60);;
}
.labelDisabled {
color: #B7B7B7;
}
/* Checkboxes */
div.checker {
width: 16px;
height: 16px;
position: relative;
display: -moz-inline-box;
display: block;
vertical-align: middle;
zoom: 1;
float: left;
margin-top: 2px;
margin-right: 10px;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
}
div.checker input {
width: 16px;
height: 16px;
opacity: 0;
filter: alpha(opacity:0);
display: inline-block;
background: none;
}
div.checker span {
background: url(../images/elements/forms/checkboxes.png) no-repeat 0 0;
height: 16px;
width: 16px;
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.checker span.checked {
background-position: 0 -17px;
}
/* Radio buttons */
div.radio {
width: 16px;
height: 17px;
position: relative;
display: -moz-inline-box;
display: block;
vertical-align: middle;
zoom: 1;
float: left;
margin-top: 2px;
margin-right: 10px;
}
div.radio input {
width: 16px;
height: 17px;
opacity: 0;
filter: alpha(opacity:0);
display: inline-block;
background: none;
}
div.radio span {
background: url(../images/elements/forms/radios.png) no-repeat 0 0;
height: 17px;
width: 16px;
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.radio span.checked {
background-position: 0 -18px;
}
/* File uploader */
div.uploader {
width: 240px;
position: relative;
overflow: hidden;
box-shadow: 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 #FFFFFF;
border: 1px solid #D7D7D7;
background: #FDFDFD;
padding: 2px 2px 2px 8px;
}
div.uploader span.action {
width: 22px;
background: #FFFFFF url(../images/elements/forms/addFiles.png) no-repeat 0 0;
height: 22px;
font-size: 12px;
font-weight: bold;
cursor: pointer;
float: right;
text-indent: -9999px;
display: inline;
overflow: hidden;
cursor: pointer;
}
div.uploader:hover span.action {
background-position: 0 -27px;
}
div.uploader:active span.action {
background-position: 0 -54px;
}
div.uploader span.filename {
color: #777777;
max-width: 200px;
font-size: 12px;
line-height: 22px;
float: left;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
div.uploader input {
width: 256px;
opacity: 0;
filter: alpha(opacity:0);
position: absolute;
top: 0;
right: 0;
bottom: 0;
float: right;
height: 26px;
border: none;
cursor: pointer;
}
.uploader {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
/* ===== Tags input ===== */
div.tagsinput {
border: 1px solid #DDDDDD;
background: #FDFDFD;
padding: 5px;
width: 100%;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
div.tagsinput span.tag {
border: 1px solid #A5D24A;
display: block;
float: left;
padding: 0 8px;
background: #CDE69C;
color: #638421;
margin: 5px 5px 5px 5px;
line-height: 23px;
font-size: 11px;
}
div.tagsinput span.tag a {
font-weight: bold;
color: #82AD2B;
font-size: 11px;
float: right;
}
div.tagsinput input {
width: 60px;
border: none;
padding: 5px 8px 6px 8px;
background: transparent;
margin: 5px 5px 0 4px;
}
div.tagsinput div {
display: block;
float: left;
}
.tags_clear {
clear: both;
width: 100%;
height: 0px;
}
.not_valid {
background: #FBD8DB !important;
color: #90111A !important;
}
/* ===== Autotabs ===== */
.moreFields ul li {
float: left;
width: 11%;
margin: 0;
}
.moreFields ul li.sep, .sep {
padding: 3px 5px 3px 6px;
display: block;
margin: 0;
width: auto;
color: #D5D5D5;
}
.moreFields ul li span {
display: block;
padding: 3px 12px;
white-space: nowrap;
}
/* # Tables
================================================== */
table .selector, table .selector > span, .dataTables_length .selector, .dataTables_length .selector > span {
height: 26px;
line-height: 26px;
}
.dataTables_length .selector {
margin-top: 1px;
}
table thead td.sortCol > div {
cursor: pointer;
position: relative;
}
table thead td span {
display: block; /*position: absolute; right: 3px; top: 3px; width: 16px*/
width: 7px;
float: right;
margin: 4px 2px 0 5px;
height: 16px;
}
table thead td.headerSortUp span {
background: url(../images/tables/sortUp.png) no-repeat 0;
}
table thead td.headerSortDown span {
background: url(../images/tables/sortDown.png) no-repeat 0;
}
.checkAll tbody tr td:first-child {
width: 40px;
padding: 0;
vertical-align: middle;
margin: 0;
}
.checkAll tbody tr td:first-child .checker, .checkAll tbody tr td:first-child .radio {
margin: 0 auto;
float: none;
}
/* ===== Simple table ===== */
.justTable td {
vertical-align: middle;
}
.justTable tbody tr:first-child {
border-top: none;
}
.justTable tbody tr:first-child td {
box-shadow: 0 1px 0 #FAFAFA inset;
-webkit-box-shadow: 0 1px 0 #FAFAFA inset;
-moz-box-shadow: 0 1px 0 #FAFAFA inset;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
}
/* ===== Default table ===== */
.tDefault tbody td, .tDefault thead td {
border-left: 1px solid #DFDFDF;
box-shadow: 0 1px 0 #FAFAFA inset;
-webkit-box-shadow: 0 1px 0 #FAFAFA inset;
-moz-box-shadow: 0 1px 0 #FAFAFA inset;
}
.tDefault tbody td:first-child, .tDefault thead td:first-child {
border-left: none;
}
.checkAll thead td:first-child > img {
vertical-align: middle;
padding-bottom: 2px;
}
.tDefault thead td {
text-align: center;
font-size: 12px;
padding: 3px 5px 2px 5px;
color: #909090;
background: #EEEEEE;
}
.tDefault tbody td {
padding: 7px 11px;
vertical-align: middle;
}
.tDefault tbody tr {
border-top: 1px solid #DFDFDF;
}
.tDefault tbody tr:first-child {
box-shadow: 0 1px 0px #FFFFFF inset;
-webkit-box-shadow: 0 1px 0px #FFFFFF inset;
-moz-box-shadow: 0 1px 0px #FFFFFF inset;
}
.tDefault tbody tr:nth-child(even) {
background: #F2F2F2;
}
.tDefault tbody tr:hover {
background-color: #DBE4FE;
color: #826200;
text-shadow: 0 1px 0 #FFFFFF;
}
/* ===== Light table ===== */
.tLight tbody td, .tLight thead td {
border-left: 1px solid #DADADA;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
}
.tLight tbody td:first-child, .tLight thead td:first-child {
border-left: none;
}
.tLight tbody td {
padding: 9px 16px;
vertical-align: middle;
color: #777777;
}
.tLight tbody tr {
border-top: 1px solid #DADADA;
}
.tLight thead td {
text-align: center;
padding: 7px 12px;
font-weight: bold;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}
/* ===== Dark table ===== */
.tDark tbody td {
border-left: 1px solid #DADADA;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
}
.tDark thead td {
border-left: 1px solid #808080;
}
.tDark tbody td:first-child, .tDark thead td:first-child {
border-left: none;
}
.tDark tbody td {
padding: 9px 16px;
vertical-align: middle;
color: #777777;
}
.tDark tbody tr {
border-top: 1px solid #DADADA;
}
.tDark thead td {
text-align: center;
padding: 7px 12px;
background: url(../images/backgrounds/sidebar.jpg);
font-weight: bold;
color: #F5F5F5;
}
.tDark tbody tr:nth-child(even) {
background: #F4F4F4;
}
/* ===== Media table ===== */
.tMedia thead td a {
color: #878787;
}
.tMedia thead td:first-child > .checker {
margin: 0 auto;
float: none;
}
.tMedia tbody td {
vertical-align: middle;
text-align: center;
}
.tMedia tfoot tr {
height: 50px;
border-top: 1px solid #DDDDDD;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}
.tMedia tfoot tr td {
padding: 7px 11px;
}
.fileInfo {
font-size: 11px;
}
.fileInfo span {
display: block;
}
.tableActs {
text-align: center;
}
.tableActs > a {
margin: 0 2px;
}
.tableActs > .btn-group {
display: inline-block;
margin: 0 2px;
}
.itemActions {
float: left;
margin: 6px 0;
}
.itemActions label {
float: left;
margin: 2px 12px 0 4px;
font-size: 11px;
}
/* === Alternate table === */
.tAlt thead td {
background: #F5F5F5;
background: -moz-linear-gradient(top, #F5F5F5 0%, #EEEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #EEEEEE));
background: -webkit-linear-gradient(top, #F5F5F5 0%, #EEEEEE 100%);
background: -o-linear-gradient(top, #F5F5F5 0%, #EEEEEE 100%);
background: -ms-linear-gradient(top, #F5F5F5 0%, #EEEEEE 100%);
background: linear-gradient(top, #F5F5F5 0%, #EEEEEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
text-align: center;
font-size: 11px;
border-left: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
padding: 2px 10px;
}
.tAlt tbody tr td {
background: #F9F9F9;
background: -moz-linear-gradient(top, #F9F9F9 0%, #F2F2F2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #F2F2F2));
background: -webkit-linear-gradient(top, #F9F9F9 0%, #F2F2F2 100%);
background: -o-linear-gradient(top, #F9F9F9 0%, #F2F2F2 100%);
background: -ms-linear-gradient(top, #F9F9F9 0%, #F2F2F2 100%);
background: linear-gradient(top, #F9F9F9 0%, #F2F2F2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
border-bottom: 1px solid #DFDFDF;
}
.tAlt tbody tr td {
padding: 10px;
border-left: 1px solid #DFDFDF;
box-shadow: 0 2px #FFFFFF inset;
-webkit-box-shadow: 0 2px #FFFFFF inset;
-moz-box-shadow: 0 2px #FFFFFF inset;
vertical-align: middle;
}
.tAlt tbody td:first-child, .tAlt thead td:first-child {
border-left: none;
}
/* ===== Table pagination ===== */
.tPages {
float: right;
margin: 9px 0;
}
.tPages ul li {
display: inline-block;
text-align: center;
}
.tPages ul li.prev a, .tPages ul li.next a {
padding: 4px;
}
.tPages ul li.prev {
margin-right: 10px;
}
.tPages ul li.next {
margin-left: 10px;
}
.tPages ul li a {
border: 1px solid #D3D3D3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 7px;
cursor: pointer;
*cursor: hand;
color: #606060;
font-size: 11px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0px #DFDFDF;
line-height: 14px;
background: #F9F9F9;
background: -moz-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EEEEEE));
background: -webkit-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -o-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: -ms-linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
background: linear-gradient(top, #F9F9F9 0%, #EEEEEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
}
.tPages ul li a:hover {
background: #F6F6F6;
background: -moz-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
background: linear-gradient(top, #F6F6F6 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e8e8e8', GradientType=0);
}
.tPages ul li a:active {
background: #6F6F6F;
color: #FFFFFF;
border-color: #646464;
box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
font-weight: bold;
}
/* ===== Table toolbar ===== */
.tToolbar {
height: 36px;
border-bottom: 1px solid #CDCDCD;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}
.tToolbar li {
display: block;
float: left;
border-right: 1px solid #C3C3C3;
}
.tToolbar li a {
padding: 7px 12px;
display: block;
color: #808080;
font-size: 11px;
box-shadow: 1px 0 0 #FCFCFC inset, -1px 0 0 #FCFCFC inset;
-webkit-box-shadow: 1px 0 0 #FCFCFC inset, -1px 0 0 #FCFCFC inset;
-moz-box-shadow: 1px 0 0 #FCFCFC inset, -1px 0 0 #FCFCFC inset;
}
.tToolbar li:last-child {
box-shadow: 1px 0 0 #FCFCFC;
-webkit-box-shadow: 1px 0 0 #FCFCFC;
-moz-box-shadow: 1px 0 0 #FCFCFC;
}
.tToolbar li a:hover {
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EAEAEA));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
background: linear-gradient(top, #F8F8F8 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.tToolbar li a:active {
background: #F8F8F8;
}
/* ===== Table buttons ===== */
[class*="tablectrl"] {
text-shadow: none;
}
[class*="tablectrl"] .caret {
margin: 5px 0 0 6px;
}
.tablectrl_small {
font-size: 10px;
padding: 5px 5px 4px 5px;
}
.tablectrl_medium {
font-size: 12px;
padding: 6px 6px 5px 6px;
}
.tablectrl_large {
font-size: 14px;
padding: 7px 7px 6px 7px;
}
.tablectrl_xlarge {
font-size: 16px;
padding: 10px 12px 11px 12px;
}
.tablectrl_standard {
font-size: 12px;
padding: 8px;
}
.opt {
padding-left: 8px;
padding-right: 8px;
margin: 0;
}
.opt > span {
margin-left: 0;
}
.opt .iconb {
font-size: 14px;
}
.opt .caret {
margin: 5px 0;
}
/* # Invoice page
================================================== */
.invoice table {
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
}
.invoice .tDark {
border-top: none;
}
.inHead {
border-bottom: 1px solid #C3C3C3;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.inLogo {
width: 50%;
padding: 17px 14px;
display: block;
float: left;
}
.inInfo {
float: right;
padding: 10px 14px;
text-align: right;
}
.inInfo .invoiceNum {
color: #A64949;
font-size: 14px;
font-weight: bold;
}
.inInfo i {
display: block;
color: #909090;
white-space: nowrap;
line-height: 16px;
}
.inFrom, .inTo {
width: 40%;
display: block;
margin: 20px;
}
.inFrom span, .inTo span {
display: block;
background: url(../images/elements/control/subnav_arrow.png) no-repeat 0 8px;
padding-left: 12px;
}
.inFrom {
float: left;
}
.inTo {
width: 100%;
}
.inFrom h5, .inTo h5 {
color: #303030;
margin-bottom: 8px;
}
.inDesc {
width: 45%;
float: left;
margin: 20px;
}
.inDesc p {
color: #9F9F9F;
}
.total {
text-align: right;
float: right;
margin: 20px 30px 20px 0;
}
.total span {
font-weight: bold;
padding: 0 0 4px 0;
display: block;
}
.total strong {
display: block;
font-size: 24px;
}
.inFooter {
width: 100%;
padding: 18px 0 10px 0;
border-top: 1px solid #DADADA;
background: #F4F4F4;
}
.footnote {
width: 50%;
float: left;
margin: 3px 20px;
}
.cards {
float: right;
margin: 0 20px;
}
.cards li {
display: inline-block;
text-align: right;
background: url(../images/sprites/paymentIcons.png) no-repeat;
width: 51px;
height: 32px;
padding: 0;
margin-left: 8px;
}
.cards li.discover {
background-position: 0 -117px;
}
.cards li.visa {
background-position: 0 -156px;
}
.cards li.amex {
background-position: 0 -234px;
}
.cards li.mc {
background-position: 0 -195px;
}
.cards li.pp {
background-position: 0 -312px;
}
/* # Login page
================================================== */
.loginWrapper {
width: 240px;
position: absolute;
left: 50%;
top: 35%;
margin: -124px 0 0 -120px;
text-align: center;
-moz-perspective: 800px;
-webkit-perspective: 800px;
perspective: 800px;
}
/* === Login hover buttons === */
.logleft, .logright, .logback {
background: url(../images/loginControl.png) no-repeat;
height: 37px;
width: 37px;
position: absolute;
top: 36px;
display: block;
opacity: 1;
filter: alpha(opacity=1);
}
.logleft {
left: 0px;
background-position: 0 0;
}
.logright {
right: 0px;
background-position: -38px 0;
}
.logback {
left: 0;
background-position: -76px 0;
}
.logleft:hover {
background-position: 0 -39px;
}
.logright:hover {
background-position: -38px -39px;
}
.logback:hover {
background-position: -76px -39px;
}
#login {
z-index: 100;
}
#recover {
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flipped #login {
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.loginWrapper.flipped #recover {
opacity: 1;
filter: alpha(opacity=100);
-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.loginWrapper form {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
/* Enabling 3d space for the transforms */
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
/* When the forms are flipped, they will be hidden */
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
/* Enabling a smooth animated transition */
-moz-transition: 0.8s;
-webkit-transition: 0.8s;
transition: 0.8s;
/* Configure a keyframe animation for Firefox */
-moz-animation: pulse 2s infinite;
/* Configure it for Chrome and Safari */
-webkit-animation: pulse 2s infinite;
}
.loginPic {
text-align: center;
display: block;
position: relative;
overflow: hidden;
}
.loginPic span {
display: block;
color: #5F5F5F;
font-size: 14px;
margin-top: 10px;
font-weight: bold;
text-shadow: 0 1px 1px #FFFFFF;
}
.loginWrapper form {
display: block;
margin: 0 auto;
width: 236px;
}
.loginWrapper a {
display: inline-block;
}
.loginWrapper input[type=text], .loginWrapper input[type=password] {
font-size: 12px;
color: #858585;
box-shadow: 0 0 0px 2px #EBEBEB;
-webkit-box-shadow: 0 0 0px 2px #EBEBEB;
-moz-box-shadow: 0 0 0px 2px #EBEBEB;
padding: 7px 27px 7px 9px;
border: 1px solid #D7D7D7;
width: 198px;
display: inline-block;
margin-top: 15px;
}
.loginUsername {
background: #FBFBFB url(../images/icons/loginUsername.png) no-repeat 213px 7px;
}
.loginPassword {
background: #FBFBFB url(../images/icons/loginLock.png) no-repeat 214px 7px;
}
.loginEmail {
background: #FBFBFB url(../images/icons/loginEmail.png) no-repeat 213px 7px;
}
.logControl {
margin-top: 15px;
}
.logControl .memory {
float: left;
margin-top: 5px;
}
.logControl input[type=submit] {
float: right;
}
/* # Error and offline pages
================================================== */
.errorWrapper {
position: absolute;
top: 50%;
bottom: 0;
margin-top: -190px;
text-align: center;
left: 0;
right: 0;
}
.errorContent {
width: 380px;
margin: auto;
margin-top: 35px;
}
.errorWrapper .errorTitle {
display: block;
text-shadow: 1px 0 0 #FFFFFF;
text-align: center;
font-size: 20px;
border-bottom: 1px solid #CDCDCD;
padding: 20px 14px;
font-weight: bold;
color: #D76A6A;
font-style: italic;
}
.errorWrapper .errorNum {
color: #FFFFFF;
font-size: 200px;
text-stroke: 1px transparent;
padding: 110px 0 80px 0;
display: block;
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}
.errorDesc {
display: block;
margin: 20px 0 20px 0;
font-weight: bold;
font-size: 14px;
}
.errorContent .buttonM {
margin-top: 25px;
}
/* Messages page
================================================== */
.messagesOne li {
position: relative;
min-height: 36px;
margin: 0 18px 20px 18px;
}
.messagesOne li:first-child {
margin-top: 20px;
}
.messagesOne > li.divider {
border-top: 1px solid #DFDFDF !important;
margin: 20px 0 20px 0 !important;
min-height: 0;
}
.messagesOne > li.divider > span {
background-color: #F5F5F5 !important;
}
.messagesOne .messageRow a {
display: block;
width: 37px;
height: 36px;
}
.messagesOne .by_user > a, .messagesOne .by_me > a {
position: absolute;
top: 0;
display: block;
}
.messagesOne .by_user > a {
left: 0;
}
.messagesOne .by_me > a {
right: 0;
}
.messagesOne .by_user .aro, .messagesOne .by_me .aro {
width: 8px;
height: 9px;
position: absolute;
top: 12px;
}
.messagesOne .by_user .aro {
background: url(../images/elements/other/messageArrow_left.png) no-repeat;
left: -8px;
}
.messagesOne .by_me .aro {
background: url(../images/elements/other/messageArrow_right.png) no-repeat;
right: -8px;
}
.messagesOne .by_user .messageArea, .messagesOne .by_me .messageArea {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
padding: 8px 12px;
position: relative;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid;
}
.messagesOne .by_user .messageArea {
background-color: #FAFEFF;
border-color: #b5cdd7;
margin-left: 60px;
}
.messagesOne .by_me .messageArea {
background: #fefefe;
border-color: #dcdcdc;
margin-right: 60px;
}
.by_user .name > strong {
color: #2C596D;
font-weight: normal;
font-size: 12px;
}
.by_me .name > strong {
color: #2C596D;
font-weight: normal;
font-size: 12px;
}
.infoRow {
font-size: 11px;
color: #949494;
margin-bottom: 6px;
margin-top: -2px;
}
.infoRow > .time {
float: right;
}
.infoRow > .name {
float: left;
}
.messagesTwo li {
position: relative;
min-height: 36px;
border-top: 1px solid #CDCDCD;
}
.messagesTwo li:first-child {
border-top: none;
}
.messagesTwo li > a {
margin: 14px;
display: block;
position: absolute;
left: 0;
top: 0;
}
.messagesTwo li .messageArea {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
padding: 10px 16px;
position: relative;
border-left: 1px solid #CDCDCD;
margin-left: 65px;
min-height: 64px;
}
.messagesTwo .by_user {
background: #FEFEFE;
}
/* Enter message field */
.enterMessage {
position: relative;
margin-top: 20px;
}
.enterMessage input[type=text] {
width: 100%;
height: 34px;
background: #FFFFFF;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
display: block;
border: 1px solid #D5D5D5;
box-shadow: 0 1px 1px #FAFAFA;
-webkit-box-shadow: 0 1px 1px #FAFAFA;
-moz-box-shadow: 0 1px 1px #FAFAFA;
padding: 10px 120px 10px 10px;
color: #404040;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
/* Gallery page
================================================== */
.gallery {
margin: auto;
padding: 4px 1.5% 14px 1.5%;
text-align: center;
}
.gallery ul li {
display: inline-block;
margin: 14px 6px 0 6px;
position: relative;
height: 110px;
background: white;
padding: 4px;
-webkit-box-shadow: 0 0px 2px #DDDDDD;
-moz-box-shadow: 0 0px 2px #DDDDDD;
box-shadow: 0 0px 2px #DDDDDD;
border: 1px solid #CCCCCC;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.gallery ul li:hover {
border-color: #DDDDDD;
}
.gallery ul li a {
display: block;
}
.gallery .actions {
position: absolute;
top: 4px;
right: 4px;
width: 110px;
height: 110px;
display: none;
background: url(../images/elements/other/overlay.png);
}
.gallery .actions a {
font-size: 11px;
display: block;
margin: 42px 6px;
display: inline-block;
}
.gallery .actions a:first-child {
padding-right: 0;
}
/* # Special classes for resizable grid. Class "under" adds dynamically
================================================== */
.under .fluid [class*="grid"] {
width: 100%;
margin-left: 0;
}
.under .widget [class*="grid"] {
display: block;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.under .rtl-inputs [class*="grid"] {
float: right;
}
.under .widget [class*="grid"]:first-child {
margin-left: 0;
}
.under .widget .grid12 {
width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.under .widget .grid11 {
width: 91.489361693%;
*width: 91.4361702036383%;
}
.under .widget .grid10 {
width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.under .widget .grid9 {
width: 74.468085099%;
*width: 74.4148936096383%;
}
.under .widget .grid8 {
width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.under .widget .grid7 {
width: 57.446808505%;
*width: 57.3936170156383%;
}
.under .widget .grid6 {
width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.under .widget .grid5 {
width: 40.425531911%;
*width: 40.3723404216383%;
}
.under .widget .grid4 {
width: 31.914893614%;
*width: 31.8617021246383%;
}
.under .widget .grid3 {
width: 23.404255317%;
*width: 23.3510638276383%;
}
.under .widget .grid2 {
width: 14.89361702%;
*width: 14.8404255306383%;
}
.under .widget .grid1 {
width: 6.382978723%;
*width: 6.329787233638298%;
}
/* # Special classes for responsive layout
================================================== */
.showTabletP {
display: none !important;
}
.showTabletL {
display: none;
}
.iButton {
float: right;
display: none;
width: 44px;
height: 27px;
background: url(../images/elements/other/iButton.png) no-repeat;
margin-top: 11px;
}
.iTop {
float: right;
display: none;
width: 44px;
height: 27px;
background: url(../images/elements/other/iTop.png) no-repeat;
margin-top: 11px;
margin-right: 10px;
}
/* ===== Responsive navigation ===== */
.altMenu {
position: absolute;
display: none;
top: 56px;
font-size: 11px;
width: 280px;
padding-top: 6px;
left: 50%;
margin-left: -140px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-align: left;
background: url(../images/elements/other/dropTopArrow.png) 50% 0 no-repeat;
z-index: 9999;
}
.altMenu > li {
background: url(../images/backgrounds/sidebar.jpg);
}
.altMenu > li:first-child {
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
}
.altMenu > li:last-child {
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
}
.altMenu > li:first-child a {
border-top: 1px transparent;
}
.altMenu > li:last-child a {
border-bottom: 1px transparent;
}
.altMenu > li:hover {
background: #3B3B3B;
}
.altMenu > li a {
display: block;
padding: 6px 5px 6px 28px;
color: #C2C2C2;
border-bottom: 1px solid #343434;
border-top: 1px solid #545454;
background: url(../images/elements/control/rightArrow.png) no-repeat 14px 14px;
}
.altMenu li ul {
background: #4A4A4A;
}
.altMenu li ul li a {
border-top: 1px solid #555555;
border-bottom: 1px solid #3D3D3D;
padding-left: 42px;
background-position: 28px 14px;
}
.altMenu li ul li:hover {
color: #DADADA;
background: #4C4C4C;
}
.altMenu a.active {
background-color: #525252;
}
.cSec .secNav {
display: none;
}
.cSec #sidebar {
width: 100px;
}
.cSec #content {
margin-left: 100px;
}
input[type="text"], input[type="file"], textarea, select {
font-size: 12px;
}
.buttonsTop {
padding-top: 33px;
clear: both;
}
.buttonsTop .buttonL {
margin-right: 10px;
}
.rqrd {
color: #CC0000;
padding-left: 6px;
}
.dataColumn {
cursor: pointer;
}
#menu-button {
display: none;
}
#a-dashboard {
padding-left: 0;
}
@media only screen and (max-width : 1024px) {
#sidebar {
display: none;
}
#content {
margin-left: 0;
}
#menu-button {
display: block;
}
#a-dashboard {
padding-left: 12px;
}
}
|