.jqTransformSelectWrapper div span {
	left: 0;
}

.uploadify {
    height: 20px;
    width: 0px;
    clear: both;
}

.uploadify-button {
    margin-left: 42px;
}

.image-container {
    float: left;
    margin: 10px;
    position: relative;
}

.image-container .delete {
    position: absolute;
    right: 0;
    top: 5px;
}

.small-text {
    font-size: 10px;
}

.medium-text {
    font-size: 13px;
}

.classic-chart {
    width: 100%;
    height: 400px;
    border: 1px solid gainsboro;
    margin: auto;
}

/**************
   FONTS
 **************/
@font-face {
    font-family: 'bonvenocflight';
    src: url('../fonts/bonvenocf-light-webfont.eot');
    src: url('../fonts/bonvenocf-light-webfont.eot@#iefix') format('embedded-opentype'),
    url('../fonts/bonvenocf-light-webfont.woff') format('woff'),
    url('../fonts/bonvenocf-light-webfont.ttf') format('truetype'),
    url('../fonts/bonvenocf-light-webfont.svg#bonvenocflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************
   GENERAL
 **************/
html {
    min-height: 100%
}

body {
    font-size: 12px;
    color: #a7a7a7;
    padding: 0;
    margin: 0;
    /*text-shadow: 1px 1px 1px #000000;*/
    filter: dropshadow(color=#000000, offx=1, offy=1);
    min-height: 100%;
}

#loading-block {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    background-image: url(../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2001;
}

p {
    line-height: 21px;
    margin: 0px 0px 25px;
    padding: 0px;
}

p:last-child {
    margin-bottom: 0px;
}

ul, ol {
    padding: 0px 0px 0px 30px;
}

ul.no-bullets, ol.no-bullets {
    padding: 0px 0px 0px 15px;
    list-style: none;
}

ul li, ol li {
    padding: 5px 0px;
}

ul li.has-menu, ol li.has-menu {
    padding: 0px;
}

nav#sidebar ul.nav li.has-menu > a {
    padding: 15px 7px 15px;
}

ul li .icon, ol li .icon {
    padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: normal;
    color: #d2d2d2;
}

/*h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }*/
h1 {
    font-size: 26px;
    margin: 35px 0 15px;
}

h2 {
    font-size: 19.5px;
    margin: 18px 0 13px;
}

h3 {
    font-size: 14.95px;
    margin: 16px 0 11px;
}

h4 {
    font-size: 13px;
    margin: 14px 0 9px;
}

h5 {
    font-size: 11px;
    text-transform: uppercase;
    margin: 12px 0 7px;
}

h6 {
    font-size: 9.75px;
    text-transform: uppercase;
    margin: 10px 0 3px;
}

#sidebar-main h1:first-child,
#sidebar-main h2:first-child,
#sidebar-main h3:first-child,
#sidebar-main h4:first-child,
#sidebar-main h5:first-child,
#sidebar-main h6:first-child {
    margin-top: 0;
}

code, pre {
    padding: 5px 9px;
    color: #fbfbfb;
    background-image: url(../img/sh-lvl-1.png);
    background-repeat: repeat;
}

.codearea {
    background-image: url(../img/sh-lvl-1.png);
    background-repeat: repeat;
    background-color: transparent;
    border: 1px dashed tomato;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.strike {
    text-decoration: line-through;
}

.creepy-logo {
    display: block;
    height: 54px;
    width: 163px;
    background-image: url(../img/creepypixel-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -16px;
}

#footer {
    text-align: right;
}

#footer .line-separator {
    margin-top: 0;
}

.copyright {
    display: block;
    padding-right: 15px;
}

.warning {
    color: #d85054;
}

/**************
   COLUMNS
 **************/
.full-width, .one-half, .one-third, .two-thirds, .one-fourth, .three-fourths,
.one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth, .two-sixths, .four-sixths, .five-sixths {
    display: block;
    float: left;
    position: relative;
    overflow: visible;
}

.full-width {
    width: 100%;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33.3333%;
}

.two-thirds {
    width: 66.6666%;
}

.one-fourth {
    width: 25%;
}

.three-fourths {
    width: 75%;
}

.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

.one-sixth {
    width: 16.6666%;
}

.two-sixths {
    width: 33.3333%;
}

.four-sixths {
    width: 66.6666%;
}

.five-sixths {
    width: 83.3333%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.relative {
    position: relative;
}

.clear {
    width: 100%;
    clear: both;
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.box {
    margin: 0px 25px 30px 0px;
    /*background-image:url(../img/diagonal.png);*/
    background-repeat: repeat;
    overflow: visible;
    position: relative;
    padding: 1px;
}

.box.no-bg {
    background: none;
    margin: 10px 40px 40px 10px;
}

.box .inner {
    margin: 10px;
    overflow: visible;
    position: relative;
}

.box .inner .contents {
    padding: 15px;
    position: relative;
}

.box .inner .contents .row {
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

.box .inner .contents .row:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

.box .inner .contents .row.last {
    background: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.box .inner .bar-big {
    height: 53px;
    width: 100%;
}

/**************
   LOGIN
 **************/
#login-header {
    height: 29px;
    background-color: #0c94d2;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

#login-mobile {
    background-color: #f8f8f8;
    width: 100%;
    padding-bottom: 20px;
}

#login-mobile > div:first-child {
    font-family: RobotoBold, RobotoRegular, Helvetica, sans-serif;
    font-size: 18px;
}

#login-mobile .login-mobile-images div {
    font-weight: bold;
    display: block;
    text-align: center;
    float: left;
}

#login_footer .copyright {
    color: lightgrey;

}

#login_footer .cpylogin {
}

.login-mobile-widget {
    padding-left: 50px;
    float: left;
    position: relative;
    overflow: visible;
}

#login-compatible {
    color: lightgray;
    font-size: 19px;
    height: 114px;
    border-top: 1px solid lightgrey;
    width: 100%;
    padding-bottom: 20px;
}

#login-compatible img {
    max-width: 95%;
}

#login-container {
    display: block;
    padding: 0px;
    margin: 0px;
    background: url(../img/haut_bg_login.jpg) no-repeat center top / cover;
    background-size: cover;
    /*background-image:url(../img/login-shine.png);
    background-repeat:no-repeat;
    background-position:center 50%;*/
}

#login_header {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 125px;
    /*background-image:url(../img/sh-lvl-1.png);
    background-repeat:repeat;*/
}

#login_footer {
    display: block;
    /*background-image:url(../img/bas_tel_login.png);*/
    border-top: 1px solid lightgrey;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 100%;
    background-position: 50% 100%;
    background-size: 35%;
    /*background-repeat:repeat;*/
    padding-bottom: 20px;
    padding-top: 20px;
}

#login_wrapper {
    display: block;
    width: 430px;
    margin: auto auto;
    color: white;
    font-family: RobotoRegular, Helvetica, sans-serif;
    padding: 25px 0;
}

#login_wrapper .login_wrapper_container {}

#login_wrapper .login_wrapper_container .float_center_box {  }

#login_wrapper .login_wrapper_container .float_center_box .username-half {
}

#login_wrapper .login_wrapper_container .float_center_box .password-half {
}

#login_wrapper .login_wrapper_container .float_center_box .logo-box {}

#login_wrapper .login_wrapper_container .float_center_box .box {}

#login_wrapper .login_wrapper_container .float_center_box .box input[type=text],
#login_wrapper .login_wrapper_container .float_center_box .box input[type=password] {
    width: 145px;
}

#login_wrapper .login_wrapper_container .float_center_box .box .inner {

}

#login_wrapper .login_wrapper_container .float_center_box .box .inner .contents {
    padding-left: 35px;
    padding-right: 15px;
}

#login_wrapper .login_wrapper_container .float_center_box .box:nth-child(4) .inner .contents {
    padding-bottom: 53px;
}

#login_wrapper .loginbutton {
    margin-top: 25px;
}

#login_wrapper label {
    margin-top: 0px;
    float: none;
}

#login_wrapper .button.tiny {
    padding: 10px 9px;
    width: auto;
}

#login_wrapper .login_wrapper_container .float_center_box .box label {
    font-weight: bold;
}

#login_wrapper input#email {
    width: 80%
}

#login_wrapper input {
    outline: none;
    border: none;
    font-family: RobotoRegular, Helvetica, sans-serif;
    width: 78%;
    padding: 0 5% 0 15%;
    float: none;
    display: inline-block;
}

#login_wrapper .loginbutton input {
    margin-left: 2%;
}

#login_wrapper .box.no-bg {
    margin-bottom: 0px !important;
}

#login_wrapper .copyright {
    color: white;
}

#login_wrapper a {
    color: white;
    text-decoration: none;
}

#login_wrapper .field-box {
    color: #121212;
}

#login_wrapper .icon.awesome.for-input {
    line-height: 20px;
    float: none;
    margin-top: 8px;
    color: #000;
}

#login_wrapper .box .inner {
    background-color: transparent;
}

.forgotpassword {
    line-height: 35px;
    margin-top: 35px;
}
.forgotpassword a {
    display: inline-block;
    margin-right: 4%;
}

.loginbutton input {
    float: left;
}

#login_wrapper .logo-box {
    margin-bottom: 30px;
    text-align: center;
}

#login_wrapper #logo {
    float: none;
    background-repeat: no-repeat;
    display: inline-block;
    height: 74px;
    width: 200px;
    background-position: center top;
}

/*#logo .logo {
    background-size: contain;
}*/

/**************MARQUE BLANCHE***********/

div#nyroModalContent .box .inner .contents .row {
    background: none;
}

div#nyroModalContent .box .inner .contents .row .one-half > input[type=text], div#nyroModalContent .box .inner .contents .row .one-half > input[type=password] {
    width: 300px;
}

#login_wrapper #logo {
    background-size: contain;
}

#login-container-blanche {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 39px;
    padding: 0px;
    margin: 0px;
    background: url(../img/haut_bg_login.jpg) no-repeat;
    background-size: cover;
    /*background-image:url(../img/login-shine.png);
    background-repeat:no-repeat;
    background-position:center 50%;*/
    z-index: 2;
}

#login_header-blanche {
    height: 39px;
    background-color: #0c94d2;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    /*display:block;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:125px;
    background-image:url(../img/sh-lvl-1.png);
    background-repeat:repeat;*/
}

#login_footer-blanche {
    display: block;
    position: fixed;
    height: 303px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../img/bas_tel_login.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35%;
    /*background-repeat:repeat;*/
    z-index: 1;
}

#login_footer-blanche .cpylogin {
    position: fixed;
    bottom: 0;
    text-align: center;
}

#login_footer-blanche .copyright {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    width: auto;
}

#login_wrapper-blanche {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    width: 500px;
    margin: auto auto;
    font-family: RobotoRegular, Helvetica, sans-serif;
}

#login_wrapper-blanche .login_wrapper_container {
    height: 100%;
    position: relative;
}

#login_wrapper-blanche .login_wrapper_container .float_center_box {}

#login_wrapper-blanche .login_wrapper_container .float_center_box .username-half {
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .password-half {
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .logo-box {
    left: 25%;
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box {
    width: 100%;

}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box input[type=text],
#login_wrapper .login_wrapper_container .float_center_box .box input[type=password] {
    width: 145px;
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box .inner {

}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box .inner .contents {
    padding-left: 35px;
    padding-right: 15px;
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box:nth-child(4) .inner .contents {
    padding-bottom: 53px;
}

#login_wrapper-blanche .loginbutton {
    margin-top: 35px;
}

#login_wrapper-blanche label {
    margin-top: 0px;
}

#login_wrapper-blanche .button.tiny {
    padding: 10px 9px;
}

#login_wrapper-blanche .login_wrapper_container .float_center_box .box label {
    font-weight: bold;
}

#login_wrapper-blanche input#email {
    width: 95%
}

#login_wrapper-blanche input {
    outline: none;
    border: 1px solid gainsboro;
    font-family: RobotoRegular, Helvetica, sans-serif;
}

#login_wrapper-blanche .box.no-bg {
    margin-bottom: 0px !important;
}

#login_wrapper-blanche .copyright {
    color: white;
}

#login_wrapper-blanche a {
    text-decoration: none;
}

#login_wrapper-blanche .field-box {
    color: #121212;
}

#login_wrapper-blanche .icon.awesome.for-input {
    line-height: 20px;
}

#login_wrapper-blanche .box .inner {
    background-color: transparent;
}

.forgotpassword {
    line-height: 35px;
    margin-top: 26px;
}

.loginbutton input {
    float: left;
}

#login_wrapper-blanche #logo {
    background-repeat: no-repeat;
    display: block;
    height: 110px;
    margin-left: 11px;
}

/**************
  RESET MDP
**************/

#formlogin tr, #formlogin table tbody tr:hover th, #formlogin table tbody tr:hover td {
    background: none;
}

#formlogin table tbody th, table tbody td {
    color: white;
}

/**************
   HEADER
 **************/
#header {
    background-repeat: repeat;
    min-height: 145px;
    margin: 0;
    z-index: 300;
    position: relative;
}

#header #toggle-menu {
    background: #000 url('../img/menu.jpg') center center no-repeat;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    height: 30px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 30px;
}

#logo {
    width: 230px;
    height: 100px;
    margin: 0;
    padding: 15px;
    float: left;
    z-index: 900;
}

#logo .logo {
    display: block;
    margin: 8px auto 0;
    width: 230px;
    height: 100px;
    background-image: url(../img/logo-full.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* margin-top:15px; */
    z-index: 1000;
    background-size: contain;
}

#general-options {
    padding: 25px 15px 15px;
    display: block;
    float: left;
}

#general-options form {
    float: left;
    margin-right: 10px;
}

#general-options form select {
    width: 300px;
}

#general-options .settings {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-image: url(../img/header-settings.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#general-options .users {
    display: inline-block;
    width: 44px;
    height: 37px;
    background-image: url(../img/header-users.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#general-options .messages {
    display: inline-block;
    width: 41px;
    height: 38px;
    background-image: url(../img/header-messages.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 5px;
}

#header #responsive-nav {
    padding: 17px 30px;
    display: none;
}

#userinfo {
    float: right;
    padding: 25px 0 15px 0;
    margin-bottom: 15px;
}

#userinfo .welcome {
    display: block;
    text-align: right;
    font-size: 12px;
}

#userinfo .last-login {
    display: block;
    text-align: right;
    color: #e9eaa6;
    font-size: 10px;
}

#userinfo .profile {
    float: right;
    padding-top: 24px;
}

#userinfo .profile img {
    /*border:solid #fff 2px;*/
    /*-webkit-box-shadow:  1px 1px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow:  1px 1px 14px 0px rgba(0, 0, 0, 0.75);*/
    float: right;
}

#userinfo .profile .links {
    clear: both;
    text-align: right;
    float: left;
    padding: 5px 10px;
}

#userinfo .profile .links a {
    display: block;
    text-decoration: none;
}

#userinfo .profile .links a.logout {
    color: #d67676;
}

/**************
   CONTAINER
 **************/
#container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

/***/
.table {
    display: table;
    width: 100%;
}
#sidebar,
#playground {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
}

/**************
   SIDEBAR
 **************/
nav#sidebar {
    padding-right: 20px;
    padding-left: 20px;
    width: 220px;
    z-index: 200;
}

nav#sidebar .sidebar-top {
    display: block;
    height: 150px;
    width: 100%;
    z-index: -100;
}

nav#sidebar h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    /*margin:0px 0px 5px;*/
    font-weight: 100;
}

nav#sidebar ul.nav {
    list-style: none;
    padding: 0px;
}

nav#sidebar ul.nav li a {
    color: #e7e7e7;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
}

nav#sidebar ul.nav li a span.plus {
    display: block;
    width: 11px;
    height: 11px;
    float: right;
}

nav#sidebar ul.nav li a span.arrow {
    display: block;
    float: right;
    background-image: url(../img/sel-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 38px;
    position: absolute;
    margin-top: -30px;
    margin-left: 235px;
}

nav#sidebar ul.nav li ul.submenu {
    list-style: none;
    padding: 0px 0px 10px;
    margin: 0px;
    color: #e1e1e1;
    display: none;
}

nav#sidebar ul.nav li ul.submenu li {
    font-size: 12px;
    margin: 0px 0px 5px;
}

nav#sidebar ul.nav li ul.submenu li a {
    padding: 8px 15px;
}

nav#sidebar .submenuselected {
    background: #a6a6a6;
    color: white !important;
    margin-bottom: 5px;
}

.blocks-separator {
    width: 100%;
    height: 16px;
    margin: 20px 0px;
}

.line-separator {
    width: 100%;
    height: 2px;
    margin: 20px 0px;
}

.line-separator-right {
    background-image: url(../img/sep-right.png);
    background-position: right top;
    background-repeat: repeat-y;
}

#sidebar dl,
#sidebar dt,
#sidebar dd {
    margin: 0;
    padding: 0;
}

#sidebar > dl {
    font-size: 14px;
}

#sidebar > dl > dt {
    background-color: #121212;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    padding: 10px 5px;
    text-transform: uppercase;
}

#sidebar > dl > dd + dt {
    margin-top: 30px;
}

#sidebar dl a {
    display: block;
    text-decoration: none;
}

#sidebar dl a:hover {
    background-color: #0d95d3;
    color: #fff;
}

#sidebar dl a,
#sidebar dt {
    color: #9b98ab;
    padding: 15px 7px;
}

#sidebar dt {
    cursor: pointer;
    font-weight: normal;
}

#sidebar dt.selected {
    background-color: #a6a6a6;
    color: #fff;
}

#sidebar dt i {
    float: right;
    font-style: normal;
}

#sidebar > dl > dt i {
    display: none;
}

#sidebar dd {
    border-bottom: 1px solid #ccc;
    clear: right;
}

#sidebar dl dl dd {
    border-bottom: 0 none;
    display: none;
    font-size: 13px;
    margin: 6px 0;
}

#sidebar dl dl a {
    background-color: #f1efed;
    color: #9b98ab;
}

/**********************
   SIDEBAR - WIDGETS
 **********************/
nav#sidebar section.widgets {
    background-image: url(../img/sep.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 5px 0px 15px;
}

nav#sidebar section.widgets .arrow-up {
    height: 60px;
    width: 100%;
    background-image: url(../img/s-w-au.png);
    background-position: 77px center;
    background-repeat: no-repeat;
}

nav#sidebar section.widgets .arrow-up .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 100px;
    width: 65px;
    padding: 23px 0px 0px;
}

nav#sidebar section.widgets .arrow-up .perc {
    font-size: 29px;
    color: #63d844;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

nav#sidebar section.widgets .arrow-down {
    height: 60px;
    width: 100%;
    background-image: url(../img/s-w-ad.png);
    background-position: 77px center;
    background-repeat: no-repeat;
}

nav#sidebar section.widgets .arrow-down .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 100px;
    width: 65px;
    padding: 23px 0px 0px;
}

nav#sidebar section.widgets .arrow-down .perc {
    font-size: 29px;
    color: #bd5151;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

nav#sidebar section.widgets .arrow-right {
    height: 60px;
    width: 100%;
    background-image: url(../img/s-w-ar.png);
    background-position: 77px center;
    background-repeat: no-repeat;
}

nav#sidebar section.widgets .arrow-right .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 100px;
    width: 65px;
    padding: 23px 0px 0px;
}

nav#sidebar section.widgets .arrow-right .perc {
    font-size: 29px;
    color: #5479aa;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

nav#sidebar section.widgets .widget-knob {
    background-image: url(../img/knob-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#header section.widgets {
    /* padding: 30px 0px 15px; */
}

#header section.widgets span {
    display: inline-block;
}

#header section.widgets > span + span {
    margin-left: 15px;
}

#header section.widgets .arrow-up {
    display: inline-block;
    height: 60px;
    width: 230px;
    background-image: url(../img/s-w-au.png);
    background-position: 77px center;
    background-repeat: no-repeat;
}

#header section.widgets .arrow-up .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 100px;
    width: 65px;
    padding: 17px 0px 0px;
}

#header section.widgets .arrow-up .perc {
    font-size: 29px;
    color: #63d844;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

#header section.widgets .arrow-down {
    display: inline-block;
    height: 60px;
    width: 190px;
    background-image: url(../img/s-w-ad.png);
    background-position: 45px center;
    background-repeat: no-repeat;
}

#header section.widgets .arrow-down .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 35px;
    padding: 23px 0px 0px;
}

#header section.widgets .arrow-down .perc {
    font-size: 29px;
    color: #bd5151;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

#header section.widgets .arrow-right {
    display: inline-block;
    height: 60px;
    width: 220px;
    background-image: url(../img/s-w-ar.png);
    background-position: 77px center;
    background-repeat: no-repeat;
}

#header section.widgets .arrow-right .title {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    text-align: right;
    width: 100px;
    width: 65px;
    padding: 23px 0px 0px;
}

#header section.widgets .arrow-right .perc {
    font-size: 29px;
    color: #5479aa;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 87px;
    padding: 14px 0px 0px;
}

#header section.widgets .widget-knob {
    background-image: url(../img/knob-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/**************
   PLAYGROUND
 **************/
section#playground {
    padding-left: 20px;
}

section#playground .breadcrumb {
    width: 75%;
    margin-bottom: 20px;
}

section#playground .breadcrumb span {
    background-image: url(../img/bread-bg.png);
    background-repeat: repeat;
    height: 22px;
    display: block;
    float: left;
    padding: 5px 5px 5px 10px;
}

section#playground .breadcrumb span.middle {
    height: 22px;
    width: 18px;
    background-image: url(../img/bread-mid.png);
}

section#playground .breadcrumb span.end {
    height: 22px;
    width: 5px;
    background-image: url(../img/bread-end.png);
}

section#playground .breadcrumb span:nth-child(1) a {
    top: 6px;
}

section#playground .breadcrumb span a {
    text-decoration: none;
    top: 4px;
    position: relative;
}

section#playground .widget-set {
    padding: 0px;
    margin: 0px;
}

section#playground .widget-set ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

section#playground .widget-set ul li {
    max-height: 110px;
    overflow: hidden;
    position: relative;
}

section#playground .widget {
    height: 116px;
    min-width: 116px;
    text-align: center;
    margin: 0px 18px 10px;
    display: inline-block;
}

section#playground .widget label {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    width: 100%;
    display: inline;
    line-height: 14px;
    margin-top: 11px;
    margin: 7px 0px 0px;
}

section#playground .widget span {
    font-size: 10px;
}

section#playground .widget.arrow-up .image {
    background-image: url(../img/pg-w-au.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 43px;
    margin: 19px auto 0px;
}

section#playground .widget.arrow-down .image {
    background-image: url(../img/pg-w-ad.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 43px;
    margin: 19px auto 0px;
}

section#playground .widget.arrow-right .image {
    background-image: url(../img/pg-w-ar.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 44px;
    height: 33px;
    margin: 27px auto 2px;
}

section#playground .widget.users .image {
    background-image: url(../img/pg-w-u.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    margin: 20px auto 2px;
}

section#playground .widget.comments .image {
    background-image: url(../img/pg-w-c.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 63px;
    height: 43px;
    margin: 17px auto 2px;
}

section#playground .widget.orders .image {
    background-image: url(../img/pg-w-o.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 53px;
    height: 41px;
    margin: 19px auto 2px;
}

section#playground .widget.sparkline div.sparkline {
    margin-top: 22px;
    margin-bottom: 5px;
}

section#playground > .one-fourth {
    z-index: 2;
}

.jqstooltip {
    border: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**************
   CONSOLEWS
 **************/
thead.consolethead tr th {
    background-color: #f1f1f1;
    border-bottom: 1px solid gainsboro;
    color: #a3a3a3;
}

tbody#log .toclick, tbody#crash .toclick {
    cursor: pointer;
    background: linear-gradient(white, #f1f1f1);
    border-bottom: 1px solid gainsboro;
}

tbody#log > br, tbody#crash > br {
    display: none;
}

tbody#log tr.toclick > td:first-child, tbody#crash tr.toclick > td:first-child {
    padding-left: 10px;
}

tbody#log tr.toclick + tr {
    display: none;
    background-color: #e9e9e9;
    border: 2px solid #EFECD2;
    max-width: 1500px;
    word-break: break-all;
    text-align: left;
}

tbody#log tr.toclick + tr + tr,
tbody#crash tr.toclick + tr {
    display: none;
}
tbody#log tr.toclick + tr + tr.toclick {
    display: table-row;
}

tbody#log tr.toclick + tr + tr > td,
tbody#crash tr.toclick + tr > td {
    text-align: left;
    vertical-align: top;
    padding-top: 7px;
    border: 2px solid #EFECD2;
}
tbody#log tr.toclick + tr + tr.toclick > td {
    text-align: center;
    border: 0 none;
}

tbody#log tr.toclick + tr + tr > td > span,
tbody#crash tr.toclick + tr > td > span {
    font-weight: bold;
    font-size: 15px;
}
tbody#log tr.toclick + tr + tr.toclick > td > span {
    font-weight: normal;
    font-size: inherit;
}

tbody#log tr.toclick + tr + tr > td > div,
tbody#crash tr.toclick + tr > td > div {
    /*max-height: 320px;
    overflow: auto;*/
}
tbody#log tr.toclick + tr + tr.toclick > td > div {
    word-break: normal;
}

tbody#log tr.toclick + tr + tr > td:first-child + td,
tbody#crash tr.toclick + tr > td:first-child + td {
    max-width: 280px;
}

tbody#log tr.toclick + tr + tr > td:first-child,
tbody#crash tr.toclick + tr > td:first-child {
    max-width: 250px;
}

tbody#crash tr.toclick + tr > td:first-child {
    max-width: 100px;
}

tbody#log tr.toclick + tr + tr > td:last-child,
tbody#crash tr.toclick + tr > td:last-child {
    max-width: 170px;
}

tbody#log ul {
    padding-left: 14px;
}
tbody#log pre {
    background-image: none;
    color: #363442;
    padding: 0;
}

/**************
   ALERTS
 **************/
.alert-small {
    font-size: 13px;
    width: 100%;
    overflow: auto;
    background-color: #0D668F;
    /*background: rgb(64,64,63);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDAzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(64,64,63) 0%, rgb(54,54,53) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(64,64,63)), color-stop(100%,rgb(54,54,53)));
    background: -webkit-linear-gradient(top,  rgb(64,64,63) 0%,rgb(54,54,53) 100%);
    background: -o-linear-gradient(top,  rgb(64,64,63) 0%,rgb(54,54,53) 100%);
    background: -ms-linear-gradient(top,  rgb(64,64,63) 0%,rgb(54,54,53) 100%);
    background: linear-gradient(to bottom,  rgb(64,64,63) 0%,rgb(54,54,53) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40403f', endColorstr='#363635', GradientType=0);
    border-bottom: solid #151515 1px;
    border-top: solid #151515 1px;
    color: #0f0f0f;
    text-shadow: 1px 1px 1px #535353;
    filter: dropshadow(color=#535353, offx=1, offy=1);
    position: relative;
}

.alert-small.bottom {
    border-bottom: none;
}

.alert-small p {
    padding: 12px;
    float: left;
    color: #DADBB2;
    text-shadow: none;
    filter: none;
}

.alert-small .close {
    float: right;
    height: 100%;
    width: 15px;
    background-image: url(../img/sh-lvl-1.png);
    background-position: left top;
    background-repeat: repeat;
    cursor: pointer;
    position: absolute;
    top: 0px;
    border: 0px;
    right: 0px;
}

.alert-small:hover .close {
    background-image: url(../img/sh-lvl-2.png);
}

/* DEMO */
.quick-post .wysihtml5-contents textarea {
    width: 100% !important;
    padding: 0px;
    border: 0px;
    background: none;
    height: 200px;
}

.quick-post .wysihtml5-sandbox {
    width: 100% !important;
    height: 200px !important;
    padding: 0px !important;
    border: none !important;
}

.grid-demo {
    margin-bottom: 30px !important;
    padding: 0px !important;
}

.grid-demo h3 {
    border: solid 1px black;
    padding: 7px;
    background-image: url(../img/sh-lvl-1.png);
    background-repeat: repeat;
    text-align: center;
}

/**************
   TIPSY
 **************/
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px 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('../img/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 .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;
}

/*****************
   APPRISE
 *****************/
.appriseOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.appriseOuter {
    background: #eee;
    border: 1px solid #fff;
    box-shadow: 0 3px 7px #000;
    -moz-box-shadow: 0 3px 7px #000;
    -webkit-box-shadow: 0 3px 7px #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    z-index: 99999999;
    min-width: 200px;
    min-height: 50px;
    max-width: 75%;
    position: fixed;
    display: none;
}

.appriseInner {
    color: #333;
    text-shadow: 0 1px 0 #fff;
    padding: 20px;
}

.appriseInner button {
    border: 1px solid #bbb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background: 0;
    color: #232d3d;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    margin: 0 3px;
    padding: 4px 10px;
}

.appriseInner button:hover {
    color: #d85054;
}

.aButtons, .aInput {
    text-align: center;
    margin: 20px 10px 0;
}

.aTextbox {
    border: 1px solid #aaa !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    box-shadow: 0 1px 0 #fff !important;
    -moz-box-shadow: 0 1px 0 #fff !important;
    -webkit-box-shadow: 0 1px 0 #fff !important;
    width: 180px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 0px 10px !important;
    background: #fff !important;
    margin-bottom: 10px !important;
    font-weight: normal !important;
}

.qtip {
    text-shadow: none;
}

.message-empty {
    margin: 20px 0;
}

.clear {
    clear: both;
}

.submit-left {
    float: left;
}

.device-filter input[type=submit] {
    float: none;
    margin: 15px auto;
    width: 50%;
}

.search-bar {
}

.search-bar input[type=text] {
    width: 70%;
    float: left;
}

.search-bar input[type=submit] {
    float: left;
    height: 25px;
    line-height: 0;
    padding: 16px;
}

a.no-decoration {
    text-decoration: none;
}

.basic-box-spacing {
    margin: 15px 0;
}

.float-cancel {
    float: none;
}

.pluginFbBGC {
    background-color: white;
}

#links-list a {
    font-size: 15px;
}

#widget-header-sober {
    margin-top: 29px;
}

#widget-header-sober .perc {
    font-size: 24px;
    color: #63d844;
    font-weight: bold;
}

#widget-header-sober span.title {
    font-size: 15px;
    margin-right: 10px;
}

div.custom-error, div.custom-success {
    padding: 12px;
    border: 1px solid brown;
    width: 90%;
    margin: 0 0 10px 10px;
}

div.custom-error {
    border: 1px solid brown;
}

div.custom-success {
    border: 1px solid #63d844;
}

.upload-first-block {
    margin: 15px 0;
}

.upload-first-block .folder, .upload-second-block .folder {
    margin: 0 0 0 20px;
    line-height: 30px;
}

#nyroModalFull #nyroModalWrapper table tbody tr th {
    text-align: left;
}

#nyroModalContent table#genericformtable tr td textarea, #nyroModalContent table#genericformtable tr td input[type=text] {
    width: 98% !important;
}

#nyroModalContent table#genericformtable tr td.has-table input[type=text] {
    width: 93% !important;
}

#nyroModalContent table#genericformtable tr td .one-half textarea,
#nyroModalContent table#genericformtable tr td .one-half input[type=text] {
    width: 90% !important;
    padding-left: 2%;
    padding-right: 2%;
}

#fileupload .button {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

#fileupload .button.fileinput-button {
    float: left !important;
    margin-right: 3px !important;
}

/**/
.pagination {
    background-color: #121212;
    font-size: 109%;
    min-height: 25px;
    line-height: 20px;
    list-style: inside none;
    margin: 35px 0 20px;
    padding: 8px 15px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    padding: 0 5px;
}

.pagination,
.pagination a,
.pagination a:active,
.pagination a:focus,
.pagination a:hover,
.pagination a:visited {
    color: #fff;
    text-decoration: none;
}

.pagination a {
    text-decoration: none;
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover,
.pagination a:visited {
    text-decoration: underline;
}

#pagination-digg { position: absolute;
    left: 25%; }

#pagination-digg li
{
    border:0;
    margin:0;
    padding:0;
    font-size:20px;
    list-style:none;
    margin-right:2px;
}

#pagination-digg a
{

    margin-right:2px;
}

#pagination-digg .previous-off, #pagination-digg .next-off
{
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:3px 4px;
}

#pagination-digg .next a, #pagination-digg .previous a
{
    font-weight:bold;
}

#pagination-digg .active
{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
}

#pagination-digg a:link, #pagination-digg a:visited
{
    color:#0e509e;
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}

#pagination-digg a:hover
{
    border:solid 1px #0e509e
}

#rows td .hexacolor {
    border-radius: 3px;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    vertical-align: middle;
    width: 12px;
}