@import "reset.css";
@import "front.css";
@import "datatable.css";
@import "ui_custom.css";
@import "gantt.css";

/* #Basic Styles
================================================== */

/* Wrappers */

html {
    height: 100%;
    background: #fff;
}

.html {
    height: 100%;
}

body {
    min-height: 100%;
    font-size: 12px;
    color: #595959;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.2pt;
}

body {


    background: #595959; /* Old browsers */
    background: -moz-linear-gradient(top,  #595959 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #595959 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #595959 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #595959 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #595959 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

.wrapper {
    position: relative;
    margin: 0 3%;
}

.contentWrapper {
    position: relative;
    margin: 0 3%;
    float: right;
    width: 94%;
}

.chart, .bars, .updating, .pie {
    height: 250px;
    z-index: 90;
    max-width: 100%;
}

.chart-wrapper {
    overflow: hidden;
}

/* Text */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.redBack, .greenBack, .greyBack, .blueBack {
    padding: 4px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fafafa;
}

.redBack {
    background: #b75d5d;
}

.greenBack {
    background: #7ab75d;
}

.greyBack {
    background: #6a6a6a;
}

.blueBack {
    background: #5d92b7;
}

p {
    padding-top: 12px;
}

.textL {
    text-align: left;
}

.text-right-side {
    text-align: right;
}

.text-center {
    text-align: center;
}

.red {
    color: #A73939;
}

.green {
    color: #599414;
}

.label-grey {
    color: #808080;
}

.blue {
    color: #4286ad;
}

.orange {
    color: #c75510;
}

.font-size11 {
    font-size: 11px;
}

/* Dividers */

.sidebar-separator {
    /*background: #646464;*/

    width: 100%;
    margin: 16px 0;
}

/* Content */

.legendLabel span {
    display: block;
    margin: 0 5px;
    color: #fff;
}

.legendColorBox {
    padding-left: 10px;
}

.clear {
    clear: both;
}

.last {
    border-bottom: none!important;
}

.floatR {
    float: right;
}

.float-left {
    float: left;
}

.nobg {
    background: #2B2F30;
}

.nomargin {
    margin: 0;
}

.nomarginL {
    margin-left: 0!important;
}

.nomarginR {
    margin-right: 0!important;
}

.np {
    padding: 0!important;
}

.sideMargin {
    margin: 0 12px;
}

#side-navigation {
    float: left;
    width: 218px;
    padding: 0 1px;
    padding-bottom: 60px;
}

#content-wrapper {
    padding-bottom: 62px;
    overflow: hidden;
    background: #fff;
}

.scroll {
    height: 182px;
    overflow: auto;
}

.dn, .resp {
    display: none;
}

select[multiple] {
    border: 1px solid #ddd;
    box-shadow: 0 0 0 2px #f4f4f4;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    -moz-box-shadow: 0 0 0 2px #f4f4f4;
    color: #656565;
    background: white;
}

/* Placeholder colors */

::-webkit-input-placeholder {
    color: #b3b3b3;
}

:-moz-placeholder {
    color: #b3b3b3;
}


/* ==========  Login page  ========== */

.login-page .user-navigation {
    margin-right: 0!important;
}

.login-page .top-navigation {
    text-align: center;
    position: static;
}

.login-page .user-navigation, .login-page .user-navigation ul {
    float: none;
    border: none;
}

.login-page .user-navigation ul li {
    display: inline-block;
    float: none;
    margin-left: -4px;
}

.login-page input[type=text], .login-page input[type=password] {
    width: 100%!important;
}

.login-page #footer .wrapper {
    padding-left: 0;
}

.login-page .form-row {
    padding: 18px 14px;
}

.login-wrapper {
    margin: -119px 0 0 -170px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.login-wrapper .widget {
    width: 340px;
    background: #f9f9f9;
    border: 1px solid #cdcdcd;
    display: block;
    height: 236px;
}

.login-logo {
    position: absolute;
    width: 236px;
    height: 60px;
    display: block;
    top: -55px;
    left: 50%;
    margin-left: -93px;
}

.login-controllers {
    border-top: 1px solid #fff;
    padding: 16px 14px;
}

.login-class {
    float: right;
    padding: 7px 20px 8px 20px!important;
}

.login-input {
    width: 190px;
    float: right;
    margin-right: 14px!important;
}

.remember-check {
    float: left;
    margin-top: 6px;
}

.remember-check label {
    width: auto;
    display: block;
    white-space: nowrap;
    margin: -2px 14px 0 14px;
    float: left;
    cursor: pointer;
}

.backTo {
    border-left: 1px solid #39454f;
    border-right: 1px solid #39454f;
    float: left;
}

.backTo .inner {
    border-left: 1px solid #1c262b;
    border-right: 1px solid #1c262b;
    float: left;
}

.backTo a:hover {
    background: #293138;
    border-left: 1px solid #293138;
    border-right: 1px solid #293138;
}

.backTo span {
    padding: 4px 15px 4px 8px;
    display: block;
    float: left;
}

.backTo img {
    margin: 9px 2px 0px 14px;
    float: left;
    display: block;
}

.backTo a {
    float: left;
    color: #eeeeee;
    font-size: 11px;
    border-left: 1px solid #39454f;
    border-right: 1px solid #39454f;
}



/* ==========  Error and offline pages  ========== */

.error-wrapper {
    margin-top: -169px;
    position: absolute;
    top: 50%;
    bottom: 0;
    text-align: center;
    left: 50%;
    margin-left: -260px;
    right: 0;
    height: 338px;
    background: #1D2020;
    width: 520px;
    border: 5px solid #343A3A;
}

.error-wrapper .button {
    margin-bottom: 30px;
}

.sadEmo {
    background: url(../images/sadEmo.png) no-repeat;
    display: block;
    height: 62px;
    margin: 0 auto 0px auto;
    width: 62px;
}

.error-wrapper .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;
}

.error-wrapper .error-id {
    color: #fff;
    font-size: 200px;
    text-stroke: 1px transparent;
    padding: 120px 0 80px 0;
    display: block;
}

.error-description {
    display: block;
    margin: 40px 0 25px 0;
    font-weight: bold;
    font-size: 14px;
}




/* ==========  Numeric data designs  ========== */

.numberTop, .number-Middle, .number-sign, .groupNum {
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 1px 5px;
    color: #a0a0a0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin: 10px 15px 10px -5px;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    height: auto!important;
    text-shadow: none !important;
}

.numberTop {
    margin: 26px 12px 6px -5px;
    padding: 1px 5px!important;
}

.number-Middle {
    margin: 0;
    position: absolute;
    top: -8px;
    right: -1px;
    font-size: 11px;
}

.number-sign {
    margin: 1px 3px;
    background: #1B232A;
    border: 1px solid #333c45;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #d5d5d5;
}

.groupNum {
    display: block;
    float: none;
    position: absolute;
    top: -9px;
    right: 0;
    margin: 0;
    box-shadow: 0 0 0 1px #262f36;
    -webkit-box-shadow: 0 0 0 1px #262f36;
    -moz-box-shadow: 0 0 0 1px #262f36;
}

.inner-navigation .number-Middle {
    background: #6d6d6d;
    color: #fff;
}


/* Top navigation
================================================== */

.top-navigation {
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #565656 50%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(50%,#565656), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */

    height: 50px;
    display: block;
    color: #eeeeee;
    position: fixed;
    width: 100%;
    line-height: 50px;
    z-index: 999;
    font-weight: 200;
}

.user-navigation {
    margin-right: -2px;
}

.welcome {
    float: left;
    margin-left: -4px;
}

.welcome img {
    float: left;
    margin: 17px 11px 6px 0;
}

.welcome span {
    display: block;
    white-space: nowrap;
    float: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.2pt;
    font-weight: 500;
}

.user-navigation {
    float: right;
    z-index: 6000;
    position: relative;
    font-size: 12px;
    margin-right: 214px;
}

.user-navigation ul {
    margin-right: -1px;
}

.user-navigation ul li {
    display: inline;
    float: left;
    position: relative;
    cursor: pointer;
    margin-left: -1px;
}

.user-navigation ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    font-weight: 400;
    letter-spacing: 0.2pt;
}

.user-navigation ul li a:hover {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    background-color: #a0a0a0;

}

.user-navigation ul li span {
    display: block;
    padding: 0px 15px 0px 8px;
    float: left;
    letter-spacing: 0.2pt;
    font-weight: 500;
}

.user-navigation ul li img {
    float: left;
    display: block;
    margin: 19px 2px 0px 14px;
}

ul.custom-dropdown {
    width: 137px;
    position: absolute;
    left: 1px;
    display: none;
    top: 69px;
    padding: 0 1px 1px 1px;
    z-index: 100;
    border: none;
    line-height: 25px;
}

ul.custom-dropdown li {
    display: block;
    float: none;
    border-top: 1px solid #a0a0a0;
    background: #6d6d6d;
}

ul.custom-dropdown 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.custom-dropdown li a {
    width: 100px;
    padding: 6px 0px 7px 38px;
    ; font-size: 11px;
    text-transform: none;
    font-weight: normal;
    float: none;
    border: none;
}

ul.custom-dropdown li a:hover {
    border-right: none;
    border-left: none;
}

.Icon-Add {
    background: url(../images/icons/topnav/subAdd.png) no-repeat 11px;
}

.Icon-Inbox {
    background: url(../images/icons/topnav/subInbox.png) no-repeat 11px;
}

.Icon-Outbox {
    background: url(../images/icons/topnav/subOutbox.png) no-repeat 11px;
}

.Icon-Trash {
    background: url(../images/icons/topnav/subTrash.png) no-repeat 11px;
}

.Icon-Spam {
    background: url(../images/icons/topnav/subSpam.png) no-repeat 11px;
}




/* Left navigation
================================================== */

/* === Left navigation widgets === */

.nav li.dash a span {
    background-image: url(../images/icons/light/home.png);
}

.nav li.charts span {
    background-image: url(../images/icons/light/graph.png);
}

.nav li.forms a span {
    background-image: url(../images/icons/light/pencil.png);
}

.nav li.typo span {
    background-image: url(../images/icons/light/download-to-computer.png);
}

.nav li.tables a span {
    background-image: url(../images/icons/light/frames.png);
}

.nav li.errors a span {
    background-image: url(../images/icons/light/alert.png);
}

.nav li.files a span {
    background-image: url(../images/icons/light/paperclip.png);
}

.nav li.ui a span {
    background-image: url(../images/icons/light/user.png);
}

.nav li.widgets a span {
    background-image: url(../images/icons/light/power.png);
}

.nav li a span {
    background-position: 12px 13px;
    background-repeat: no-repeat;
}



/* === Left navigation classes === */

.logo {
    border-right: 1px solid #a0a0a0;
    width: 221px;
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #565656 50%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(50%,#565656), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid #3B4751;
    margin: -1px 0px 0px -3px;
}

.nav {
    border-top: 1px solid #1c252b;
}

.nav li {
    position: relative;
}

.nav li a {
    display: block;
    border-bottom: 1px solid #3A3E3F;
}

.nav li a:hover {
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #565656 50%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(50%,#565656), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
}

.nav li a.active, .nav li a:active {
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #565656 50%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(50%,#565656), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#565656 50%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */

    background-position: 0 -86px;
    border-left: 4px solid #000;
}

.nav li a span {
    padding: 10px 0 12px 42px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.nav li a strong {
    background: #7d7979;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0 7px;
    top: 12px;
    font-size: 11px;
    color: #efefef;


}

.nav li a.active strong, .nav li a:active strong {
    background: #414040;
}

.nav .last {
    border-bottom: none;
}

ul.sub {
    background: #a3a3a3; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3a3a3 0%, #7c7c7c 50%, #a3a3a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(50%,#7c7c7c), color-stop(100%,#a3a3a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a3a3a3 0%,#7c7c7c 50%,#a3a3a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a3a3a3 0%,#7c7c7c 50%,#a3a3a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a3a3a3 0%,#7c7c7c 50%,#a3a3a3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a3a3a3 0%,#7c7c7c 50%,#a3a3a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-9 */

}

ul.sub li {
    border-bottom: 1px solid #1c252a;
}

ul.sub li.this {
    background: #000;
}

ul.sub li.this:first-child {
    border-top: 1px solid #30373D;
}

ul.sub li.this a {
    color: #d5d5d5;
}

ul.sub li a {
    background: url(../images/arrow.gif) no-repeat 12px 16px;
    border: none;
    font-size: 11px;
    padding: 8px 10px 8px 26px;
    color: #313030;
}

ul.sub li a:hover {
    font-style: normal;
    border: none;
    color: #000;
    background: url(../images/arrow.gif) no-repeat 12px 16px;
}

ul.sub li ul {
    border: none;
    border-top: 1px solid #c9c9c9;
}

ul.sub li ul li {
    padding-left: 10px;
}



/* ===== Responsive dropdown ===== */

.responsive-menu {
    display: block;
    position: relative;
    background: #2B2F30;
}

.responsive-menu ul {
    position: absolute;
    z-index: 999;
    display: none;
    width: 100%;
    top: 38px;
}

.responsive-menu ul li {
    background: #2C3031;
    border-top: 1px solid #3A3E3F;
    position: relative;
}

.responsive-menu ul li a {
    padding: 8px 6%;
    display: block;
    color: #CECECE;
    font-size: 11px;
}

.responsive-menu ul li a img {
    padding-top: 3px;
    display: block;
    float: left;
    margin-right: 16px;
}

.responsive-menu ul li a:hover {
    background: #272A2B;
}

.responsive-menu ul li:hover {
    /*border-top: 1px solid #323940*/;
}

.responsive-menu ul li a span {
    padding: 10px 0 12px 42px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #efefef;
}

.responsive-menu ul li a strong {
    background: #0A0A0A;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0 7px;
    top: 8px;
    color: #fff;
}

.responsive-menu ul li > ul li {
    background: #141A1B;
    border-top: 1px solid #303030;
}

.responsive-menu ul li > ul li:first-child {
    border-top-color: #303a43;
}

.responsive-menu ul li > ul li:hover {
    background: #222a30;
}

.responsive-menu ul li > ul li:hover a {
    color: #fff;
}

.responsive-menu ul li > .active {
    border-bottom: 1px solid #1C252A;
}

.responsive-menu ul li ul {
    display: block;
    position: static;
}

.responsive-menu ul li ul li a, .responsive-menu ul li ul li a:hover {
    padding-left: 50px;
    font-size: 11px;
    background: url(../images/arrow.gif) no-repeat 32px 16px;
}

.responsive-menu > .inactive, .responsive-menu > .active, .responsive-menu > .inactive:hover, .responsive-menu > .active:hover {
    background: url(../images/backgrounds/arrows.png ) 100% 12px no-repeat;
}




/* === Sidebar widgets === */

/* Profile */

.sideProfile {
    padding: 0 12px;
    font-size: 11px;
    color: #CECECE;
    position: relative;
}

.sideProfile span {
    display: block;
}

.sideProfile span a {
    color: white;
    font-weight: bold;
}

.sideProfile ul {
    display: none;
    border-left: 1px solid #1c252a;
    border-right: 1px solid #1c252a;
    border-top: 1px solid #1c252a;
    position: absolute;
    top: 76px;
    z-index: 980;
    width: 190px;
}

.sideProfile ul li {
    background: #2f363c;
    border-top: 1px solid #444b52;
    border-bottom: 1px solid #1c252a;
}

.sideProfile ul li:first-child {
    border-top: none;
}

.sideProfile ul li a {
    padding: 8px 10px;
    display: block;
    color: #CECECE;
}

.sideProfile ul li a img {
    padding-top: 5px;
    display: block;
    float: left;
    margin-right: 14px;
}

.sideProfile ul li a:hover {
    background: #2c323a;
}

.profileFace {
    float: left;
    margin: 0 10px 10px 0;
}

.goUser {
    display: block;
    background: url(../images/backgrounds/sideDropdown.png) no-repeat 0 0;
    width: 172px;
    height: 21px;
    padding: 5px 10px;
    cursor: pointer;
}

.goUser:hover {
    background-position: 0 -32px;
}

.goUser:active {
    background-position: 0 -64px;
} 


/* 3 buttons */

.iconsGroup {
    margin: 20px 14px 0 14px;
    border: 1px solid #262f36;
    box-shadow: 0 0 0 1px #394248;
    -webkit-box-shadow: 0 0 0 1px #394248;
    -moz-box-shadow: 0 0 0 1px #394248;
}

.iconsGroup ul li {
    background: url(../images/backgrounds/iconsGroup.png) repeat-x 0 0;
    float: left;
    position: relative;
    display: block;
    border-left: 1px solid #262f36;
}

.iconsGroup ul li a.dUsers {
    background: url(../images/icons/dUsers.png) no-repeat 50%;
}

.iconsGroup ul li a.dMessages {
    background: url(../images/icons/dMessages.png) no-repeat 50% 10px;
}

.iconsGroup ul li a.dMoney {
    background: url(../images/icons/dMoney.png) no-repeat 50%;
    padding: 21px 31px 20px 31px;
}

.iconsGroup ul li:first-child {
    border-left: none;
}

.iconsGroup ul li a {
    display: block;
    padding: 21px 30px 20px 31px;
}

.iconsGroup ul li:hover {
    background-position: 0 -42px;
}

.iconsGroup ul li:active {
    background-position: 0 -84px;
}


/* General balance */

.genBalance {
    height: 68px;
    border-top: 1px solid #252d31;
    border-bottom: 1px solid #242d33;
    background: #252d31;
}

.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;
    display: block;
    margin-bottom: 6px;
}

.genBalance a span.balanceAmount {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.genBalance .amount {
    width: 124px;
    float: left;
    margin-right: 1px;
    border-right: 1px solid #3b4751;
    padding: 10px 14px;
    border-left: 1px solid #3b4751;
}

.genBalance .amChanges {
    width: 39px;
    float: left;
    border-left: 1px solid #3b4751;
    border-right: 1px solid #3b4751;
    padding: 9px 10px;
}

.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 */

.bar-controller {
    margin-top: 12px;
}

.bar-controller ul li {
    color: #cecece;
    font-size: 11px;
    display: inline-block;
    width: 78px;
    padding: 0 14px;
    text-align: right;
}

.bar-controller ul li:first-child {
    text-align: left;
}


/* Numbers statistics */

.numStats ul li {
    float: left;
    text-align: center;
    width: 46px;
    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;
}


/* Sidebar buttons */

.sButton {
    background: url(../images/backgrounds/sidebarButtons.png) repeat-x;
    width: 185px;
    margin: 0 auto;
    display: block;
    border: 1px solid #222a30;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.sButton span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fefefe;
    display: inline-block;
}

.sButton img {
    float: left;
    padding: 12px 15px 12px 14px;
    background: url(../images/backgrounds/sidebarButtonSep.png) repeat-y 100% 0;
}

.sBlue {
    background-position: 0 0;
}

.sBlue:hover {
    background-position: 0 -35px;
}

.sBlue:active {
    background-position: 0 -70px;
}

.sRed {
    background-position: 0 -107px;
}

.sRed:hover {
    background-position: 0 -142px;
}

.sRed:active {
    background-position: 0 -177px;
}

.sGreen {
    background-position: 0 -214px;
}

.sGreen:hover {
    background-position: 0 -249px;
}

.sGreen:active {
    background-position: 0 -284px;
}


/* Round statistics */

.sRoundStats {
    width: 185px;
    margin: 0 auto;
}

.sRoundStats ul li {
    float: left;
    margin-left: 5px;
    text-align: center;
    color: white;
    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-top: 6px;
}

.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;
}




/* Common styles
================================================== */

.fixed {
    box-shadow: inset 0 0 1px #748a9b;
    -moz-box-shadow: inset 0 0 1px #748a9b;
    -webkit-box-shadow: inset 0 0 1px #748a9b;
}

.inner-navigation, .widget, .sItem, .statsDetailed, .statsContent, .nav li a strong, .secondary-controller ul li, .toggle, .responsive-menu ul li a strong {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.widget, .inner-navigation, .sItem, .statsDetailed {
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
}

.wide-button, .note-box, .widget .num a, .tag, a.sButton, .tooltip, .table-pagination ul li a, .bc, .pages li a, .small-button, .search-choice, .horControlB ul li, .gallery ul li, .iconsGroup, .login-class, .wide-content-button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.progress-content-bar, .invoicesBar, .barG, .barO, .blue-bar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.widget .title:first-child, ul.tabs, .toggle .title:first-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
}

.sItem > h2 a, .middle-user a, .search-widget input[type=text] {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
}

.sItem > span, .middle-Downloads a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.cleditorMain, table tfoot td, .totalAmount, table tr:last-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

.users-lists li:hover, .update-article:hover, .wUserInfo:hover {
    background: #FAFCFF;
}




/* Content
================================================== */


/* === Title area with middle navigation === */

.intro-area {
    padding-top: 35px;
}

.page-title {
    float: left;
    padding: 25px 0 2px 0;
}

.inner-navigation {
    float: right;
    border: 1px solid #cdcdcd;
    margin: 25px 0 2px 0;
}

.inner-navigation ul {

}

.inner-navigation ul li {
    display: block;
    float: left;
    border-left: 1px solid rgba(128, 128, 128, 0.2);
    position: relative;
}

.inner-navigation ul li:first-child {
    border-left: none;
}

.inner-navigation ul li a {
    width: 55px;
    height: 45px;
    display: block;
    cursor: pointer;
    background-color: #f0f6f8;
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    font-size: 10px;
    color: #69767E;
}

.inner-navigation ul li a:hover {
    background: #fff;
}

.inner-navigation ul li a:active {
    background: #efefef;
}

.inner-navigation ul li a span {
    display: block;
    height: 45px;
}

.inner-navigation ul li a span.data {
    background: url(../images/icons/middlenav/data.png) no-repeat 15px;
}

.inner-navigation ul li a span.users {
    background: url(../images/icons/middlenav/users.png) no-repeat 12px;
}

.inner-navigation ul li a span.messages {
    background: url(../images/icons/middlenav/messages.png) no-repeat 14px;
}

.inner-navigation ul li a span.downloads {
    background: url(../images/icons/middlenav/downloads.png) no-repeat 15px;
}

.inner-navigation ul li ul {
    position: absolute;
    top: 50px;
    right: -1px;
    width: 156px;
    z-index: 996;
    border: none;
    background: url(../images/subArrow.png) no-repeat 82% 0;
    display: none;
}

.inner-navigation ul li ul .number-sign {
    background: #fff;
    color: #6d6d6d;
    border: 1px solid #a0a0a0;
}

.inner-navigation ul li ul li {
    display: block;
    float: none;
    border-top: 1px solid #a0a0a0;
    border-left: none;
    background: #6d6d6d;
}

.inner-navigation ul li ul li:hover {
    border-top: 1px solid #a0a0a0;
}

.inner-navigation ul li ul li:first-child {
    margin-top: 6px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
}

.inner-navigation ul 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;
}

.inner-navigation ul li ul li a {
    background: url(../images/subIcon.png) no-repeat 12px 15px;
    width: auto;
    border: none;
    color: #fff;
    height: auto;
    padding: 7px 3px 8px 25px;
    font-size: 11px;
}

.inner-navigation ul li ul li a:hover {
    background: #a0a0a0 url(../images/subIcon.png) no-repeat 12px 15px;
}



/* Statistic row
================================================== */

/* ===== Statistics ===== */

.dash-controls {
    background: #bdbdbd;
    border: 1px solid #dce2e4;
    border-left: none;
    border-right: none;
}

.statsItems {
    padding: 20px 0 14px 0;
    overflow: visible;
    text-align: center;
}

.sItem {
    width: /*15%*/; margin: 0 1%;
    display: inline-block;
    border: 1px solid #d5d5d5;
    position: relative;
    background: #eee url(../images/backgrounds/stats.png) repeat-x;
}

.sItem:first-child {;
}

.sItem > span {
    display: block;
    color: #626262;
}

.sItem > h2 {
    float: left;
}

.sItem > h2 a {
    display: block;
    color: #626262;
    background: #eee url(../images/backgrounds/stats.png) repeat-x;
    cursor: pointer;
}

.sItem > h2 a:hover {
    background-position: 0 -62px;
}

.sItem > h2 a:active {
    background-position: 0 -124px;
}

.value {
    text-align: center;
    padding: 12px 20px 5px 20px;
    font-weight: bold;
}

.value span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
}

.changes {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 18px 5px 18px;
    float: left;
    border-left: 1px solid #d5d5d5;
}

.changes .negative {
    background: url(../images/negArrow.png) no-repeat 0px 5px;
    padding-left: 22px;
    color: #db6464;
    margin-top: 4px;
    display: block;
}

.changes .positive {
    background: url(../images/posArrow.png) no-repeat 0px 6px;
    padding-left: 22px;
    color: #6daa24;
    margin-top: 4px;
    display: block;
}

.changes .zero {
    background: url(../images/zero.png) no-repeat 4px 6px;
    padding-left: 20px;
    color: #4e8fc6;
    margin-top: 4px;
    display: block;
}



/* Stats dropdowns */

.statsContent {
    border: 2px solid #b0b0b0;
    margin-top: 6px;
    background: #f3f3f3;
}

.statsDetailed .subArrow {;
}

.sElements {
    background: url(../images/backgrounds/statsElementsBg.png) repeat-x;
    text-align: center;
}

.statsDetailed {
    position: absolute;
    left: 50%;
    top: 75px;
    width: 222px;
    z-index: 998;
    background: url(../images/subArrowStats.png) no-repeat 50% 0;
    display: none;
    margin-left: -110px;
}

.statsDetailed .statsDropBtn {
    text-align: center;
    padding: 12px 0 12px 0;
}

.statsDetailed .statsDropBtn a {
    display: inline-block;
}

.statsDetailed .sDisplay {
    background: url(../images/backgrounds/darkGreyCircle.png) no-repeat;
    width: 57px;
    height: 65px;
    display: inline-block;
    margin: 15px 5px 25px 5px;
    text-align: center;
}

.statsDetailed .sDisplay h4 {
    padding: 18px 0 30px 0;
    display: block;
    color: #fefefe;
}

.statsDetailed .sDisplay span {
    font-size: 11px;
}

.statsUpdate {
    margin: 8px 12px 2px 12px;
}

.statsUpdate span {
    width: 95px;
    display: inline-block;
    text-align: right;
}

.statsUpdate span:first-child {
    text-align: left;
}

.statsUpdate .progress-content-bar {
    margin-top: 5px;
}


/* ===== Control buttons ===== */

.secondary-controller {
    text-align: center;
    padding: 11px 0 22px 0;
}

.secondary-controller ul li {
    display: inline-block;
    margin: 11px 5px 0 5px;
    border: 1px solid #c7d0d3;
    text-align: center;
}

.secondary-controller ul li:hover {
    background: #fff;
}

.secondary-controller ul li:active {
    background-position: 0 -144px;
}

.secondary-controller ul li a {
    padding: 10px 20px 4px 20px;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    color: #637379;
}

.secondary-controller ul li a span {
    display: block;
    margin-top: 5px;
}

.secondary-controller ul li:hover a {
    color: #0093d5 !important;
}

/* ===== Horizontal control buttons ===== */

.horControlB {
    text-align: center;
    padding: 11px 0 22px 0;
}

.horControlB ul li {
    display: inline-block;
    margin: 11px 5px 0 5px;
    background: url(../images/backgrounds/horControlB.png) repeat-x;
    border: 1px solid #d5d5d5;
    text-align: center;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
}

.horControlB ul li:hover {
    background-position: 0 -43px;
}

.horControlB ul li:active {
    background-position: 0 -86px;
}

.horControlB ul li a {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    color: #626262;
}

.horControlB ul li img {
    float: left;
    margin: 12px 12px 10px 12px;
}

.horControlB ul li a span {
    display: block;
    margin: 0px 0 0 40px;
    padding: 10px 16px 8px 16px;
    border-left: 1px solid #d5d5d5;
} 



/* Gallery
================================================== */

.gallery {
    margin: auto;
    padding: 4px 0.5% 12px 0.5%;
    text-align: center;
}

.gallery ul li {
    display: inline-block;
    height: 102px;
    margin: 12px 6px 0 6px;
    border: 1px solid #cdcdcd;
    position: relative;
}

.gallery ul li:hover {
    border-color: #ddd;
}

.gallery .actions {
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: -1px;
    right: -1px;
    display: none;
    padding: 1px 2px;
}

.gallery .actions a {
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 4px 5px 3px 0;
    float: left;
}

.gallery .actions a img {
    margin-left: 5px;
}

.gallery .actions a:first-child {
    padding-right: 0;
}




/* Buttons
================================================== */

.button, button, input[type=submit], input[type=reset], input[type=button] {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    display: inline-block;
    max-height: 29px;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #A5A5A5;
    color: #fff;
    border-radius: 3px;
}

input[type=submit], input[type=reset], input[type=button], button {
    padding: 7px 18px 8px 18px;
}

.formSubmit {
    display: block;
    float: right;
    margin: 14px 18px;
}

.button span {
    padding: 7px 18px 8px 18px;
    display: inline-block;
    height: 12px;
}

.button .icon {
    float: left;
    margin: 7px -8px 5px 12px;
}

.small-button {
    border: 1px solid #cdcdcd;
    background: url(../images/backgrounds/titleBg.png) repeat-x 0 0;
    padding: 5px 7px;
    display: inline-block;
}

.small-button:hover {
    background: #f6f6f6;
}

.small-button:active {
    background: #f2f2f2;
}

.basic {
    background: #fff;
    border: 1px solid #c7c7c7;
    color: #595959;
}

.blue-button {
    background: #0b6ba7;
}

.red-button {
    background: #e20d0d;
}

.greyish-button {
    background: #5e5c5c;
}

.brown-button {
    background: #74430f;
}

.green-button {
    background: #6fbc38;
}

.violetB {
    background: #e20bb7;
}




/* === Widget buttons === */

.wide-button, .wide-content-button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
    color: white;
}

.wide-content-button {
    display: block;
    margin-top: 32px;
}

.wide-button span {
    padding: 0 20px;
    display: inline-block;
}

.orange-wide-button {
    background: #ef7109;
}

.red-wide-button {
    background: #a90c0c;
}

.blue-wide-button {
    background: #0a85e4;
}

.green-wide-button {
    background: #72bd2d;
}

.purple-wide-button {
    background: #a40a9d;
}





/* === List styles === */

.list li {
    padding: 0 0 0 15px;
}

.list > strong {
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
}

.arrowB li {
    background: url(../images/icons/lists/arrowB.png) no-repeat 0 7px;
}

.arrowG li {
    background: url(../images/icons/lists/arrowG.png) no-repeat 0 7px;
}

.arrowlG li {
    background: url(../images/icons/lists/arrowlG.png) no-repeat 0 7px;
}

.arrowR li {
    background: url(../images/icons/lists/arrowR.png) no-repeat 0 7px;
}

.tipB li {
    background: url(../images/icons/lists/tipB.png) no-repeat 0 7px;
}

.tipG li {
    background: url(../images/icons/lists/tipG.png) no-repeat 0;
}

.tiplG li {
    background: url(../images/icons/lists/tiplG.png) no-repeat 0;
}

.tipR li {
    background: url(../images/icons/lists/tipR.png) no-repeat 0;
}

.plusB li {
    background: url(../images/icons/lists/plusB.png) no-repeat 0 5px;
}

.plusG li {
    background: url(../images/icons/lists/plusG.png) no-repeat 0 5px;
}

.pluslG li {
    background: url(../images/icons/lists/pluslG.png) no-repeat 0 5px;
}

.plusR li {
    background: url(../images/icons/lists/plusR.png) no-repeat 0 5px;
}

.roundtipB li {
    background: url(../images/icons/lists/roundtipB.png) no-repeat 0 5px;
}

.roundtipG li {
    background: url(../images/icons/lists/roundtipG.png) no-repeat 0 5px;
}

.roundtiplG li {
    background: url(../images/icons/lists/roundtiplG.png) no-repeat 0 5px;
}

.roundtipR li {
    background: url(../images/icons/lists/roundtipR.png) no-repeat 0 5px;
}




/* Content widgets
================================================== */


/* Widgets grid */

.widgets {;
}

.one-half {
    width: 49%;
    display: inline;
    float: right;
}

.one-half:first-child {
    float: left;
}

.one-third {
    width: 32%;
    display: inline;
    float: left;
    margin-left: 2%;
}

.one-third:first-child {
    margin-left: 0;
    float: left;
}

.two-third {
    width: 66%;
    float: right;
    margin-left: 2%;
}

.two-third:first-child {
    margin-left: 0;
    float: left;
}

.one-fourth {
    width: 20%;
    float: left;
    margin-left: 2%;
}

.one-fourth:first-child {
    margin-left: 0;
}


/* Left & Right lists inside widgets */

.leftList {
    float: left;
    max-width: 50%;
}

.rightList {
    float: right;
    max-width: 50%;
}

.rightList li {
    text-align: right;
}


/* Top widget icons styles */
.select_button{
    margin: 10px 27px 0 446px;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;


}
.form-row {
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid white;
    clear: both;
    padding: 22px 14px;
    position: relative;
}
.top-icons-wrapper {
    float: right;
    margin: 12px 12px 12px 0;
}

.top-icons-wrapper a {
    margin-left: 5px;
}

.top-icons-wrapper a:first-child {
    margin: 0;
}


/* General widgets styles */

.widget {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #CDCDCD;
    margin-top: 32px;
    clear: both;
}

.widget .title {
    height: 36px;
    background: #787878;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    color: white;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.widget .title .title-icon {
    float: left;
    padding: 10px 11px;
    border-right: 1px solid #555555;
}

.toggle {
    background: #f9f9f9;
    border: 1px solid #cdcdcd;
    margin-top: 32px;
    clear: both;
    border-bottom: none;
}

.toggle .title {
    height: 36px;

    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}

.toggle .title h6 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 12px 8px 12px;
    display: block;
}

.toggle .title-icon {
    float: left;
    padding: 11px 11px;
    border-right: 1px solid #D5D5D5;
}

.toggle .body, .toggle .menu_body {
    padding: 12px 14px;
    border-bottom: 1px solid #cdcdcd;
}

.toggle .inactive {
    color: #fff;
}

.widget .loader {
    float: right;
    margin: 12px 12px 0 0;
}

.widget .title h6 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 12px 8px 12px;
}

.widget .content {
    padding: 14px;
}

.widget .body {
    padding: 12px 14px;
}

.widget > p {
    padding: 12px;
}


/* Sidebar search widget */

.side-search {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.side-search input[type=text] {
    color: #A2A2A2;
    border: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-left: 10px;
    padding: 5px 10px;
    width: 176px;
    height: 20px;
}

.side-search input[type=submit] {
    width: 23px;
    height: 23px;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    background: url(../images/side-searchBtn.png) no-repeat;
    position: absolute;
    top: 7px;
    right: 4px;
    border: none;
}


/* User info widget */

.wUserInfo {
    padding: 12px 12px 9px 12px;
}

.wUserInfo a {
    display: block;
}

.wUserPic {
    float: left;
    margin: 0 10px 0 0;
}


/* Invoice stats widget */

.widget-invoice {;
}

.widget-invoice > ul li {
    width: 32%;
    display: inline-block;
    text-align: center;
    border-left: 1px dotted #d5d5d5;
    margin-top: 14px;
    padding-top: 2px;
}

.widget-invoice > ul li:first-child {
    border-left: none;
}

.widget-invoice > ul li span {
    font-size: 11px;
}

.invButtons {
    margin-top: 10px;
    text-align: center;
}

.invButtons .bFirst {
    float: left;
}

.invButtons .bLast {
    float: right;
}

ul.ruler {
    width: 100%;
    margin-bottom: 8px;
}

ul.ruler li {
    display: block;
    float: left;
    color: #757575;
    font-size: 10px;
    width: 33%;
}

ul.ruler li:last-child {
    width: 34%;
}


/* Tabs */

ul.tabs {
    background: url(../images/backgrounds/titleBg.png) repeat-x;
    height: 36px;
    border-bottom: 1px solid #CDCDCD;
}

ul.tabs li {
    float: left;
    height: 36px;
    line-height: 38px;
    border-left: none;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    border-right: 1px solid #cdcdcd;
}

ul.tabs li a {
    display: block;
    padding: 0px 12px;
    outline: none;
    color: #424242;
    font-size: 12px;
    font-weight: bold;
}

ul.tabs li a:hover {
    color: #797979;
}

html ul.tabs li.activeTab {
    background-color: #f9f9f9;
    height: 37px;
}

.rightTabs .activeTab {
    height: 36px!important;
}

html ul.tabs li.activeTab a {
    color: #2E6B9B;
}

.tab-container {
    overflow: hidden;
    width: 100%;
}

.tab-content {
    padding: 10px 12px;
}

.rightTabs {
    position: relative;
}

.rightTabs ul.tabs {
    float: right;
    background: none;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
}

.rightTabs ul.tabs li {
    border-left: 1px solid #cdcdcd;
    border-right: none;
}


/* Search widget */

.search-widget {
    position: relative;
    margin-top: 32px;
}

.search-widget input[type=text] {
    border: 1px solid #d5d5d5;
    padding: 10px!important;
    width: 93%!important;
    height: 14px;
}

.search-widget input[type=submit] {
    background: #6d6d6d url(../images/icons/light/magnifying-glass.png) no-repeat 10px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 36px;
    height: 36px;
    max-height: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* Task table widget */

.task-widget-t td.taskD, .task-widget-t td.task-pending, .task-widget-t td.task-green {
    text-align: left;
    padding-left: 32px;
    background-position: 12px 14px;
    background-repeat: no-repeat;
}

.task-widget-t td.taskD {
    background-image: url(../images/icons/task_done.png);
}

.task-widget-t td.task-pending {
    background-image: url(../images/icons/task_pending.png);
}

.task-widget-t td.task-green {
    background-image: url(../images/icons/task_green.png);
}

.task-widget-t a {
    color: #595959;
}

.task-widget-t td {
    text-align: center;
}

.action-buttons {
    text-align: center;
}

.action-buttons img {
    margin: 0 3px;
}


/* Accordion */

.menu_body {
    display: none;
    padding: 12px 14px;
}

.acc .head {
    margin-bottom: -1px;
    cursor: pointer;
}

.acc .head h6 {
    padding: 9px 14px;
}



/* Website statistics widget */

.range-link {
    color: #2e6b9b;
    font-size: 16px;
    font-weight: bold;
}

.stats-pos, .stats-neg {
    padding-left: 20px;
}

.stats-pos {
    background: url(../images/icons/grown.png) no-repeat 0 2px;
    color: #599414;
}

.stats-neg {
    background: url(../images/icons/dropped.png) no-repeat 0 2px;
    color: #a73939;
}


/* Content statistics widget */

.contentStats {;
}

.contentStats li {
    padding: 8px 12px;
    border-top: 1px solid #d5d5d5;
}

.contentStats li:first-child {
    border-top: none;
}

.contentStats li:hover {
    background-color: #fafafa;
}

.contentStats h5 {
    display: block;
    float: left;
    margin-right: 6px;
    padding-left: 32px;
    padding-top: 1px;
}

.contentStats .nComments {
    background: url(../images/icons/dialog.png) no-repeat 0;
}

.contentStats .nSubscribers {
    background: url(../images/icons/sub.png) no-repeat 0 2px;
}

.contentStats .nFollowers {
    background: url(../images/icons/dark/twitter.png) no-repeat 0;
}

.contentStats .nAffiliates {
    background: url(../images/icons/plusS.png) no-repeat 0 2px;
}

.contentStats .nUploads {
    background: url(../images/icons/add.png) no-repeat 0 2px;
}


/* New order widget */

.userRow {
    padding: 12px 12px 7px 12px;
}

.orderRow, .totalAmount {
    padding: 7px 12px;
}

.userRow ul {
    padding-left: 12px;
    margin-top: -1px;
}

.orderRow ul li {
    padding-top: 2px;
}

.orderRow ul li:first-child {
    padding-top: 0;
}

.totalAmount {
    background: #efefef url(../images/backgrounds/titleBg.png) repeat-x;
    padding: 8px 12px;
}

.orderIcons {
    margin-top: 4px;
}

.orderIcons span {
    background: url(../images/icons/orderStatus.png) no-repeat;
    display: block;
    float: right;
    margin-left: 8px;
}

.orderIcons .oPaid, .orderIcons .oUnpaid {
    width: 7px;
    height: 12px;
}

.orderIcons .oPaid {
    background-position: 0 0;
}

.orderIcons .oUnpaid {
    background-position: 0 -13px;
}

.orderIcons .oShipped, .orderIcons .oUnshipped {
    width: 21px;
    height: 12px;
}

.orderIcons .oShipped {
    background-position: 0 -26px;
}

.orderIcons .oUnshipped {
    background-position: 0 -39px;
}

.orderIcons .oFinished, .orderIcons .oUnfinished {
    width: 12px;
    height: 12px;
}

.orderIcons .oFinished {
    background-position: 0 -52px;
}

.orderIcons .oUnfinished {
    background-position: 0 -65px;
}


/* Partners list widget */

.users-lists {;
}

.users-lists img {
    margin-right: 12px;
}

.users-lists li {
    border-top: 1px solid #cdcdcd;
    padding: 12px 12px 8px 12px;
}

.users-lists li:first-child {
    border-top: none;
}

.user-informations {
    float: left;
}

.user-links {
    float: right;
    width: 12px;
    margin-left: 5px;
}

.user-informations i {
    display: block;
}

.user-links a {
    margin-top: 10px;
    display: block;
}

.user-links a:first-child {
    margin-top: 3px;
}

.


/* New updates widget */

.updates {
    padding-left: 0px;
}

.updates .update-date {
    float: right;
    width: 30px;
    text-align: center;
    color: #bbbbbb;
    margin: 4px -2px 0 0;
}

.updates .update-date .update-day {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: -4px;
}

.update-ready, .update-warning, .update-notice {
    float: left;
    display: block;
    padding-left: 22px;
    max-width: 76%;
}

.update-ready {
    background: url(../images/icons/updateDone.png) no-repeat 0 4px;
}

.update-warning {
    background: url(../images/icons/updateWarning.png) no-repeat 0 4px;
}

.update-notice {
    background: url(../images/icons/updateNotice.png) no-repeat 0 4px;
}

.update-article {
    border-top: 1px solid #d5d5d5;
    padding: 10px 12px;
}

.update-article:first-child {
    border-top: none;
}

.update-article span {
    display: block;
}




/* === Numeric data === */

.widget .num {
    float: right;
    display: inline-block;
    text-align: center;
    margin: 8px 8px 0 0;
    font-size: 11px;
}

.widget .num span {
    margin-right: 10px;
}

.widget .num a {
    height: 19px;
    padding: 2px 5px;
    color: #FEFEFE;
}

.widget .num a.blue-number {
    background: #2B71AF;
    border: 1px solid #4b8bc4;
}

.widget .num a.blue-number:hover, .widget .num a.blue-number:active {
    background: #1a568b;
}

.widget .num a.red-number {
    background: #B62E2E;
    border: 1px solid #C83E3E;
}

.widget .num a.red-number:hover, .widget .num a.red-number:active {
    background: #A21E1E;
}

.widget .num a.greenNum {
    background-position: 0 0;
    border: 1px solid #84b550;
}

.widget .num a.greenNum:hover {
    background-position: 0 -19px;
}

.widget .num a.greenNum:active {
    background-position: 0 -38px;
}

.widget .num a.greyishNum {
    background-position: 0 -57px;
    border: 1px solid #587787;
}

.widget .num a.greyishNum:hover {
    background-position: 0 -76px;
}

.widget .num a.greyishNum:active {
    background-position: 0 -95px;
}

.widget .num a.greyNum {
    background-position: 0 -228px;
    border: 1px solid #585858;
}

.widget .num a.greyNum:hover {
    background-position: 0 -247px;
}

.widget .num a.greyNum:active {
    background-position: 0 -266px;
}



/* ===== Notification messages ===== */

.note-box {
    cursor: pointer;
    margin: 32px 0px 0px 0px;
    box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 1px #fff;
}

.note-box strong {
    margin-right: 5px;
}

.note-box p {
    font-size: 11px;
    padding: 10px 25px 10px 45px;
    margin: 0px;
    color: #565656;
}

.nMessage p {
    font-size: 11px;
}

.note-warning {
    background: #FDF5D9 url(../images/icons/notifications/error.png) no-repeat 15px center;
    border: 1px solid #FCEEC1;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.note-success {
    background: #D1EED1 url(../images/icons/notifications/accept.png) no-repeat 15px center;
    border: 1px solid #BFE7BF;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.note-fail {
    background: #FDDFDE url(../images/icons/notifications/exclamation.png) no-repeat 15px center;
    border: 1px solid #FBC7C6;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.note-information {
    background: #DDF4FB url(../images/icons/notifications/information.png) no-repeat 15px center;
    border: 1px solid #C6EDF9;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nLightbulb {
    background: #FEF0CB url(../images/icons/notifications/lightbulb.png) no-repeat 15px center;
    border: 1px solid #D3A350;
    color: #835F21;
}

.nMessages {
    background: #9DDFFF url(../images/icons/notifications/email.png) no-repeat 15px center;
    border: 1px solid #42B4FF;
    color: #835F21;
}



/* Progress bars
================================================== */


/* ===== Sidebar progress bars ===== */

.bar-wrapper {
    padding: 3px;
    width: 183px;
    height: 2px;
    background: url(../images/ui/progress_container.png);
    margin: 12px;
}

.progress-defaul {
    height: 2px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #6d6d6d;
}

.progressO {
    height: 2px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e27924;
}

.progressB {
    height: 2px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #5ca8e5;
}

.progressR {
    height: 2px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dc595c;
}


/* ===== Content progress bars ===== */

.progress-content-bar {
    height: 6px;
    background: #dedede;
    border: 1px solid #cacaca;
}

.invoicesBar {
    height: 6px;
    width: 0;
    margin: -1px 0 0 -1px;
    background: url(../images/ui/greenMediumBar.png) repeat-x;
    border: 1px solid #a1b965;
}

.barG {
    height: 6px;
    width: 0;
    margin: -1px 0 0 -1px;
    background: url(../images/ui/greenMediumBar.png) repeat-x;
    border: 1px solid #a1b965;
}

.barO {
    height: 6px;
    width: 0;
    margin: -1px 0 0 -1px;
    background: url(../images/ui/orangeMediumBar.png) repeat-x;
    border: 1px solid #ee9255;
}

.blue-bar {
    height: 8px;
    width: 0;
    margin: -1px 0 0 -1px;
    background: url(../images/ui/sliderOverlay.png) repeat-x;
}

.search-widget input[type=submit] {
    box-shadow: none !important;
}

/* Tables
================================================== */

/* ===== Static table ===== */

.standard-table thead td {
    text-align: center;
}

.standard-table thead td {
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    background: #efefef url(../images/backgrounds/titleBg.png) repeat-x;
    color: #878787;
    font-size: 11px;
    color: #878787;
    font-weight: normal;
    padding: 3px 8px 2px 8px;
}

table thead td.sorting-column > div {
    cursor: pointer;
    position: relative;
}

table thead td span {
    background: url(../images/icons/sort.png) no-repeat 0;
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    width: 16px;
    height: 16px;
}

table thead td.headerSortUp span {
    background: url(../images/icons/sortUp.png) no-repeat 0;
}

table thead td.headerSortDown span {
    background: url(../images/icons/sortDown.png) no-repeat 0;
}

.standard-table thead td a {
    color: #878787;
}

.standard-table thead td:first-child {
    border-left: none;
}

.medium-table tfoot tr {
    height: 50px;
    background: #efefef url(../images/backgrounds/titleBg.png) repeat-x;
    border-top: 1px solid #ddd;
}

.file-information {
    font-size: 11px;
    text-align: center;
}

.file-information span {
    display: block;
}

.action-column {
    float: left;
    margin: 12px;
}

.action-column label {
    float: left;
    margin: 4px 12px 0 4px;
    font-size: 11px;
}

.action-column .selector, .action-column .selector span {
    width: 120px;
}

.action-column .selector select {
    width: 130px;
}

.standard-table .checker {
    margin: 0 auto;
    float: none;
}

.standard-table tbody tr {
    border-top: 1px solid #e4e4e4;
}

.standard-table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.standard-table tbody td {
    border-left: 1px solid #e4e4e4;
    padding: 8px 12px;
    vertical-align: middle;
}

.standard-table tbody td:first-child {
    border-left: none;
}

.standard-table tbody tr:first-child {
    border-top: none;
}

.checkbox-enabled tbody tr td:first-child, .checkbox-enabled tbody tr th:first-child {
    padding: 11px;
}

.checkbox-enabled thead tr td:first-child {
    vertical-align: middle;
    width: 37px!important;
    padding: 0;
}





/* Pagination
================================================== */

/* ===== Table pagination ===== */

.table-pagination {
    float: right;
    display: block;
    text-align: center;
    margin: 16px 12px 0 5px;
}

.table-pagination ul li {
    display: inline-block;
}

.table-pagination ul li a {
    color: #595959;
    background: #fff;
    padding: 3px 7px;
    border: 1px solid #ddd;
    font-size: 11px;
}

.table-pagination ul li a:hover {
    color: #000;
}

.table-pagination ul li.prev a {
    background: url(../images/icons/prev.png) no-repeat 0;
    border: none;
}

.table-pagination ul li.next a {
    background: url(../images/icons/next.png) no-repeat 100%;
    border: none;
}	


/* ========== Content pagination ========== */

.pagination {
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 30px;
}

.pages {;
}

.pages li.prev {
    margin-right: 15px;
}

.pages li.next {
    margin-left: 15px;
}

.pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}

.pages li a:hover {
    background: #f6f6f6;
}

.pages li .active {
    background: #6d6d6d;
    color: #fff;
    border-color: #424852;
}

.pages li .active:hover {
    background: #6d6d6d;
}

.dataTables_filter input[type=text]:focus {
    border: 1px solid #949494;
}




/* Form styles
================================================== */

/* ===== General form styles ===== */

.form-right-row {
    padding: 22px 14px;
    clear: both;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid white;
    position: relative;
    margin-right: 10px;
}

.form-row:first-child {
    border-top: none;
}

.form-row:last-child {
    border-bottom: none;
}

.ui-formwizard .form-row:last-child {
    border-bottom: 1px solid #E2E2E2;
}

.wizard-buttons {
    border-top: 1px solid #fff;
}

.form-row .inputImg {
    position: absolute;
    top: 29px;
    right: 25px;
}

.form-row .labelImg {
    float: left;
    margin: 2px 10px 0 0;
}

.form-row > label {
    padding: 4px 0;
    display: block;
    float: left;
}

.form-right label {
    float: left;
    margin-right: 24px;
    padding: 2px 0;
    cursor: pointer;
}

.form-note {
    display: block;
    text-align: left;
    font-size: 11px;
    padding-top: 5px;
    color: #939393;
}

.req {
    float: right;
    margin-left: 5px;
    display: block;
    color: #DB6464;
}

.disabled {
    color: #c0c0c0;
}

.sliderSpecs > label {
    font-size: 11px;
    margin-right: 10px;
}

.sliderSpecs > input {
    border: none;
    background: none;
    width: 30%;
    padding: 5px;
    color: #595959;
}

.form-row .checker, .form-row .radio {
    margin-right: 12px;
    margin-top: 4px;
}

.form-row .form-right {
    display: block;
    float: right;
    width: 80%;
    margin-right: 18px;
}

.form input[type=text], .form input[type=password], .form textarea {
    font-size: 11px;
    padding: 7px 6px;
    background: white;
    width: 75%;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #656565;
}

.form input[type=text]:hover, .form input[type=password]:hover, .form textarea:hover {
    border-color: #d5d9dc;
    background: #fdfdfd;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus {
    border-color: #d5d9dc;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    box-shadow: 0 0 0 2px #f4f4f4;
    -moz-box-shadow: 0 0 0 2px #f4f4f4;
}

input[readonly], input[disabled] {
    background: #FCFCFC;
    border: 1px solid #DADADA;
    color: #D1D1D1;
}

.multiple {
    width: 100%;
    padding: 5px;
}


/* ===== Dropdown with search  ===== */

.searchDrop .selector {
    display: none;
}


/* ===== Limit box  ===== */

.limBox {
    font-size: 11px;
    padding: 10px 0;
    display: block;
}

.limiterBox {
    border: 1px solid #ddd;
    border-top: none;
    background: #efefef url(../images/backgrounds/titleBg.png) repeat-x;
    padding: 4px 6px;
    font-size: 11px;
    margin-top: 1px;
}


/* ===== Tags input  ===== */

div.tagsinput {
    border: 1px solid #ddd;
    box-shadow: 0 0 0 2px #f4f4f4;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    -moz-box-shadow: 0 0 0 2px #f4f4f4;
    background: #FFF;
    padding: 5px;
    width: 100%;
    overflow-y: auto;
}

div.tagsinput span.tag {
    border: 1px solid #6d6d6d;
    display: block;
    float: left;
    padding: 3px 8px 2px 8px;
    background: #6d6d6d;
    color: #fff;
    margin: 5px 5px 5px 5px;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    float: right;
    margin-top: -1px;
}

div.tagsinput input {
    width: 80px;
    border: none;
    padding: 5px;
    background: transparent;
    margin: 5px 5px 0 0;
}

div.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}


/* ===== Timepicker  ===== */

.time-picker {
    width: 46px!important;
}

.timeEntry_control {
    vertical-align: middle;
    margin-left: -1px;
    margin-top: -2px;
    cursor: pointer;
}

* html .timeEntry_control {
    margin-top: -4px;
}

.timeEntry_wrap {
    margin-right: 12px;
}


/* ===== Spinner ===== */

.ui-spinner {
    width: 10em;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #cacaca;
    padding-left: 8px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCC;
}

.ui-spinner-disabled {
    background: #F4F4F4;
    color: #CCC;
}

.ui-spinner input.ui-spinner-box {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    padding: 6px 0!important;
}

.ui-spinner-up, .ui-spinner-down {
    width: 18px;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
}

.ui-spinner-up {
    background: url(../images/forms/spinnerTop.png) no-repeat;
    height: 13px;
    top: 0;
}

.ui-spinner-down {
    height: 13px;
    bottom: 0px;
    background: url(../images/forms/spinnerBottom.png) no-repeat;
}

.ui-spinner-pressed {;
}

.ui-spinner-list, .ui-spinner-listitem {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.ui-spinner ul li, .ui-spinner-data {
    line-height: 25px;
    height: 25px;
}


/* ===== 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: 122px;
    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 0 0 13px;
    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;
}


/* ===== Select ===== */

div.selector {
    border: 1px solid #DFDFDF;
    position: relative;
    height: 28px;
    background: white;
    float: left;
    width: 190px;
    position: relative;
    padding-left: 10px;
}

div.selector select {
    width: 200px;
    font-size: 12px;
    position: absolute;
    height: 28px;
    top: 0;
    left: 0;
}

div.selector span {
    width: 190px;
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 28px;
    background: url(../images/forms/select_right.png) no-repeat center right;
    top: 0;
    line-height: 28px;
    font-size: 11px;
}

.dataTables_length div.selector {
    border: 1px solid #DFDFDF;
    background: white;
    width: 45px;
    float: left;
    height: 22px;
    padding-left: 8px;
}

.dataTables_length div.selector span {
    width: 45px;
    height: 22px;
    line-height: 22px;
}

.dataTables_length div.selector select {
    width: 65px;
    left: -5px;
    height: 22px;
}

.multiple {
    height: 200px;
}


/* ===== Checkboxes ===== */

div.checker {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
}

div.checker input {
    width: 15px;
    height: 15px;
    opacity: 0;
    filter: alpha(opacity:0);
    display: inline-block;
    background: none;
}

div.checker span {
    background: transparent url(../images/forms/checkbox.png) no-repeat 0 0px;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker span.checked {
    background-position: center bottom;
}


/* ===== Radios ===== */

div.radio {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    margin-top: 5px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity:0);
    text-align: center;
    display: inline-block;
    background: none;
    width: 15px;
    height: 15px;
}

div.radio span {
    background: transparent url(../images/forms/radio.png) no-repeat 0 0;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    display: block;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radio span.checked {
    background-position: center bottom;
}


/* ===== File uploader ===== */

div.uploader {
    width: 250px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 2px #f4f4f4;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    -moz-box-shadow: 0 0 0 2px #f4f4f4;
    border: 1px solid #DDD;
    background: white;
    padding: 2px 2px 2px 8px;
}

div.uploader span.action {
    width: 22px;
    background: #fff url(../images/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: 266px;
    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;
}


/* ===== 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 {
    float: right;
    font-weight: bold;
    font-size: 1em;
    padding-right: 14px;
    margin-top: -28px;
    color: #fff;
}

.navigation_button {
    width: 70px;
}

.data span {
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 12px 0;
    display: block;
}

.wizard-buttons .wizard-navbuttons {
    float: right;
    margin: 14px 18px;
}

.wizard-buttons .status span {
    float: left;
    color: #599414;
    padding: 18px 14px 18px 32px;
    background: url(../images/icons/updateDone.png) no-repeat 14px;
    font-size: 11px;
}


/* ===== Dual select boxes ===== */

.leftPart {
    float: left;
    width: 38%;
    max-width: 45%;
}

.rightPart {
    float: right;
    width: 38%;
    max-width: 45%;
}

.dualControl {
    text-align: center;
    width: 200px;
    margin: 150px 1px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.boxFilter {
    max-width: 80%;
    margin: 0 0 0 0;
    float: right;
}

.filter {
    margin: 10px 0 22px 0;
    position: relative;
    width: 100%;
}

.filter > span {
    float: left;
    display: block;
    margin-top: 4px;
}

.fBtn {
    position: absolute;
    right: 10px;
    top: 9px;
    background: none!important;
    color: #aaa;
    border: none!important;
    padding: 0!important;
}

.countLabel {
    margin-top: 10px;
    display: block;
}




/* ===== WYSUWYG editor ===== */

.cleditorMain {
    background-color: white;
}

.cleditorMain iframe {
    border: none;
    margin: 0;
    padding: 0;
}

.cleditorMain textarea {
    border: none!important;
    margin: 0;
    padding: 0!important;
    font: 10pt Arial,Verdana;
    resize: none;
    outline: none;
    height: 127px;
    box-shadow: none!important;
    /* webkit grip focus */;
}

.cleditorToolbar {
    background: url('../images/wysiwyg/toolbar.gif') repeat;
}

.cleditorGroup {
    float: left;
    height: 26px;
}

.cleditorButton {
    float: left;
    width: 24px;
    height: 24px;
    margin: 1px 0 1px 0;
    background: url('../images/wysiwyg/buttons.gif');
}

.cleditorDisabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.cleditorDivider {
    float: left;
    width: 1px;
    height: 23px;
    margin: 1px 0 1px 0;
    background: #CCC;
}

.cleditorPopup {
    border: solid 1px #999;
    background-color: white;
    position: absolute;
    font: 10pt Arial,Verdana;
    cursor: default;
    z-index: 10000;
}

.cleditorList div {
    padding: 2px 4px 2px 4px;
}

.cleditorColor {
    width: 150px;
    padding: 1px 0 0 1px;
}

.cleditorColor div {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 1px 1px 0;
}

.cleditorPrompt {
    background-color: #F6F7F9;
    padding: 10px;
    font-size: 8.5pt;
}

.cleditorPrompt input[type=text],
.cleditorPrompt textarea {
    font: 8.5pt Arial,Verdana;
    width: auto;
    margin: 5px 0;
}

.cleditorMsg {
    background-color: #FDFCEE;
    width: 150px;
    padding: 4px;
    font-size: 8.5pt;
}



/* ===== Multiple file uploader  ===== */

.plupload_button {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 13px;
    margin-top: 6px;
}

.plupload_start, .plupload_add {
    background: url(../images/ui/usualButtons.png) repeat-x;
}

.plupload_start {
    float: left;
    background-position: 0 -255px;
    border: 1px solid #576270;
}

.plupload_start:hover {
    background-position: 0 -283px;
}

.plupload_start:active {
    background-position: 0 -311px;
}

.plupload_start span {
    background: url(../images/icons/upload.png) no-repeat 10px 8px;
    padding: 5px 15px 6px 28px;
    display: block;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: #a6a6a6;
    border: 1px solid #e9e9e9;
    background: none;
    cursor: default;
}

.plupload_disabled span {
    padding: 5px 13px 6px 13px;
}

.plupload_add {
    margin-right: 10px;
    background-position: 0 0;
    border: 1px solid #c7c7c7;
    float: left;
    color: #595959;
}

.plupload_add:hover {
    background-position: 0 -28px;
}

.plupload_add:active {
    background-position: 0 -56px;
}

.plupload_add span {
    background: url(../images/icons/add.png) no-repeat 10px;
    padding: 5px 13px 6px 26px;
    display: block;
}

.plupload_wrapper {
    font-size: 11px;
    ; width: 100%;
}

.plupload_container {;
}

.plupload_container input {
    border: 1px solid #DDD;
    font-size: 11px;
    width: 98%;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
    height: 185px;
    background: #fff;
    overflow-y: scroll;
}

.plupload_filelist li {
    padding: 10px 12px 14px 10px;
    background: #FCFCFC url(../images/contentDivider.png) repeat-x 0 100%;
}

.plupload_filelist li:hover {
    background-color: #f9f9f9;
}

.plupload_filelist_header, .plupload_filelist_footer {
    background: #EFEFEF url(../images/backgrounds/titleBg.png) repeat-x;
    padding: 3px 12px;
    color: #878787;
}

.plupload_filelist_header {
    border-bottom: 1px solid #d5d5d5;
    height: 20px;
}

.plupload_filelist_footer {
    border-top: 1px solid #D5D5D5;
    line-height: 38px;
    vertical-align: middle;
}

.plupload_file_name {
    float: left;
    overflow: hidden;
}

.plupload_filelist .plupload_file_name {
    background: url(../images/arrow.gif) no-repeat 2px;
    padding-left: 14px;
}

.plupload_file_status {
    color: #777;
}

.plupload_file_status span {;
}

.plupload_file_size, .plupload_file_status, .plupload_progress {
    float: right;
    width: 80px;
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {
    text-align: right;
}

.plupload_filelist .plupload_file_name {
    width: 205px;
}

.plupload_file_action {
    float: right;
    width: 14px;
    margin-top: 3px;
    height: 14px;
    margin-left: 15px;
}

.plupload_file_action * {
    display: none;
    width: 14px;
    height: 14px;
}

li.plupload_uploading {;
}

li.plupload_done {
    color: #AAA;
}

li.plupload_delete a {
    background: url(../images/icons/uploader/deleteFile.png) no-repeat 0;
}

li.plupload_failed a {
    background: url(../images/icons/uploader/error.png) no-repeat 0;
    cursor: default;
}

li.plupload_done a {
    background: url(../images/icons/uploader/uploaded.png) no-repeat 0;
    cursor: default;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
}

.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
    margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

li.plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 160px;
}

li.plupload_droptext:hover {
    background: #fff;
}



/* Footer
================================================== */

#footer {
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer .wrapper {
    text-align: center;
    padding: 20px 0 20px 222px;
    margin: 0;
}



/* Plugin styles
================================================== */

/* ===== Tipsy ===== */

.tipsy {
    padding: 4px;
    font-size: 11px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 2px 8px 2px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('../images/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s {
    margin-top: -5px;
}

.tipsy-w {
    margin-left: 5px;
}

.tipsy-e {
    margin-right: -5px;
}

.tipsy-n {
    margin-top: 5px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}	


/* ===== Color picker ===== */

.cPicker span {
    margin-left: 36px;
    font-size: 11px;
    white-space: nowrap;
    padding-top: 2px;
    display: block;
}

#cPicker {
    position: relative;
}

#cPicker div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url(../images/colorPicker/select.png) center no-repeat;
    cursor: pointer;
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(../images/colorPicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorPicker/colorpicker_overlay.png);
}

.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(../images/colorPicker/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorPicker/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background: none!important;
    border: none!important;
    position: absolute;
    font-size: 10px!important;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989!important;
    top: 5px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0!important;
    height: 11px;
    box-shadow: none!important;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorPicker/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

.colorpicker_hex input {
    right: 6px;
}

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}

.colorpicker_rgb_r {
    background-image: url(../images/colorPicker/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(../images/colorPicker/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(../images/colorPicker/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(../images/colorPicker/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(../images/colorPicker/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(../images/colorPicker/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorPicker/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}


/* ===== Growl notifications ===== */

div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width: 100%;
}

/** Normal Style Positions **/
div.jGrowl {
    position: absolute;
}

body > div.jGrowl {
    position: fixed;
}

div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

div.jGrowl.top-right {
    right: 0px;
    top: 36px;
}

div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

div.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: black;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
    div.jGrowl {
        display: none;
    }
}


/* ===== Breadcrumbs ===== */

.bc {
    margin: 32px 0;
    background: #efefef url(../images/backgrounds/titleBg.png) repeat-x;
    border: 1px solid #cdcdcd;
}

ul.breadcrumbs {
    position: relative;
    z-index: 1000;
    clear: both;
}

ul.breadcrumbs li {
    float: left;
}

ul.breadcrumbs li.current {
    border-right: none;
}

ul.breadcrumbs li a {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    padding: 8px 20px 8px 14px;
    display: block;
    background: url(../images/backgrounds/breadcrumbArrow.png) no-repeat 100% 13px;
}

ul.breadcrumbs li a:hover, ul.breadcrumbs li.hover a {
    color: #2B6893;
}

ul.breadcrumbs > li:first-child {
    background: url(../images/icons/iconHome.gif) no-repeat 12px 12px;
}

ul.breadcrumbs > li:first-child a {
    padding-left: 32px;
}

ul.breadcrumbs li.current a {
    color: #333333;
    font-weight: bold;
    background: none;
}

ul.breadcrumbs li ul {
    position: absolute;
    background: url(../images/subArrow.png) no-repeat 10px 5px;
    font-size: 11px;
    width: 180px;
    top: 35px;
    display: none;
    padding-top: 10px;
    margin-left: -1px;
}

ul.breadcrumbs li ul li {
    float: none;
    width: 180px;
    border-top: 1px solid #a0a0a0;
    background: #6d6d6d;
    padding: 0;
}

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;
}

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 0;
    color: #fff !important;
    display: block;
    padding: 8px 12px 8px 32px;
    background: url(../images/subIcon.png) no-repeat 12px 15px;
}

ul.breadcrumbs li ul li a:hover {
    background: #a0a0a0 url(../images/subIcon.png) no-repeat 12px 15px;
}


/* ===== PRE tag styles ===== */

.SRC_Wrap {
    height: auto;
    font-size: 12px;
}

.SRC_Title {
    text-align: center;
    color: #555;
    border-bottom: 2px solid #999;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px;
    font-weight: 700;
}

.SRC_Line {
    width: 100%;
    background-color: #fafafa;
    min-height: 28px;
    line-height: 28px;
}

.SRC_Line:nth-child(even) {
    background-color: #f5f5f5;
}

.SRC_NumBox {
    width: 5%;
    float: left;
}

.SRC_Num {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: right;
    color: #555;
    font-weight: 500;
    padding-right: 2px;
    width: 100%;
    height: auto;
    min-height: 28px;
    line-height: 28px;
}

.SRC_CodeContent {
    white-space: pre-wrap;
    border-left: 1px solid #EFEFEF;
    font-size: 12px;
    padding-left: 12px;
    font-family: "Courier New", Courier, monospace;
    margin: 0px;
    min-height: 28px;
    line-height: 28px;
}

.SRC_NumContent {
    text-align: right;
    margin-right: 4px;
    color: #555;
}

.SRC_CodeBox {
    float: left;
    width: 95%;
}

.SC_blue {
    color: blue;
}

.SC_grey {
    color: grey;
}

.SC_navy {
    color: navy;
}

.SC_green {
    color: green;
}

.SC_orange {
    color: #930;
}

.SC_red {
    color: #F00;
}

.SC_teal {
    color: teal;
}

.SC_gold {
    color: #FC0;
}

.SC_pink {
    color: #ff68a4;
}

.SC_bold {
    font-weight: 700;
}



/* ===== Chosen multiple select plugin with dropdown ===== */

.chzn-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top: 0;
    position: absolute;
    top: 29px;
    margin-top: 1px;
    left: 0;
    z-index: 998;
    width: 99.7%!important;
}

.chzn-container-single .chzn-single {
    border: 1px solid #d8d8d8;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 27px;
    padding: 0 0 0 8px;
    color: #595959;
    text-decoration: none;
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
}

.chzn-container-single .chzn-single abbr:hover {;
}

.chzn-container-single .chzn-single div {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    height: 28px;
    width: 25px;
}

.chzn-container-single .chzn-single div b {
    background: url(../images/forms/select_right.png) no-repeat center right;
    display: block;
    width: 25px;
    height: 28px;
}

.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}

.chzn-container-single .chzn-search input {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 11px;
    background: url(../images/searchSmall.png) no-repeat 98% !important;
}

.chzn-container-single .chzn-drop {;
}

.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}

.chzn-container-multi {
    width: 50%!important;
}

.chzn-container-multi .chzn-choices {
    border: 1px solid #ddd;
    margin: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
    font-size: 12px;
    padding: 4px;
    background: white;
    box-shadow: 0 0 0 2px #f4f4f4;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4;
    -moz-box-shadow: 0 0 0 2px #f4f4f4;
    color: #656565;
}

.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: sans-serif;
    font-size: 12px!important;
    padding: 11px 4px 10px 4px!important;
    margin: 0;
    outline: 0;
    box-shadow: none!important;
}

.chzn-container-multi .chzn-choices .search-field .default {
    color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
    position: relative;
    line-height: 16px;
    font-size: 11px;
    border: 1px solid #6d6d6d;
    display: block;
    float: left;
    padding: 5px 24px 5px 8px;
    background: #6d6d6d;
    color: #fff;
    margin: 4px;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 10px;
    height: 10px;
    font-size: 1px;
    background: url(../images/icons/closeSelection.png) 50% no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}

.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.chzn-container-multi .chzn-results {
    padding: 0;
    margin: 0;
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 14px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
    font-size: 11px;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    color: #fff;
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #2e74a6;
    font-weight: bold;
    font-size: 10px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should be dynamic with js */
    z-index: 1;
}

.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
    background: url('chosen-sprite.png') no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
    background: url('chosen-sprite.png') no-repeat -22px -3px;
}

/*.chzn-container-active .chzn-single { border: 1px solid #5897fb; }
.chzn-container-active .chzn-single-with-drop { border: 1px solid #aaa; background-color: #eee; }*/
.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {;
}

.chzn-container-active .chzn-choices {
    border: 1px solid #d5d5d5;
}

.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
}

.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
    cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}

.id-pic {
    margin-top: 5px;
}

/* Media queries
================================================== */

/* Increasing space between widgets and general wrapper paddings */

@media only screen and (min-width: 980px) and (max-width: 1280px) {

    .one-half {
        width: 48%;
    }

    .wrapper {
        margin: 0 4%;
    }

    .one-third {
        width: 31%;
        margin-left: 3.5%;
    }

    .two-third {
        width: 65.5%;
    }

    .one-fourth {
        width: 22%;
        margin-left: 4%;
    }

    .form-row .form-right {
        width: 72%;
    }
    /*.chzn-container { width: 80%!important; }*/
    .SRC_NumBox {
        width: 10%;
    }

    .SRC_CodeBox {
        width: 90%;
    }
}


/* Fixing login panel for mobile devices */

@media only screen and (max-width: 480px) {

    .login-wrapper {
        margin: -119px 0 0 -141px;
    }

    .login-wrapper .widget {
        width: 282px;
    }

    .login-wrapper .form-row > label {
        float: left;
        padding: 4px 0;
    }

    .login-input {
        width: 160px;
        margin-right: 4px;
    }

    .chzn-container .chzn-drop {
        width: 99.6%!important;
    }

    .chzn-container-single .chzn-search {
        text-align: center;
    }

    .chzn-container-single .chzn-search input {
        width: 89%!important;
    }
}



/* Devices and browsers with min of 800px and max of 979px */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .wrapper {
        margin: 0 5%;
    }

    .page-title {
        max-width: 45%;
    }

    .one-half, .one-half:first-child, .one-third, .one-third:first-child, .one-fourth, one-fourth:first-child, .two-third, .two-third:first-child {
        width: auto;
        float: none;
        margin: 0;
        clear: both;
        width: 100%;
    }

    table thead td span {
        background-position: 100%;
    }

    .form-row {
        padding: 14px 14px 18px 14px;
    }

    .form-row .form-right {
        width: 100%;
        float: none;
        margin-right: 14px;
    }

    .form input[type="text"], .form input[type="password"], .form textarea {
        width: 97%;
    }

    .form-row .inputImg {
        top: auto;
        bottom: 26px;
    }

    .form-row > label {
        float: none;
        padding: 0 0 12px 0;
    }

    .req {
        float: none;
        margin-left: 0;
        display: inline;
    }

    .chzn-container {
        width: 100%!important;
    }

    .top-navigation {
        display: inline-block;
        text-align: center;
    }

    .user-navigation {
        margin-right: 214px!important;
    }

    .welcome {
        display: none;
    }

    .dataTables_filter input[type="text"] {
        width: 110px!important;
    }

    .secondary-controller ul li {
        margin: 4px 1%;
        width: 30%;
    }

    .sItem {
        width: 186px;
    }

    .horControlB ul li {
        margin: 2px;
        width: 46%;
    }

    table thead td span {
        display: none;
    }

    .standard-table thead td.sorting-column {
        text-align: center;
        padding: 3px 14px 2px 14px;
    }

    .chzn-container-single .chzn-search {
        text-align: center;
    }

    .chzn-container-single .chzn-search input {
        width: 94%!important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 1024px) {

    html {
        -webkit-text-size-adjust: 100%;
    }

    .statsDetailed {
        top: 60px;
    }

    .checkbox-enabled thead tr td:first-child {
        width: 37px;
    }

    .one-half, .one-half:first-child, .one-third, .one-third:first-child, .one-fourth, one-fourth:first-child, .two-third, .two-third:first-child {
        width: auto;
        float: none;
        margin: 0;
        clear: both;
    }

    .login-wrapper .form-row > label {
        float: left;
        padding: 4px 0;
    }

    .login-input {
        margin-right: 4px;
    }

    .set-none {
        display: none;
    }

    .login-page {
        min-height: 500px;
    }

    .chzn-search {
        text-align: center;
    }

    .chzn-container-single .chzn-search input {
        width: 89%!important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (min-width: 768px) {

    .error-page .welcome {
        display: block;
    }

    .error-page .user-navigation {
        margin-right: 0!important;
        float: right;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 599px) {

    #content-wrapper {
        padding-bottom: 74px;
    }

    .user-navigation ul li span {
        display: none;
    }

    .top-navigation {
        margin: 0;
        padding: 0;
    }

    .user-navigation {
        float: none;
        margin-right: 0;
        border: none;
    }

    .user-navigation > ul {
        border: none;
    }

    .user-navigation > ul li {
        float: none;
        display: inline-block;
        margin: 3px 0 3px -4px;
    }

    .user-navigation > ul li a {
        float: none;
        padding: 9px 14px 8px 14px;
        margin: 0;
    }

    .user-navigation > ul li img {
        margin: 0;
        float: none;
        padding: 0;
        display: inline;
    }

    ul.custom-dropdown {
        left: -53px;
        top: 51px;
    }

    ul.custom-dropdown li {
        margin: 0;
        text-align: left;
    }

    ul.custom-dropdown li a {
        padding: 6px 10px 7px 32px;
    }

    .action-column {
        margin: 16px auto 8px auto;
        float: none;
        clear: both;
        display: block;
        width: 210px;
    }

    .table-pagination {
        padding: 16px 12px;
        float: none;
        clear: both;
    }

    .invButtons .bFirst, .invButtons .bLast {
        float: none;
    }

    .invButtons .bLast {
        margin-top: 10px;
    }

    .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
        margin-right: 0;
        margin-left: 0;
        width: 0;
    }

    .plupload_file_size, .plupload_file_status, .plupload_progress {
        width: auto;
    }

    .plupload_file_size {
        margin: 0 10px;
    }

    .plupload_filelist .plupload_file_name {
        width: 48%;
    }

    .dataTables_filter input[type="text"] {
        width: 169px!important;
    }

    .dataTables_paginate {
        text-align: center;
        margin: 8px 6px 40px 6px;
    }

    .ui-buttonset .ui-button {
        margin: 0 2px;
    }

    .dataTables_paginate .ui-button {
        margin-right: 0;
    }

    .dataTables_filter {
        margin: 4px 12px 2px 12px;
        left: 50%;
        margin-left: -123px;
    }

    .dataTables_paginate .last {
        border-bottom: 1px solid #d5d5d5!important;
    }

    table.display thead th div.DataTables_sort_wrapper {
        line-height: 16px;
        text-align: center;
        padding-right: 10px;
    }

    table.display thead th div.DataTables_sort_wrapper span, .dataTables_length .itemsPerPage, table thead td span {
        display: none;
    }

    .form input[type="text"], .form input[type="password"], .form textarea {
        width: 94%;
    }

    .form-row {
        padding: 14px 14px 18px 14px;
    }

    div.tagsinput {
        padding: 0;
        width: 99%!important;
    }

    .filter > input[type=text] {
        width: 75%;
    }

    .leftPart, .rightPart {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .leftPart {
        margin-bottom: 20px;
    }

    .rightPart {
        margin-top: 30px;
    }

    .countLabel {
        text-align: center;
    }

    .dualControl {
        width: auto;
        margin: 0;
        position: static;
        left: 0;
        margin-left: 0;
    }

    .SRC_CodeBox {
        width: 90%;
    }

    .SRC_NumBox {
        width: 10%;
    }

    .el-finder-nav {
        width: 40%;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (min-width: 600px) and (max-width: 1024px) {

    .user-navigation {
        float: none;
        margin-right: 0;
        border: none;
    }

    .user-navigation > ul {
        border: none;
        margin: 0;
    }

    .user-navigation > ul li {
        display: inline-block;
        float: none;
        margin-left: -4px;
    }

    ul.custom-dropdown {
        left: -10px;
    }

    ul.custom-dropdown li {
        margin: 0;
        text-align: left;
    }

    ul.custom-dropdown li a {
        padding: 6px 10px 7px 32px;
    }

    .filter > input[type=text] {
        width: 70%;
    }

    .dualControl button {
        padding: 7px 12px 8px 12px;
    }

    div.tagsinput {
        width: 97%!important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .form input[type="text"], .form input[type="password"], .form textarea {
        width: 97%;
    }

    .form-row {
        padding: 14px 16px 18px 16px;
    }

    .changes .negative, .changes .positive, .changes .zero {
        padding-left: 56%!important;
        background-position: 72% 6px!important;
    }

    table thead td span {
        display: block;
        right: -13px;
    }

    .standard-table thead td.sorting-column {
        text-align: left;
        padding: 3px 14px 2px 14px;
    }

    .dataTables_filter input[type="text"] {
        width: 150px!important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 767px) {

    .resp {
        display: block;
    }

    .responsive-header {
        text-align: center;
    }

    .responsive-header > a {
        margin: 20px 0;
        display: block;
    }

    .top-navigation {
        position: static;
    }

    #side-navigation, .welcome {
        display: none;
    }

    .dn {
        display: block;
    }

    body {
        background: none;
    }

    .wrapper {
        margin: 0 6%;
    }

    .top-navigation {
        display: inline-block;
        text-align: center;
    }

    .intro-area {
        text-align: center;
        padding-top: 24px;
    }

    .page-title > h5 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .page-title {
        float: none;
        padding: 0 0 22px 0;
    }

    .form-row .form-right {
        width: 100%;
        float: none;
        margin-right: 14px;
    }

    .form-row .inputImg {
        top: auto;
        bottom: 26px;
    }

    .form-row > label {
        float: none;
        padding: 0 0 12px 0;
    }

    .req {
        float: none;
        margin-left: 0;
        display: inline;
    }

    .step h1 {
        display: none;
    }

    .inner-navigation {
        float: none;
        margin: 0 auto 29px auto;
        width: 282px;
    }

    .inner-navigation > ul li {
        display: inline;
        width: 69px;
        float: left;
    }

    .inner-navigation > ul li:first-child {
        width: 70px;
    }

    .inner-navigation ul li a {
        width: 100%;
    }

    .inner-navigation ul li a span.files {
        background-position: 21px;
    }

    .inner-navigation ul li a span.users {
        background-position: 19px;
    }

    .inner-navigation ul li a span.messages {
        background-position: 21px;
    }

    .inner-navigation ul li a span.data {
        background: url(../images/icons/middlenav/data.png) no-repeat 21px;
    }

    .inner-navigation ul li a span.orders {
        background-position: 21px;
    }

    .inner-navigation ul li a span.downloads {
        background: url(../images/icons/middlenav/downloads.png) no-repeat 22px;
    }

    .number-Middle {
        right: -3px;
    }

    .inner-navigation ul li ul {
        left: 0;
        width: 140px;
        text-align: left;
        background-position: 28px 0;
    }

    .inner-navigation ul li ul li {
        width: 100%;
    }

    .inner-navigation ul li.middle-Downloads ul, .inner-navigation ul li.mFiles ul {
        right: -3px;
        left: auto;
        background-position: 95px 0;
    }

    .inner-navigation ul li ul li:first-child {
        width: 100%;
    }

    .secondary-controller ul li {
        display: block;
        float: left;
        width: 49%;
        margin: 1px 1px 0 0;
    }

    .horControlB ul li {
        margin: 1px 0 0 0;
        width: 100%;
        text-align: left;
    }

    .sItem {
        margin: 1px 0 0 0;
        width: 100%;
    }

    .sItem > h2 {
        width: 50%;
        border-right: 1px solid #D5D5D5;
    }

    .changes {
        padding: 14px 0 5px 0;
        float: none;
    }

    .changes .negative, .changes .positive, .changes .zero {
        padding-left: 58%;
        background-position: 68% 6px;
        background-repeat: no-repeat;
    }

    .changes .negative {
        background-image: url(../images/negArrow.png);
    }

    .changes .positive {
        background-image: url(../images/posArrow.png);
    }

    .changes .zero {
        background-image: url(../images/zero.png);
    }

    .statsDetailed {
        margin-left: -111px;
    }

    #footer .wrapper {
        padding: 0 12px 12px 12px!important;
    }

    .leftPart .selector, .rightPart .selector {
        display: none;
    }

    .chzn-container {
        width: 100%!important;
    }

    div.uploader {
        width: 220px;
    }

    .form-row .checker, .form-row .radio {
        clear: both;
    }

    .error-wrapper .error-id {
        font-size: 180px;
        padding: 100px 0 65px 0;
    }

    .error-wrapper .offline {
        font-size: 28px;
        padding: 80px 0 45px 0;
    }

    .standard-table, .dinamyc-table {
        table-layout: fixed;
    }

    .standard-table tbody td, .dinamyc-table tbody td {
        overflow: hidden;
        padding: 8px;
    }

    .standard-table thead td {
        overflow: hidden;
    }

    .active-menu-item {
        display: block;
        width: auto;
        height: auto;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        color: #fafafa;
        padding: 10px 0;
        cursor: pointer;
        margin: 0 6%;
    }

    .active-menu-item:hover, .active-menu-item:active {;
    }

    .active-menu-item > img {
        margin: 3px 16px 0 0;
        float: left;
    }

    .user-informations {
        max-width: 70%;
    }

    .search-widget input[type="text"] {
        width: 92%!important;
    }
}

.error-id.offline {
    font-size: 120px !important;
}

.ui-autocomplete {
    display: none !important;
}
.clock {width:151px; margin:0 auto; color:#fff; }

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:12px; text-align:center; text-shadow:0 0 5px #000; }

.check { width:150px; margin:0 auto; padding:0px; list-style:none; text-align:center; }
.check li { display:inline; font-size:12px; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; text-shadow:0 0 5px #000; }

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:10px; padding-right:10px; }

@-webkit-keyframes mymove 
{
    0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove 
{
    0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}
