﻿
/*@font-face {
    font-family: ProximaNova;
    src: url("fonts/proxima-nova.otf") format("opentype");
}*/
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://localhost/themes/css/evds/fonts/OpenSans-Regular.ttf) format('ttf');
}*/
/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../font/open-sans-v14-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../font/open-sans-v14-latin-ext_latin-300.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v14-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v17-latin-300.svg') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/open-sans-v14-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../font/open-sans-v14-latin-ext_latin-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v17-latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../font/open-sans-v14-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../font/open-sans-v14-latin-ext_latin-600.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v14-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v17-latin-600.svg') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/open-sans-v14-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../font/open-sans-v14-latin-ext_latin-700.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v14-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v14-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v17-latin-700.svg') format('svg'); /* Legacy iOS */
}

.btn-tcmb {
    color: white;
    background-color: #98012e;
    border-color: #7f0126
}
.btn-tcmb:hover,
.btn-tcmb:focus,
.btn-tcmb:active,
.btn-tcmb.active,
.open>.btn-tcmb.dropdown-toggle {
    color: white;
    background-color: #98012e;
    border-color: #7f0126
}
.btn-tcmb:active,
.btn-tcmb.active,
.open>.btn-tcmb.dropdown-toggle {
    background-image: none
}
.btn-tcmb.disabled,
.btn-tcmb.disabled:hover,
.btn-tcmb.disabled:focus,
.btn-tcmb.disabled:active,
.btn-tcmb.disabled.active,
.btn-tcmb[disabled],
.btn-tcmb[disabled]:hover,
.btn-tcmb[disabled]:focus,
.btn-tcmb[disabled]:active,
.btn-tcmb[disabled].active,
fieldset[disabled] .btn-tcmb,
fieldset[disabled] .btn-tcmb:hover,
fieldset[disabled] .btn-tcmb:focus,
fieldset[disabled] .btn-tcmb:active,
fieldset[disabled] .btn-tcmb.active {
    background-color: #98012E;
    border-color: #7f0126
}
.btn-tcmb .badge {
    color: #98012E;
    background-color: white
}

.ws_enabled{
    white-space:pre; /* or pre-wrap if you want wrapping to still work. */
}

body.no-overflow {
    overflow-x: hidden
}
section {
    background-color: #fff
}
a {
    outline: none !important
}
header#top-nav {
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 50px;
    background: #1d1d1d;
    /*background: rgba(0, 0, 0, 0.6);*/
    background: rgba(162, 184, 195, 0.6);
    position: fixed;
    transition: background .5s;
    transform: translateZ(0px)
}
header#top-nav a,
header#top-nav i {
    color: #fff
}
header#top-nav #brand-text {
    display: none
}
#header-search {
    margin: 3px 0 0 0;
    padding: 0;
    z-index: 1;
    position: relative
}
#header-search #header-search-button {
    float: left;
    cursor: pointer;
    transition: all .5s
}
#header-search #header-search-button.btn-primary {
    border-color: #e40145
}
#header-search #header-search-button.btn-primary:hover {
    background-color: #e40145
}
#header-search #header-search-button.btn-primary:active {
    background-color: #e40145
}
#header-search #header-search-button.btn-tcmb {
    border-color: #e40145
}
#header-search #header-search-button.btn-tcmb:hover {
    background-color: #e40145
}
#header-search #header-search-query {
    color: black;
    padding: 7px 0px;
    border: none;
    float: left;
    width: 0px;
    height: 34px;
    transition: all .5s;
    overflow: hidden;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}
#header-search #header-search-query.open {
    padding: 7px 12px;
    width: 200px
}
#header-search #header-search-type {
    opacity: 0;
    transition: all .5s
}
#header-search #header-search-type a {
    color: #000;
    cursor: pointer
}
#header-search #header-search-type.shown {
    opacity: 1
}
#header-search #header-search-type.shown .dropdown-toggle {
    display: inline-block
}
#header-search #header-search-type .dropdown-toggle {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    display: none
}
header#top-nav #top-brand {
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -32.5px
}
header#top-nav #top-brand .bottom-wrapper {
    position: absolute;
    height: 0px;
    width: 50px;
    z-index: -1;
    bottom: 0;
    overflow: hidden
}
header#top-nav #top-brand .bottom-wrapper .bottom {
    background: #1d1d1d;
    background: rgba(0, 0, 0, 0.6);
    height: 63px;
    width: 63px;
    border-radius: 50%;
    position: absolute;
    bottom: 1px;
    left: 1px;
    transition: background .5s
}
header#top-nav .navbar-nav li>a {
    padding-left: 10px;
    padding-right: 10px
}
header#top-nav .navbar-nav li>a.selected {
    color: #e40145
}
header#top-nav .navbar-nav li>a:hover {
    color: #e40145;
    background: none !important
}
header#top-nav .navbar-nav li>a:focus {
    background: none !important
}
header#top-nav .navbar-nav li>a .beta {
    font-size: 10px;
    position: absolute;
    right: 11px;
    top: 12px;
    font-weight: bold
}
header#top-nav .navbar-nav .btn {
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
}
header#top-nav .navbar-nav .btn.btn-signup {
    text-transform: uppercase
}
header#top-nav .navbar-nav.brand-left {
    position: absolute;
    right: 50%;
    margin-right: 40px
}
header#top-nav .navbar-nav.brand-right {
    position: absolute;
    left: 50%;
    margin-left: 40px
}
header#top-nav .navbar-nav.navbar-right a:hover {
    color: #fff
}
header#top-nav .navbar-nav.navbar-right .btn {
    margin-top: 8px
}
header#top-nav .navbar-nav.navbar-right .btn i {
    margin-right: 10px
}
header#top-nav .navbar-nav.navbar-right .btn .avatar {
    border-radius: 50%;
    height: 30px;
    margin-right: 10px
}
header#top-nav .navbar-nav.navbar-user {
    height: 100%
}
header#top-nav .navbar-nav.navbar-user:hover #user-menu {
    max-height: 350px;
    background: rgba(0, 0, 0, 0.9)
}



#cover-wrapper {
    background-color: black;
    height: 190px;
    color: white;
    position: relative
}
#cover-wrapper .full-bg {
    position: absolute;
    /*top: 50px;*/
    left: 0;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-position: 50% 10%;
    opacity: 0;
    transition: all 1s
}
#cover-wrapper .full-bg.enabled {
    opacity: 1
}
#cover-wrapper #backdrop-info {
    position: absolute;
    bottom: 50px;
    right: 15px
}
#cover-wrapper #backdrop-info a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 20px black;
    font-size: 12px;
}
#cover-wrapper #backdrop-info a .year {
    color: #999999
}
#cover-wrapper>.container {
    position: relative
}
#cover-wrapper .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background: -moz-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(center, circle cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)
}
#cover-wrapper .shadow {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#00000000', GradientType=1);
    position: relative;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#cover-wrapper .shadow-left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    position: relative;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0
}
#cover-wrapper .shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    position: relative;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0
}
#cover-wrapper #logo-wrapper {
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0;
}

#links-wrapper {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #7e8f97;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px
}
#links-wrapper a,
#links-wrapper i {
    color: #fff
}
#links-wrapper a {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block
}
#links-wrapper a.selected {
    color: #e40145
}
#links-wrapper a:hover {
    text-decoration: none;
    color: #e40145
}

#links-wrapper .navbar-nav li>a {
    padding-left: 10px;
    padding-right: 10px
}
#links-wrapper .navbar-nav li>a.selected {
    color: #e40145
}
#links-wrapper .navbar-nav li>a:hover {
    color: #e40145;
    background: none !important
}
#links-wrapper .navbar-nav li>a:focus {
    background: none !important
}
#links-wrapper .navbar-nav li>a .beta {
    font-size: 10px;
    position: absolute;
    right: 11px;
    top: 12px;
    font-weight: bold
}
#links-wrapper .navbar-nav .btn {
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
}
#links-wrapper .navbar-nav .btn.btn-signup {
    text-transform: uppercase
}
#links-wrapper .navbar-nav.brand-left {
    position: absolute;
    right: 50%;
    /*margin-right: 40px*/
}
#links-wrapper .navbar-nav.brand-right {
    position: absolute;
    left: 50%;
    /*margin-left: 40px*/
}
#links-wrapper .navbar-nav.navbar-right a:hover {
    color: #fff
}
#links-wrapper .navbar-nav.navbar-right .btn {
    margin-top: 8px
}
#links-wrapper .navbar-nav.navbar-right .btn i {
    margin-right: 10px
}
#links-wrapper .navbar-nav.navbar-right .btn .avatar {
    border-radius: 50%;
    height: 30px;
    margin-right: 10px
}
#links-wrapper .navbar-nav.navbar-user {
    height: 100%
}
#links-wrapper .navbar-nav.navbar-user:hover #user-menu {
    max-height: 350px;
    background: rgba(0, 0, 0, 0.9)
}

.headerMenuItems:focus{
    zoom: 1.1;
}

#main-search {
    padding: 55px 0;
    height: 200px;
    background: #f3f3f3;
    background-size: contain
}
#main-search h2 {
    margin: 0;
    color: #778288;
    font-size: 18px;
    font-weight: bold;
}
#main-search input.footer-search {
    margin-top: 10px;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    outline: none;
    transition: all .5s;
    width: 100%;
}
#main-search input.footer-search:focus {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5)
}

#main-search input.main-search-input {
    border: none;
    border-radius: 2px;
    outline: none;
    transition: all .5s;
    width: 100%;
}

#main-search input.main-search-input:focus {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5)
}

#main-search .main-search-button {
  border: solid white 1px;
}

.main-search-group{
  margin-top: 10px;
}

header#top-nav .navbar:hover {
    background: rgba(0, 0, 0, 0.9)
}

header#top-nav .navbar-nav.navbar-user:hover #user-menu {
    max-height: 350px;
    background: rgba(0, 0, 0, 0.9)
}
#user-menu {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: -1px;
    top: 49px;
    max-height: 0;
    z-index: 3;
    overflow: hidden;
    transition: all .5s
}
#user-menu ul {
    padding: 0;
    margin: 0 0;
    list-style: none
}
#user-menu ul li {
    text-align: right;
    white-space: nowrap;
    margin-right:10px;
}
#user-menu ul li:before,
#user-menu ul li:after {
    content: " ";
    display: table
}
#user-menu ul li:after {
    clear: both
}
#user-menu ul li:last-child {
    border-top: solid 1px #444;
    margin-top: 5px
}
#user-menu ul li:last-child a {
    padding-top: 8px;
    padding-bottom: 10px
}
#user-menu ul li:hover {
    background: rgba(255, 255, 255, 0.2)
}
#user-menu ul li:hover a:hover {
    text-decoration: none
}
#user-menu ul li a {
    padding: 5px 20px 5px 20px;
    line-height: 25px;
    color: #fff;
    display: block
}
#user-menu ul li a .icon {
    display: inline-block;
    font-size: 23px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    margin-left: 15px
}
#user-menu ul li a .title {
    display: inline-block
}

.list-news-body{
  height: 370px;
  overflow-y: auto;
}


.evds-page-content{
  margin: 0px;
}

.search-bar-dropdown-menu{

}

.search-bar-dropdown-menu-item{
    padding-left: 10px;
    padding-bottom: 2px;
}

#maingrid-center {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.publicDashboardLink:focus{
    font-weight: bold;
}

.white-panel {
	margin-top: 10px;
}

.main-grid-box-info {
    font-size: 10px;
    padding-top: 2px;
    display: none;
    font-weight: 600;
    color: #8e9daa;
    /*height:50px;*/
}

.main-grid-box-detailed {
    font-size: 10px;
    padding-top: 2px;
    display: block;
    font-weight: 600;
    color: #8e9daa;
    /*height:50px;*/
}

.main-grid-box-detailed-link {
    float: right;
}

.main-grid-box-chart {
    /*width: 350px;*/
    height: 120px;
    display: inline-block;
    font-size: 20px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
    padding-top:1px;
    padding-bottom:1px;
}

.main-grid-box-sidebar-header{
    padding: 5px 20px 0px 20px !important;
}

.main-grid-box-sidebar-footer{
    height:25px;
    padding-top:10px;
    font-size: 11px;
}

.main-grid-box-sidebar-list-ul{
    list-style-type: none;
    padding-left: 0px;
}

.main-grid-box-sidebar-list-item{
    margin-top: 2px;
}

.main-grid-box-sidebar-list-item a{
    text-decoration: none;
    font-size: 14px;
}

.main-grid-box-sidebar-list-item:hover{
    background: #f4f6f7;
}


.widget-thumb-footer {
    height: 15px;
}

.widget-thumb-header {
    /*height: 30px;*/
    font-size: 14px;
    font-weight: bold;
    color: #8e9daa;
    margin: 0 0 2px 0;
}

.widget-thumb-add {
    /*height: 30px;*/
     font-family: Oswald;
    font-size: 17px;
    font-weight: bold;
    color: #337ab7;
    margin: 0 0 2px 0;
   
}

.widget-thumb-add:focus {   
    color: lightblue;    
}

.widget-thumb-openDash{   
    color:#8e9daa;   
    font-weight: bold;
    color: #8e9daa;
    margin: 0 0 2px 0;
    font-family: Oswald;
    font-size:16px;  
}
.widget-thumb-openDash:focus{   
    color: blue;  
}

.widget-thumb-expand-button{
    position: relative;
    float: right;
    cursor: pointer;
}

/* Serie Market */
.serieMarket{
    /*height: 500px;*/
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.serie-market-portlet{
    height: 800px;
    overflow: auto;
    font-family: Open Sans;
}/**/

.serie-market-shopping-cart-box{
    /*margin-right: 10px;*/
    max-height: 800px;
}

.serie-market-menu-box{
    /*margin-left:10px;*/
    max-height: 800px;
}

.serie-market-menu-category {
    font-size: 13px;
}

.serie-market-table-box{
    height: 800px;
    font-family: Open Sans;
    /*height: 700px;
    overflow-y: auto;*/
}

.serie-market-table{
  max-height: 580px;
   /*max-height: 200px;*/

}

.serie-market-table td{
    font-size: 11px;
}

.serie-market-table-body{
  max-height: 800px;
  overflow-y: auto;
}

.serie-market-table-box .actions{

}

.serie-market-table-box .actions a{
    width:32px;
    height: 32px;
}

.serie-market-table-input{
    height: 20px;
    font-size:11px;
}

.serie-market-preferences {
    font-size:12px;
    height: 670px;
    overflow-y: auto;
}

.serie-market-table .table-container{
    height: 670px;
    overflow-y: auto;
}

.serieMarketReportButton:focus{
    color: orangered;
}

.form-control:focus{
    border-color: orangered;
}

.serieMarketAccordion:focus{
    color: orangered;
}
/* Serie Market END */

/* Data Group */
#dataGroupAccordion{
    height: 700px;
}

.serie-market-datagroup-list-portlet {
    padding: 5px 10px 5px 10px !important;
}

.serie-market-datagroup-list-portlet-title {
    min-height: 25px !important;
    margin-bottom: 2px !important;
}

.serie-market-datagroup-list-portlet-body {
    padding-top: 1px !important;
}

.serie-market-datagroup-list{
    font-size:12px;
}

.serie-market-datagroup-list-title{
    font-size:14px;
}

.serie-market-datagroup-list .serie-market-datagroup-list-ul{
    list-style-type: none;
    padding-left: 0px;
}

.serie-market-datagroup-list-item {
    margin-top:2px;
    margin-bottom: 2px;
    /*cursor: pointer;*/
}

.serie-market-datagroup-list-item.item-selected {
    border: 1px solid #e7ecf1;
    background-color: #fbfcfd;
    box-shadow: none;
    font-weight: bold;
}

.serieMarketDataGroupItemLink{
    text-decoration: none;
    color: black;
}

.serie-market-datagroup-list-item.item-selected > .serieMarketDataGroupItemLink{
    text-decoration: none;
    color: #a3953b;
}
/* Data Group END */

/* Shopping Cart */
.serie-market-shopping-cart-list-portlet {
    padding: 5px 10px 5px 10px !important;
}

.serie-market-shopping-cart-list-portlet-title {
    min-height: 25px !important;
    margin-bottom: 2px !important;
}

.serie-market-shopping-cart-list-portlet-body {
    padding-top: 1px !important;
}

.serie-market-shopping-cart-list{
    font-size:12px;
    overflow-y: auto;
   //max-height: 600px;
}

.serie-market-shopping-cart-list-title{
    font-size:14px;
}

.serie-market-shopping-cart-list .serie-market-shopping-cart-list-ul{
    list-style-type: none;
    padding-left: 0px;
}

.serie-market-shopping-cart-list-item {
    border-bottom: dashed;
    border-width: 1px;
    border-color: #cdced0;
    margin-top:2px;
    margin-bottom: 2px;
}

.serie-market-shopping-cart-list-item-remove-btn{
    color: #c71a1a;
}

.serie-market-shopping-cart-list-item-info-btn{
    color: #337ab7;
}

.trending-grid-row{
    margin-top:30px;
}

.trending-grid-head{
    background-color: #FFFFFF;
    padding: .5em !important;
    margin-bottom: .5em !important;
}

.trending-grid-item{
    height: 60px;
    border: 0.5px;
    font-size: 13px;
}

.trending-grid-item:hover{
    background-color: #F5F5F5;
}

.trending-grid-item-left{
    padding-top: 20px;
    padding-bottom: 20px;
}

.trending-grid-item-right{
    height: 60px;
    float: right;
}

.evds-modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.evds-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: modalanimatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: modalanimatetop;
    animation-duration: 0.4s
}

.evds-modal-close {
    color: #8e9daa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.evds-modal-close:hover,
.evds-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.evds-modal-header {
    padding: 2px 16px;
}

@-webkit-keyframes modalanimatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes modalanimatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/* Highcharts */
.main-grid-box-chart .highcharts-label-box{
    height: 25px;
}

.main-grid-box-chart .highcharts-label{

}

.main-grid-box-chart .highcharts-label text {
	 /*text-shadow: 0 0 1px black;*/
}

.main-grid-box-chart .highcharts-background{

}

/* Shopping Cart END */

/* Footer */
#evds-footer{
  margin-bottom: 10px;
}

.evds-footer{
  margin-top: 10px;
}

.evds-footer-links ul{
  padding: 0px;
}

.evds-footer-links .evds-footer-left li{
  float: left;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 12px;
  font-weight: bold;
}

.evds-footer-links .evds-footer-right li{
  float: left;
  padding-left: 30px;
  float: right;
  color: grey;
}
/* Footer END */
/*search result page*/
.search-result-series{
	/*margin-right: 25px;*/
	margin-top: -5px;
	float: right;
}

.search-result-series:focus{
	color: orangered;
}

.search-result-seriesList{

	/*padding-left: 50px !important;*/
	color:#337ab7 !important;
	font-family: Open Sans;

}


/*search result page*/

/* admin page */
.users-table-action-icon{
  float: right;
  margin-left: 10px;
}

#notesBody{
  min-height: 400px;
}

#usersPortlet{
  /*height: 1200px;*/
}


/* admin page end*/

/* other stuff */
.information-circle{
  color: #337ab7;
}

.announcement-title{
  margin-left: 30px;
  margin-right: 20px;
}

.announcement-body{
  margin-left: 20px;
  margin-right: 20px;
  white-space: pre-wrap;
}

.popover-content{
	white-space: pre-wrap;
}

.serieNoteValue{
	white-space: pre-wrap;
}

/* end of other stuff */


/* dashboard */
.dashboard-menu-item{
  display: none;
}

.popover{
  color: black;
  /*min-width:600px;*/
  font-size: 11px;
}

.dashboard-stat .dashboardCalendar{

    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
    /*right:300px;*/
    position:absolute;
}

.mini-label{
  font-size: 13px;
}

/* end of dashboard */

/*User Documents*/

.user-video {
  display: block;
  margin: 0 auto !important;
}

.user-video-modal-content {
  box-shadow: none;
  background-color: transparent !important;
  border: 0;
  height: 480px;
}
/*End User Documents*/


/* Mobile Header */
.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul, .prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p.small {
  color: #666;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 1.84615em;
}
.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.prose a {
  color: #6d7173;
  border-bottom: 1px solid #a1cfe5;
  text-decoration: none;
  outline: none;
}
.prose a:focus, .prose a:hover {
  color: #4ab336;
  border-bottom-color: #77b36b;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #7e8f97 url("../image/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../image/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #7e8f97 url("../image/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../image/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #7e8f97;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #fff;
}

#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: #7e8f97;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}

#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  background: #ddd;
}

@media screen and (min-width: 128.063em) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}
@media screen and (max-width: 128.063em) {


  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }
}
/* end of Mobile Header */

#public-dashboard-grid{
  position: relative;
  height: auto;
  margin: 25px;
}

#showDashboardsGrid{
  position: relative;
  margin: 25px;
}

.expand-button{
  top: 10px;
  right: 10px;
  position: absolute;
}

@media (min-width: 768px) {

	.navbar-nav>li{
	    float: left;
	}
}

.multiselect-container{
  font-size: 11px;
}

.multiselect-all{

}

.multiselect-item{
  /*display: none;*/
}

.multiselect-group{

}
.name{	
	line-height: 13px;
}
.irs-grid-text{
	transform : rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top : 20px;
}

b,optgroup,strong{font-weight: 400 !important;}

.go2top i,
.go2top i:focus {
    right: 20px;
    bottom: 85px;
    width: 38px;
    height: 38px;
    z-index: 999;
    line-height: 1;
    font-size: 30px;
    position: fixed;
    color: #39475f; }
    
.stockchartBackground {
	
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: 45%;
	background-position: 50% 50%;
	
	
}

.highcharts-container  > svg > image {
	
	width: auto !important;
    height: 9% !important;    
    y: 9% !important;
	
}
   
.pagetitle {
	border: 1px solid #e7ecf1 !important;
    
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pagetitletext {
	margin: 0px;
    color: #008aad;
}

.hmbrgr {
    margin-left: -135px;
    box-shadow: none;      
    background-color: #323a47;
}

.hmbrgr > li > a{
	    color: #ffffff;
	    text-align: center;
	    border-top: 1px solid #3a485e;
	    font-family: Oswald, sans-serif;
}

.hmbrgr > li:hover > a{
	background-color: #008aab;
    color: #fff;
}

ul.dropdown-menu.hmbrgr::after{
position: absolute !important;
    top: -8px!important;
    left: auto !important;
    right: 9px !important;
    display: inline-block !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #323a47 !important;
    border-left: 8px solid transparent !important;
    content: '' !important;
    box-sizing: border-box !important;
}

ul.dropdown-menu.hmbrgr::before{
	position: absolute !important;
    top: -7px !important;
    left: auto !important;
    right: 8px !important;
    display: inline-block !important;
    border-right: 7px solid transparent !important;
    border-bottom: 7px solid #e0e0e0 !important;
    border-left: 7px solid transparent !important;
    content: '' !important;
    box-sizing: border-box !important;
}

.testphase {
	font-size: 1.3em; 
	color: #fff; 
	font-weight: 300; 
	margin-left: auto; 
	margin-right: auto;
	font-family: Open Sans;
}

.oswald-font {
	font-family: Oswald, sans-serif;
}

.break-word {
  width: 13em;
  background: lime;
  overflow-wrap: break-word;
}

.box {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.box * {
  width: auto;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}

