@import url("new_design_print.css");

@font-face {
    font-family: DroidSans;
    src: url("/design/fonts/DroidSans.ttf");
    font-weight: normal;
}

@font-face {
    font-family: DroidSans;
    src: url("/design/fonts/DroidSans-bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/design/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(/design/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/design/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/design/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face{
    font-family: 'FuturaDemiC';
    src: url('/design/fonts/futurademic.otf') format("opentype");
    font-weight: normal; 
    font-style: normal; 
}

@font-face{
    font-family: 'Neuron';
    src: url('/design/fonts/Neuron-Heavy.otf') format("opentype");
    font-weight: 900; 
    font-style: normal; 
}

@font-face{
    font-family: 'Neuron';
    src: url('/design/fonts/Neuron-DemiBoldItalic.otf') format("opentype");
    font-weight: 600; 
    font-style: italic; 
}

@font-face{
    font-family: 'FuturaBookC';
    src: url('/design/fonts/futurabookc.otf') format("opentype");
    font-weight: 400; 
    font-style: normal; 
}

@font-face{
    font-family: 'FuturaBookC';
    src: url('/design/fonts/FuturaBookBold.ttf') format("truetype");
    font-weight: 700; 
    font-style: normal; 
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

html {
    min-height: 100%;
    position: relative;
}

body.iv-body, body.x-body {
    font-family: DroidSans, Tahoma, Arial, sans-serif;
    font-size: 14px !important;
    margin-bottom: 270px;
    -ms-overflow-style: scrollbar;
    line-height: 1.42857143;
}

.theme-toggle {
	position: relative;
	min-width: 45px;
	height: 25px;
	margin-left: 12px;
    border-radius: 12px;
	box-shadow: 0px 0px 0px 1.5px #fff;
}

input[type="checkbox"]#theme-toggle.theme-toggle__checkbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

.theme-toggle__circle {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 1;
	background-color: #fff;
	border-radius: 12px;
	transition: 0.2s ease background-color, 0.2s ease opacity;
}

.theme-toggle__circle:before, .theme-toggle__circle:after {
	content: '';
	position: absolute;
	top: 3px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	transition: 0.5s ease transform, 0.2s ease background-color;
}

.theme-toggle__circle:before {
	background-color: #fff;
	transform: translate(-30px, 0px);
	z-index: 1;
}

.theme-toggle__circle:after {
	background-color: #22313d;
	transform: translate(3px, 0px);
	z-index: 0;
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle {
	background-color: #22313d;
}

input[type="checkbox"]#theme-toggle:active + .theme-toggle__circle {
	opacity: 0.5;
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle:before {
	background-color: #22313d;
	transform: translate(16px, -6px);
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle:after {
	background-color: #fff;
	transform: translate(23px, 0px);
}


.container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    min-height: 100%;
    height: inherit;
    padding-top: 15px;
}

.footer {
    height: 270px;
    width: 100%;
    position: absolute;
    bottom: 0;
}


.navbar-fixed-top .container-fluid {
    padding-right: 0px;
    padding-left: 0px !important;
}

.navbar-toggle {
    margin-left: 15px;
}

.nav:before, .navbar-header:before, .navbar:after, .navbar:before {
    display: none !important;
}

#navbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#navbar .dropdown-menu {
    border-radius: 0;
}

#navbar .dropdown-menu li {
    padding: 0px 15px 0px 15px;
}

#navbar .dropdown-menu li > ul {
    padding-left: 0;
}

#navbar .dropdown-menu li > ul > li {
    list-style: none;
}

.navbar-default .navbar-nav > .open > a {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#navbar .dropdown-menu a {
    padding: 10px 0px 10px 10px;
}

.navbar-right > li {
    float: left;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



@media screen and (max-width: 1023px) {
    .desktop-element .dropdown-submenu:hover > .dropdown-menu, .desktop-element .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (min-width: 1024px){
    .dropdown-menu{
        display: block !important;
        opacity: 1;
        visibility: hidden;
        transition: visibility linear 2s;
    }
	
	.ivlive-big-navbar .dropdown-menu, .ivlive-little-navbar .dropdown-menu {
        transition: visibility linear 0.25s;
    }

    .desktop-element .dropdown-submenu:hover > .dropdown-menu, .desktop-element .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-menu.open {
        visibility: visible;
        opacity: 1;
    }

    .open>.dropdown-menu {
        display: block;
        visibility: visible;
    }

}



.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    border: none !important;
    transition: all 1s linear;
}




.dropdown-menu {
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}

.dropdown-menu > li > a {
    line-height: 1.42857143 !important;
    color: #333 !important;
}

.tools-panel {
    padding-top: 15px;
    border-radius: 0;
}

.btn-account {
    vertical-align: bottom;
    display: inline-block;
}

.btn-account i {
    vertical-align: bottom;
    font-size: 28px;
}

.btn-account:hover, .btn-account:active, .btn-account:focus {
    cursor: pointer;
    text-decoration: none;
}

#account .dropdown-menu {
    transition: all 2s;
}

#account .dropdown-menu > ul > li a {
    display: inline-block;
    padding: 5px 0px 5px 0px;
}

#account .dropdown-menu > ul > li a:hover {
    cursor: pointer;
    text-decoration: none;
}

#account .dropdown-menu > ul > li i {
    vertical-align: middle;
}

#account .dropdown-menu > ul {
    list-style: none;
    padding-left: 5px;
    padding-top: 15px;
}

.desktop-element #account .dropdown-menu > ul {
    padding-left: 20px;
    padding-right: 15px;
}

@media (max-width: 990px)  {
    .navbar-menu {
        order: 2;
    }
}

@media (min-width: 1658px) {
    .little-navbar {
        display: none !important;
    }
    .navbar{
        height: 52px;
    }
}

@media (max-width: 1658px) {
    .big-navbar {
        display: none !important;
    }

}

@media (max-width: 1658px) and (min-width: 1502px) {
    .navbar{
        height: 52px;
    }
}

@media screen and (max-width: 780px){
    .sidebar, .sidebar-ivlive{
        display: none !important;
    }
    .container-fluid{
        width: 100% !important;
    }
}

@media screen and (max-width: 767px){
   .instant-data-download-block{
       display: none !important;
   }
}

@media screen and (min-width: 781px){
    .container-fluid{
        width: calc(100% - 90px) !important;
		flex: 1 1 100%;
    }
    .my-services-desktop{
        display: none !important;
    }
}

.mobile-element, .search-mobile-element, .header-search-tablet, .tablet-content, .mobile-content {
    display: none !important;
}

.navbar-fixed-top {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    background-image: none;
    background-color: #22313d;
    border: none;
    position: relative;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-level-1 > li > a {
    color: #fff;
    text-shadow: none;
    border-bottom: 2px solid transparent;
    opacity: 0.7;
}

.navbar-fixed-top .navbar-level-1 > li > a:hover {
    color: #fff;
    opacity: 1;
}

.navbar-fixed-top .navbar-level-1 > li.dropdown.open > a, .navbar-fixed-top .navbar-level-1 > li > a:focus,
.navbar-fixed-top .navbar-level-1 > li > a.selected {
    color: #fff;
    border-bottom: 2px solid #00AE80;
    background: transparent;
    opacity: 1;
}

.navbar__toolbar {
    display: flex;
    flex-basis: 600px;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
}

.navbar__toolbar__search {
    flex-grow:1;
    gap:8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar__toolbar__global_time {
    color: white;
    margin: auto 20px auto 20px;
    text-align: center;
}

#desktop-nav {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

#account .dropdown.open > a, #account > .dropdown.open > a:focus {
    color: #fff;
    background: transparent;
    opacity: 1;
}

#account .dropdown > a, #account > .dropdown > a:focus {
    color: #fff;
    white-space: nowrap;
}

#account .dropdown > a > span {
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
}

#account > .dropdown > a > i, #account .dropdown.open > a > i, #account > .dropdown.open > a:focus > i {
    color: #00AE80;
}

.navbar-header {
    float: none;
    display: flex;
    /*max-width: 160px;*/
}

.navbar-header .navbar-brand, .navbar-header .navbar-brand:hover,
.navbar-header .navbar-brand:focus, .navbar-header .navbar-brand:active {
    text-shadow: none;
    color: #fff;
    padding-top: 11px;
}

.navbar-header .logo {
    color: orange;
    vertical-align: bottom;
}

.tools-panel {
    box-shadow: none;
    background-color: #ecf0f0;
}

input, .form-control {
    box-shadow: none;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid #ddd;
}

#fast-data-sales .form-control {
    margin: 0;
}

form button[type="submit"], form button[type="submit"]:hover, form button[type="submit"]:focus,
form button[type="submit"]:active, form button[type="submit"]:active:hover,
form button[type="submit"]:active:focus, .btn-custom, .btn-custom:hover,
.btn-custom:focus, .btn-custom:active:hover, .btn-custom:active:focus {
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    background-color: #00AE80;
    border: 0;
    color: #fff;
    width: 150px;
    height: 40px;
    margin: 0 5px;
    outline: 0;
}

.btn-go{
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    background-color: #00AE80;
    border: 0;
    color: #fff;
    width: 40px;
    height: 33px;
    margin: 0 5px;
    outline: 0;
}

.btn-go:hover, .btn-go:focus, .btn-go:active:hover, .btn-go:active:focus {
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    background-color: #00AE80;
    border: 0;
    color: #fff !important;
    width: 40px;
    height: 33px;
    margin: 0 5px;
    outline: 0;
}

.btn-watch-container {
    position: relative;
}

.btn-watch{
    display: flex;
    width: 150px;
    height: 38px;
    border: 1px solid  #00AE80;
    background-color: white;
    background-image: url("/xsl/blocks/subscription/images/play-filled.png");
    background-position: 5% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    color:  #00AE80;
    font-weight: bold;
}

.btn-watch:hover, .btn-watch.active {
    display: flex;
    width: 150px;
    height: 38px;
    border: 1px solid  #00AE80;
    background-color: #00AE80;
    background-repeat: no-repeat;
    background-image: url("/xsl/blocks/subscription/images/play-filled-white.png");
    background-position: 5% 50%;
    border-radius: 0;
    color:  white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.btn-watch .caret.active {
    transform: rotate(180deg);
}

.watch-dropdown-menu {
    position: absolute;
	top: 110%;
	list-style: none;
	padding: 0;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
	border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	display: none;
}

.watch-dropdown-menu.active {
	display: block;
}

.watch-dropdown-menu li a {
	display: inline-block;
	min-width: 190px;
    padding: 10px 0px 10px 10px;
	font-size: 14px;
	color: 333;
	text-decoration: none;
}

.btn-read{
    display: flex;
    width: 150px;
    height: 38px;
    border: 1px solid  #00AE80;
    background-color:  white;
    background-image: url("/xsl/blocks/subscription/images/book.png");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    border-radius: 0;
    color: #00AE80;
    font-weight: bold;
}

.btn-read:hover{
    display: flex;
    width: 150px;
    height: 38px;
    border: 1px solid  #00AE80;
    background-color:  #00AE80;
    background-image: url("/xsl/blocks/subscription/images/book-filled.png");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    border-radius: 0;
    color:  white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.btn-cancel {
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #7E7E7E;
    color: black;
    width: 120px;
    height: 40px;
    margin: 0 5px;
    outline: 0;
}

.service-space{
    width: 550px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: white;
    box-shadow: none;
}

.service-space:hover{
    width: 550px;
    border: 1px solid #00AE80;
    border-radius: 5px;
    background-color: white;
    box-shadow: none !important;
}

.signup-button{
    width:80px;
    height: 30px;
    border-bottom: 1px solid #00AE80;
    border-bottom-style: dashed;
    box-shadow: none;
}

.service-space-top{
    display:grid;
    display: -ms-grid;
    -ms-grid-columns: 80px 10px 1fr;
    grid-template-columns: 70px 1fr;
    grid-row-gap: 10px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
form a, form a:visited, form a:hover, form a:focus {
    color: #00AE80 !important;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    text-decoration: none;
    outline: none;
}

.form-control#search-box, .form-control#search-box-tablet {
    width: 100%;
}

.form-control#search-box + button[type="submit"], .form-control#search-box-tablet + button[type="submit"] {
    background: transparent;
    width: auto;
    margin-left: -35px;
    color: #00AE80;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    border: 0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/design/images/buttons/select-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
}

.form-inline select.form-control::-ms-expand {
    display: none;
}

.form-inline select, .select-nid {
    height: 34px;
}

.select-nid {
    width: 85%;
    font-size: 14px;
}

#ticker_form #symbol {
    width: 100px;
}

#ticker_form button {
    width: auto;
}

.navbar-header form {
    display: inline-block;
    margin: 0;
    min-width: 150px;
}

.dropdown-menu a {
    color: #5b6d7b;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.dropdown-menu a:hover {
    text-decoration: none;
}

.dropdown-menu li > a {
    font-weight: normal;
    border: 0;
}

.dropdown-menu li > a:hover {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    color: #00ae80;
}

.footer, .footer .container {
    background: #dce4e4;
    color: #455a64;
}

.footer .contacts div {
    padding: 20px 0 30px 0;
}

.footer .footer-title {
    font-size: 1.9em;
    opacity: .8;
}

.footer .copyright {
}

.footer .copyright a {
    padding-right: 5px;
    color: #455a64;
}

.footer .copyright p {
    opacity: .5;
}

.footer .copyright a:hover {
}

.navbar-header .navbar-btn, .navbar-header .navbar-btn:hover,
.navbar-header .navbar-btn:focus, .navbar-header .navbar-btn:active {
    background: transparent;
    color: #fff !important;
    text-shadow: none;
    border-radius: 0;
    border-color: #fff;
    border-width: 1px;
    box-shadow: none;
    padding-bottom: 6px;
    border-bottom: 1px solid;
}

.navbar-header .navbar-btn#join {
    border-color: #00ae80;
}

#services-menu, #account-menu {
    border-radius: 0;
    right: 0;
    left: inherit;
}

.main-content-home h1 {
    background: #d4e2f0;
    color: #63767E;
    padding: 5px;
    box-shadow: 0px 1px 2px #aaa;
    text-align: left;
    font-size: 20px;
    margin-top: 0;
    border-radius: 0px;
}

.main-content p {
    padding: 10px;
}

.main-content, .main-content-home {
    padding-bottom: 40px;
}

.main-content-home > div > div {
    transition: all 0.2s;
}

.main-content-home > div > div:hover {
    z-index: 1;
}

.main-content-home .material-icons {
    color: #00ae80;
    vertical-align: middle;
}

.main-content-home {
    color: #22313d;
    float: none;
    margin: auto;
}

.main-content-home a {
    opacity: .8;
    color: inherit;
}

.main-content-home a:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
}

.digest a {
    border-bottom: 1px dashed;
    line-height: 2em;
}

.oda .row {
    margin: 10px;
}

.oda .row p {
    padding: 0px;
}

.rankers, .rankers table {
}

.rankers .row {
}

.rankers table {
    font-size: 1em;
    opacity: .6;
}

.rankers table td {
    padding: 7px 20px 7px 0px;
}

.rankers table.bordered {
    border: 1px solid #EAEAEA;
}

.rankers a {
    border-bottom: 1px dashed;
}

a.help {
    border-bottom: 0px;
}

#round, #round2, #round3, #round5 {
    border-collapse: initial;
}

#round5 {
    border-spacing: 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #00ae80;
}

.login-container {
    margin: auto;
    float: none;
    max-width: 850px;
}

.login-form {
    margin: 0 auto;
    float: none;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0px;
    margin: 0 -5px;
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: row;
}

.login-form__field {
    margin-bottom: 25px;
}

.login-form__field input[name="password"], .login-form__field input[name="username"] {

    margin: 0 !important;
    border: 1px solid #d3d3d3;
    padding: 15px 10px !important;
    height: auto !important;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    margin: 0 5px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.login-form-member, .login-form-join {
    margin-bottom: 20px;
    flex-grow: 1;
    padding: 10px;
    width: 50%;
}

.login-form-join {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 10px;
}

.login-join-button-container {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-join-button {
    color: #fff !important;
    display: block;
    text-align: center;
    line-height: inherit;
    width: 50%;
    height: 44px;
    line-height: 28px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border: none !important;
}

.login-join-button_reverse {
    display: block;
    text-align: center;
    line-height: inherit;
    width: 50%;
    height: 44px;
    line-height: 28px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border: 1px solid #00AE80 !important;
    color: #00AE80 !important;
    background-color: #fff !important;
}

.login-join-button_reverse:focus {
    background-color: #f2f2f2 !important;
}

.btn-login {
    width: 50% !important;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto !important;
    font-size: 16px;
    height: 44px;
}

.btn-login:hover, .btn-login:focus, .login-join-button:hover, .login-join-button:focus {
    background-color: rgba(0, 174, 128, 0.8) !important;
    color: #fff !important;
    text-decoration: none;
}

.forgot-password-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.forgot-password-container input[type="checkbox"] {
    margin-right: 3px !important;
}

.forgot-password-container > div {
    display: flex;
    align-items: center;
}

.forgot-password-container .s3 {
    font-size: 14px !important;
}


.radio-inline {
    display: block;
    margin-left: 0px !important;
    margin-bottom: 8px;
}

.recaptcha-error {
    border: 1px solid red !important;
}

.nav-tabs {
    margin-bottom: 20px;
}

.more-btn {
    color: #337ab7 !important;
    border: 0 !important;
}

a.green-btn {
    background: #00ae80;
    padding: 5px 15px;
    margin: 5px 0px;
    display: inline-block;
    color: #fff !important;
}

.main-content-home h1 > a {
    opacity: 1 !important;
    border: 0;
    line-height: 1em;
    text-decoration: none;
}

.table > tbody > tr > td {
    padding: 2px 8px;
}

span#account {
    float: left;
    margin-top: -8px;
}

.main-content a.help i.material-icons, .main-content-home a.help i.material-icons {
    color: #5E95C4;
    font-size: 14px;
    vertical-align: middle;
}

.main-content a.help:hover, .main-content-home a.help:hover {
    border: 0;
}

blockquote {
    font-size: inherit;
}

.navbar-brand > img {
    display: inline-block;
}

#oas_Top > div {
    margin: 5px;
}

.col-fixed-130 {
    width: 130px;
    display: inline-block;
}

.col-offset-right-130 {
    padding-right: 130px;
}

.col-offset-right-320 {
    width: 80%;
}

.hod .banner {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20%;
    padding-left: 5px;
}

a.custom {
    background-color: #00ae80;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 24px;
}

a.custom:hover, a.custom:focus, a.info:hover, a.info:focus {
    color: white;
    text-decoration: none;
}

a.info {
    background-color: #00ae80;
    color: white !important;
    padding: 5px;
    text-decoration: none;
    font-size: 10px !important;
    padding: 1px 4px;
}

.ranker-table td {
    border: solid;
}

.btn-custom {
    width: auto;
    padding: 6px 12px;
}

.table-data-fee td {
    border-width: 1px;
    border-style: solid;
}

.table-ranker td, .table-ranker th, .table-billing-history td,
.table-billing-history th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

template {
    display: block !important;
}

input.page-number {
    vertical-align: middle;
    border: none;
    margin: 0px;
    box-shadow: none;
}

.table-data td, .table-data-sentiment td {
    border-style: solid;
    border-width: 1px;
    border-color:  #DDDDDD;
}

.table-data {
    border-collapse: collapse;
}

.navbar a, .row a {
    font-family: DroidSans, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

a.navbar-brand {
    font-size: 18px;
}

.row a {
    color: #337ab7;
}

.nav-tabs li a{
    color: #337ab7;
}

a.green-link {
    color: #00AE80;
}

.personal-info input, .personal-info select, .table-register input,
.table-register select {
    height: 23px !important;
    width: 225px;
}

.table-register input[name="username"] {
    width: 225px !important;
}

.personal-info tr, .table-register tr {
    height: 2em;
    vertical-align: middle;
}

.table-payment tr {
    height: 1.5em;
    vertical-align: middle;
}

.table-payment select {
    margin-left: 5px;
}

.table-collar input, .table-collar select, .table-strategist input,
.table-strategist select {
    width: 105px !important;
}

.table-register td {
    display: table-cell;
    vertical-align: inherit;
}

.table-collar, .table-collar td, .table-strategist, .table-strategist td {
    background: #eeeeee;
}

.table-collar td {
    padding: 1px 0px;
}

.table-collar td, .table-collar input {
    padding-left: 5px;
    font-size: 14px;
}

.table-collar input, .table-collar select, .table-strategist input,
.table-strategist select {
    margin-left: 5px;
}

.personal-info input[type="password"] {
    width: 92px;
}

#isCompanySwitch {
    font-size: 14px;
    width: 82px;
}

.personal-info td {
    width: 160px;
}

.table-register .row-name {
    min-width: 160px;
}

.table-register input, .table-register select {
    margin: 0px !important;
}

.scanners .s15 {
    float: right;
    color: #00AE80 !important;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
}

.s14 {
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.table-collar-inner {
    margin: 10px 0px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 11px;
    line-height: inherit;
}

.table-action-charts select[name="type1"], .table-action-charts select[name="type2"],
.table-action-charts select[name="type3"], .table-action-charts select[name="period1"],
.table-action-charts select[name="period2"], .table-action-charts select[name="period3"] {
    margin-left: 5px;
}

.table-calc select, .table-calc input {
    width: 170px;
    margin-left: 5px;
}

.table-calc input {
    padding-left: 5px;
}

label {
    font-weight: normal;
}

.s2 {
    font-family: inherit;
    font-size: 14px;
}

.s3 {
    font-family: inherit;
    font-size: 12px;
}

.s3 a {
    font-family: inherit;
    font-size: 12px;
}

a.s16 {
    color: #000000 !important;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    border: 0 none;
}

.s16{
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
}

a.s16:hover, a.s16:focus {
    color: #000000 !important;
}

.s16h {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.s30h {
    font-family: inherit;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}

.s1 {
    font-family: inherit;
    font-size: 9px;
}

.s1w {
    font-family: inherit;
    font-size: 9px;
    line-height: 10px;
}

.s12 {
    font-family: inherit;
    font-size: 9px;
}

.s15 {
    font-family: inherit;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

.s23 {
    font-family: inherit;
    font-size: 10px;
}

.s3b {
    font-family: inherit;
    font-size: 11px;
}

.s3_1 {
    font-family: inherit;
    font-size: 12px;
}

.s3_leftmenu {
    font-family: inherit;
    font-size: 11px;
}

.s3w {
    font-family: inherit;
    font-size: 11px;
}

.s30 {
    font-family: inherit;
    font-size: 13px;
}

.error {
    font-family: inherit;
    font-size: 12px;
}

.s4 {
    font-family: inherit;
    font-size: 11px;
}

#newscanner input {
    margin: 0px !important;
}

#newscanner {
    width: 100%;
    min-width: 1000px;
    height: 800px;
    overflow: hidden;
    margin-bottom: -30px;
}

.thf1_2 span {
    font-size: 14px;
}

form a.free {
    color: #FF0000 !important;
}

.standart-padding {
    height: 15px;
}

input[name="password"], input[name="username"] {
    width: 230px;
    height: 30px;
    padding: 5px;
}

input[name="username"] {
    margin-top: 15px;
}

input[name="password"] {
    margin: 10px 5px 5px 5px;
}

.table-data .s1, .table-data .s12 {
    font-size: 12px;
}

.table-collar input[type="checkbox"] {
    margin-left: 5px !important;
}

.table-register input[type="checkbox"] {
    margin: -3px 0 0 !important;
}

.personal-info input[type="checkbox"] {
    margin-top: -0.4em !important;
}

.table-strategist input[type="checkbox"] {
    width: 25px !important;
}

.table-collar input[type="checkbox"] {
    width: 17px !important;
}

.table-login input[type="checkbox"] {
    margin-top: 2px !important;
}

input[type="checkbox"][name="send_zip_file"] {
    margin-right: 3px !important;
}

input[type="checkbox"] {
    vertical-align: top;
    margin: 0px !important;
    height: 15px;
    width: 15px;
}

input[type="radio"] {
    width: 15px !important;
}

.table-payment select, .table-payment input {
    width: 15em;
}

.table-payment select[name^="expiration_date_"] {
    width: 7.3em;
}

.anchor, .anchor:hover, .anchor:focus {
    text-decoration: none;
    color: black !important;
}

.table-futures-calc select {
    margin-left: 5px;
}

.table-futures-calc select, .table-futures-calc input {
    width: 97px;
}

.table-futures-calc #error_string pre {
    border: none;
    background: white;
}

#mainFilter-body input, #stockFilterTab-body input, #menuOptions-body input {
    margin: 0 5px 0 0;
    box-shadow: none;
}

#mainFilter-body label, #stockFilterTab-body label, #menuOptions-body label {
    margin: 0px !important;
}

.table-data-bottom {
    margin-bottom: 175px;
}

.input-email {
    width: 225px;
    height: 23px;
    padding-left: 5px;
}

.x-datepicker-today {
    border: none;
}

iframe[name="ivx-monitor-frame"] {
    width: 360px;
}

.orangeframe, .sales-info, .sales-info_button {
    font-size: 18px !important;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;
    display: inline-block;
    opacity: 1 !important;
    text-decoration: none !important;
    padding: 12px 25px !important;
}

.orangeframe {
    color: #337ab7 !important;
    background: #fff68f !important;
    margin-top: 10px;
    display: none;
}

span.sales-info {
    margin: 10px 0px;
    cursor: pointer;
    color: #476AAD !important;
    background: #fff !important;
    border: 1px solid #476AAD;
    display: none;
}

.sales-info_button {
    color: #fff !important;
    background: #00ad80 !important;
    border: 1px solid #00ad80;
    padding: 10px 20px;
    font-size: 14px !important;
}

.sales-info_button_subscribe, .sales-info_button_subscribe_news {
    margin-left: 25px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

#oas_Bottom {
    text-align: center;
}

.symbol-lookup .label, .symbol-lookup .s2 {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.symbol-lookup td {
    height: 30px;
}

.symbol-lookup input[type="text"], .symbol-lookup select {
    height: 32px;
    margin: 0px !important;
    width: 168px;
    border-color: #dddddd;
    background-color: white;
    padding: 0px 6px 0px 6px;
}

.symbol-lookup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/design/images/buttons/select-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
}

.symbol-lookup a, .symbol-lookup a:visited, .symbol-lookup a:hover, .symbol-lookup a:focus {
    color: #00AE80;
    text-decoration: none;

}

.symbol-lookup input[type="radio"] {
    margin-left: 58px;
}

.symbol-lookup input[type="radio"]:first-child {
    margin-left: 0px !important;
}

.symbol-lookup .results-table thead span, .symbol-lookup .results-table thead a {
    color: #666;
}

.symbol-lookup-params td {
    height: 38px !important;
}

.search-type .s2 {
    vertical-align: text-top;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 0px !important;
}

.modal-content p {
    margin: 0px;
}

/* The Close Button */
.close, .closeModalChrome {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1 !important;
}

.close:hover,
.close:focus,
.closeModalChrome:hover,
.closeModalChrome:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.row-hod-banners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-grow: 1;
    align-items: flex-start;
    align-content: center;
    padding: 0px !important;
}

.square-banner > div {
    padding: 10px 10px 0px 0px !important;
}

.right-content > table {
    margin: 10px 0px 0px 0px !important;
}

#oas_TopRight:empty {
    display: none !important;
}

.square-banner > #oas_TopRight:empty {
    display: none !important;
}

.request-quote-table {
    background-color: #f0f0f0;
    border: 2px solid #22313d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-spacing: 20px;
    border-collapse: initial;
}

.request-quote-table__button {
    background-color: #00ae80;
    color: white !important;
    text-decoration: none;
    font-size: 17px !important;
    padding: 8px 24px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
}

.request-quote-table__button:hover, .request-quote-table__button:focus {
    background-color: rgba(0, 174, 128, 0.8);
    text-decoration: none;
}

.help-block {
    text-align: right;
}

.search-form {
    display: flex;
    margin: 0px 0px 0px auto;
    overflow: hidden;
	width:100%;
	max-width:300px;
}

.search-form__input_active {
    right: 0px !important;
    transition: right .3s;
}

.search-form__input {
    margin: auto;
    position: relative;
    right: -263px;
    transition: right .3s;
    border: 0px;
    background-color: inherit;
    border-bottom: 1px solid white;
    color: white;
    padding: 1px 5px 1px 6px;
    line-height: 34px;
    caret-color: white !important;
}

.search-form__input:focus {
    border-color: #00AE80;
}

.search-form__input:-webkit-autofill,
.search-form__input:-webkit-autofill:hover,
.search-form__input:-webkit-autofill:focus,
.search-form__input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
    color: white !important;
}

.search-form__button {
    position: static !important;
    margin-left: 0px !important;
    height: 34px;
    width: 45px !important;
    margin: auto !important;
    border: 1px solid white !important;
    z-index: 10;
    background-color: #22313d !important;
}

.header-logo-mobile {
    width: 145px;
}

.cache-info {
    text-align: center;
    font-size: 15px;
    margin-top: -20px;
}

/*.sales-info{display:none;}*/

.close_button:after {
    content: "\00D7";
    margin: 0;
    font-size: 25px;
    text-align: center;
    float: right;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.fast-data-sales-form__field {
    margin-bottom: 25px;
}

.fast-data-sales-form__button {
    width: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto !important;
    font-size: 16px;
}

.fast-data-sales-form__button:hover, .fast-data-sales-form__button:focus {
    background-color: rgba(0, 174, 128, 0.8);
    text-decoration: none;
}

.fast-data-sales-form__text_center {
    text-align: center;
}

.fast-data-sales-form__text_center span, .fast-data-sales-form__text_center a {
    font-size: inherit !important;
}

.fast-data-sales-form__text_invalid_center {
    text-align: center;
    margin: 10px 0px;
    color: red;
    font-size: larger;
    display: none;
}

.fast-data-sales-form .form-control {
    margin: 0 !important;
    border: 1px solid #d3d3d3;
    padding: 15px 10px !important;
    height: auto;
    font-size: 16px;
}

.fast-data-sales-form {
    margin: 0 auto;
    float: none;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-field {
    position: relative;
    margin-top: 1rem;
}

.input-field input, .input-field select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    font-size: 16px !important;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    line-height: normal;
    color: inherit;
    font: inherit;
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: -30px;
    left: 0;
    height: 100%;
    font-size: 16px;
    cursor: text;
    transition: transform .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(40px);
    pointer-events: none;
    text-transform: capitalize;
}

.input-field label:not(.label-icon).active {
    transform: translateY(75px) scale(0.8);
    transform-origin: 0 0;
}

.input-field input[type=text]:not(.browser-default):focus:not([readonly]),
.input-field input[type=number]:not(.browser-default):focus:not([readonly]),
.input-field input[type=password]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #00AE80;
}

.input-field input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.input-field input[type=number]:not(.browser-default):focus:not([readonly]) + label, .input-field-expiration.focused + label {
    color: #000;
}

.iv-form a {
    color: #00AE80;
    border-bottom: 1px dotted #00AE80;
}

input[name="expiration_date_year"], input[name="expiration_date_month"] {
    font-size: inherit;
    padding-left: 5px;
}

input[name="expiration_date_month"] {
    width: 33px;
    flex: none !important;
    padding-left: 10px;

}

input[name="expiration_date_year"] {
    width: 48px;
    padding-left: 10px;
}

input[name="card_type"] {
    background-color: white;
}

.data_download_registration {
    display: flex;
}

.iv_form_container {
    display: flex;
    justify-content: center;
}

.iv_form {
    float: none;
    margin: 0 auto;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.iv_form_button {
    width: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto !important;
    font-size: 16px;
}

.iv_form_button_small {
    width: 50% !important;
}

.iv_form_bordered {
    border: 1px solid #00AE80;
}

.iv_form_title {
    text-align: center;
    font-size: inherit !important;
}

.iv_form_required {
    color: #00AE80;
}

.iv_form_section_title {
    font-weight: bold;
    border-bottom: 2px solid #00AE80;
    padding: 10px 0;
    margin-top: 3px;
}

.iv_form_button_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-field-expiration {
    display: flex;
    align-items: center;
}

.input-field-expiration .shell span {
    height: 40px;
}

.input-field-expiration-separator {
    height: 40px;
    margin: 0 10px;
}

.iv_form_field_inline {
    display: flex;
    align-items: center;
    padding: 10px 0;

}

.iv_form_section_title + .iv_form_field_inline {
    padding-top: 10px;
}

.iv_form_field_inline:last-child {
    padding-bottom: 20px;
}

.iv_form_field_inline label, .iv_form_field_inline .iv_form_field_container {
    width: 150px;
    margin: 0 15px 0 0;
}

.iv_form_field_inline input:not([name="expiration_date_year"]), .iv_form_field_inline select:not(#isCompanySwitch) {
    flex: 1;
}

.iv_form_field_inline input, .iv_form_field_inline select:not(#isCompanySwitch) {
    height: 35px;
    margin: 0;
}

.iv_form_field_inline input {
    padding-left: 5px;
}

.iv_form_select {
    display: flex;
    position: relative;
}

.iv_form_field_inline .iv_form_select {
    box-shadow: none;
    border: 1px solid #ddd;
    align-items: center;
    flex: 1;
    position: relative;
}

.input-field .iv_form_select i {
    height: 40px;
    top: 10px;
}

.iv_form_select i {
    position: absolute;
    right: 0;
}

.iv_form_field_inline .iv_form_select select {
    padding-left: 5px;
    background: inherit;
    border: none;
    width: 100%;
}

.iv_form_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 100;
}

.iv_form_select select::-ms-expand {
    display: none;
}

#isCompanySwitch {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    box-sizing: content-box;
    line-height: normal;
    color: inherit;
    font: inherit;
}

.shell {
    position: relative;
    line-height: 1;
}

.shell span {
    position: absolute;
    left: 3px;
    top: 1px;
    color: #ccc;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    display: flex;
    align-items: center;
}

.shell span i {
    font-style: normal;
    opacity: 0;
}

input.masked, .shell span {
    font-size: 16px;
    font-family: monospace;
    background-color: transparent;
    text-transform: uppercase;
    padding-left: 10px;
}

.sale-info-container {
    /*display: none !important;*/
    margin: 15px 0 10px 0;
}

.sale-info-black-friday {
    font-size: 25px !important;
    /*display: none !important;*/
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    text-align: center;
    line-height: 1.42857143 !important;
    text-decoration: none !important;
}

.sale-info-black-friday > div {
    font-family: Ruda, DroidSans, Tahoma, Arial, sans-serif;
    /*background-color: #F9CE36;*/
    /*background: linear-gradient(to bottom right, white, #F9CE36);*/
    padding: 10px 55px;
    /*color: #014C83;*/
    display: flex;
    border-radius: 10px;
    align-items: center;
}

.sale-info-black-friday > div > div {
    text-align: left;
}

@media (max-width: 585px) {
    .sale-info-black-friday {
        flex: 1;
    }

    .sale-info-black-friday > div {
        flex-direction: column;
        padding: 10px 5px;
        flex: 1;
    }

    .sale-info-black-friday > div > div {
        display: flex;
    }

    .sale-info-black-friday > div > div > div:last-child {
        margin-left: 10px;
    }

    .text {
        margin-left: 0 !important;
    }

}


.sale-info-black-friday:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.holiday {
	max-width: 550px;
	margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 0 -3px 6px #00AE80, 0 -3px 6px #00AE80, 0 3px 6px #00AE80, 0 3px 6px #00AE80, -3px 0 6px #00AE80, 3px 0 6px #00AE80, -3px 0 6px #00AE80, 3px 0 6px #00AE80, -1px -3px 6px #00AE80, 1px -3px 6px #00AE80, -1px 3px 6px #00AE80, 1px 3px 6px #00AE80, -3px -1px 6px #00AE80, 3px -1px 6px #00AE80, -3px 1px 6px #00AE80, 3px 1px 6px #00AE80, -2px -3px 6px #00AE80, 2px -3px 6px #00AE80, -2px 3px 6px #00AE80, 2px 3px 6px #00AE80, -3px -2px 6px #00AE80, 3px -2px 6px #00AE80, -3px 2px 6px #00AE80, 3px 2px 6px #00AE80, -3px -3px 6px #00AE80, 3px -3px 6px #00AE80, -3px 3px 6px #00AE80, 3px 3px 6px #00AE80, -3px -3px 6px #00AE80, 3px -3px 6px #00AE80, -3px 3px 6px #00AE80, 3px 3px 6px #00AE80;
}

.home-page_holiday {
	max-width: 100%;
	margin: 0;
}

.holiday a {
	/* font-family: 'Josefin Sans'; */
    font-size: 28px;
    line-height: 1.3;
	color: #fff !important;
	opacity: 1 !important;
}

.home-page_holiday a {
	font-size: 23px;
}

.holiday a:hover, .holiday a:active, .holiday a:visited, .holiday a:focus {
    text-decoration: none !important;
	color: #fff !important;
	border: none !important;
}

.holiday-percent {
    color: red;
    margin-left: 5px;
	text-shadow: 
		-0   -1px 0   #00AE80,
		 0   -1px 0   #00AE80,
		-0    1px 0   #00AE80,
		 0    1px 0   #00AE80,
		-1px -0   0   #00AE80,
		 1px -0   0   #00AE80,
		-1px  0   0   #00AE80,
		 1px  0   0   #00AE80,
		-1px -1px 0   #00AE80,
		 1px -1px 0   #00AE80,
		-1px  1px 0   #00AE80,
		 1px  1px 0   #00AE80,
		-1px -1px 0   #00AE80,
		 1px -1px 0   #00AE80,
		-1px  1px 0   #00AE80,
		 1px  1px 0   #00AE80;
}

.home-page_holiday-percent {
    margin: 0 5px;
}

.fast-data-sales-form_holiday-percent {
    margin: 0 3px;
	text-shadow: none;
	font-weight: bold;
}

.holiday-discount {
    color: #000;
	margin-right: 5px;
	text-shadow: 
		-0   -1px 0   #00AE80,
		 0   -1px 0   #00AE80,
		-0    1px 0   #00AE80,
		 0    1px 0   #00AE80,
		-1px -0   0   #00AE80,
		 1px -0   0   #00AE80,
		-1px  0   0   #00AE80,
		 1px  0   0   #00AE80,
		-1px -1px 0   #00AE80,
		 1px -1px 0   #00AE80,
		-1px  1px 0   #00AE80,
		 1px  1px 0   #00AE80,
		-1px -1px 0   #00AE80,
		 1px -1px 0   #00AE80,
		-1px  1px 0   #00AE80,
		 1px  1px 0   #00AE80;
}

.black {
    text-align: center;
    position: relative;
}

.black-friday {
    font-family: 'Baloo', cursive;
    color: #22313d;
    white-space: nowrap;
    font-size: 48px;
    font-weight: bold;
}

.friday {
    background: #22313d;
    color: #fff;
    border-radius: 10px;
    padding: 0 15px;
    font-family: Baloo, cursive;
    font-size: 48px;
}

.sale {
    font-family: 'Mr Dafoe', cursive;
    color: red;
    top: 35px;
    left: 80px;
    position: absolute;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    font-size: 48px;
    font-weight: bold;
}

/*.discount {*/
/*    font-family: 'Lobster', cursive;*/
/*    color: #fff;*/
/*    text-shadow: 0 -2px 0 #FF0000, 0 -2px 0 #FF0000, 0 2px 0 #FF0000, 0 2px 0 #FF0000, -2px 0 0 #FF0000, 2px 0 0 #FF0000, -2px 0 0 #FF0000, 2px 0 0 #FF0000, -1px -2px 0 #FF0000, 1px -2px 0 #FF0000, -1px 2px 0 #FF0000, 1px 2px 0 #FF0000, -2px -1px 0 #FF0000, 2px -1px 0 #FF0000, -2px 1px 0 #FF0000, 2px 1px 0 #FF0000, -2px -2px 0 #FF0000, 2px -2px 0 #FF0000, -2px 2px 0 #FF0000, 2px 2px 0 #FF0000, -2px -2px 0 #FF0000, 2px -2px 0 #FF0000, -2px 2px 0 #FF0000, 2px 2px 0 #FF0000;*/

/*}*/

/*.text {
	color: #000000;
    margin-left: 20px;
	font-size: 35px;
}*/

.header-logo_ny .navbar-brand {
    padding: 0 !important;
}

.header-logo_ny img {
    width: 155px;
}

.bottom_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input[name="login_go"] {
    margin: 0 5px;
    font-family: inherit;
}

input[disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

[hidden="false"] {
    display: block;
}


.breadcrumb {
    padding: 0 15px 4px 15px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 12px;
}

.breadcrumb a {
    font-size: 12px;
}

.breadcrumb > li + li {
    position: relative;
    padding-left: 23px;
}

.breadcrumb > li + li:before {
    color: #555;
    content: "\e037";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 1px;
}

.breadcrumb > .active a {
    color: #555;
}

/*.checkbox {*/
/*    position:relative;*/
/*    padding-left:25px;*/
/*}*/

/*.checkbox input[type=checkbox] {*/
/*    display:none;*/
/*}*/

/*.checkbox label:after {*/
/*    content:'';*/
/*    display: block;*/
/*    height:14px;*/
/*    width:14px;*/
/*    background-color: #00AE80;*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*}*/
/*.checkbox input[type=checkbox]:checked + label:after {*/
/*    content: '\2714';*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    font-size:23px;*/
/*    color:white;*/
/*}*/

.label-input {
    display: none;
}
.label-span {
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    background-color: #00AE80;
    border-radius:1px;
    padding:3px;
}
/* [type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: -5px;
    left: 0;
    font-size:22px;
    color: white;
} */

#oas_Top {
    margin-bottom: 10px !important;
}

.breadcrumb + .nav-tabs > li > a {
    margin-right: 0;
    border: 1px solid transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.breadcrumb + .nav > li > a {
    padding: 4px 10px;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 1024px) {
    .rankers-and-scanners.visible {
        display: none !important;
    }
}

@media (max-width: 1527px) and (min-width: 1440px){
    .nav-tabs a {
        font-size: 11px !important;
    }
}

@media (max-width: 1502px) {
    .navbar a, .navbar__toolbar__global_time, .watch-dropdown-menu li a  {
        font-size: 12px;
    }
}

/* @media (max-width: 1535px) {
    .navbar__toolbar__search {
        display: none !important;
    }
    .navbar__toolbar {
        flex-basis: 350px;
    }
}

@media (min-width: 1535px) {
    .navbar__search__button {
        display: none;
    }
} */

@media (max-width: 1808px) {
    .navbar__toolbar__search {
        display: none !important;
    }
    .navbar__toolbar {
        flex-basis: 350px;
    }
}

@media (min-width: 1809px) {
    .navbar__search__button {
        display: none;
    }
}

@media (max-width: 1230px) {
    .navbar__toolbar__search, .main-menu-button {
        display: none !important;
    }
    .navbar__toolbar {
        /*flex-basis: 350px !important;*/
    }
}

/* @media (min-width: 1231px) {
    .nav-historical-options {
        display: none;
    }
} */

@media (max-width: 1427px) {
    .nav-historical-options-futures {
        display: none;
    }
}

@media (min-width: 1427px) {
    .nav-historical-options {
        display: none;
    }
}

@media (max-width: 1155px){
    .subscribe-to-ivollive-button {
        display: none;
    }
}

@media (max-width: 1060px){
    .navbar__search__button {
        display: none;
    }
    .navbar__toolbar {
        height: 50px;
        flex-basis: unset;
    }

}


@media (max-width: 1440px) and (min-width: 1210px){
    .nav-tabs > li  {
        display: inline-flex !important;
        max-width: 120px;
        text-align: center;
        float: none !important;
    }
    .breadcrumb + .nav > li > a {
        padding: 4px 5px !important;
    }
    .nav-tabs a {
        font-size: 12px !important;
    }
}

@media (max-width: 1500px){
    #right-banner {
        display: none !important;
    }
}


@media (max-width: 1210px) {
    .nav-tabs > li  {
        display: inline-flex !important;
        max-width: 90px;
        text-align: center;
        float: none !important;
    }
    .breadcrumb + .nav > li > a {
        padding: 4px 1px !important;
    }
    .nav-tabs a {
        font-size: 11px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1590px) {
    .main-content-home .historical_options_data {
        width: 35%;
    }

    .main-content-home .options_data_analysis {
        width: 65%;
    }

    .sale-info-black-friday .holiday {
        text-align: center;
    }
}

.instant-data-download-link{
  text-decoration: none;
    color: #00AE80;
}
.instant-data-download{
    display: flex;
    justify-content: center;
    text-align: center; font-weight: bold;
    border: 1px solid white;
    height: 34px;
    width: auto;
    margin-top: 8px;
    padding-left: 8px;
}

.account-profile{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAABM0lEQVQ4y2NgoDeIyavxiM6t6YnOq54elVud55mby062YdF5NYujc6v/o+EHMbnVkSQbFptT44TFMBj+E5dfLkeSgVE5VfV4DPwflVuVQKJ3q9vxGRiTV5VCmgtzazLxG1htRZoLc2tS8Xo5r9aYtOSSW1WK38AqR9IMLKiSjM6teordwJpjaWlprKSnw9zqRqzhl1PjR1bCDs1q4AEa8BnFsNzqi0ApRvJzS271JdSwq55HnuvSyvlBEROTW6sfnVNdBjRsItCwtOicSmsgP4voPB2eW6MMjIwZSF79CsTbgHh+TG7NASD9Fyr+AoibozIrBPHljnigou/4kgsW/BKILTAMi8itNQRK/CLRsP8I1zbwoboup6aNTMMgOK86EMXAyNxKe1Cgk4ujcyu1aFLCAwAX224iIQ86DAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: left center;
    color: #5b6d7b;
}

.account-profile:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAABDElEQVQ4y2NgoDtY1+DBsL6hB0hPB+I8hm2T2CkxbDEQ/0fDDxjWN0aSY5gTFsNg+A/DqgY50gxc31iPx8D/wGBIINWF7XgNXNuQQqoLM/EauKHBikQXNqbi93KTMakGluL3cqMjaQaubZUEanyKw8BjDDNnspKTdBpxRIgfeQl7VQMP0IDPaAZeZPjPwEhJbrmEZuA8Ml3XwQ+JmCZ9YCIuAxo0EUinMaxtsgZ6OYv4PL2+WRmoeQaSV78C8TagIfOB9AEg/gsVfwEUa2bY0i6IL6nEAxV+x5tcMPFLoMEWmIataTIESv4i0bD/cNdua+BDS3cNbWQaBkvogWjebbIHBzq5eEODFk0KeADR22EdJxHkMwAAAABJRU5ErkJggg==');
    color: #00ad80;
}

.account-menu-list{
    width: 110px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.row-padding{
    padding-top: 15px;
}

.update-message {
    display: none;
    width: 100%;
    height: 46px;
    border: 1px solid #00AE80;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.update-message_flex{
    display:flex;
    justify-content: left;
    margin-left: 15px;
}

.update-message_flex_image{
    width:24px;
    height: 24px;
    margin-top: 10px;
    margin-right: 5px;
}

#menu-1018, #menuStocks, #menuOptions, #menu-1196, #menu-1200{
    top: 319px !important;
}

#menu-1018, #menuStocks, #menuOptions {
    left: 100px !important;
}

.theme-toggle {
	position: relative;
	min-width: 45px;
	height: 25px;
	margin-left: 12px;
    border-radius: 12px;
	box-shadow: 0px 0px 0px 1.5px #fff;
}

input[type="checkbox"]#theme-toggle.theme-toggle__checkbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

.theme-toggle__circle {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 1;
	background-color: #fff;
	border-radius: 12px;
	transition: 0.2s ease background-color, 0.2s ease opacity;
}

.theme-toggle__circle:before, .theme-toggle__circle:after {
	content: '';
	position: absolute;
	top: 3px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	transition: 0.5s ease transform, 0.2s ease background-color;
}

.theme-toggle__circle:before {
	background-color: #fff;
	transform: translate(-30px, 0px);
	z-index: 1;
}

.theme-toggle__circle:after {
	background-color: #22313d;
	transform: translate(3px, 0px);
	z-index: 0;
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle {
	background-color: #22313d;
}

input[type="checkbox"]#theme-toggle:active + .theme-toggle__circle {
	opacity: 0.5;
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle:before {
	background-color: #22313d;
	transform: translate(16px, -6px);
}

input[type="checkbox"]#theme-toggle:checked + .theme-toggle__circle:after {
	background-color: #fff;
	transform: translate(23px, 0px);
}

.main-menu-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    width:38px;
    height: 34px;
    margin-left: 15px;
    cursor: pointer;
}

.main-menu_button_tooltip {
    position: relative;
    display: inline-block;
}

.main-menu_button_tooltip .tooltiptext_watch{
    width: 140px;
}

.main-menu_button_tooltip .tooltiptext_read{
    width: 200px;
}

.main-menu_button_tooltip .tooltiptext_watch, .main-menu_button_tooltip .tooltiptext_read {
    visibility: hidden;
    height: 27px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 3px;
    position: absolute;
    z-index: 1;
    border: 1px solid white;
    top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-family: DroidSans, Tahoma, Arial, sans-serif;
    font-size: 14px;
	width: auto;
	white-space: nowrap;
}

.main-menu_button_tooltip:hover .tooltiptext_watch, .main-menu_button_tooltip:hover .tooltiptext_read {
    visibility: visible;
}

.service-subscribe-link{
    width: 214px;
    height: 40px;
    background-color: #00ad80;
    font-family: DroidSans, Tahoma, Arial, sans-serif;
    font-size: 16px; color: white !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}


.sidebar-ivlive{
    overflow: hidden;
    height: calc(100% - 50px);
    background-color: #333333;
}

.sidebar-ivlive:hover{
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-ivlive::-webkit-scrollbar {
    width: 5px;
}

.sidebar-ivlive::-webkit-scrollbar-track {
    background-color: #b5aaaa;
}

.sidebar-ivlive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-ivlive::-webkit-scrollbar-button {
    background-color: #595353;
}

.sidebar-ivlive::-webkit-scrollbar-corner {
    background-color: black;
}

.sale-info {
    font-size: 25px !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    text-align: center;
    line-height: 1.42857143 !important;
    text-decoration: none !important;
}

.sale-info > div {
    font-family: Ruda, DroidSans, Tahoma, Arial, sans-serif;
    background-color: #F9CE36;
    background: linear-gradient(to bottom right, white, #F9CE36);
    padding: 10px 55px;
    color: #014C83;
    display: flex;
    border-radius: 10px;
    align-items: center;
}

.sale-info > div > div {
    text-align: left;
}

@media (max-width: 585px) {
    .sale-info{
        flex:1;
    }
    .sale-info > div {
        flex-direction: column;
        padding: 10px 5px;
        flex:1;
    }
    .sale-info > div > div {
        display: flex;
    }

    .sale-info > div > div  > div:last-child {
        margin-left: 10px;
    }
    .text {
        margin-left: 0 !important;
    }
}

.sale-info:hover{
    cursor: pointer;
    text-decoration: none !important;
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 63%;
  overflow: auto;
}

.subscription-add-img  {
    display: flex;
	align-items: center;
}

.subscription-add-title-block  {
	display: flex;
	justify-content: center;
	width: 70%;
}

.subscription-add-title  {
	font-family: DroidSans, Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	color: #22313D;
	text-align: center;
}

.subscription-add-included-title {
    font-family: DroidSans, Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #22313D;
	margin-top: 15px;
}

.subscription-add-included-title.analytical-tools {
	margin-left: 15px;
}

.subscription-add-included-title.scanning-tools {
	margin-left: 8px;
}

.subscription-add-included-title.calculators {
	margin-left: 7px;
}

.subscription-add-overview-item {
    display: grid;
    margin-top: 30px;
    grid-template-rows: min-content 1fr;
}

.subscription-add-overview-item-title span {
    width: 60%;
	margin-right: auto;
	display: block;
}

.subscription-add-overview-item.second .subscription-add-overview-item-title span {
	margin: 0 0 0 auto;
}

.subscription-add-overview-desc {
	display: grid;
	grid-template-columns: 60% 40%;
}

.subscription-add-overview-item.second .subscription-add-overview-desc {
	grid-template-columns: 40% 60%;
}

.subscription-add-overview-desc p {
	padding: 0;
	display: block;
}

.subscription-add-overview-item .subscription-add-img {
	float: right;
	max-width: 260px;
	order: 1;
}

.subscription-add-overview-item.second .subscription-add-img {
	order: 0;
	float: left;
}

@media screen and (max-width: 1440px){
	.subscription-add-overview-item-title span {
		width: 100%;
	}
	
	.subscription-add-overview-desc {
		display: block;
	}
	
	.subscription-add-overview-desc p {
		display: inline;
	}
}

@media screen and (max-width: 1024px){
  .subscription-add-banner.sale-banner {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .subscription-add-title  {
	font-size: 30px;
  }
  .subscription-add-img , .subscription-add-banner {
    display: none;
  }
  .subscription-add-included-title {
	margin-left: 0 !important;
	line-height: 1;
  }
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

 #popap-link {
	height: 30;
  }

@media screen and (max-width: 600px) {
  #popap-link {
    visibility: hidden;
    display: none;
	height: 0;
  }
}

.cookies-notification-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #444;
    width: 70%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
	z-index: 9999;
}

@media screen and (max-width: 767px) {
  .cookies-notification-block {
	flex-direction: column;
	gap:20px;
	width:calc(100% - 20px);
  }
  
  .cookies-notification-apply-btn {
	width:100% !important;
  }
}

.cookies-notification-text {
    width: 70%;
    font-size: 14px;
    color: #fff;
}

.cookies-notification-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.cookies-notification-desc a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline !important;
}

.cookies-notification-apply-btn {
    width: 15%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.products-comparison-block {
    margin: 10px 0;
    border: 1px solid #ddd;
}

.products-comparison-dropdown {
    display: flex;
    align-items: center;
    padding: 15px;
    padding-left: 7px;
    cursor: pointer;
}

.products-comparison-dropdown-toggle {
    margin-right: 3px;
}

.products-comparison-dropdown-title {
    font-size: 16px;
    font-weight: 700;
}

.products-comparison-table {
    font-size: 14px;
    border-collapse: collapse;
    display: none;
}

.products-comparison-table-show {
    display: block;
}

.products-comparison-dropdown-toggle-rotate {
    transform: rotate(180deg);
}

.products-comparison-table th, .products-comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.products-comparison-table .left-title {
    color: #999;
}

.products-comparison-table td {
    vertical-align: top;
}

.products-comparison-table td:not(:first-child) {
    width: 41%;
}

.products-comparison-table th:first-child, .products-comparison-table td:first-child{
    border-left: none;
}

.products-comparison-table th:last-child, .products-comparison-table td:last-child{
    border-right: none;
}

.products-comparison-table tr:last-child td {
    border-bottom: none;
}

.products-comparison-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-comparison-table ul li:not(:last-child) {
    margin-bottom: 15px;
}

.products-comparison-table tr:last-child td {
    padding: 15px 0;
}

.products-comparison-table a, .products-comparison-table a:hover , .products-comparison-table a:visited, .products-comparison-table a:focus {
    border: none;
	padding: 0;
}

.products-comparison-table a {
    text-decoration: underline;
}

.products-comparison-table a:hover  {
    text-decoration: none;
}

.products-comparison-read-more-btn {
    display: flex;
    background: #00aea1;
    width: 120px;
    height: 30px;
    text-decoration: none !important;
	border: none;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

@media (max-width: 1700px)  {
    .products-comparison-table td:not(:first-child) {
		width: 35%;
	}
}
