

body, html {
    margin: 0px;
    padding: 0px;
    color: #222;
    background: #dedede;
    font-family: 'Helvetica1';
    font-size: 11pt;
}

#cont1 {
    position: absolute;
    top: 66px;
    left: 234px;
    width: calc(100% - 246px);
    height: 100%;
    color: #222;
    background: #dedede;
    z-index: -2;
}

#cont2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
        background: #53565A;
    
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    z-index: 0;
}

#foot-box2 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background: transparent;
}

.CR-BRAND-MARK {
    position: relative;
    text-align: center;
    font-size: 0.9em;
    margin: 0px auto;
    display: block;
}

/* ***** BUTTONS ***** */


.btn-success {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #00a9e0 0%, #00a9e0 100%);
    background-image:         linear-gradient(to bottom, #00a9e0 0%, #00a9e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e0', endColorstr='#00a9e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    text-shadow: none;
    border: none;
    border-color: #189640;
}

.btn-success:hover,
.btn-success:focus {
    background-image: none;
    background-color: #00a9e0;
    background-position: 0px 0px;
    border-color: #189640;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}
.btn-success:active,
.btn-success.active {
    background-image: none;
    background-color: #00a9e0;
    border-color: #189640;
    box-shadow: 0px 0px 3px #eee;
}

.btn-default {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #8395A8 0%, #7566a0 100%);
    background-image:         linear-gradient(to bottom, #8395A8 0%, #7566a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8395A8', endColorstr='#7566a0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    text-shadow: none;
    border: none;
    border-color: #8395A8;
}

.btn-default:hover,
.btn-default:focus {
    color: #eee;
    background-image: none;
    background-color: #7566a0;
    background-position: 0px 0px;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}

.btn-default:active,
.btn-default.active {
    color: #eee;
    background-image: none;
    background-color: #8395A8;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
}

.btn-alert {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #600 0%, #800 100%);
    background-image:         linear-gradient(to bottom, #600 0%, #800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#800', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    border: none;
    border-color: #600;
}

.btn-alert:hover,
.btn-alert:focus {
    color: #eee;
    background-image: none;
    background-color: #800;
    background-position: 0px 0px;
    border-color: #600;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}

.btn-alert:active,
.btn-alert.active {
    color: #eee;
    background-image: none;
    background-color: #600;
    border-color: #600;
    box-shadow: 0px 0px 3px #eee;
}


/* UNSORTED ************************************************************************************************************************************ */


#BLACKOUT {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 6;
    background: rgba(0, 0, 0, 0.6);
}

#bonus2 {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 230px;
    z-index: -1;
}

#logotop {
    position: fixed;
    top: 2px;
    left: 10px;
    height: 58px;
    width: 200px;
    cursor: pointer;
    z-index: 2;
}

#logotop-scroll {
    position: absolute;
    display: block;
    top: 2px;
    left: 10px;
    height: 58px;
    z-index: 2;
}

#logotop-scroll img,
#logotop img {
    height: 58px;
    max-height: 58px;
    width: auto;
}

#user-functions ul li {
    list-style: none;
    padding: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

#user-functions ul li a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 2px #53565A;
}

#pass-forgotten {
    position: relative;
    padding: 12px 16px;
    width: 300px;
    top: 100px;
    margin: 0px auto;
}

#pass-forgotten-confirm {
    position: relative;
    padding: 12px 16px;
    width: 300px;
    top: 100px;
    margin: 0px auto;
}

.login_p {
    margin: 8px;
    text-align: center;
    font-size: 1.1em;
}

.main_views {
    position: relative;
    padding: 12px 24px;
    z-index: -1;
    width: 100%;
}

hr, hr.mine {
    border: 1px solid #888888;
    margin: 18px 0px;
    width: 100%;
}

.notes_on_dash {
    background:#fff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    border: 1px solid #0956a8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#spin-area {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ddd;
    z-index: 90;
}

#spin-text {
    position: relative;
    top: 200px;
    width: 600px;
    margin: 0px auto;
}

#spin-img {
    position: relative;
    top: 20px;
    margin: 0px auto;
    display: block;
}

#brand-homelink {
    position: absolute;
    display: block;
    top: 0px;
    left: 10px;
    height: 58px;
    width: auto;
    z-index: 2;
}

#title-area {
    position: absolute;
    display: block;
    color: #eeeeee;
    top: 13px;
    right: 340px;
    height: 32px;
    width: auto;
    z-index: 3;
    line-height: 32px;
    font-size: 1.4em;
    font-weight: bold;
}

#signup-background {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #53565A;
    z-index: -1;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

#signup-background-top {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 100%;
    background: #53565A;
    z-index: 1;
}

.signup-top-sort-nav {
    position: fixed;
    top: 140px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

#signup-container {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100%;
}

.signup-panel {
    position: relative;
    top: 110px;
    width: 70%;
    margin: 0px auto;
}

.signup-panel-2 {
    position: relative;
    top: 110px;
    width: 98%;
    margin: 0px auto;
}

.signup-panel span {
    font-size: 1em;
    font-weight: bold;
}

#signup-steps-container {
    position: fixed;
    height: 140px;
    width: 480px;
    top: 16px;
    left: 50%;
    margin-left: -240px;
    z-index: 2;
}

#signup-steps-container h4, #signup-container h3 {
    text-align: center;
}

#signup-steps-one,
#signup-steps-two,
#signup-steps-three {
    position: absolute;
    top: 10px;
    height: 80px;
    width: 170px;
}

#signup-steps-one p,
#signup-steps-two p,
#signup-steps-three p {
    font-size: 1em;
    padding: 0px;
    margin: 18px 32px 8px 52px;
}

#signup-steps-one {
    left: 0px;
    color: #9f9f9f;
    background: url("/static/css/signup-1-inactive.png") 50% 50% no-repeat;
}

#signup-steps-one.signup-current {
    left: 0px;
    background: url("/static/css/signup-1-active.png") 50% 50% no-repeat;
}

#signup-steps-two {
    left: 160px;
    color: #9f9f9f;
    background: url("/static/css/signup-2-inactive.png") 50% 50% no-repeat;
}

#signup-steps-two.signup-current {
    left: 160px;
    background: url("/static/css/signup-2-active.png") 50% 50% no-repeat;
}

#signup-steps-three {
    left: 320px;
    color: #9f9f9f;
    background: url("/static/css/signup-3-inactive.png") 50% 50% no-repeat;
}

#signup-steps-three.signup-current {
    left: 320px;
    background: url("/static/css/signup-3-active.png") 50% 50% no-repeat;
}

#foot-box1 {
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: none;
    background: #53565A;
    padding: 15px 20px;
    color: #eee;
    font-size: 1.3em;
}

.thingy {
    position: relative;
    background: #dedede;
    padding: 20px;
    padding-bottom: 60px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.thingy ul,
.thingy ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #111111;
}

.list-thingy {
    position: relative;
    display: block;
    min-height: 56px;
    padding: 4px 8px;
    background: #dddddd;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 1px 0px;
}

.thingy-block {
    display: block;
    min-height: 56px;
    padding: 4px 8px;
    background: #dddddd;
    color: #111111;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 1px 0px;
}

.list-thingy img {
    height:50px;
    width: 91px !important;
    float:left;
}

.list-thingy-mark {
    position: relative;
    height: 400px;
    color: #222222;
    padding: 4px 8px;
    margin: 8px 8px;
    background: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

input {
    border: 1px #ddd solid;
}

.jqimessage #user-list-list {
    height: 400px;
    max-height: 400px;
    overflow: auto;
}


/* Login Portal */

#login-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #53565A;
}

#login {
    position: relative;
    padding: 12px 16px;
    width: 300px;
    top: 100px;
    margin: 0px auto;
}

.login-logo {
    margin: 0px auto;
}

.login-logo img {
    display: block;
    height: 46px;
    width: auto;
}

.login-lock {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #eee;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}

/* Login Form */

#login form {
    position: relative;
}

#login #login-remember {
    padding: 4px 6px;
    font-size: 0.9em;

}

#login #login-remember .form-list {
    margin-top: 0;
}

.form-row {
    padding: 8px 0;
}

.form-item label {
    padding: 0px 2px;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.form-item2 label {
    padding: 0px 2px;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.before-login-input {
    position: relative;
    width: 20px;
    top: -28px;
    left: 12px;
    color: #514163;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="checkbox"]:focus, 
select:focus, 
textarea:focus {
    box-shadow: 0px 0px 5px #00a9e0;
    border: 1px solid #00a9e0;
}

.login-input {
    padding-left: 32px;
    background: #dedede;
    color: #222;
    min-height: 38px;
    width: 100%;
    outline:none;
    border:1px solid #c5c5c5;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}

.login-input-select {
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 32px;
    font-size: 14px;
    line-height: 1.42857;
    color: #222;
    background: #dedede;
}

.login-username.error, 
.login-password.error {
    border-color: #800;
}

.login-button {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.form-row-link {
    width: 268px;
    text-align: center;
    margin: 0px 0px 12px 0px;
}

a.login-info-link {
    display: block;
    text-align: center !important;
    color: #eee;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none;
    line-height: 1.8em;
}

a.login-info-link:hover,
a.login-info-link:active,
a.login-info-link:focus {
    color: #00a9e0;;
    text-decoration: none;
}

hr.login-hr {
    border: 0;
    height: 1px;
    background: #00a9e0;
}

#config_status {
    height: 140px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-bottom: 30px;
}

.subway_stop {
    height: 140px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 0px;
    border-radius: 65px;
    white-space: nowrap;
}

.subway_stop_inner {
    color: #444;
    height: 120px;
    width: 120px;
    vertical-align: bottom;
    text-align: center;
    line-height: 120px;
    font-size: 1.3em;
    zoom: 1;
    border: 1px solid #eee;
    border-radius: 60px;
    box-shadow: 0px 0px 8px #eee;
}

#stat_bar {
    height: 130px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin: 0px 0px 40px 0px;
}

#stat_bar:last-child:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.stat_bubble {
    height: 130px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px;
    margin: 0px;
    border-radius: 65px;
    white-space: nowrap;
}

.stat_bubble div {
    color: #444;
    height: 120px;
    width: 120px;
    vertical-align: bottom;
    text-align: center;
    line-height: 120px;
    font-size: 1.3em;
    zoom: 1;
    border: 1px solid #7566a0;
    border-radius: 60px;
    box-shadow: 0px 0px 8px #c6c6c6;
}

.stat_bubble .glyph_up {
    /* background: #fff url() no-repeat 50% 50%; */
    background: #99d399;
    background-image: -webkit-radial-gradient(#99d399 0%, #99d399 30%, #fff 100%);
    background-image:         radial-gradient(#99d399 0%, #99d399 30%, #fff 100%);
}

.stat_bubble .glyph_down {
    /* background: #fff url() no-repeat 50% 50%; */
    background: #f18888;
    background-image: -webkit-radial-gradient(#f18888 0%, #f18888 30%, #fff 100%);
    background-image:         radial-gradient(#f18888 0%, #f18888 30%, #fff 100%);
}

.stat_bubble .glyph_none {
    background: #fff;
}

.active {
    background: #e1b345;
}

.subway_arrow {
    width: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.1em;
    text-align: center;
    color: #ccc;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.w_butt {
    height: 115px;
    line-height: 39px;
    width: 130px;
    text-align: center;
    font-size: 1.8em;
}

.modal_menu {
    max-height: 800px;
    overflow: auto;
    overflow-x: hidden;
}

a.s-mark-nav2 {
    cursor: pointer;
    font-size: 1.4em;
    color: #eee;
    background: none;
}

.modal_menu2 {
    margin-left: 12px;
    list-style: none;
    padding-left: 4px;
}

.modal_menu2 > li,
.modal_menu2 > li > a {
    display: block;
    font-size: 1.1em;
    color: #eee;
    background: none;
    list-style: none;
    padding: 2px;
    text-decoration: none;
}

.modal_menu2 > li:hover,
.modal_menu2 > li:active,
.modal_menu2 > li > a:hover,
.modal_menu2 > li > a:active {
    color: #eee;
    background: #514163;
    text-decoration: none;
}

.sub_nav_market {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sub_nav_market > li {
    position: relative;
    margin: 0px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.sub_nav_market > li > a,
.sub_nav_market > li > span {
    color: #eee;
    outline: none;
    display: block;
    text-decoration: none;
    margin-left: 0px 15px;
    position: relative;
    padding: 2px 8px;
    line-height: 22px;
    font-weight: bold;
}

.sub_nav_market > li > a [class*="icon-"], 
.sub_nav_market > li > span [class*="icon-"] {
    font-size: 1.8em;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: #ddd;
    float: left;
    text-shadow: none;
    margin: 0px 12px;
}

.sub_nav_market > li > ul {
    border: 0px;
    padding: 1px 16px;
}

.sub_nav_market > li > ul > li {
    position: relative;
    margin-left: 0px 12px;
}

.sub_nav_market > li > ul > li > a,
.sub_nav_market > li > ul > li > span {
    color: #eee;
    outline: none;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 1px 56px;
    line-height: 18px;
    font-weight: normal;
    font-size: 1em;
}

.sub_nav_market > li > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.15);
}


a {
  color: #514163;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7566a0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Signup Splash */

#signup_splash_image {
    height: 360px !important;
    background: url(/static/images/login-splash.png) 100% 50% no-repeat;
}


/* END UNSORTED ******************************************************************************************************************************** */

/* panels.css ******************************************************************************************************************************** */

.panel-primary {
    border: 1px solid #7566a0;
    border-radius: 0px;
    box-shadow: 4px 4px 4px #c6c6c6;
}

.panel-primary > .panel-heading {
    border: 1px solid #514163;
    border-radius: 0px;
    background: #514163;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.mp {
    background: none;
    box-shadow: 0px 0px 0px #ddd;
    min-width: 190px;
}

/* navigation.css ******************************************************************************************************************************** */

#navigation {
    position: absolute;
    display: block;
    top: 118px;
    left: 0px;
    height: 58px;
    width: 230px;
    z-index: 1;
}

#navigation ul, 
#navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#navigation > ul > li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

#navigation > ul > li > a,
#navigation > ul > li > span {
    outline: none;
    display: block;
    text-decoration: none;
    margin-left: 0;
    position: relative;
    padding: 11px 0px;
    line-height: 20px;
    color: #eee;
}

#navigation > ul > li > a [class*="icon-"], 
#navigation > ul > li > span [class*="icon-"] {
    font-size: 1.6em;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    float: left;
    text-shadow: none;
    margin: 0px 12px;
}

span.mnav_active {
    font-size: 1em !important;
    color: rgba(0, 0, 0, 0.25); !important;
}

#navigation > ul > li .nav-tooltip {
    position: absolute;
    line-height: 1;
    padding: 5px;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

#navigation > ul > li > ul {
    background-color: rgba(0, 0, 0, 0.15);
    border: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

#navigation > ul > li > ul.closed {
    display: none;
}

#navigation > ul > li > ul > li {
    border: 0;
    padding: 0;
    margin: 0;
    background-image: none;
}

#navigation > ul > li > ul > li > a, 
#navigation > ul > li > ul > li > span {
    display: block;
    font-size: 1em;
    margin-left: 0;
    text-decoration: none;
    padding: 4px 0 4px 40px;
    text-shadow: none;
}


.nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.20);
    color: #ffeeee;
}

.current {
    background-color: rgba(255, 255, 255, 0.20) !important;
    color: #eeeeff !important;
}

#navigation > ul > li > ul > li:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover {
    color: #eeffee;
}

.glyphicon.second {
    color: #eee /* #86AFCF */ !important;
    font-size: 1.5em !important;
    text-shadow:
        -1px -1px 0 #1680d2,  
        1px -1px 0 #1680d2,
        -1px 1px 0 #1680d2,
        1px 1px 0 #1680d2,
        0px 0px 4px #fdffeb !important;
}

#VWLogin {
    position: absolute;
    top: 74px;
    left: 8px;
}

#VWLogin .btn-success {
    padding: 6px 16px;
    font-size: 1.1em;
    border: 0;
}

/* datatables.css ******************************************************************************************************************************** */

.table {
    width: 80%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.table thead tr {
    background: #e8e8e8 repeat-x left top;
    background-image: -ms-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: -o-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: linear-gradient(top, #f7f7f7, #e8e8e8);
}

.table thead tr th:first-child {
    border-left: none;
}

.table thead tr th {
    padding: 10px 16px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.table .checkbox-column {
    width: 32px;
    text-align: center;
}

.table tbody td, 
.table tfoot td {
    padding: 8px 16px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #bebebe !important;
}

.table tbody td:first-child, 
.table tfoot td:first-child {
    border-left: none;
}

.table tbody tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.table tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

.table tbody tr.odd {
    background-color: #f2f2f2;
}

.table tbody tr.even {
    background-color: #fafafa;
}

.table tbody tr.odd td.sorting_1 {
    background-color: #cccccc;
}

.table tbody tr.even td.sorting_1 {
    background-color: #e1e1e1;
}

.dataTables_wrapper {
    background: #444444;
}

.dataTables_wrapper table thead th.sorting, 
.dataTables_wrapper table thead th.sorting_asc, 
.dataTables_wrapper table thead th.sorting_desc {
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper table thead th.sorting_asc, 
.dataTables_wrapper table thead th.sorting_desc, 
.dataTables_wrapper table thead th.sorting {
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.dataTables_wrapper table thead th.sorting {
    background-image: url(/static/images/core/sort.png);
}

.dataTables_wrapper table thead th.sorting_asc {
    background-image: url(/static/images/core/sort_asc.png);
}

.dataTables_wrapper table thead th.sorting_desc {
    background-image: url(/static/images/core/sort_desc.png);
}

.dataTables_wrapper:before,
.dataTables_wrapper:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.dataTables_wrapper:after {
    clear: both;
}

.dataTables_wrapper {
    zoom: 1;
}

.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_paginate {
    padding: 8px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    background-color: #cccccc;
    text-align: right;
    border-bottom: 1px solid #aaaaaa;
}

.dataTables_wrapper .dataTables_info {
    color: #fff;
    float: left;
    margin-top: 2px;
    display: block;
}

.dataTables_wrapper .dataTables_paginate {
    color: #ffffff;
    float: right;
    padding: 2px;
    margin: 10px 8px 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    display: block;
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous {
    background-image: url(/static/css/images/core/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous {
    opacity: .35;
    filter: Alpha(35);
    cursor: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    background-image: url(/static/css/images/core/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.dataTables_wrapper .dataTables_paginate .first {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.dataTables_wrapper .dataTables_paginate .last {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, 
.dataTables_wrapper .dataTables_paginate .paginate_active {
    float: left;
    height: 20px;
    padding: 0 10px;
    display: block;
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-color: #444444;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #232323;
    border-left: 1px solid #666666;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button_disabled {
    color: #666666;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_active {
    color: #323232;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width : 599px) {
    .table {
        table-layout: fixed;
    }

    .table thead tr th {
        padding: 10px 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table tbody td,
    .table tfoot td {
        padding: 8px;
    }

    .dataTables_wrapper .dataTables_length, 
    .dataTables_wrapper .dataTables_filter {
        display: block;
        float: none;
        width: auto;
        background-color: #cccccc;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin: 10px 8px;
    }
}

/* receipt-license.css ******************************************************************************************************************************** */

.user-receipt-entry {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #bbb;
}

.user-receipt-entry-totals {
    position: relative;
    float: right;
    display: block;
    width: 240px;
    margin: 0px;
    margin-top: 20px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #bbb;
}

.user-receipt-entry-total-tables {
    position: relative;
    float: right;
    display: block;
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    padding: 0px 0px 3px 0px;
}

.user-receipt-heading {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 16px;
    cursor: pointer;
}

.user-receipt-name, .user-receipt-email, .user-receipt-tally {
    display: inline;
    width: auto;
    
}

.user-receipt-name {
    font-weight: bold;
    
}

.user-receipt-email {
    font-style: italic;
    padding-left: 9px
}

.user-receipt-email:before {
    content: "-";
    padding-right: 9px;
}

.user-receipt-tally {
    position: absolute;
    right: 6px;
    text-align: right;
}

.user-receipt-tally.receipt-collapse:before {
    font-family: 'Glyphicons Halflings';
    content: "";
    padding-right: 9px;
    color: #bbb;
}

.user-receipt-tally.receipt-expand:before {
    font-family: 'Glyphicons Halflings';
    content: "";
    padding-right: 9px;
    color: #bbb;
}

.user-receipt-detail {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.user-receipt-li {
    position: relative;
    width: 100%;
}

.user-receipt-item {
    display: block;
    padding-left: 60px
}

.user-receipt-item-price {
    display: block;
    position: absolute;
    top: 0px;
    right: 45px;
}

ul.user-receipt-sku-list {
    padding-left: 80px;
    list-style-type: disc;
    margin-left: 1.5em;
}

ul.user-receipt-sku-list li {
    position: relative;

}

ul.user-receipt-sku-list li:before {
}

.user-receipt-sku-item-unit-price {
    display: block;
    position: absolute;
    top: 0;
    right: 185px;
}

.user-receipt-sku-item-price {
    display: block;
    position: absolute;
    top: 0;
    right: 45px;
}

.user-receipt-detail.receipt-expand {
    display: initial;
}

.user-receipt-detail.receipt-collapse {
    display: none;
}

.receipt-added {
    color: #009900;
}

.receipt-unchanged {
    color: #444444;
}

.receipt-removed {
    color: #990000;
}

.receipt-added > .user-receipt-item-price:before {
    content: "+";
}

.receipt-removed > .user-receipt-item-price:before {
    content: "-";
}

li.active {
    color: #fff;
}

.user-license-li {
    display: block;
    width: 100%;
    padding: 5px 49px 5px 9px;
    margin: 4px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 4px #ddd;
}

.user-s-t {
    display: table;
    width: 100%;
    padding: 10px 19px;
}

.user-s-r {
    display: table-row;
    width: 100%;
}

.user-s-c {
    display: table-cell;
    width: 100px;
}

.user-license-entry {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #bbb;
}

.user-license-heading {
    display: block;
    width: 100%;
    padding: 5px 16px;
    cursor: pointer;
}

.user-license-name, .user-license-email {
    display: inline;
    width: auto;
    
}

.user-license-name {
    font-weight: bold;
    
}

.user-license-email {
    font-style: italic;
    padding-left: 9px
}

.user-license-email:before {
    content: "-";
    padding-right: 9px;
}

.l-app-name {
    font-weight: bold;
}

.l-app-img,
.l-app-img img {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    display: inline;
}

.para_dia {
    text-align: center;
    margin: 12px 40px;
}

.body-form label {
    padding: 0px 2px;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px auto;
    position: relative;
    text-align: center;
    color: #222;
}

/* carousel.css ******************************************************************************************************************************** */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: #666;
    height: 180px;
    width: 30px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 1px;
    top: 55px;
    background: url(/static/css/mnav-left.png) 50% 50% no-repeat;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 1px;
    top: 55px;
    background: url(/static/css/mnav-right.png) 50% 50% no-repeat;
}

/* signup-stops.css ******************************************************************************************************************************** */


/* list-pager.css ******************************************************************************************************************************** */

h1, h2,ul {
    clear: both;
}

ul.simplePagerNav {
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

ul.simplePagerNav li {
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
}

ul.simplePagerNav li a {
    color: #333;
    text-decoration: none;
    padding: 0px 5px 4px 4px;
    margin-bottom: 2px;
    line-height: 12px;
    font-size: 1em;
}

li.currentPage {
    background: #53565A;
    border: 0px;
    border-radius: 9px;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

/* dialogs.css ******************************************************************************************************************************** */

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-corner-all {
    border-radius: 0px !important;
}

.ui-widget-content {
    background: #eee;
    border: 0px;
    color: #222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.ui-widget-header {
    background: #514163;
    border: 0;
    color: #eee;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 8px;
    font-size: 1em;
    border-radius: 0px !important;
}

.ui-dialog-titlebar {
    text-align: center !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
    padding: 6px 6px 6px 46px !important;
    margin: 0px 0px 14px 0px;
}

.ui-dialog {
    box-shadow: 3px 3px 4px #bbb;
}

.ui-dialog-buttonpane {
    border-top: 1px #514163 solid;
    padding: 14px 14px 4px 14px;
}

/* cards-users-apps.css ******************************************************************************************************************************** */

.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item {
    border-radius: 0px !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #bbb;
  background-image: none;
  color: #eee !important;
  background: #53565A !important;
  border: 1px #eee solid !important;
}

.list-group-wrapper {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 70px;
}

.list-group-itemcard {
    position: relative;
    color: #333;
    background: #eee;
    background: linear-gradient(#fff 0%, #eee 100%);
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    display: block;
    padding: 4px;
    margin: 6px 2px;
    border: 1px solid #fff;
    height: 70px;
    border-radius: 0px;
    overflow: hidden;
}

.list-group-itemcard:hover {
    color: #111;
    -moz-box-shadow: 1px 1px 4px #53565A;
    -webkit-box-shadow: 1px 1px 4px #53565A;
    box-shadow: 1px 1px 4px #53565A;
    border: 1px solid #777;
}

.list-group-itemcard.itemcard-add {
    cursor: pointer;
    color: #888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-group-itemcard.itemcard-add:active {
    background: #eee;
}

.list-group-itemcard-head {
    position: relative;
    color: #eee;
    background: none;
    display: block;
    padding: 4px;
    margin: 6px 2px;
    border: 0px;
    height: 70px;
    border-radius: 0px;
}

.list-group-itemcard-head:hover,
.list-group-itemcard-head:focus,
.list-group-itemcard-head:active {
    color: #fff;
}

.list-group-itemcard img,
.list-group-itemcard-head img {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0px;
    left: 0px;
}

.list-group-itemcard .itemcard_inner,
.list-group-itemcard-head .itemcard_inner {
    position: absolute;
    height: 70px;
    top: 0px;
    left: 80px;
    text-align: left;
}

.itemcard_inner h5 {
    line-height: 32px;
    font-size: 1.4em;
    margin: 0;
    padding: 2px 0;
}

.itemcard_inner h6 {
    line-height: 18px;
    font-size: 1.1em;
    font-style: italic;
    margin: 0;
    padding: 2px 0;
}


.itemcard_toggle_admin button {
    position: absolute;
    bottom: 3px;
    right: 20px;
    height: 35px;
    width: 120px;
    text-align: center;
    margin: 0;
    padding: 2px 0;
}

.itemcard_admin_status h6 {
    position: absolute;
    top: 3px;
    right: 28px;
    height: 20px;
    text-align: right;
    line-height: 18px;
    font-size: 1.1em;
    margin: 0;
    padding: 2px 0;
    color: red;
}

.list-group-itemcard-head .itemcard_inner h5 {
    line-height: 40px !important;
    font-size: 2.0em !important;
    font-weight: bold !important;
}


.list-group-itemcard-head .itemcard_inner h6 {
    line-height: 26px !important;
    font-size: 1.7em !important;
    font-style: italic !important;
}

.list-group-appitemcard .itemcard_inner h5 {
    line-height: 20px !important;
    font-size: 1.4em !important;
    margin: 6px 3px;
    padding: 6px 3px;
}

.list-group-appitemcard .itemcard_inner h6 {
    line-height: 16px !important;
    font-size: 1em !important;
    margin: 3px;
    padding: 3px;
}

.card_x {
    position: absolute;
    color: #c88;
    bottom: 0px;
    right: 0px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
}

.card_x:hover {
    color: #f33;
    cursor: pointer;
}

.card_cb {
    position: absolute;
    color: #bbb;
    top: 0px;
    right: 0px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
}

.card_cb:hover {
    color: #999;
    cursor: pointer;
}

.list-workgroup-itemcard {
    position: relative;
    color: #333;
    background: #eee;
    background: linear-gradient(#fff 0%, #eee 100%);
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    display: block;
    padding: 10px 15px;
    margin: 6px 2px;
    border: 0px;
    border-radius: 0px;
    font-size: 1.2em;
    font-weight: bold;
}

.list-workgroup-itemcard li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-workgroup-itemcard:hover {
    background: #fff;
    color: #111;
    -moz-box-shadow: 1px 1px 4px #53565A;
    -webkit-box-shadow: 1px 1px 4px #53565A;
    box-shadow: 1px 1px 4px #53565A;
    border: 0px;
}

.card_x_top, .card_x_user_wg, .card_x_user, .card_x_app_wg {
    position: absolute;
    color: #c88;
    top: 4px;
    right: 0px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
}

.card_x_top:hover, .card_x_user_wg:hover, .card_x_user:hover, .card_x_app_wg:hover {
    color: #f33;
    cursor: pointer;
}

.minilist-group-wrapper {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 45px;
}

.minilist-group-appitemcard {
    position: relative;
    color: #333;
    background: #eee;
    background: linear-gradient(#fff 0%, #eee 100%);
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    display: block;
    padding: 4px;
    margin: 6px 2px;
    border: 0px;
    height: 45px;
    border-radius: 0px;
}

.minilist-group-appitemcard:hover {
    background: #fff;
    color: #111;
    -moz-box-shadow: 1px 1px 4px #53565A;
    -webkit-box-shadow: 1px 1px 4px #53565A;
    box-shadow: 1px 1px 4px #53565A;
    border: 0px;
}

.minilist-group-appitemcard img {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 0px;
    left: 0px;
}

.minilist-group-appitemcard .itemcard_inner {
    position: absolute;
    height: 45px;
    top: 0px;
    left: 53px;
    text-align: left;
}

.minilist-group-appitemcard .itemcard_inner h5 {
    line-height: 21px !important;
    font-size: 1.1em !important;
    font-weight: normal !important;
}


.minilist-group-appitemcard .itemcard_inner h6 {
    line-height: 16px !important;
    font-size: 1.0em !important;
    font-style: italic !important;
}

.list-group-appitemcard {
    position: relative;
    background: #eee;
    color: #111;
    background: linear-gradient(#fff 0%, #eee 100%);
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    display: block;
    padding: 4px;
    margin: 6px 2px;
    border: 0px;
    height: 70px;
    overflow: hidden;
}

.list-group-appitemcard:hover {
    background: #fff;
    color: #111;
    -moz-box-shadow: 1px 1px 4px #53565A;
    -webkit-box-shadow: 1px 1px 4px #53565A;
    box-shadow: 1px 1px 4px #53565A;
    border: 0px;
}

.list-group-appitemcard img {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0px;
    left: 0px;
}

.list-group-appitemcard > .itemcard_inner {
    position: absolute;
    height: 70px;
    top: 0px;
    left: 80px;
    text-align: left;
}

.list-group-itemcard.active {
    background: #fff url("/static/css/select-check.png") 100% 0% no-repeat;
    -moz-box-shadow: 2px 2px 4px #53565A;
    -webkit-box-shadow: 2px 2px 4px #53565A;
    box-shadow: 2px 2px 4px #53565A;
}

/* cards-market.css ******************************************************************************************************************************** */

.market-container-2 {
    position: relative;
    height: 300px;
    background: none;
    padding: 10px 30px;
    overflow: hidden;
}

.market-card-2 {
    position: relative;
    height: 290px;
    color: #222222;
    padding: 8px;
    margin: 0px;
    background: none;
    cursor: pointer;
    display: block;
    vertical-align: top;
    font-family: Helvetica1, sans-serif;
    font-weight: 500;
}

.market-card-inner {
    position: relative;
    width: 150px;
    height: 270px;
    color: #444;
    padding: 0px;
    margin: 0px auto;
    background: #ddd;
    box-shadow: 3px 3px 4px #ccc;
    z-index: 2;
}

.get_market_info_offset {
    position: relative;
    width: 150px;
    padding: 0px;
    margin: 0px auto;
    background: none;
    z-index: 6;
    border: none;
}

.get_market_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #777;
    text-shadow: 0px 0px 2px #fff;
    background: none;
    font-family: serif;
    font-weight: bold;
    font-size: 1em;
    padding: 3px;
    cursor: help;
    z-index: 6;
}

.market-card-2 img {
    display: block;
    width: 150px !important;
    height: 150px;
    margin: 0px auto;
}

.market-card-2 h2 {
    font-size: 1.05em;
    font-style: bold;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.market-card-2 h3 {
    font-size: 1em;
    font-style: bold;
    text-align: center;
    margin: 3px;
    padding: 0px;
    margin-bottom: 10px;
}

.market-card-2 h4 {
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.market-card-2 h5 {
    font-size: 0.8em;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.market-card-2 h6 {
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.get_mp_info, .add_mp_item, .added_mp_item  {
    position: absolute;
    bottom: 1px;
    width: 100%;
    cursor: pointer;
    color: #666666;
}

.added_mp_item {
    color: #9c2211;
}

.cancel_user  {
    color: #880000 !important;
    border: 1px solid #880000;
}

/* custom-d3.css ******************************************************************************************************************************** */

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.line1 {
  fill: none;
  stroke: #880000;
  stroke-width: 1.5px;
}

.line2 {
  fill: none;
  stroke: #0000aa;
  stroke-width: 1.5px;
}

.line3 {
  fill: none;
  stroke: #009900;
  stroke-width: 1.5px;
}

/* buttons.css ******************************************************************************************************************************** */

.btn-success {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #00a9e0 0%, #00a9e0 100%);
    background-image:         linear-gradient(to bottom, #00a9e0 0%, #00a9e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e0', endColorstr='#00a9e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    text-shadow: none;
    border: none;
    border-color: #189640;
}

.btn-success:hover,
.btn-success:focus {
    background-image: none;
    background-color: #00a9e0;
    background-position: 0px 0px;
    border-color: #189640;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}
.btn-success:active,
.btn-success.active {
    background-image: none;
    background-color: #00a9e0;
    border-color: #189640;
    box-shadow: 0px 0px 3px #eee;
}

.btn-default {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #8395A8 0%, #7566a0 100%);
    background-image:         linear-gradient(to bottom, #8395A8 0%, #7566a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8395A8', endColorstr='#7566a0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    text-shadow: none;
    border: none;
    border-color: #8395A8;
}

.btn-default:hover,
.btn-default:focus {
    color: #eee;
    background-image: none;
    background-color: #7566a0;
    background-position: 0px 0px;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}

.btn-default:active,
.btn-default.active {
    color: #eee;
    background-image: none;
    background-color: #8395A8;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
}

.btn-alert {
    color: #eee;
    background-image: -webkit-linear-gradient(top, #600 0%, #800 100%);
    background-image:         linear-gradient(to bottom, #600 0%, #800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#800', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    border: none;
    border-color: #600;
}

.btn-alert:hover,
.btn-alert:focus {
    color: #eee;
    background-image: none;
    background-color: #800;
    background-position: 0px 0px;
    border-color: #600;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}

.btn-alert:active,
.btn-alert.active {
    color: #eee;
    background-image: none;
    background-color: #600;
    border-color: #600;
    box-shadow: 0px 0px 3px #eee;
}

.btn-toolbutton {
    color: #555;
    min-width: 100px;
    margin-right: 2px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.btn-toolbutton:hover,
.btn-toolbutton:focus {
    color: #eee;
    background-image: none;
    background-color: #7566a0;
    background-position: 0px 0px;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}

.btn-toolbutton:active,
.btn-toolbutton.active {
    color: #eee;
    background-image: none;
    background-color: #8395A8;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
}

/********************* jqi */

.jqifade{
	position: absolute; 
	background-color: #777777; 
}
div.jqi{ 
	min-width: 400px; 
	position: absolute; 
	background-color: #dedede; 
	font-size: 14px; 
	text-align: center; 
	border: solid 0px #eeeeee;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 3px;
    max-height: 100%;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: 3px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	background-color: #7566a0;
	color: #eee;
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	padding: 10px;
	margin: 0px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	padding: 1em; 
	line-height: 1em; 
	color: #444444; 
	overflow: auto;
}
div.jqi .jqibuttons{ 
	text-align: right; 
	margin: 0px;
	border-top: solid 1px #e4e4e4; 
	background-color: #f4f4f4;

}
div.jqi .jqibuttons button,
div.jqi .jqibuttons button:active{
    border: none;
    color: #eee;
    background-image: -webkit-linear-gradient(top, #8395A8 0%, #7566a0 100%);
    background-image:         linear-gradient(to bottom, #8395A8 0%, #7566a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8395A8', endColorstr='#7566a0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    box-shadow: 0px 0px #eee;
    border-color: #8395A8;
	margin: 10px;
	padding: 5px 10px;
	font-weight: normal; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #eee;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
    color: #eee;
    background-image: none;
    background-color: #7566a0;
    background-position: 0px 0px;
    border-color: #8395A8;
    box-shadow: 0px 0px 3px #eee;
    outline: none;
}
.jqiwarning .jqi .jqibuttons{ 
    background-image: -webkit-linear-gradient(top, #600 0%, #800 100%);
    background-image:         linear-gradient(to bottom, #600 0%, #800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#800', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;

}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 0px;
	border: solid 1px #eeeeee;
	border-top: none;

}
div.jqi .jqisubstate .jqibuttons button{
	padding: 0px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }


/* TEEEEEEEEEEEEEEEEEEEEEEEEEST */


.modal_carousels {
    display: inline;
    overflow-y: auto; 
    overflow-x: none;
}

.modal_menu3left {
    background: #7566a0;
    font-size: 1em;
    padding-bottom: 20px;
    overflow: hidden;
    overflow-y: auto;
    width: 94%;
}

.menu_fixed {
    position: absolute;
}

.modal_menu3 {
    list-style: none;
    text-align: left;
    padding: 2px 12px;
}

.modal_menu3 ul {
    padding: 0px;
    margin: 0px;
}

a.s-mark-nav {
    cursor: pointer;
    color: #eee;
    background: none;
    font-weight: normal;
}

a.s-mark-nav:hover,
a.s-mark-nav:active {
    color: #eee;
    background: rgba(255,255,255,0.15);
}

.modal_menu3 li,
.modal_menu3 li > a {
    display: block;
    color: #eee;
    background: none;
    list-style: none;
    padding: 2px 2px 2px 18px;
    text-decoration: none;
}

.modal_menu3 li:hover,
.modal_menu3 li:active {
    color: #eee;
    background: rgba(255,255,255,0.15);
    text-decoration: none;
}

.modal_menu_no_hover {
    display: block; 
    background: none;
    list-style: none;
    padding: 8px 8px 1px 8px;
    text-decoration: none;
    color: #eee;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.jqimessage .modal_shell_contain > .modal_shell { margin: 0px; height: 250px; max-height: 250px; overflow: auto;}

.shifttoleft {
    direction: rtl;
}

.backtoright {
    direction: ltr;
}

.pointer {
    cursor: pointer;
}

.signup_menu_color {
    padding: 16px;
    background: #7566a0;
}

/* ************************ Reset *** */

#reset_container {
    position: relative;
    width: 400px;
    margin: 140px auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
}

#reset_container h6 > input {
    color: #111;
}

#reset_container p {
    padding: 12px 0px;
}

/* ******** NEW USER NAV *************************************/

/* ******** NEW USER NAV   jqi different *************************************/

.newjqifade{
	position: absolute; 
	background-color: #777777; 
}
div.newjqi{ 
	min-width: 180px; 
	position: absolute; 
	background-color: #ffffff; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 7px;
}
div.newjqi .jqicontainer{ 
}
div.newjqi .newjqiclose{ 
	display: none; 
}
div.newjqi .jqistate{
	background-color: #fff;
}
div.newjqi .jqiparentstate::after{ 
	background-color: #eee;
	opacity: 0.7;
	filter: alpha(opacity=70);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.newjqi .jqisubstate{ 
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.newjqi .newjqititle{
	padding: 5px 10px;
	border-bottom: solid 1px #eeeeee;
    text-align: center;
    margin-bottom: 0px;
}
div.newjqi .newjqimessage{ 
	padding: 10px;
	color: #444444;
    font-size: 0.9em;
}
div.newjqi .newjqibuttons{ 
	padding: 0px;
    margin-bottom: 16px;
	text-align: center;
}

div.newjqi .newjqibuttons button,
div.newjqi .newjqibuttons button:active{
    display: block;
    width: 100%;
    border: none;
    background: none;
    color: #7566a0;
	font-weight: bold; 
	font-size: 0.8em;
    text-align: center;
    padding: 6px 12px;
}
div.newjqi .newjqibuttons button.newjqidefaultbutton{
	color: #7566a0;
}
div.newjqi .newjqibuttons button:hover,
div.newjqi .newjqibuttons button:focus{
    color: #00a9e0;
}

.newjqi .newjqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.newjqi .newjqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.newjqi .newjqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.newjqi .newjqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.newjqi .newjqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.newjqi .newjqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.newjqi .newjqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.newjqi .newjqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.newjqi .newjqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.newjqi .newjqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.newjqi .newjqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.newjqi .newjqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.newjqi .newjqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/* ******** NEW USER NAV   Custom *************************************/

#notify-shell-in {
    position: absolute;
    display: block;
    top: 6px;
    right: 12px;
    height: 48px;
    z-index: 1;
    margin: 0px 8px;
    padding: 0px;
    color: #eee;
}

.user-nav-in {
    display: block;
    position: absolute;
    top: 0px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.user-nav-in-link:hover {
    color: #00a9e0;
}


#user-logout-in,
#user-avatar-in,
#notify-utility-in {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

#user-logout-in {
    right: 0px;
    width: 48px;
}

#user-avatar-in {
    right: 68px;
    width: 48px;
}

#notify-utility-in {
    right: 136px;
    width: 48px;
}

#user-name-in {
    width: auto;
    right: 204px;
}

.user-nav-in img {
    max-width: 100%;
    max-height: 100%;
}

.us-name {
    line-height: 28px;
    font-size: 22px;
    text-align: right;
    display: block;
    white-space: nowrap;
}

.us-comp {
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: block;
    white-space: nowrap;
}

.usmenu {
    padding: 0px;
    text-align: left;
    list-style: none;
}

.usmenu li {
    padding: 0px;
    list-style: none;
    margin: 3px 0px;
}


/* noUiSlider Styling;
 */
.noUi-background {
	background: #514163;
}
.noUi-origin {
    background: #dedede;
}
.noUi-handle {
	border-radius: 17px;
}

/*
    New Carousel
*/

.m_carousels {
    text-align: left;
    height: 350px;
    min-height: 350px;
    max-height: 600px; 
    overflow-x: none;
}

.cell {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    padding: 0px;
    margin: 20px auto;
    width: 94%;
}
        .cell-title {
            position: relative;
            height: 30px;
            line-height: 30px;
            display: block;
            padding: 0px;
            margin: 0px 0px 8px 0px;
            background: #514163;
            color: #eee;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
        }
        .card-cont {
            position: relative;
            display: block;
            overflow: hidden;
            padding: 0px;
            margin: 0px;
        }
        .items-wrapper {
            display: block;
            overflow: visible;
            position: relative;
            left: 0px;
            margin: 0px;
            padding: 0px;
            white-space: nowrap;
        }
        .card {
            display: inline-block;
            padding: 0px;
            margin: 10px 20px;
            height: 270px;
            width: 150px;
            background: #eee;
            border: 1px solid #eee;
            box-shadow: 1px 1px 3px #ccc;
        }
        .card:hover {
            background: #fff;
            border: 1px solid #fff;
            box-shadow: 1px 1px 3px #ddd;
        }
        .highlight,
        .highlight:hover {
            box-shadow: 1px 1px 3px #0f0;
        }
        .lnav, .rnav {
            display: block;
            position: absolute;
            height: 120px;
            width: 30px;
            bottom: 80px;
            background: #aa3;
            cursor: pointer;
        }
        .lnav {
            left: -36px;
            background: url("/static/css/mnav-left.png") 50% 50% no-repeat;
        }
        .rnav {
            right: -36px;
            background: url("/static/css/mnav-right.png") 50% 50% no-repeat;
        }
        .lnav:hover {
            background: url("/static/css/mnav-left-hover.png") 50% 50% no-repeat;
        }
        .rnav:hover {
            background: url("/static/css/mnav-right-hover.png") 50% 50% no-repeat;
        }



.m-card {
    position: relative;
    height: 290px;
    color: #222222;
    padding: 8px;
    margin: 0px;
    background: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-family: Helvetica1, sans-serif;
    font-weight: 500;
    white-space: normal;
}

.m-card-inner {
    position: relative;
    width: 150px;
    height: 270px;
    color: #444;
    padding: 0px;
    margin: 0px auto;
    background: #ddd;
    box-shadow: 3px 3px 4px #ccc;
    z-index: 2;
}

.get_m_info_offset {
    position: relative;
    width: 150px;
    padding: 0px;
    margin: 0px auto;
    background: none;
    z-index: 6;
    border: none;
}

.get_m_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #777;
    text-shadow: 0px 0px 2px #fff;
    background: none;
    font-family: serif;
    font-weight: bold;
    font-size: 1em;
    padding: 3px;
    cursor: help;
    z-index: 6;
}

.m-card img {
    display: block;
    width: 150px !important;
    height: 150px;
    margin: 0px auto;
}

.m-card h2 {
    font-size: 1.05em;
    font-style: bold;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.m-card h3 {
    font-size: 1em;
    font-style: bold;
    text-align: center;
    margin: 3px;
    padding: 0px;
    margin-bottom: 10px;
}

.m-card h4 {
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.m-card h5 {
    font-size: 0.8em;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.m-card h6 {
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    margin: 3px;
    padding: 0px;
}

.glowing_border {
    box-shadow: 2px 2px 6px #00a9e0, 2px -2px 6px #00a9e0, -2px 2px 6px #00a9e0, -2px -2px 6px #00a9e0;
}






/* Leave Last */

.color_primary {
    color: #eee;
}

.bg_primary {
    background: #53565A;
}

.primary_scheme {
    color: #eee;
    background: #53565A;
}

.default_scheme {
    color: #eee;
    background: #7566a0;
}

.body_scheme {
    color: #222;
    background: #dedede;
}

.marketinput {
    margin:0px 10px;
    width:240px;
}
.rad-button {
    white-space: nowrap;
    border-radius: 4px;
    position: relative;
    top: 0px;
    border: none;
    background: none;
    height: 50px;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.1s all ease;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 0px 0px #B8B8B8;
    background-color: #eeeeee;
    margin: 4px;
    line-height: 58px;
    outline: 0;
    color: #444;
}
.rad-button:focus {
    outline: 0;
}
.rad-button:hover {
    background-color: #f5f5f5;
    color: #111;
    top: -2px;
    height: 52px;
    border-bottom: 4px solid #ccc;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.rad-button:active {
    top: 0px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    background-color: #ededed;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.rad-button.small {
    height: 35px;
    padding: 9px 12px;
    font-size: 14px;
    margin: 4px;
    line-height: 40px;
}
.rad-button.small:hover {
    top: -1px !important;
    height: 36px !important;
}
.rad-button.small:active {
    top: 0px !important;
    height: 35px !important;
}
.rad-button.xsmall {
    height: 25px;
    padding: 5px 8px;
    font-size: 11px;
    margin: 4px;
    line-height: 30px;
}
.rad-button.xsmall:hover {
    border-bottom: 3px solid #ccc;
    top: -1px; !important;
    height: 25px; !important;
}
.rad-button.xsmall:active {
    top: 0px !important;
    height: 25px !important;
    border-bottom: 0px !important;
}
.rad-button.tiny {
    height: 18px;
    padding: 2px 5px;
    font-size: 10px;
    margin: 4px;
    line-height: 20px;
}
.rad-button.tiny:hover {
    border-bottom: 3px solid #ccc;
    top: -1px; !important;
    height: 18px; !important;
}
.rad-button.tiny:active {
    top: 0px !important;
    height: 18px !important;
    border-bottom: 0px !important;
}
a.nav_cat_filter,
a.nav_cat_filter:hover,
a.nav_cat_filter:active {
    text-decoration: none;
}
.modal_side {
    margin: 10px;
    position: relative;
    width: 280px;
    left: 10px;
}
.m_carousels2 {
    margin: 10px;
    position: relative;
    width: calc(100% - 300px);
    left: 280px;
}
h6.nav_cat_filter_hr {
    margin: 7px 20px;
    color: #fff;
    font-size: 11px;
}
hr.nav_cat_filter_hr {
    line-height: 1px;
    margin: 5px auto;
    color: #fff;
    border-color: #ddd;
    width: 85%;
}
.text-right {
    text-align: right;
}

.lv-entry {
    padding-left: 18px;
}

.lv-entry:hover {
    cursor: pointer;
    border: 1px solid #898989;
}

.lv-entry.active {
    box-shadow: 2px 2px 6px #7566a0, 2px -2px 6px #7566a0, -2px 2px 6px #7566a0, -2px -2px 6px #7566a0;
    background: #fff;
}

.filter-select {
    background: #dedede;
    color: #222;
    float: right;
    width: 50%;
    outline:none;
    border:1px solid #c5c5c5;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}

.help-highlight:hover {
    color: #00a9e0;
    cursor: pointer;
}

table.quoteTable {
            width: 100%;
        	color:#333;
        	border-width: 1px;
        	border-color: #666;
        	border-collapse: collapse;
        }
        table.quoteTable th {
        	padding: 3px;
        	background-color: #fff;
            text-align: center;
        }
        table.quoteTable td {
        	border: 1px solid #fff;
        	padding: 8px;
        	background: #fff;
            text-align: right;
        }
        table.quoteTable td:first-child {
            text-align: left;
        }
        .quoteTable .tsections {
            font-size: 0.9em;
            font-weight: bold;
            color: #fff !important;
            background: #514163 !important;
            padding: 2px 8px;
        }
        .quoteTable .inset1 {
            padding-left: 2em;
        }
        .quoteTable .inset2 {
            padding-left: 5em;
        }
        .quoteTable .inset2:before {
            content: "\30FB ";
        }
        .quoteTable .subcell {
            border-left: 2px solid #514163;
            border-right: 2px solid #514163;
        }
        .quoteTable .subcell-bottom {
            border-bottom: 2px solid #514163;
            border-left: 2px solid #514163;
            border-right: 2px solid #514163;
        }
        .quoteTable .newcell {
            color:#393;
        }
        .quoteTable .newcell,
        .quoteTable .remcell {
            font-weight: bold;
        }
        .quoteTable .remcell,
        .quoteTable .error {
            color:#933;
        }
        .quoteTable .summary-license {
            background: #EEE;
            color: #222;
            width: 50%;
            outline: medium none;
            border: 1px solid #C5C5C5;
            border-radius: 4px;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15) inset;
        }

.adjustment-input .input-group-addon {
    padding: 6px 6px;
}
