@import "reset.css";
@import "fullcalendar.css";
@import "font.css";
@import "ui_custom.css";
@import "fancybox.css";
@import "bootstrap.css";
@import "elfinder.css";
@import "plugins.css";

/* Table of Content
==================================================
	# General styles
	# Typography
	# Top part
	# Sidebar stuff
	# Content stuff
	# Form styles
	# Tables
	# Invoice template
	# Login page
	# Error and offline pages
	# Messages page 
    # Gallery page
	# Special classes for resizable grid. Class "under" adds dynamically
	# Special classes for responsive layout
	# Responsive navigation
	# Media queries (remove them if you don't want to use responsive layout)
==================================================*/


select { height: 28px; width: auto; border: 1px solid #ccc; }
thead td select {height: auto; width: auto; -webkit-appearance: menulist; box-sizing: border-box; -webkit-align-items: center; border: 1px solid; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; white-space: pre; -webkit-rtl-ordering: logical; color: black; background-color: white; cursor: default; border-radius: 5px;}
.secNav select { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
.secNav .select2-container .select2-choice, .secNav .selector { border-color: #c8c8c8; }
.secNav .select2-container { width: 100%!important; max-width: 100%; }

.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: url('../images/backgrounds/body.jpg'); font-size: 12px; line-height: 22px; color: #5f5f5f; min-height: 100%; position: relative; }
body.dashboard {background-image: url('../images/backgrounds/panel.jpg'); background-size: 63px 41px;}

#page { padding-top: 55px;  }
#content { padding-bottom: 60px; position: relative; margin-left: 40px;}
#content.hasPanel {margin-left: 61px;}

.wrapper { margin: 0 22px;}
.billing-dashboard .wrapper {margin: 0 22px;}

.clear { clear: both; display: block; }
.mfix { margin: 0 2px!important; }
.hidden { overflow:hidden }
.relative { position: relative; }
a { cursor: pointer; }
a.reverse {color: #AAA;}
a:hover.reverse {text-decoration: underline;}
p { padding: 6px 0; }
img { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.inactive { color: #2B6893!important; }


.noShadow {box-shadow: none !important; -webkit-box-shadow: none !important;}
.noBorderB { border-bottom: none!important; }
.noBorderT { border-top: none!important; }
.borderR {border-right: solid 1px #ddd;}
.nobg { background: none!important; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.displayNone { display: none !important; }
.hidden {display: none;}
.display { display: block!important; }
.fullwidth { width: 100%; }
.marginCenter {margin: 0 auto;}
.fade {opacity: .5;}

.thisRow, .thisRow td { background: #f3f3e8!important; }
.hand { cursor: pointer; }

.floatL { display: block; float: left; }
.floatR { display: block; float: right; }

.legendLabel { padding: 0 10px; }
.legendColorBox { padding-left: 10px;}

button, input[type=submit], input[type=image], input[type=reset] { cursor: pointer; }

.with { width: 326px; }
.without { /*width: 40px;*/ }

textarea:focus, input[type=text]:not(.readonly, .select2-input):focus, input[type=password]:focus, input[type=date]:focus, input[type=email]:focus, input[type=url]:focus {border: 1px solid #afd3f2 !important; box-shadow: 0 0 3px rgba(165, 211, 232, 0.45) !important;}

.tooltip {              
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color: #fff;
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
================================================== */

.smaller {font-size: .9em;}
.smallest {font-size: .8em;}

/* === 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; }
.blue {color: #2b6893;}
.grey { color: #aaa; }
.orange {color: #e36d2d;}


/* === 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; }
.splitList li {width: 48.93617020799999%; float: right; background: red;}
.splitList li:first-child {float: left;}
.niceList li {  border-top: 1px solid #fff; border-bottom: 1px solid #ddd; 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%; }
.pie.small, .bars.small {height: 125px;}
.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: none; width: 100%; position: absolute; z-index: 10000; border-bottom: 1px solid #1c1c1c; }
#top.login {display: block;}
.logo { float: left; margin-top: 17px;}
.logo img { width: 118px; height: 14px;}
.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; }

ul.userNav li a.contacts { background: url(../images/icons/mainnav/users.png) no-repeat center center; background-size: 16px 16px;}
ul.userNav li a.tasks { background: url(../images/icons/mainnav/task.png) no-repeat center center; background-size: 16px 16px;}
ul.userNav li a.opportunities { background: url(../images/icons/mainnav/opportunities.png) no-repeat center center; background-size: 16px 16px;}
ul.userNav li a.projects { background: url(../images/icons/mainnav/projects.png) no-repeat center center; background-size: 16px 16px;}
ul.userNav li a.projects { background: url(../images/icons/mainnav/projects.png) no-repeat center center; background-size: 16px 16px;}
ul.userNav li a.billing { background: url(../images/icons/mainnav/billing.png) no-repeat center center; background-size: 16px 16px;}


/* === 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 { position: fixed !important; display: block; background: url(../images/backgrounds/sidebar.jpg) #393939; min-height: 100%; position: absolute; z-index: 999; border-right: 1px solid #333; box-shadow: -10px 4px 10px -12px rgba(0, 0, 0, 0.8) inset, 2px 0px 8px rgba(0, 0, 0, 0.2), inset 2px 2px 400px rgba(0,0,0,.15); white-space: nowrap;}
#sidebar.collapsed {width: 40px; overflow: hidden; box-shadow: -10px 4px 10px -12px rgba(0, 0, 0, 0.8) inset, inset 2px 2px 400px rgba(0,0,0,.15);}
.mainNav { /*width: 40px;*/ float: left; position: relative; z-index: 99; box-shadow: -10px 4px 10px -12px rgba(0, 0, 0, 0.8) inset;}
.secNav { position: relative; padding-left: 100px; z-index: 98;}
.secNav h6 { font-size: 12px; padding: 0 15px; }
.secNav .secWrapper { float:left; width: 226px; }
.secNav .secWrapper:after { content: ""; display: block; clear: both; }
.sideWidget { padding: 0 0px; }
#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; }

#panel {min-width: 61px; width: 61px;}
#panel.panelOpen {width: 300px;}
#panel.panelClosed {width: 61px;}
#panel.panelOpen .tab-container div, #panel.panelOpen .panel-hidden {opacity: 0;}

#content.panelOpen {margin-left: 300px;}
#content.panelClosed {margin-left: 61px;}

#panel {position: fixed; top: 0; bottom: 0; left: 0; background-color: #414954; background-image: url('../images/backgrounds/panel.jpg'); background-size: 63px 41px; z-index: 998; -webkit-box-shadow: inset -12px 4px 10px -12px rgba(0,0,0,0.6); -moz-box-shadow: inset -12px 4px 10px -12px rgba(0,0,0,0.6); box-shadow: inset -12px 4px 10px -12px rgba(0,0,0,0.6); -webkit-transition: left .1s ease-out; -moz-transition: left .1s ease-out; -o-transition: left .1s ease-out; transition: left .1s ease-out; color: #d1d7df; text-shadow: 0 2px 1px rgba(0,0,0,0.15); z-index: 998;}
#panel .panel-arrow {position: absolute; right: 0px; top: 50%; margin-top: -44px; width: 20px; height: 44px; background-image: url('../images/elements/control/sliders@2x.png'); background-repeat: no-repeat; cursor: pointer; background-size: 17px 300px; background-position: 3px -87px; background-position: 3px -130px; background-position: 3px 0;}
#panel .panel-arrow:hover{background-position:3px -43px}

#panel.panelClosed .panelContent {display: none;}
#panel.panelOpen .panelContent {opacity: 1; position: relative; margin-left: 61px; margin-right: 25px;}

#panel .logoCtn {padding-top: 6px; padding-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,0.3);}
#panel .contentCtn {padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.1);}
#panel .logo {margin-bottom: 4px;}
#panel .contentCtn > span {font-weight: normal; color: #fff; font-size: 1.1em;}
#panel .iconsLine {margin: 5px 0 15px; border-radius: 2px; -webkit-border-radius: 2px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,.25) rgba(255,255,255,.1) rgba(0,0,0,.4) rgba(0,0,0,.35); height: 26px; padding: 1px 0; box-shadow: 0 1px 0px rgba(255,255,255,.1);}
#panel .iconsLine li:first-child, #panel .iconsLine li:first-child a {border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
#panel .iconsLine li:last-child, #panel .iconsLine li:last-child a {border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
#panel .iconsLine li {background: rgba(46,53,61,0.25); border: 0px; box-shadow: none; -webkit-box-shadow: none; height: 26px;}
#panel .iconsLine li a {color: rgba(0,0,0,.6); background-image: none; height: 26px; border-top: 0px; border-bottom: 0px;border-right: solid 1px rgba(0,0,0,.35); border-left: solid 1px rgba(255,255,255,.1); box-shadow: inset 0 -15px 20px -3px rgba(0,0,0,.05);}
#panel .iconsLine li a:hover {color: rgba(255,255,255,.8); text-shadow: 0 1px 0 rgba(0,0,0,.3);}
#panel .iconsLine li a.clicked {background-color: rgba(0,0,0,.2); box-shadow: none; color: rgba(255,255,255,.8); text-shadow: 0 1px 0 rgba(0,0,0,.6) !important; border-left: solid 1px rgba(255,255,255,.05);}
#panel .iconsLine li a [class^="icon-"] {margin-right: 0px; line-height: 26px; font-size: 1.15em; text-shadow: 0 1px 0 rgba(255,255,255,.2);}

ul.fileTree {margin: 15px 0;}
ul.fileTree li {min-height: 22px; line-height: 22px;}
ul.fileTree li a {color: #d1d7df; border-radius: 2px; -webkit-border-radius: 2px; line-height: 22px; padding: 3px 6px; border-radius: 3px;}
ul.fileTree li a span.folder, ul.fileTree li a span.report {display: block; float: left; height: 22px; background-image: url(../images/elements/other/fileTree.png); background-repeat: no-repeat; background-size: 30px 122px;}
ul.fileTree li a span.folder {background-position: 0 0; width: 30px; }
ul.fileTree li a span.report {background-position: 0 -81px; width: 26px; }
ul.fileTree li:last-child a span.folder {background-position: 0 -59px;}
ul.fileTree li:last-child a span.report {background-position: 0 -102px;}
ul.fileTree li a span:not(.folder, .report) {padding: 0 5px !important;}
ul.fileTree li.active > a {background-color: rgba(0,0,0,.3);}
ul.fileTree li a:hover, .fileTree li.subActive > a {color: #efefef;}
ul.fileTree li.active > a span.folder {background-position: 0px -19px;}
ul.fileTree li:last-child.active > a span.folder {background-position: 0px -38px;}
ul.fileTree > li > ul {display: none; padding-left: 15px; margin: 0; background-image: url(../images/elements/other/fileTree_line.png); background-size: 2px 1px; background-repeat: repeat-y;}
ul.fileTree > li.active > ul {display: block !important;}

.panelContent .taskList {border: 1px solid #343b43; border-radius: 4px; background: rgba(46,53,61,0.25); box-shadow: none;}
.panelContent .taskList .taskHead {padding: 6px 10px;border: 1px solid #2b323a; border-top: 1px solid #1f2329; border-bottom: 1px solid #1f2329; background: linear-gradient(to bottom,rgba(36,44,54,0.35) 0,rgba(16,20,27,0.35) 100%); border-radius: 4px 4px 0 0; box-shadow: inset 0 1px 0 rgba(225,225,225,0.2); color: #e0e0e0;}
.panelContent .taskList ul li {border-top: 1px solid #515860; border-bottom: 1px solid #2e343b;}
.panelContent .taskList ul li:last-child {border-bottom: none;}
.panelContent .taskList ul li a {display: block; padding: 6px 10px; color: #d1d7df;}
.panelContent .taskList ul li a strong {margin-right: 2px;}
.panelContent .taskList ul li a:hover {background: rgba(0,0,0,.1); color: #fefefe;}
.panelContent .taskList ul li a span.arrow {display: none; float: right; font-size: 18px; margin-right: 0px; font-weight: bold; margin-top: 3px;}
.panelContent .taskList ul li a:hover span.arrow {display: block;}

/* === 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; }


/* General balance */

.genBalance { height: 70px; margin-top: 6px; border-top: 1px solid #252d31; border-bottom: 1px solid #242d33; border-left: solid 1px #242d33; background: #252d31;}
#panel.panelClosed .genBalance {display: none;}
.genBalance a { background: url(../images/backgrounds/genBalance.png) repeat-x; display: block; border-top: 1px solid #4a535c; color: #e0e0e0; border-bottom: 1px solid #3c444c; }
.genBalance a span { font-size: 11px; line-height: 11px; display: block; margin-top: 0px; margin-bottom: 15px; }
.genBalance a span.balanceAmount { font-size: 18px; font-weight: bold; margin: 0; padding-bottom: 11px;}
.genBalance .amount { width: 110px; float: left; margin-right: 1px; border-right: 1px solid #3b4751; padding: 12px 14px 8px 61px; border-left: 1px solid #3b4751; }
.genBalance .amChanges { width: 49px; float: left; border-left: 1px solid #3b4751; border-right: 1px solid #3b4751; padding: 9px 45px 9px 15px; }
.sNegative, .sPositive, .sZero { padding: 26px 0 2px 0; text-align: center; display: block; font-size: 14px; }
.sNegative { color: #e77575; }
.sPositive { color: #90c254; background: url(../images/backgrounds/sidebarPositiveArrow.png) no-repeat 14px 10px; }
.sZero {  }

/* Next update */

.nextUpdate { margin-top: 12px; }
.nextUpdate ul li { color: #cecece; width: 50%; font-size: 11px; display: block; float: left; text-align: right;}
.nextUpdate ul li:first-child { text-align: left; }

/* Round statistics */

.sRoundStats { width: 100%; margin-top: 4px;}
.sRoundStats:after { content: ""; display: block; clear: both; }
.sRoundStats ul li { float: left; margin-left: 5px; text-align: center; color: #cecece; width: 31.5%; font-size: 11px; }
.sRoundStats ul li:first-child { margin-left: 0; }
.sRoundStats ul li a { background: url(../images/backgrounds/roundStats.png) no-repeat 0 0; display: block; width: 58px; height: 58px; margin: 6px auto 0;}
.sRoundStats ul li a:hover { background-position: 0 -60px; }
.sRoundStats ul li a:active { background-position: 0 -120px; }
.sRoundStats ul li a span { font-size: 12px; padding: 28px 2px 2px 2px; font-weight: bold; display: block; }
.sRoundStats ul li a span.roundZero { color: #e2e2e2; background: url(../images/sidebarZero.png) no-repeat 50% 15px; }
.sRoundStats ul li a span.roundPos { color: #a6e062; background: url(../images/sidebarPos.png) no-repeat 50% 15px; }
.sRoundStats ul li a span.roundNeg { color: #e48383; background: url(../images/sidebarNeg.png) no-repeat 50% 15px; }

/* === 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: left; /*border-top: 1px solid #2e2e2e; border-bottom: 1px solid #555555*/;}
.nav li {display: block; /*border-top: 1px solid #555555; border-bottom: 1px solid #2e2e2e; */position: relative;}
.nav li a { display: block; color: #bababa; font-size: 11px;}
.nav li a:not(.navAvatar) {padding: 9px 38px 9px 9px;}
.nav li a.navAvatar {padding: 0px 38px 0px 0px; margin: 6px 0;}
.nav li a span { display: inline-block; text-shadow: 0 1px 0 #303030; }
.nav li a span[class*="icon-"] {position: absolute; right: 0px; top: 14px; color: #fff;}
.nav li a img, .nav .notifyCtn { float: left; display: block; margin-right: 12px; opacity: 0.8; filter: alpha(opacity=80); }
.nav li a.navAvatar img {width: 40px; height: 40px; margin-right: 0px; }
.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, .nav li a:active { color: #f4f4f4; box-shadow: 250px 0px 0px 10px rgba(0, 0, 0, 0.25) inset;}
.nav li a.active img, .nav li a:hover img { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }
.nav > li:hover, .nav > li > a:hover, .nav > li > ul > li > a:hover { color: #f4f4f4; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; box-shadow: 250px 0px 0px 10px rgba(0, 0, 0, 0.15) inset;}
.nav li:hover > a {color: #f4f4f4;}
.nav > li > ul > li > a:hover {box-shadow: 250px 0px 0px 10px rgba(0, 0, 0, 0.45) inset;}

@-webkit-keyframes shake {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: .4;}
}
@-moz-keyframes shake {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: .4;}
}

.nav .notifyCtn {display: block; height: 20px; width: 20px; position: relative;}
.nav .notifyCtn .unreadNotificationsCount {background: #111; width: 26px; position: absolute; left: -2px; text-align: center; border-radius: 5px; box-shadow: 0 1px 0px rgba(255,255,255,.55)}
.nav .notifyCtn .unreadNotificationsCount.hasValue {color:#fff !important;}
.nav .notifyCtn .unreadNotificationsCount.updated {-webkit-animation: shake 2s 6; -moz-animation: shake 2s 6;}

#sidebar:not(.collapsed) .nav li:hover ul { display: block; }
.nav li ul { display: none; position: absolute; top: 0; font-size: 11px; min-width: 170px; white-space: nowrap; left: 0px; border-top-radius-right: 2px; -webkit-border-top-radius: 2px; -moz-border-top-radius: 2px; border-bottom-radius-right: 2px; -webkit-border-bottom-radius: 2px; -moz-border-bottom-radius: 2px; text-align: left; z-index: 1000; box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);}
.nav li ul li {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: #555; }
.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; }

.navAvatar {}

/* === Sub sidebar top part === */

.secTop { height: 64px; background: url(../images/backgrounds/contentTop.png) repeat-x; position: relative; }

.secTop [class^="triangle-"], .secTop [class*=" triangle-"], .whead [class*=" triangle-"], .whead [class^="triangle-"]  { background: url(../images/elements/ui/triangles.png) no-repeat; width: 28px; height: 27px; display: block; position: absolute; top: 0; right: -1px; }
.whead [class*=" triangle-"], .whead [class^="triangle-"] {position: relative; float: right;}
.secTop .triangle-red, .whead .triangle-red { background-position: -84px 0; }
.secTop .triangle-red:hover, .whead .triangle-red:hover { background-position: -84px -27px; }
.secTop .triangle-red:active, .whead .triangle-red:active { background-position: -84px -54px; }

.secTop .triangle-green, .whead .triangle-green { background-position: -56px 0; }
.secTop .triangle-green:hover, .whead .triangle-green:hover { background-position: -56px -27px; }
.secTop .triangle-green:active, .whead .triangle-green:active { background-position: -56px -54px; }

.secTop .triangle-blue, .whead .triangle-blue { background-position: -28px 0; }
.secTop .triangle-blue:hover, .whead .triangle-blue:hover { background-position: -28px -27px; }
.secTop .triangle-blue:active, .whead .triangle-blue:active { background-position: -28px -54px; }

.secTop .triangle-gold, .whead .triangle-gold { background-position: 0 0; }
.secTop .triangle-gold:hover .whead .triangle-gold:hover { background-position: 0 -27px; }
.secTop .triangle-gold:active .whead .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 #fff inset; -webkit-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff 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 #eee inset, 0 1px 0 #ededed; -webkit-box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; -moz-box-shadow: 0 1px 0px #eee 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; }
.ic6 li { width: 20%; }
.ic6 li:first-child { }


/* === 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 === */

.sidebarSep { background: url(../images/sidebarSep.png) no-repeat 50%; height: 8px; width: 100%; margin: 16px 0; }

/* Numbers statistics */

.numStats ul:after { content: ""; display: block; clear: both; }
.numStats ul li { float: left; text-align: center; width: 44px; padding: 0 12px; color: #f8f8f8; font-size: 18px; border-right: 1px solid #283037; border-left: 1px solid #37414a; }
.numStats ul li span { display: block; color: #717e88; font-size: 11px; }
.numStats ul li.last { border-right: 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: #aaa; }




/* 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 #ccc; }
.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 #ccc;  }
.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 #fff; border-bottom: 1px solid #cecece; 
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 );
 }
.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 a:after { content: ""; display: block; clear: both; }
.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: #393939; text-shadow: 0 1px #fff; display: block; line-height: 22px; }
.contactName > strong > span { color: #b35d5d; }
.contactName > i { display: block; font-style: normal; font-size: 11px; color: #656565; line-height: 10px; }
 
.status_green, .status_orange, .status_red, .status { width: 7px; height: 7px; background: url(../images/elements/other/contact_status.png) no-repeat; display: block; margin-top: -4px; }
.status_green { background-position: 0 -24px; }
.status_orange { background-position: 0 -8px; }
.status_red { background-position: 0 -16px; }

.myProjects tr {cursor: pointer;}
.myProjects tr .status {position: relative; margin: 0 auto;}
.myProjects tr.overdue .status {background-position: 0 -16px;}
.myProjects tr.upcoming .status {background-position: 0 -24px;}
.myProjects td.teamProject span {margin-right: 0px;}
td.outsourced span, td.cust_lost span {margin-right: 0px;}

/* Upload files */

.filesDown > li { display: block; padding: 8px 24px 8px 12px; font-size: 11px; border-bottom: 1px solid #ddd; 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 );
}
.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 6px; }
.fileProcess > .loader { float: left; margin-top: 3px; }
.filesDown .remove, .remove { position: absolute; right: 10px; top: 15px; display: block; width: 7px; height: 8px; cursor: pointer; background: url(../images/elements/other/removeLi.png) no-repeat; }
.filesDown .removeorderitemfile { 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; padding-left: 8px; 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; }

.fileError.mailingList, .fileSuccess.mailingList {display: inline-block; float: none; margin: 0 0 0 6px; position: relative; top: 3px;}

.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 #fff!important; -webkit-box-shadow: 0 1px 1px #fff!important; -moz-box-shadow: 0 1px 1px #fff!important; background: #7d7d7d!important; border: none!important }


/* General balance */

.balance { padding: 0 15px; line-height: 18px; }
.balance .balInfo { float: left; margin: 14px 10px 0 0; font-size: 14px; font-weight: bold; }
.balance .balInfo > span { color: #959595; display: block; font-weight: normal; font-size: 11px; }
.balance .balAmount { float: right; font-size: 16px; color: #52777b; font-weight: bold; text-shadow: 0 1px #fff; 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: #fff; }

.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 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; 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: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; }

.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:after { content: ""; display: block; clear: both; }
.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: #fff; }
.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 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff 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 #fff; border-bottom: 1px solid #ddd; }
.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
================================================== */

/* === Scroll to top === */

#scrollUp {position:fixed; padding: 8px; bottom:20px; right:25px; display:none; background: rgba(0,0,0,.55); color: #fff; text-align: center; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0px 1px 1px rgba(0,0,0,.2); cursor: pointer;}
#scrollUp span {margin-right: 0px; font-size: 1.65em;}


/* === Dividers === */

.divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; 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 #fff; position: relative; margin: 20px 0; min-height: 0; }
.widget .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #f7f7f7 url(../images/widgetDiv.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.dialog .divider, .dialog-inline .divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; }
.dialog .divider > span, .dialog-inline .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;  }

.cLine { height: 4px; background: url(../images/contentDivider.png) repeat-x; }

/* Star Ratings */

.dTable td .rate {display: block; position: relative; top: 2px; margin: 0 auto;}
.dialog .rate, .dialog-inline .rate {padding: 9px 0 0;}
.rateInfo {position: relative; margin-left: 8px;}

.ui-stars-star,.ui-stars-cancel { float:left; display:block; overflow:hidden; text-indent:-999em; cursor:pointer; }
.ui-stars-star a,.ui-stars-cancel a { width:16px; height:15px; display:block; background:url(../images/elements/starRatings/stars.png) no-repeat 0 0; }
.ui-stars-star a { background-position:0 -32px; }
.ui-stars-star-on a { background-position:0 -48px; }
.ui-stars-star-hover a { background-position:0 -64px; }
.ui-stars-cancel-hover a { background-position:0 -16px; }
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a { cursor:default!important; }


/* === Color marks === */

[class*="dataNum"] { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; color: #fff!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: #3a87ad; 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; }
[class*="dataNum"].circle {border-radius: 50%; font-weight: bold; padding: 6px 11px;}
#content td [class*="dataNum"] {float: none; margin: 0px;}

/* === Content top part === */

.contentTop { height: 64px; padding: 0 22px; background: url(../images/backgrounds/contentTop.png) repeat-x; }
.pageTitle { display: block; float: left; color: #626262; font-size: 14px; font-weight: bold; margin: 21px 30px 21px 0; }

/* Quick stats */

.quickStats { float: right; line-height: 16px; text-align: center; margin: 15px 0 14px 0; }
.quickStats:after { content: ""; display: block; clear: both; }
.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 { clear: both; height: 28px; box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; font-size: 11px; }
.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: left; }
ul.breadcrumbs { position: relative; z-index: 990; margin-left: 21px; }
ul.breadcrumbs:after { content: ""; display: block; clear: both; }
ul.breadcrumbs li { float: left; }
ul.breadcrumbs li.crossroadsName {text-transform: capitalize;}
ul.breadcrumbs li.current { border-right: none; }
ul.breadcrumbs li.current a {cursor: default;}
ul.breadcrumbs li.current a:hover.removeSearch {color: #666 !important; cursor: pointer;}
ul.breadcrumbs li a { color: #666666; text-decoration: none; padding: 3px 20px 3px 14px; display: block; background: url(../images/icons/breadsArrow.png) no-repeat 100% 10px; height: 22px; line-height: 23px; }
#content:not(.disabled) ul.breadcrumbs li a:hover, ul.breadcrumbs li.hover a { color: #2B6893; }
ul.breadcrumbs:not(.noBG) > li:first-child { background: url(../images/icons/breadsHome.png) no-repeat 2px 10px; }
ul.breadcrumbs.noBG li {padding: 3px 0;}
ul.breadcrumbs > li:first-child > a { padding-left: 20px; }
ul.breadcrumbs li.current > a, ul.breadcrumbs li.current > a:hover { color: #B1B1B1 !important; 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: right; margin-right: 22px; }
.breadLinks > ul:after { content: ""; display: block; clear: both; }
.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 { border-left: 1px solid #c3c3c3; }
.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%; }
#content:not(.disabled) .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 ); }
#content:not(.disabled) .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: 144px; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.breadLinks ul li ul.larger li {width: 185px;}
.breadLinks ul li ul li:first-child { border-top: none; }
.breadLinks ul li ul li {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 ); }
.breadLinks ul li ul li:hover { background: #f5f5f5; }

.breadLinks ul li ul li a {padding: 5px 12px;}


/* === 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 #ccc, 0 1px 2px #fff; -webkit-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -moz-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; }
.middleNavR li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff 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 #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -moz-box-shadow: inset 0 1px 1px #ccc, 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 #fff inset; -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff 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: #eee; }
.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: #fff; 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 { display: none; /* Hide widgets until the DOM has loaded */ background: #f7f7f7; border: 1px solid #cdcdcd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #ccc; margin-top: 35px; position: relative;}
.widget.alt {background: #f3f3f3; box-shadow: inset 1px 1px 0px #fff;}
.widget .body .widget {margin-top: 5px; margin-bottom: 35px;}
.widget > [class*="whead"] { border-bottom: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -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; }
.widget > [class*="whead"] h6 { float: left; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold;  }
[class*="whead"]:after { content: ""; display: block; clear: both; }
.widget .body { padding: 14px 16px; }
.widget .body.cInactive, .widget .body.cIssue {background-color: #ffe9e9;}
.widget .body .widget .body [class*="grid"] {margin-bottom: 35px;}

@-webkit-keyframes pulse {

      0% {background-color: rgba(193,0,23,.9);}
     50% {background-color: rgba(171,0,20,.9);}
     100% {background-color: rgba(145,0,17,.9);}
}

@-moz-keyframes pulse {

      0% {background-color: rgba(193,0,23,.9);}
     50% {background-color: rgba(171,0,20,.9);}
     100% {background-color: rgba(145,0,17,.9);}
}

.widget .timer, .widget .instructions {color: #fff; background-color: rgba(0,0,0,.8); border-bottom: 1px solid #cdcdcd; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.widget .timer.counting {-webkit-animation: pulse 4s infinite alternate; -moz-animation: pulse 4s infinite alternate;}
.widget .instructions a {color: #fff;}
.widget .timer .content, .widget .instructions .content {padding: 8px 14px 7px 14px}
.widget .timer .control {float: right; margin-top: 3px;}
.widget .timer .control a {color: #fefefe; margin-right: 2px;}

.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 );
}

.whead.noRadius {-webkit-border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-topleft: 0px;} 

.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; }
.pull-more-right {right: -1px !important;} 
.whead .bsideText { float: right; display: block; padding: 8px 14px 7px 14px; font-size: 11px;}
.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: 0 auto 0 auto; float: none; }

.headLoad { float: right; margin: 10px 10px 0 0; }
.headIcon { float: right; margin: 12px 12px 0 0; color: #636363 !important;}
.headIcon.active {color: #4a89bd !important;}
.headIcon.wTitleOpt {position: relative; right: 45px;}
.headIconSet { float: right; margin-right: 12px; }
	.headIconSet.withTabs {position: absolute; right: 0px;}
	.headIconSet.withTabs a.not_sortable:after {content: "Sorting is disabled"}
	.headIconSet.withTabs a.not_sortable [class^="icon"]:after { font-family: IcoMoon; content: "\e0c5"; font-size: 14px; position: relative; top: 1px;}
	.headIconSet.withTabs a.not_draggable:after {content: "Dragging is disabled"}
	.headIconSet.withTabs a.not_draggable [class^="icon"]:after { font-family: IcoMoon; content: "\e151"; font-size: 14px; position: relative; top: 1px;}
.headIconSet li { float: left; margin-left: 12px; }
.headIconSet li a { margin: 11px 0; display: block; font-size: 12px;}
	.headIconSet.withTabs li a {margin: 6px 0 0;}
	.headIconSet.withTabs li a span {margin-right: 3px;}

.headCorner {float: right;}

/* 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; }
.titleOpt > a:after { content: ""; display: block; clear: both; }
.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;*/ cursor: default; 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; }

.titleOpt.wTabsHack {position: absolute; top: 0; right: 0; font-weight: bold; }
.titleOpt.wTabsHack > a {font-size: 16px !important; padding-top: 7px; padding-bottom: 8px;}


/* === Buttons === */

.buttonS, .buttonM, .buttonL, .buttonH, [class*="tablectrl"] {  font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.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: #fff!important; margin: 7px 10px 6px 10px; }
.bGreen:hover, .bRed:hover, .bBlue:not(.disabled):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 #fff; -webkit-box-shadow: inset 0 1px 2px #fff; -moz-box-shadow: inset 0 1px 2px #fff; 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:not(.disabled):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:not(.disabled):active, .bDefault.active, .dualBtn:active, .titleToolbar > li > a:active, .titleOpt > a:active, .searchLine button:active { background: #eee; color: #505050; border-color: #c0c0c0; box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -webkit-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -moz-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; 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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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;
background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}
.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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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:not(.disabled):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:not(.disabled):active { background: #4786b8; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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 #fff; -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; }

.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;
background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db5d5', endColorstr='#4a91c0',GradientType=0 );
}
.bLightBlue:active { background: #559cc7; box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; }

.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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.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 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }


/* === Widgets === */

/*.shownpars .dTable {position: relative; top: -2px;}*/
/*.widgetHiddenSearch .tablePars {display: none;}*/
.tablePars .selector {margin-right: 10px;}

/* 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:after, .updates li:after { content: ""; display: block; clear: both; }
.updates .uDate {float: right; color: #bbbbbb; margin: 3px 0 0 0; text-shadow: 0 1px #fff; text-align: right; width: auto;}
.updates .uDate.numDate { float: right; width: 30px; text-align: center;}
.updates .uDate.numDate > span { font-size: 20px; font-weight: bold; display: block; margin-bottom: -3px; }.updates .uPercent {float: right; font-size: 20px; font-weight: bold; text-align: center; color: #bbbbbb; margin: 3px 0 0 0; text-shadow: 0 1px #fff; }
.updates > li { border-top: 1px solid #d5d5d5; padding: 10px 14px; line-height: 20px; }
.updates > li:first-child { border-top: none; }
.updates > li > span, .updates > li span.text { display: block; }
.updates > li span.text strong {font-size: 12px; text-transform: uppercase; margin-right: 5px; opacity: .9;}
.updates > li span.text i {font-family: Times New Roman, serif; font-size: 1.1em; opacity: .9;}
.updates > li > span > a { font-weight: bold; }
.updates > li .btn-group {float: right;}

.uInfo {max-width: 100%; border: solid 1px #ddd; background-color: #eee; padding: 15px 15px 20px 35px; background-image: url(../images/elements/other/updateNotice.png); background-repeat: no-repeat;  background-position: 12px 18px; font-size: .97em; line-height: 18px; margin-top: 5px; color: #7f7f7f;}

.uInfo.canClose {position: relative; padding-right: 30px;}
.uInfo.canClose .close {color: #666; position: absolute; top: 8px; right: 0;}
.uInfo.canClose .close:hover {color: #333;}

.uDone, .uAlert, .uNotice { float: left; display: block; padding-left: 22px; max-width: 76%; }
.uDone { background-image: url(../images/elements/other/updateDone.png); background-repeat: no-repeat; background-position: 0 4px; }
.uAlert { background: url(../images/elements/other/updateWarning.png) no-repeat 0 4px; }
.uNotice { background-image: url(../images/elements/other/updateNotice.png); background-repeat: no-repeat; background-position: 0 4px; }

.issueAlert {display: block; min-height: 11px; background: url(../images/elements/other/updateWarning.png) no-repeat 0 5px; padding-left: 20px; font-weight: bold;}

/* Contact Detail */

.contactDetail .tbarNum, .tbarNum {color: #B35D5D; margin-left: 8px; font-weight: bold;}
.contactDetail .contactBlock {width: 100%; margin-top: 10px;}
.contactDetail .contactBlock.totals {background-color: #eee; border-radius: 6px; padding: 8px 12px;}
.contactDetail .contactBlock .cLabel {float: left; width: 85px; color: #222;}

/* Project Detail */

.projectDetail tr.completed {text-decoration: line-through;}
.projectDetail .myProjects tr {cursor: default !important;}

.mytasks tbody tr:hover td {background-color: #f4f4e6;}


/* === 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 .grid3.emailStrings {width: 25.531914891%; margin-left: 0;}
.fluid .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.fluid .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }

.grid12.expanded {padding-right: 45px; width: 99.99999998999999%;}

#hiddenMinMax {padding: 6px 10px 7px 10px; border: solid 1px #c3c3c3; color: #636363; border-radius: 3px; box-shadow: 0 1px 0 #fff; margin-top: 35px;}
#hiddenMinMax .iconb {margin: 2px 0 0; display: block; float: left; font-weight: normal;}

.minMax {display: block;}
.minMax.collapse:hover {color: #dea034;}
#hiddenMinMax.minMax.expand {display: none; position: absolute; right: 0;}
#hiddenMinMax.minMax.expand:hover {color: #28ab35;}

/* === Gritter / Growl === */

/* ie6 trash */
* html #gritter-notice-wrapper {position:absolute;}
* html .gritter-top {margin-bottom:-10px;}
* html .gritter-item {padding-bottom:0;}
* html .gritter-bottom {margin-bottom:0;}
* html .gritter-close {background:url(../images/gritter-close-ie6.gif); width:22px; height:22px; top:7px; left:7px;}

/* the norm */
#gritter-notice-wrapper {position:fixed; top:20px; right:20px; width:301px; z-index:9999;}
.gritter-item-wrapper {position:relative; max-height:282px; overflow-y:hidden; margin:0 0 10px 0; background:url('.'); /* ie7/8 fix */}
.gritter-top {background:url(../images/elements/gritter/gritter.png) no-repeat left -30px; height:10px;}
.hover .gritter-top {background-position:right -30px;}
.gritter-bottom {background:url(../images/elements/gritter/gritter.png) no-repeat left bottom; height:8px; margin:0;}
.hover .gritter-bottom {background-position: bottom right;}
.gritter-item {display:block; background:url(../images/elements/gritter/gritter.png) no-repeat left -40px; color:#eee; padding:2px 11px 8px 11px; font-size: 11px; font-family:verdana;}
.hover .gritter-item {background-position:right -40px;}
.gritter-item p {padding:0; margin:0;}
.gritter-close {position:absolute; top:5px; left:3px; background:url(../images/elements/gritter/gritter.png) no-repeat left top; cursor:pointer; width:30px; height:30px;}
.gritter-title {font-size:14px; font-weight:bold; padding:0 0 7px 0; display:block; text-shadow:1px 1px #000; /* Not supported by IE :( */}
.gritter-image {width:48px; height:48px; float:left;}
.gritter-with-image, .gritter-without-image {padding:0 0 5px 0;}
.gritter-with-image {width:220px; float:right;}


/* === 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 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; 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;  }
.rightTabs .ui-tabs-nav li {float: left;}

.tab_container { overflow: hidden; width: 100%; }
.tab_content { padding: 10px 12px; }


/* Sidebar tabs */

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; 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: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

.tab-container .content {padding: 10px 14px;}
.tab-container .active {visibility: visible !important;}

/* ===== 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 #DDD; padding: 12px 0; display: block; }
.ui-formwizard { position:relative; }
.ui-formwizard fieldset { border-bottom: 1px solid #DDD; }
.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 ===== */

.notify {position: absolute; display: block; left: 50%; top: 130px; width: 280px; margin-left: -140px; background: #fff; z-index: 997; padding: 8px 12px; text-align: center; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,.15);}

.nNote { display: none; /* Hide widgets until the DOM has loaded */ cursor: pointer; margin: 32px 0px 0px 0px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.body .nNote {margin: 12px 0 20px;}
#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 #fff;  }
.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 );
  }
.nWarning a {color: #826200; text-decoration: underline;} 

.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 );
}
.nSuccess a {color: #4f7307; text-decoration: underline;} 

.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 #DDD; }
.nFailure a {color: #7d2a1c; text-decoration: underline;} 

.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;
 }
.nInformation a {color: #4579aa; text-decoration: underline;} 


/* ========== Content pagination ========== */

.addPagination .pagination {  padding: 12px; border-top: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff 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 );
}

.pagination { margin: auto; width: auto; 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 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff 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: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }


/* ===== Content progress bars ===== */

.contentProgress { background: #e6e6e6; border: 1px solid #ccc; box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; overflow: hidden;}
.panelContent .contentProgress {padding: 0 2px; height: 4px; background: linear-gradient(to bottom,rgba(53,61,72,0.3) 0,rgba(42,49,58,0.8) 100%)!important; box-shadow: inset 0 2px 4px -2px rgba(0,0,0,.5);border-top: 1px solid #272c35; border-bottom: 1px solid #646c75; border-left: 1px solid #2e363f; border-right: 1px solid #2e363f;}
.panelContent .barG {margin-top: 0px; height: 1px; border-color: #90c255;}
.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: #ccc; box-shadow: 0 1px 0 #eee, 0 1px 0 #c1c1c1 inset; -webkit-box-shadow: 0 1px 0 #eee, 0 1px 0 #c1c1c1 inset; -moz-box-shadow: 0 1px 0 #eee, 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; }

.pWrapper { padding: 3px; width: 200px; height: 2px; background: url(../images/elements/ui/progress_container.png); margin: 12px; }
.progressG { height: 2px; width: 0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #90c255; }

/* ===== 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  ===== */

.overdue strong {color: #A64949;}
.overdue .label {color: #fff;}

.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; }

.taskEmail { background: url(../images/icons/tiny/mail_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskEmail{ background: url(../images/icons/tiny/mail_red.png) no-repeat; }
.taskCall { background: url(../images/icons/tiny/phone_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskCall { background: url(../images/icons/tiny/phone_red.png) no-repeat; }
.taskMeeting { background: url(../images/icons/tiny/meeting_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskMeeting { background: url(../images/icons/tiny/meeting_red.png) no-repeat; }
.taskCheckIn { background: url(../images/icons/tiny/check_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskCheckIn { background: url(../images/icons/tiny/check_red.png) no-repeat; }
.taskFollowUp { background: url(../images/icons/tiny/clock_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskFollowUp { background: url(../images/icons/tiny/clock_red.png) no-repeat; }
.taskNone { background: url(../images/icons/tiny/none_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskNone { background: url(../images/icons/tiny/none_red.png) no-repeat; }
.taskMeeting { background: url(../images/icons/tiny/meeting_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskMeeting { background: url(../images/icons/tiny/meeting_red.png) no-repeat; }
.taskWebinar { background: url(../images/icons/tiny/screen_grey.png) no-repeat; display: block; width: 12px; height: 12px; margin: 0 auto;}
.overdue .taskWebinar { background: url(../images/icons/tiny/screen_red.png) no-repeat; }


/* ===== 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 );
overflow: hidden;
}
.tbar li:not(.hasNum) { display: inline-block; margin-left: -3px;  border-right: 1px solid #ddd; font-size: 11px; }
.tbar li.hasNum {display: inline-block; float: right;}
.tbar li.hasNum span[class*="dataNum"] {margin: 7px 9px 0 0 !important;}
.tbar li:first-child { margin-left: 0; }
.tbar li a:not([class*="dataNum"]), .tbar li > span:not([class*="dataNum"]) { display: block; color: #818181; padding: 6px 12px; }
.tbar li a:active:not([class*="dataNum"]), .tbar li a.active:not([class*="dataNum"]), .tbar li a.clicked:not([class*="dataNum"]), .tbar li > span.active {
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:hover:not([class*="dataNum"]) { background: #f8f8f8; }
.tbar li.hasDataNum {display: inline-block; float: right; margin-left: 0px; border-right: 0px; font-size: 11px; }
.tbar li.hasDataNum [class*="dataNum"] {margin-top: 7px !important;}

/* ===== 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: 90%; margin-top: 2px; }
.activityWidget .wNews {width: 85%;}
.wNews .flag {float: left; margin-right: 10px;} 
.wNews .announce {float: left; position: relative; top: -4px;}
.wNews .announce div { display: block; line-height: 14px; margin-top: 4px; }
.wNews .announce div a {color: #5f5f5f; }
.wNews .announce div a:hover {color: #2b6893;}
.wNews > .headline { float: left; margin-right: 14px; }
.wNews .announce > a { font-weight: bold; line-height: 18px; }
.wNews .announce > span {display: block;}
.wNews img.avatar, img.avatar, .avatar img {width: 37px; height: 37px; border-radius: 3px; -webkit-border-radius: 3px;}

/* ===== Activity Icons 

.announce div {padding-left: 16px;}

.mEmail {background: url(../images/mini/email.png) no-repeat; background-position: left center;}
.mTask {background: url(../images/mini/task.png) no-repeat; background-position: left center;}
.mNote {background: url(../images/mini/note.png) no-repeat; background-position: left center;}
.mOpp {background: url(../images/mini/opp.png) no-repeat; background-position: left center;}

===== */

/* ===== Search widget  ===== */

.searchLine { position: relative; box-shadow: 0 1px 1px #fcfcfc; -webkit-box-shadow: 0 1px 1px #fcfcfc; -moz-box-shadow: 0 1px 1px #fcfcfc; margin-top: 35px; }
.searchLine input[type=text] { border: 1px solid #cdcdcd; padding: 9px; height: 32px; 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; }

.contentTop .searchCtn {float: right; line-height: 16px; text-align: center; margin: 15px 0 14px 0; width: 31.914893614%; *width: 31.8617021246383%;  }
.contentTop .searchLine {margin-top: 0px;}

.sResults { background: #fafafa; border: 1px solid #CDCDCD; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #CCC; -webkit-box-shadow: 0 2px 2px -2px #CCC; -moz-box-shadow: 0 2px 2px -2px #CCC; 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 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff 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; }
input[type=button] {cursor: pointer;}


/* ===== Invoice widget  ===== */

.wInvoice { background: #efefef; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin-bottom: 15px; border: 1px solid #DDD; }
.wInvoice li { width: 33%; display: inline-block; text-align: center; border-left: 1px dotted #ddd; 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:after { content: ""; display: block; clear: both; }
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:after { content: ""; display: block; clear: both; }
.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: #bbb; }
.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; font-weight: normal;}

.mesControls { margin-top: 14px; }
.mesControls:after { content: ""; display: block; clear: both; }
.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: 7px 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: 14px; height: 14px; background: url(../images/icons/usual/icon-paperclip.png) no-repeat; }
.sendBtn .attachPhoto { width: 14px; height: 11px; background: url(../images/elements/other/photo.png) no-repeat; }
.sendBtn input[type=submit], .sendBtn input[type=reset], .sendBtn input[type=button] { float: left; display: block; margin-left: 12px; line-height: 15px; height: 28px; }
.sendwidget input[type=submit], .sendwidget input[type=reset], .sendwidget input[type=button] { height: auto; }
.sendwidget .attachLink, .sendwidget .attachPhoto { margin: 10px 0 10px 12px; }
.sendBtn > .buttonS { padding: 6px 14px; }



/* # Form styles
================================================== */

.formRow, .dialog .formRow.reg, .dialog-inline .formRow.reg { border-bottom: 1px solid #ddd; border-top: 1px solid #fff; padding: 14px 16px; }
.formRow .intRow {padding: 2px 0; }
.formRow .intRow input:not(.hasNote), .formRow .intRow [class*="Back"], .formRow .intRow .selector {margin-bottom: 10px;}
.formRow:after, .formRow .intRow:after  { content: ""; display: block; clear: both; }
.formRow:first-child { border-top: none; }
.formRow.shaded {background-color: #eee;);}

.formRow input[type=text], 
.formRow input[type=password], 
textarea,
input[type=text],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]

{ 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 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; padding: 7px; border: 1px solid #d7d7d7; display: inline-block; background-color: #fdfdfd; height: 28px; }

input[type="search"] { -webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none; }
textarea { height: auto; }
textarea.auto {height: 76px;}
.formRow  [class*="grid"] > label { float: left; 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: #AAA; white-space: nowrap; }
.formRow > label, .formRow.widgetFormRow label { padding: 6px 0; display: block; float: left; }

.multiple { width: 100%; height: 200px; padding: 5px; border: 1px solid #d7d7d7; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }

.formRow input[disabled] { /*background-color: #f9f9f9; *//*color: #afafaf; */}
.formSubmit, .formReset { display: block; float: right; margin-right: 15px;}
.hasIcon [class*="icon"] { float: none; margin-right: 0; }

.formRow.widgetFormRow label {width: 31.914893614%; *width: 31.8617021246383%;}
.formRow.widgetFormRow .selector, .formRow.widgetFormRow input {width: 65.95744680199999%; *width: 65.90425531263828%; margin-bottom: 15px;}
.formRow.widgetFormRow input {margin-bottom: 10px; margin-top: 2px;}

.formRow.widgetFormRow input.date_range {width: 115px; margin-right: 10px;}
.formRow.widgetFormRow #ranges {display: none; margin-left: 31.914893614%;}

.formRow.widgetFormRow [class^="stats"] {position: relative; top: 5px;}

.sidebarList {display: table;}
.sidebarList li {display: table-row; padding: 6px 0;}
	.sidebarList li.hidden {display: none;}
	.sidebarList li.displayCell {display: table-row;}
	.sidebarList li.displayCell > span:first-child {padding-left: 5px;}
	.sidebarList.nopadding li {padding: 0px;}
.sidebarList li > span {display: table-cell;}
.sidebarList li > span:first-child {padding-right: 10px;}
.sidebarList li.listBlock > span {display: table-cell; padding-top: 10px;}
	.sidebarList.nopadding li [class^="stats"] {top: 0px;}
	.sidebarList.nopadding li .statsMinus {background-position: 0 5px;}

/* ===== 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 #999; display: none; }

.formError .formErrorContent { background: #202020; position:relative; z-index:5001; color: #fff; width: 124px; font-size: 11px; border: 1px solid #000; padding: 2px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.greenPopup .formErrorContent { background: #33be40; }
.blackPopup .formErrorContent { background: #393939; color: #FFF; }
.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: #FFF; }

.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 #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }
.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: 28px; height: 28px; 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 #fff inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; 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: #777; text-shadow: 0 1px #f5f5f5; padding: 0px 32px 0px 2px; background: url(../images/elements/forms/selectArrow.png) no-repeat 100%; cursor: pointer; font-size: 11px; height: 28px; line-height: 28px; }
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: 100%; top: 0px; left: 0px; }

.selectorLeft div.selector {float: left;}
#birthdayCtn div.selector {margin-right: 10px;}

.disabled { opacity: 0.6; filter: alpha(opacity=60); cursor: default; }
.disabled .selector, .disabled .selector span, .disabled .selector select {cursor: default !important; }
.labelDisabled { color: #B7B7B7; }

.hasValidation div.selector {overflow: visible; display: block;}
.hasValidation div.selector label.error {position: relative; float: left; margin-top: 5px; margin-left: -9px;}

/* Checkboxes */

div.checker { width: 16px; height: 16px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 3px; margin-right: 8px; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }
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; }

.dTable td div.checker {margin-right: 0px;}

/* 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: 3px; margin-right: 8px; }
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: 200px; position: relative; overflow: hidden; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; background: #fdfdfd; padding: 2px 2px 2px 8px; }
div.uploader span.action { width: 22px; background: #fff url(../images/elements/forms/addFiles.png) no-repeat 0 0; height: 22px; font-size: 11px; 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: #777; max-width: 200px; font-size: 11px; 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 #ddd; 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  ===== */

.rowData:after { content: ""; display: block; clear: both; } 
.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 { background: url(../images/tables/sort.png) no-repeat 0; display: block; /*position: absolute; right: 3px; top: 3px; width: 16px*/width: 7px; float: right; margin: 2px 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 !important; min-width: 40px !important; max-width: 40px !important; padding: 0; vertical-align: middle; margin: 0;}
.checkAll tbody tr td:first-child .checker, .checkAll tbody tr td:first-child .radio, .checkAll tbody tr td:first-child .checker { margin: 0 auto; float: none; }

td.smallCol, table.dataTable td.smallCol {width: 40px !important; min-width: 40px !important; max-width: 40px !important; padding: 0; vertical-align: middle; margin: 0; padding-left: 0px; padding-right: 0px;}
td.smallCol > [class^="icon-"] {margin-right: 0px;}

.checkAll:not(.mytasks) tbody tr td:last-child { width: 60px; padding: 0; vertical-align: middle; margin: 0;}
.noCheck tbody tr td:last-child { width: 60px; padding: 0; vertical-align: middle; margin: 0;}

.vAlignMiddle td {vertical-align: middle;}
.vAlignTop td, .tDefault.vAlignTop tbody td, .tLight.vAlignTop tbody td, .tAlt.vAlignTop tbody tr td {vertical-align: top;}
.vAlignTop td .label {line-height: 22px;}
.vAlignTop td.smallCol, table.dataTable.vAlignTop td.smallCol, .checkAll.vAlignTop tbody tr td:first-child {vertical-align: top; padding-top: 7px; padding-bottom 7px;}
.vAlignTop.checkAll:not(.mytasks) tbody tr td:last-child {vertical-align: top; padding-top: 7px;}
td.fileInfo > span {white-space: nowrap; padding-left: 5px; padding-right: 5px;}
td.fileInfo span.prodStatus {margin-left: 5px; display: none; line-height: 14px; float: right;}
td.fileInfo li.jobName span {font-size: 12px;}
.item-status {display: none;}

/* ===== Scroll large table ===== */

.tableScroll {overflow-x: scroll;}

/* ===== 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: 11px; padding: 3px 5px 2px 5px; color: #909090; background: #eee; }
.tDefault.hasSelect thead td {padding-top: 8px; padding-bottom: 8px;}
.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 #fff inset; -webkit-box-shadow: 0 1px 0px #fff inset; -moz-box-shadow: 0 1px 0px #fff inset; }
.tDefault tbody tr:nth-child(even) { background: #f2f2f2; }
.tDefault tfoot tr {border-top: solid 1px #cdcdcd; }
.tDefault tfoot tr td {padding: 13px 14px;}
.tDefault tfoot .table_info {font-size: 11px; position: relative; top: 3px;}

.contactDetail .mytasks tbody tr:first-child {border-top: 0px;} 
.mytasks .completed, .mytasks .lost {text-decoration: line-through;}
.COGS input[type=text] {width: 80px;}

tr.completed td:not(.assigned_to) {text-decoration: line-through;}
tr.totals td {font-weight: bold; border-bottom: 0px;}

#eTotals table tr td:last-child {padding-left:30px;}

.tDefault tbody tr:nth-child(odd) td.is-total {background: #e6e3ff;}
.tDefault tbody tr:nth-child(even) td.is-total {background: #e2dfff;}

.tDefault tbody tr:nth-child(odd) td.per-item {background: #e3efff;}
.tDefault tbody tr:nth-child(even) td.per-item {background: #dfedff;}

.tDefault tbody tr:nth-child(odd) td.related {background: #fff4e3;}
.tDefault tbody tr:nth-child(even) td.related {background: #fff2df;}

/* ===== My Projects ===== */

.tDefault tbody tr.overdue, .dTable tbody tr.overdue, .dTable tbody tr.under, .dTable tbody tr.incomplete, .dTable tbody tr.unpaid {background-color: #ffeeee;}
.tDefault tbody tr.overdue:nth-child(even), .dTable tbody tr.overdue:nth-child(even), .dTable tbody tr.under:nth-child(even), .dTable tbody tr.incomplete:nth-child(even), .dTable tbody tr.unpaid:nth-child(even) {background-color: #ffe9e9;}

.dTable tbody tr.unverified, .dTable tbody tr.onhold {background-color: #fff5ed;}
.dTable tbody tr.unverified:nth-child(even), .dTable tbody tr.onhold:nth-child(even) {background-color: #fff2e8;}

.dTable tbody tr.cancelled {text-decoration: line-through;}
.dTable tbody tr.cancelled:nth-child(even) {text-decoration: line-through;}

.tDefault tbody tr.upcoming, .dTable tbody tr.upcoming, .dTable tbody tr.reconciled, .dTable tbody tr.won {background-color: #f1ffed;}
.tDefault tbody tr.upcoming:nth-child(even), .dTable tbody tr.upcoming:nth-child(even), .dTable tbody tr.reconciled:nth-child(even), .dTable tbody tr.won:nth-child(even) {background-color: #e3ffdc;}

.dTable tbody tr.hot {background-color: #ffeae0;}
.dTable tbody tr.hot:nth-child(even) {background-color: #ffe5d6;}


#opportunities tr td:not(.noClick), #dOpps tr td:not(.noClick), .clickRow tbody tr td:not(.noClick) {cursor: pointer;}
td.noClick {cursor: default !important;}


/* ===== 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: #777; }
.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 );
}
.tLight tbody tr.customCharge, .tLight tbody tr.totals {background-color: #f3f3f3;}
#invTable tr#total td:nth-child(2), .balance {font-size: 1.5em; font-weight: bold;}

#invTable tr td:nth-child(4), #invTable tr#subTotal td:nth-child(2), #invTable tr#total td:nth-child(2), #invTable tr td:nth-child(5)  {text-align: center;}

/* ===== 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: #777; }
.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 #ddd; 
-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; }
.fileInfo [class^="icon-"] {line-height: 22px; padding-right: 6px; margin-right: 0px;}
.fileInfo a [class^="icon-"] {line-height: 14px;}
.fileInfo .issue, .fileInfo .issue a, .issue {color: #A64949;}
.fileInfo .hot, span.hot {color: #e36d2d;}
.fileInfo .international, .international {color: #4c9ecd;}
.fileInfo .reproof, .reproof {color: #982de3;}
.fileInfo .labor, .labor {color: #37a72c;}
.fileInfo .question, .question, .fileInfo .instruction, .instruction a {color: #df26a4;}
.fileInfo .media, .fileInfo .media a, .media {color: #000;}

.orderIcons li {float: left; display: inline-block; margin-right: 6px;}
.orderIcons li [class^="icon-"] {padding-right: 0px;}

.tableActs, .dTable td:last-child { text-align: center; }
.tableActs > a, .dTable td:last-child > a { margin: 0 2px; }
.tableActs > .btn-group, .dTable td:last-child > .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; }

/* === Minimal table [for dialog windows]=== */

.tMinimal {width: 100%;}
.tMinimal thead th {text-align: left; font-weight: normal; font-size: .9em; color: #9f9f9f;}
.tMinimal thead th.order_balance {width: 150px;}
.tMinimal thead th.check_num, .tMinimal tbody td.check_num  {padding-left: 15px; width: 100px;}
.tMinimal tfoot tr {border-top: solid 1px #dcdcdc;}
.tMinimal tr td {line-height: 38px;}

.formRow input.readonly {border: 0px; background: transparent; box-shadow: none; -webkit-box-shadow: none; color: #5f5f5f; font-size: 100%; font-weight: bold;}

/* === 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.topBorder thead td, #invTable thead td {border-top: 1px solid #dfdfdf;}
.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 #fff inset; -webkit-box-shadow: 0 2px #fff inset; -moz-box-shadow: 0 2px #fff inset; vertical-align: middle; }
.tAlt:not(.hasBorder) tbody td:first-child, .tAlt thead td:first-child { border-left: none; }

.tAlt.hasBorder tbody td:last-child {border-right: solid 1px #dfdfdf;} 
.tAlt.hasBorder tbody tr:first-child td {border-top: solid 1px #dfdfdf;}

/* ===== 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 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff 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: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; 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-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0;
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 );
 }
.inHead:after, .inContainer:after, .inFooter:after { content: ""; display: block; clear: both; }
.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; clear: both; }
.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: 50%; 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: 0; filter: alpha(opacity=0); }
.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; }
#pw_reset { 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 #pw_reset { 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 div.picContainer {display: block; position: relative; width: 104px; height: 104px; margin: 0 auto; background-repeat: no-repeat; background-size: 104px 104px; border-radius: 2px; -webkit-border-radius: 2px; border: solid 2px rgba(200,200,200,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 1px 1px 0px rgba(255,255,255,.3), inset -1px -1px 0px rgba(255,255,255,.3);}
.loginPic div.picContainer img {position: absolute; top: 0px; left: 0px;}
.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], .loginWrapper input[type=email] { font-size: 11px; 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; }
.loginWrapper input[type=text] {width: 234px !important;} /* Hack, fix later */
.loginUsername { background: #fbfbfb url(../images/icons/loginUsername.png) no-repeat 213px 7px !important; }
.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:after { content: ""; display: block; clear: both; }
.logControl .memory { float: left; margin-top: 5px; }
.logControl button.login { 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 #fff; 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: #fff; font-size: 200px; text-stroke: 1px transparent; padding: 110px 0 80px 0; display: block; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 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 li .avatar {width: 38px;position: absolute; left: 0; text-align: center;}
.messagesOne li .avatar a {display: none; color: #d1d1d1;}
.messagesOne li .avatar a:hover {color: #989898; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;}
.messagesOne li .avatar a span {margin-right: 0px;}
.messagesOne li .avatar img {margin-bottom: 10px;}
.messagesOne .comment .avatar {left: 60px;}

.messagesOne .by_user .aro, .messagesOne .by_me .aro, .messagesOne .is_sticky .aro { width: 8px; height: 9px;  position: absolute;  top: 12px; }
.messagesOne .by_user .aro { width: 8px; height: 9px;  position: absolute;  top: 12px;  background: url(../images/elements/other/messageArrow_left.png) no-repeat; left: -8px; }
.messagesOne .by_me .aro { width: 8px; height: 9px;  position: absolute;  top: 12px;  background: url(../images/elements/other/messageArrow_left.png) no-repeat; left: -8px; }
.messagesOne .is_sticky .aro { width: 8px; height: 9px;  position: absolute;  top: 12px;  background: url(../images/elements/other/messageArrow_sticky_left.png) no-repeat; left: -8px; }

.messagesOne .by_user .messageArea, .messagesOne .by_me .messageArea, .messagesOne .is_sticky .messageArea { -ms-word-break: break-all; word-break: break-all; /* Non standard for webkit */ word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; 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: #fafeff; border-color: #b5cdd7; margin-left: 60px; }
.messagesOne .by_user .messageArea:hover { background: #fbffff; border-color: #91b8c8;}
.messagesOne .by_me .messageArea { background: #fefefe; border-color: #dcdcdc; margin-left: 60px; }
.messagesOne .by_me .messageArea:hover {background: #fff; border-color: #bdbdbd;} 
.messagesOne .by_me.comment .messageArea {margin-left: 120px;}
.messagesOne .is_sticky .messageArea { background: #ffe9ad; border-color: #eac572; margin-left: 60px; }
.messagesOne .is_sticky .messageArea:hover {background: #ffe9ad; border-color: #e2bb65;} 
.messagesOne .by_user .messageArea:hover, .messagesOne .by_me .messageArea:hover, .messagesOne .is_sticky .messageArea:hover {box-shadow: 0 0 6px rgba(100,100,100,.1); transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;}

.by_user .name > strong { color: #2c596d; }
.by_me .name > strong { color: #393939; }
.is_sticky .name > strong {color: #826200;}
.is_sticky .name, .is_sticky .time {color: #565656;}

.infoRow { font-size: 11px; color: #949494; margin-bottom: 6px; margin-top: -2px; }
.infoRow:after { content: ""; display: block; clear: both; }
.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; }

.messageArea:not(.noClick) {cursor: pointer;}

.hiddenComment {display: none;}

/* Enter message field  */
.enterMessage { position: relative; margin-top: 20px;  }
.enterMessage input[type=text] { width: 100%; height: 34px; background: #fff; 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; }

/* Colorbox
================================================== */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9000;}
#cboxOverlay {overflow: hidden;}
#colorbox, #cboxWrapper {overflow: visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow: visible; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay:not(.dark) {background:#fff;}
#cboxOverlay.dark {background: #000;}
#colorbox{outline:0;}
	#colorbox.dark #cboxContent {margin-top: 0px !important; border: none !important;}
    #cboxContent{margin-top:32px; overflow:visible; background:transparent;  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background: transparent; overflow: visible !important;}
        #cboxLoadingGraphic{background:url(../images/elements/loaders/5s.gif) no-repeat center center;}
        #cboxLoadingOverlay{background: transparent;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background: url(../images/elements/colorbox/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{top: 12px; right: 16px; background-position:-50px 0px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        
        #colorbox.dark #cboxClose, #colorbox.dark #cboxClose:hover {position: fixed; top: 35px; right: 35px; width: 20px; height: 20px; background: url(../images/elements/colorbox/closeDark.png) no-repeat 0 0;}
        #colorbox.dark #cboxLoadingGraphic{background:url(../images/elements/loaders/12s.gif) no-repeat center center;}

.dialog, .dialog-inline {background: #F5F5F5; border: solid 3px #808080; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } 
.dialog.w450 {width: 450px;}
.dialog.w550 {width: 550px;}
.dialog.w650 {width: 550px;}
.dialog.w700 {width: 700px;}
.dialog.w800 {width: 800px;}
.dialog.w900 {width: 900px;}
.dialog.w940 {width: 940px;}
.dialog.w1150, .dialog-inline.w1150 {width: 1150px;}

.OrderDetailItemCtn {display: none;}

.dialog .dialogContent {}
.dialog .formRow, .dialog-inline .formRow {padding: 8px 12px 10px;}
.dialog .dialogTitle, .dialog-inline .dialogTitle { cursor: move; position: relative; border-bottom: 1px solid #CDCDCD; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 1px 0 #fff; text-shadow: 0 1px white;  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 ); }
.dialog .dialogTitle span, .dialog-inline .dialogTitle span {height: 40px; padding: 2px 14px; line-height: 40px; font-weight: bold;}
.dialog .dialogFooter, .dialog-inline .dialogFooter {padding: 0 12px; font-size: .9em; border-top: 1px solid #cdcdcd; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 10px 0; text-shadow: 0 1px white;  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 ); }
.dialog .dialogFooter div, .dialog-inline .dialogFooter div {text-align: right; padding: 2px 12px;}
.dialog .dialogFooter .buttonM, .dialog-inline .dialogFooter .buttonM {margin-left: 10px;}

.dialogNotify {width: 650px; color: #fff;}
.dialogNotify .dialogContent {max-height: 525px; overflow:auto; /* box-shadow: inset 0px -66px 85px -37px rgba(0,0,0,0.5); z-index: 9010;*/}
.dialogNotify .dialogContent::-webkit-scrollbar {
    width: 2px;
}
.dialogNotify .dialogContent::-webkit-scrollbar-thumb {
    background-color: #fefefe; 
}
.dialogNotify h4 {font-size: 14px; text-align: center; font-weight: normal; margin-bottom: 25px;}
.dialogNotify ul.updates { position: relative; margin-right: 15px;}
.dialogNotify ul.updates li {border-top: none; border-bottom: dotted 1px rgba(255,255,255,.1); color: rgba(255,255,255,.85); padding: 10px;}
.dialogNotify ul.updates li strong {color: rgba(255,255,255,1);}
.dialogNotify ul.updates li:last-child {border-bottom: none;} 
.dialogNotify ul.updates li:hover {background-color: rgba(0,0,0,.2) !important;}
.dialogNotify ul.updates li.unread {background-color: rgba(0,0,0,.3) !important; border-left: solid 2px #fefefe;}
.dialogNotify ul.updates img {float: left; margin-right: 15px; width: 32px; height: 32px; border-radius: 100px;}
.dialogNotify ul.updates .message {float: left; width: 480px;}
.dialogNotify ul.updates .uDate {text-shadow: none; color: rgba(200,200,200,.8); margin: 0px; font-size: 11px;}

#groupsRow, #individualsRow, #orderRow, #projectRow {display: none;}

body.noScroll {overflow: hidden;}

.blurred {
	filter: blur(2px);
	-moz-filter: blur(2px);
	-webkit-filter: blur(2px);
}

/* 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 #ddd; -moz-box-shadow: 0 0px 2px #ddd; box-shadow: 0 0px 2px #ddd; border: 1px solid #ccc; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;  }
.gallery ul li:hover { border-color: #ddd; }
.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; }

/* Draggable Widgets
================================================== */

#billing_widgets.responsive .widget-holder, #billing_widgets.four-col .widget-holder, #billing_widgets.responsive .dashboard-widget-placeholder, #billing_widgets.four-col .dashboard-widget-placeholder {width: 23.404255317%; *width: 23.404255317%; margin: 0 0.693829787%;}
#billing_widgets.two-col .widget-holder, #billing_widgets.two-col .dashboard-widget-placeholder {width: 48.33617020799999%; margin: 0 0.693829787%;}
#billing_widgets.one-col .widget-holder, #billing_widgets.one-col .dashboard-widget-placeholder {width: 97.99999998999999%; margin: 0 0.693829787%;}

.widget-holder, .dashboard-widget-placeholder { position: relative; float: left; display: block; /*margin-left: 2.127659574%; *margin-left: 2.0744680846382977%;*/  z-index: 0; background: rgba(50,50,50,.1); box-shadow: 0 1px 0 rgba(225,225,225,1),inset 1px 1px 0px rgba(225,225,225,1),1px 0 0 rgba(225,225,225,1); border-radius: 3px; border: 1px solid #cacaca;}
.widget-holder {margin-bottom: 35px !important;}
.widget-holder .widget {margin-top: 0px;}
.widget-holder .widget .whead {cursor: move;}
.widget-holder.ui-sortable-helper .widget {box-shadow: none;}
.widget-holder { border-color: transparent; background: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.widget-area { position: relative;}
.csstransitions .widget-holder.noPerspective {
  -webkit-perspective: 1;
  -moz-perspective: 1;
  -ms-perspective: 1;
  perspective: 1;
}
.widget-holder.ui-sortable-helper {
  -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,.4);
  -moz-box-shadow: 5px 5px 25px rgba(0,0,0,.4);
  box-shadow: 5px 5px 25px rgba(0,0,0,.4);
}
.widget-holder .whead a {display: none;}
.widget-holder .whead.collapsed {border-radius: 3px;}

.widgets-filter {display: none; /* Hide widgets until the DOM has loaded */ float: left; width: 100%; margin: 18px 0.693829787%;}
.widgets-filter label {line-height: 30px;}
.widgets-filter label, .widgets-filter .selector {float: left; margin-right: 15px; }
.widgets-filter form, .widgets-filter ul, .widgets-filter ul li {float: left;}
.widgets-filter fieldset {float: left; min-height: 30px; padding-left: 15px;}
.widgets-filter fieldset:first-child {border-left: 0px; padding-left: 0px;}
.widgets-filter.on_off .ibutton-container {float: left; margin-top: 5px;}
.widgets-filter a {margin: 0px;}
.widgets-filter li {height: 30px; margin-right: 8px;}
ul.order_detail li:not(:first-child) {display: block;}

#individual label, #individual input {float: left;}
#individual .ibutton-container {margin-right: 15px;}

.dTable {background: #e6e6e6;}
.draggable-row-placeholder {position: relative; display: block; height: 100px; border-top: 0px !important;}
.dTable.proofing .draggable-row-placeholder {height: 75px;}
.draggable-row-placeholder-small { height: 39px;}
.ui-sortable-helper {cursor: move;}
.ui-sortable-helper td {cursor: move !important;}

.dataTables_totals {float: right; font-size: 11px; text-align: left; margin: 18px 0; position: relative;}

#awaitingShipment .incomplete .btn-group {display: none;}
#unfinishedTable_wrapper {display: none;}

/* # 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%; }

.under .breadLinks > ul > li > a span, .under .breadLinks ul li a strong { display: none; visibility: hidden; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.under .breadLinks ul li a i { float: none; margin: 0; padding: 4px; }

/* Dashboard */
#dash_topnav {position: fixed; height: 30px; width: 100%; background: url(../images/backgrounds/contentTopNotify.png) repeat-x; border-bottom: 1px solid #cdcdcd; z-index: 998; }
#dash_topnav ul {padding-left: 40px;}
#dash_topnav ul li {line-height: 30px; font-size: 11px; padding: 0 12px; float: right;}
#dash_topnav ul li a {color: #666;}
#dash_topnav ul li:first-child {float: left; padding-left: 18px;}
#dash_topnav ul li:nth-child(2) {padding-right: 18px;}
#dash_topnav ul li.welcome img {float: left; height: 21px; width: 21px; margin: 5px 12px 0 0; border-radius: 2px;}
#dash_content {width: 70%; margin: 0 auto; padding: 20px 0; color: #D1D7E0; text-shadow: 0 2px 1px rgba(0,0,0,0.3);}
.dashboard_info {margin-bottom: 15px; color: #dfdfdf;}
.dashboard_nav {border: 1px solid #343b43; border-radius: 6px; background: rgba(46,53,61,0.25); box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);}
.dashboard_nav ul {}
.dashboard_nav ul li {width: 90px; display: inline-block; text-align: center; border-left: solid 1px rgba(0,0,0,0); border-right: solid 1px rgba(0,0,0,0); padding: 10px 0;}
.dashboard_nav ul li img {margin-bottom: 2px; opacity: .9;}
.dashboard_nav ul li p {line-height: 12px; padding: 6px 0 0;}
.dashboard_nav ul li:hover {cursor: pointer; background-color: rgba(36,43,53,0.3); border-left: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); -webkit-box-shadow: inset -2px 0 0 -1px #272c32; -moz-box-shadow: inset -2px 0 0 -1px #272c32; box-shadow: inset -2px 0 0 -1px #272c32;}

#dashboard_widgets {margin-top: 20px;}
#dashboard_widgets > ul li {float: left; width: 23.404255317%; *width: 23.3510638276383%; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; background: red;}
#dashboard_widgets > ul li:first-child {margin-left: 0px;}