﻿/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Tahoma;
}


.dv_tlsnotice {
    text-align: center;
    font-size: 13px;
    color: #ff0000;
    padding: 10px;
    background-color: #ccc;
}

a:link, a:visited, a:active {
    color: #c5964a;
    text-decoration: none;
}

a:hover {
    color: #94979a;
    text-decoration: none;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #212529;
}

.home h3 {
    margin: 5px 0 10px 0;
    padding: 0;
    color: #94979a;
    font-size: 20px;
}

.home h3 span {
    color: #c5964a;
}

.main_template {
    right: 0;
    top: 0;
    transition: all;
    transition-duration: .3s;
    background-color: #fff;
}

.menu_open {
    right: 80%;
    top: 0;
    transition: all;
    transition-duration: .3s;
}

.main_header {
    height: 190px;
    background-repeat: no-repeat;
    background-size: 78%;
    background-image: url(../images/bg_header.jpg);
    background-color: #000;
    width: 100%;
    z-index: 101;
}

.inner_header {
   /*background-image: url(../images/banner_inner.jpg);*/
}

.main_header .container, .footer .container {
    position: relative;    
}

.main_header .container {
    height: 100%;
}

.logo_header {
    height: 160px;
}

.banner_headline {
    /*position: absolute;
    left: 15px;
    top: 200px;*/
    margin-top: 20px;
}

.banner_headline h1 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #c5964a;
    text-transform: capitalize;
    display: inline-block;
}

.banner_headline h2, .dv_banner h2 {
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 30px;
    color: #94979a;
    text-transform: capitalize;
    display: inline-block;
}

.home_ticker {
    background-color: #454545;
    height: 60px;
    padding-top: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}

.home_ticker div {
    display: inline-block;
    margin-right: 20px;
}

.home_ticker div span {
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0 10px;
    font-size: 13px;
    vertical-align: middle;
    opacity: 0.9;
}

.mw_ticker {
    background-color: #454545;
    height: 60px;
    padding-top: 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.mw_ticker > marquee > div {
    display: inline-block;
    margin-right: 40px;
}

.mw_ticker > marquee > div > span {
    width: 50px;
    text-align: right;
    display: inline-block;
}

.mw_ticker > marquee > div > div > span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.mw_ticker > marquee > div > div > span > i {
    font-weight: bold;
    font-family: entypo;
    font-size: 16px;
    font-style: normal;
}

.mw_ticker .dv_change_up {
    color: #33CC33;
}

.mw_ticker .dv_change_up i:before {
    content: "\e886";
    color: #33CC33;
    position: absolute;
    top: 1px;
    left: 10px;
}

.mw_ticker .dv_change_down {
    color: #FF4747;
}

.mw_ticker .dv_change_down i:before {
    content: "\e883";
    color: #FF4747;
    position: absolute;
    top: 1px;
    left: 10px;
}

.mw_ticker .dv_change_no {
    position: relative;
}

.mw_ticker .dv_change_no i:before {
    content: "\e884";
    color: #94979a;
    position: absolute;
    top: 2px;
    left: 5px;
}

.mw_ticker .dv_change_no i:after {
    content: "\e885";
    color: #c0c2c4;
    position: absolute;
    top: 2px;
    left: 14px;
}

.footer {
    height: 100px;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: repeat-x;
}

.footer .container {
    background-image: url(../images/logo_footer.jpg);
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 15px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;    
}

.footer li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #aaa;
    font-size: 11px;
}

.footer li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 0;
    line-height: 12px;
}

.footer li a:link, .footer li a:visited, .footer li a:active {
    color: #fff;
    text-decoration: none;
}

.footer li a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

.dv_market_message {
    position: absolute;
    left: 190px;
    top: 28px;
    color: #fff;
    font-size: 14px;
}

.dv_market_message span.market_open {
    color: #00ff00;
}

.dv_market_message span.market_close {
    color: #ff0000;
}

.dv_menu_icon {
    text-decoration: none;
    display: none;
    position: absolute;
    right: 0;
    top: 24px;
}

.dv_menu_icon .nav_icon {
    width: 34px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.dv_menu_icon .nav_icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dv_menu_icon .nav_icon span:nth-child(1) {
    top: 0px;
}

.dv_menu_icon .nav_icon span:nth-child(2), 
.dv_menu_icon .nav_icon span:nth-child(3) {
    top: 10px;
}

.dv_menu_icon .nav_icon span:nth-child(4) {
    top: 20px;
}

.dv_menu_icon .nav_icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.dv_menu_icon .nav_icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dv_menu_icon .nav_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dv_menu_icon .nav_icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.a_lang {
    font-family: "Droid Arabic Kufi", "Helvetica Neue", Tahoma;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
}

.a_lang:link, .a_lang:visited, .a_lang:active {
    color: #fff;
    text-decoration: none;
}

.a_lang:hover {
    color: #c5964a;
    text-decoration: none;
}

.dv_search_account_holder, .dv_search_account_holder_small {
    position: absolute;
    right: 65px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}

.dv_search_account_holder .row {
    width: 200px;
    display: inline-block;
    margin: 0;
}

.dv_search_account_holder a {
    font-weight: bold;
}

.dv_search_account_holder a:link, .dv_search_account_holder a:visited, .dv_search_account_holder a:active {
    color: #c5964a;
    text-decoration: none;
}

.dv_search_account_holder a:hover {
    color: #fff;
    text-decoration: none;
}

.dv_search_account_holder .input-group {
    background-color: #fff;
    border-radius: 16px;
    padding-left: 6px;
}

.dv_search_account_holder .input-group input {
    border: 0;
    background-color: transparent;
    font-size: 14px;
}

.dv_search_account_holder .input-group .btn {
    background-color: transparent;
}

.dv_search_account_holder input:focus, 
.dv_search_account_holder .btn:focus {
    outline: none;
    box-shadow: none;
}

.dv_search_account_holder .btn-login {
    background-color: #c5964a;
    color: #fff;
    border-radius: 16px;
    width: 100px;
    font-size: 14px;
    cursor: pointer;
}

.dv_search_account_holder .btn-login:hover {
    background-color: #454545;    
}

.dv_search_account_holder_small {
    display: none;
    font-size: 25px;
}

.dv_search_account_holder_small a:link, .dv_search_account_holder_small a:visited, .dv_search_account_holder_small a:active {
    color: #fff;
    text-decoration: none;
}

.dv_search_account_holder_small a:hover {
    color: #c5964a;
    text-decoration: none;
}

.dv_chart {
    position: relative;
}

.dv_chart h5, .dv_index h5 {
    color: #c5964a;
    font-size: 12px;
}

.dv_chart h5 span, .dv_index h5 span {
    color: #94979a;
}

.dv_chart_expand {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    opacity: 0.5;
}

.icon_zoom:link, .icon_zoom:visited, .icon_zoom:active {
    color: #c5964a;
    text-decoration: none;
}

.icon_zoom:hover {
    color: #94979a;
    text-decoration: none;
}

.icon_zoom i {
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 1;
}

.icon_zoom i:after {
    content: '+';
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}

.dv_chart_expand .icon_zoom i {
    top: 10px;
}

.dv_chart_expand .icon_zoom i:after {
    content: '-';
    top: 4px;
}

.dv_market_watch_sticky {
    position: fixed;
    right: -75px;
    top: 500px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 1px 10px;
    height: 30px;
    width: 180px;
    text-align: center;
    background-color: #c5964a;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.dv_market_watch_sticky a {
    color: #fff;
    text-decoration: none;
}

.dv_social {
    position: fixed;
    right: 0;
    top: 610px;
    width: 26px;
    text-align: center;
}

.dv_social a {
    display: block;
    margin-bottom: 2px;    
}

.dv_social img {
    max-width: 20px;
}

.market_data_note {
    color: #94979a;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
}

.home_right_col {
    border-left: solid 1px #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr_top {
    border-top: solid 1px #e0e0e0;
}

.hr_left {
    border-left: solid 1px #e0e0e0;
}

.dv_companies_announcements {
    border: solid 1px #e0e0e0;
}

.dv_companies_announcements .dv_title {
    background-color: #c5964a;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.dv_companies_announcements .dv_body {
    padding: 0 15px;
    font-size: 13px;
    text-align: left;
    color: #212529;
    min-height: 500px;
}

.dv_companies_announcements .dv_body div {
    border-bottom: solid 1px #e0e0e0;
    padding: 15px 0;
}

.dv_companies_announcements .dv_body div:last-child {
    border: 0;
}

.dv_companies_announcements .dv_body div span {
    display: inline-block;
    margin-right: 5px;
    color: #94979a;
    font-size: 12px;
}



.dv_login_register {
    border: solid 1px #e0e0e0;
}

.dv_login_register .dv_login_register_header {
    background-color: #c5964a;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

.dv_login_register .dv_login_register_body {
    padding: 20px;
}

.dv_login_register .dv_login_register_body .form-group {
    position: relative;
}

.dv_login_register .dv_login_register_body .form-group > label {
    font-size: 13px;
    font-weight: bold;
    color: #94979a;
}

.dv_login_register .dv_login_register_body .form-check {
    margin-bottom: 0;
}

.dv_login_register .dv_login_register_body .form-check label {
    font-size: 13px;
    color: #495057;
}

.dv_login_register .dv_login_register_body button {
    width: 100px;    
}

.dv_login_register .dv_login_register_body a {
    font-size: 13px;
    font-weight: bold;
}

.dv_mw_search input, .dv_mw_search button, .dv_mw_search select {
    font-size: 13px;
    height: 32px!important;
}

.dv_mw_search button {
    cursor: pointer;
    background-color: transparent;
    border-color: #ced4da;
}

.dv_mw_search button:hover {
    background-color: #94979a
}

.dv_mw_search input:focus, 
.dv_mw_search button:focus, 
.dv_mw_search select:focus {
    outline: none;
    box-shadow: none;
    border-color: #c5964a;
}

.dv_mw_search > div:last-child > span {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.spn_market_status .market_open {
    color: #006600;
    font-weight: bold;
    display: inline-block!important;
    margin-right: 10px;
}

.spn_market_status .market_close {
    color: #ff0000;
    font-weight: bold;
    display: inline-block!important;
    margin-right: 10px;
}

.spn_market_status span {
    display: inline-block!important;
}

.dv_no_chart_data {
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #94979a;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    padding-top: 80px;
    z-index: 1;
}

.scroll_to_top {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    color: #c5964a;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    padding-top: 5px;
    text-align: center;
    border: solid 1px #c5964a;
    display: none;
}

.scroll_to_top:hover {
    border: solid 1px #94979a;
}

.scroll_to_top i:before {
    font-size: 150%;
}

.dv_bg_dim {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Menu */

.dv_main_menu {
    display: inline-block;
    position: absolute;
    left: 190px;
    top: 100px;
}

.dv_main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dv_main_menu > ul > li {
    margin: 0 25px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
    position: relative;
    height: 65px;
}

.dv_main_menu > ul > li:last-child {
    margin-right: 0;
}
/*
.dv_main_menu > ul > li:nth-child(3) {
    width: 120px;    
}

.dv_main_menu > ul > li:nth-child(4) {
    width: 100px;
}

.dv_main_menu > ul > li:nth-child(5) {
    width: 140px;
}

.dv_main_menu > ul > li:nth-child(6) {
    width: 100px;
}
*/
.dv_main_menu li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.dv_main_menu li a:link, .dv_main_menu li a:visited, .dv_main_menu li a:active {
    color: #fff;
}

.dv_main_menu li a:hover {
    color: #ccc;
    color: rgba(255, 255, 255, .5);
}

.dv_main_menu > ul > li > span {
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 1000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(48, 48, 48, 0.9) transparent;
    display: none;
}

.dv_main_menu > ul > li > ul {
    position: absolute;
    left: -10px;
    top: 35px;
    background-color: #303030;
    background-color: rgba(48, 48, 48, 0.9);
    z-index: 1000;
    width: 220px;
    display: none;
    padding: 15px 0;
}
/*
.dv_main_menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
}

.dv_main_menu > ul > li:nth-child(3) > ul,
.dv_main_menu > ul > li:nth-child(4) > ul,
.dv_main_menu > ul > li:nth-child(5) > ul,
.dv_main_menu > ul > li:nth-child(6) > ul {
    top: 63px;
}

.dv_main_menu > ul > li:nth-child(3) > span,
.dv_main_menu > ul > li:nth-child(4) > span,
.dv_main_menu > ul > li:nth-child(5) > span,
.dv_main_menu > ul > li:nth-child(6) > span {
    top: 53px;
}
*/
.dv_main_menu ul > li > ul > li { 
    float: none;
    display: block;
    position: relative;
    padding: 0 30px;
}

.dv_main_menu ul > li > ul > li a { 
    font-size: 15px;
    padding: 8px 0;
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.dv_main_menu ul > li > ul > li:last-child a {
    border-bottom: 0;
}

.dv_main_menu > ul > li:hover > ul,
.dv_main_menu > ul > li:hover > span {
    display: inline-block;
}

.dv_main_menu > ul > li > ul > li > ul {
    position: absolute;
    left: 229px;
    top: -5px;
    background-color: rgba(48, 48, 48, 0.9);
    padding: 15px 0;
    z-index: 1000;
    width: 220px;
    display: none;
}
/*
.dv_main_menu > ul > li:nth-child(6) > ul > li > ul,
.dv_main_menu > ul > li:last-child > ul > li > ul {
    left: -229px;
}
*/
.dv_main_menu > ul > li > ul > li > span {
    position: absolute;
    left: 220px;
    top: 8px;
    z-index: 1000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(48, 48, 48, 0.9);
    display: none;
}
/*
.dv_main_menu > ul > li:nth-child(6) > ul > li > span,
.dv_main_menu > ul > li:last-child > ul > li > span {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(48, 48, 48, 0.9) transparent transparent;
}
*/
.dv_main_menu > ul > li > ul > li:hover > ul,
.dv_main_menu > ul > li > ul > li:hover > span {
    display: inline-block;
}

.dv_main_menu > ul > li > ul > li > a > i {
    position: absolute;
    right: 10px;
    top: 9px;    
}

/* Mobile Menu */

.dv_mobile_menu {
    position: fixed;
    right: 0;
    left: 20%;
    top: 0;
    bottom: 0;
    background-color: #303030;
    z-index: -1;
    display: none;
    padding: 10px 20px;
}

.dv_mobile_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.dv_mobile_menu > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.dv_mobile_menu > ul > li > a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 0;
}

.dv_mobile_menu li a:link, .dv_mobile_menu li a:visited, .dv_mobile_menu li a:active {
    color: #fff;
}

.dv_mobile_menu > ul > li > ul, .dv_mobile_menu > ul > li > ul > li > ul {
    display: none;
}

.dv_mobile_menu > ul > li > ul > li {
    margin: 0 0 0 10px;
}

.dv_mobile_menu > ul > li > ul > li > a {
    font-size: 15px;
    display: block;
    padding: 5px 0;
}

.dv_mobile_menu > ul > li > ul > li > a:link,
.dv_mobile_menu > ul > li > ul > li > a:visited,
.dv_mobile_menu > ul > li > ul > li > a:active {
    color: #eee;
}

.dv_mobile_menu > ul > li > ul > li > ul > li {
    margin: 0 0 0 20px;
}

.dv_mobile_menu > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

.dv_mobile_menu > ul > li > ul > li > ul > li > a:link,
.dv_mobile_menu > ul > li > ul > li > ul > li > a:visited,
.dv_mobile_menu > ul > li > ul > li > ul > li > a:active {
    color: #ccc;
}

/* ******** */

.dv_content {
    min-height: 400px;
}

.dv_page {
    padding-top: 20px;
    font-size: 18px;
}

.dv_page .dv_font_size {
    margin-bottom: 5px;
    font-size: 20px;
}

.dv_page .dv_font_size a:link, .dv_page .dv_font_size a:visited, .dv_page .dv_font_size a:active {
    color: #000;
    text-decoration: none;
}

.dv_page .dv_font_size a:hover {
    color: #94979a;
    text-decoration: none;
}

.name_val_holder_1 div {
    border-right: solid 1px #e0e0e0;
}

.name_val_holder_1 .name_val_1 {
    font-size: 12px;
    padding-top: 5px;
}

.name_val_holder_1 .name_val_1 span {
    display: block;
    font-weight: bold;
}

.dv_index i.change_up {
    margin-left: 5px;
}

.dv_index i.change_up:before {
    content: "\25b2";
    color: #006600;
    font-weight: bold;
}

.dv_index i.change_down {
    margin-left: 5px;
}

.dv_index i.change_down:before {
    content: "\25bc";
    color: #ff0000;
    font-weight: bold;
}

/* Bootstrap *******************/

.row-custom {
    margin-left: -10px;
    margin-right: -10px;
}

.row-custom [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

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

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-check-inline .form-check-input {
    margin-left: 0;
}

.btn-1 {
    color: #fff;
    background-color: #c5964a;
    border-color: #c5964a;
    cursor: pointer;
}

.btn-1:hover {
  color: #fff;
  background-color: #94979a;
  border-color: #94979a;
}

.btn-1:focus, .btn-1.focus {
  box-shadow: none;
}

.required > label::after {
    content: '*';
    display: inline-block;
    margin-left: 5px;
    color: #ff0000;
}

.modal-dialog .alert {
    margin: 0;
}

.modal-footer {
    border: none;
    padding: 10px;
}

/* jQuery DataTables *******************/

table.dataTable {
    border-collapse: collapse!important;
}

table.dataTable thead th {
    background-color: #c5964a;
    color: #fff;
}

table.dataTable th, table.dataTable td {
    font-size: 12px;
    padding: 5px;
    position: relative;
    border: solid 1px #fff;
}

table.dataTable thead>tr>th.sorting_asc, 
table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, 
table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, 
table.dataTable thead>tr>td.sorting {
    padding-right: 19px!important;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 3px!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 7px!important;
    left: 2px!important;
    border: 0!important;
    box-shadow: none!important;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
    right: 3px;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before {
    right: 9px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 10px!important;
}

table.dataTable tr.odd {
    background-color: #fafafa;
}

table.dataTable tr.even {
    background-color: #eaeaeb;
}

table.dataTable td a:link, table.dataTable td a:visited, table.dataTable td a:active {
    color: #4d3919;
    text-decoration: none;
}

table.dataTable td a:hover {
    color: #94979a;
    text-decoration: none;
}

table.dataTable tr.odd .td_shaded_1 {
    background-color: #f5ede0;
}

table.dataTable tr.even .td_shaded_1 {
    background-color: #ebdbc1;
}

table.dataTable tr.odd .td_shaded_2 {
    background-color: #F0E4D1;
}

table.dataTable tr.even .td_shaded_2 {
    background-color: #E1C9A3;
}

.td_change_up, .td_change_up_clr {
    color: #006600;
    position: relative;
    direction: ltr!important;
}

.td_change_up:before {
    content: "\e886";
    color: #006600;
    position: absolute;
    top: 4px;
    left: 10px;
    font-weight: bold;
    font-family: entypo;
    font-size: 16px;
}

.td_change_down, .td_change_down_clr {
    color: #ff0000;
    position: relative;
    direction: ltr!important;
}

.td_change_down:before {
    content: "\e883";
    color: #ff0000;
    position: absolute;
    top: 4px;
    left: 10px;
    font-weight: bold;
    font-family: entypo;
    font-size: 16px;
}

.td_change_no {
    position: relative;
}

.td_change_no:before {
    content: "\e884";
    color: #94979a;
    position: absolute;
    top: 6px;
    left: 8px;
    font-weight: bold;
    font-family: entypo;
}

.td_change_no:after {
    content: "\e885";
    color: #c0c2c4;
    position: absolute;
    top: 6px;
    left: 15px;
    font-weight: bold;
    font-family: entypo;
}

.icon_watch_head {
    background-color: #eaeaeb!important;
}

.icon_watch_head.selected {
    background-color: #c5964a!important;
}

.icon_watch_head a, .icon_watch a {
    display: inline-block;
}

.icon_watch.selected {
    background-color: #c5964a;    
}

.dataTables_wrapper {
    padding: 0!important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 12px;
}

.page-link {
    border: none;
}

.page-item.active .page-link {
    background-color: #eaeaeb;
    color: #94979a;
}

.page-link:focus, .page-link:hover {
    background-color: #eaeaeb;
    color: #94979a;
    outline: none;
    border: none;
}

/* Tiles ****************************/

.tile-stats {
  position: relative;
  display: block;
  background: #303641;
  padding: 10px 15px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tile-stats:hover {
  background: #252a32;
}
.tile-stats .icon {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.tile-stats .icon i {
  font-size: 60px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.tile-stats .icon i:before {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.tile-stats .num,
.tile-stats h3,
.tile-stats p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.tile-stats .num {
  font-size: 20px;
  font-weight: bold;
}
.tile-stats .num span {
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
}
.tile-stats h3 {
  font-size: 15px;
  margin-top: 5px;
}
.tile-stats span.up, .tile-stats span.down {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    display: inline-block;
    z-index: 10;
}
.tile-stats span.up {
    color: #006600;
}
.tile-stats span.up:before {
    color: #006600;   
    content: "\25b2"; 
    padding-right: 5px;
}
.tile-stats span.down {
    color: #ff0000;
}
.tile-stats span.down:before {
    color: #ff0000;   
    content: "\25bc";
    padding-right: 5px;
}
.tile-stats p {
  font-size: 11px;
  margin-top: 5px;
}
.tile-stats.tile-white-gray {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-gray:hover {
  background: #f5f5f5;
}
.tile-stats.tile-white-gray .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-gray h3,
.tile-stats.tile-white-gray p {
  color: #212529;
}
.tile-stats.tile-white-gray .num {
  color: #606060;
}

/* nav-tabs ********************/

/* Home Chart */
.nav-chart-tabs {
    font-size: 15px;
}

.nav-chart-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #94979a;
    padding: 5px 10px;
    text-align: left;
    line-height: 18px;
}

.nav-chart-tabs .nav-link:link, 
.nav-chart-tabs .nav-link:visited, 
.nav-chart-tabs .nav-link:active {
    color: #cacbcd;
}

.nav-chart-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #c5964a;
}

.nav-chart-tabs .active:link, 
.nav-chart-tabs .active:visited, 
.nav-chart-tabs .active:active, 
.nav-chart-tabs .active:hover {
    color: #ffffff;
    background-color: #c5964a;
}

/* Home Market */

.nav-market-tabs {
    font-size: 14px;
    background-color: #eff0f0;
    border: 0;
}

.nav-market-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #eff0f0;
    padding: 5px 8px;
}

.nav-market-tabs .nav-link:link, 
.nav-market-tabs .nav-link:visited, 
.nav-market-tabs .nav-link:active {
    color: #c5964a;
}

.nav-market-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #c5964a;
}

.nav-market-tabs .active:link, 
.nav-market-tabs .active:visited, 
.nav-market-tabs .active:active, 
.nav-market-tabs .active:hover {
    color: #ffffff;
    background-color: #c5964a;
}

.tab-content-market .table-striped .td_change_up:before,
.tab-content-market .table-striped .td_change_down:before {
    left: 50%;
    top: 3px;
    margin-left: -35px;
}

.td_na {
    text-align: center;
    padding: 0;
    color: #94979a;
    font-style: italic;
    height: 80px;
    vertical-align: middle!important;
}

/* Inner Pages */

.nav-inner-tabs {
    font-size: 15px;
    border: 0;
    background-color: #94979a;
}

.nav-inner-tabs .nav-item {
    margin: 0;    
}

.nav-inner-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #94979a;
    padding: 10px 15px;
    text-align: left;
    line-height: 18px;
}

.nav-inner-tabs .nav-link:link, 
.nav-inner-tabs .nav-link:visited, 
.nav-inner-tabs .nav-link:active {
    color: #cacbcd;
}

.nav-inner-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #c5964a;
}

.nav-inner-tabs .active:link, 
.nav-inner-tabs .active:visited, 
.nav-inner-tabs .active:active, 
.nav-inner-tabs .active:hover {
    color: #ffffff;
    background-color: #c5964a;
}

/* Tables */

.table-1, .table-2, .table-3 {
    font-size: 13px;
}

.table-1 thead, .table-2 thead {
    background-color: #94979a;
    color: #fff;
}

.table-1 thead th, .table-2 thead th, .table-3 thead th {
    font-weight: normal;
    padding: 4px 10px;
}

.table-1 tbody tr:nth-of-type(odd),
.table-2 tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-1 tbody tr:nth-of-type(even),
.table-2 tbody tr:nth-of-type(even) {
    background-color: #eff0f0;
}

.table-1 td {
    border: 0;
}

.table-1 a:link, .table-1 a:visited, .table-1 a:active,
.table-2 a:link, .table-2 a:visited, .table-2 a:active,
.table-3 a:link, .table-3 a:visited, .table-3 a:active {
    color: #94979a;
    text-decoration: underline;
}

.table-1 a:hover,
.table-2 a:hover,
.table-3 a:hover {
    color: #c5964a;
    text-decoration: none;
}

.table-1 .tr-header td {
    background-color: #94979a;
    color: #fff;
}

.table-2 {
    border: solid 1px #e0e0e0;
}

.table-2 td {
    border: 0;
    padding: 8px;
}

.table-3 thead {
    background-color: #c5964a;
    color: #fff;
}

.table-3 tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.table-3 tbody tr:nth-of-type(even) {
    background-color: #eaeaeb;
}

.dv_popup {
    position: absolute;
    left: 25%;
    background-color: #fff;
    width: 400px;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
}

.dv_popup .popup_title {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;  
    margin-bottom: 10px;
    cursor: move;
}

.dv_popup .popup_title h5 {
    color: #212529;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.dv_popup .popup_title button {
    float: right;
    cursor: pointer;
}

/* UI DatePicker */

.dv_calendar_home .ui-datepicker {
    width: auto;
}

.dv_calendar_home .ui-datepicker-title {
    font-size: 15px;
}

.dv_calendar_home .ui-datepicker table td {
    opacity: 1;
    width: 14.28%;
    font-size: 13px;
}

.dv_calendar_home .ui-datepicker table td span, 
.dv_calendar_home .ui-datepicker table td a {
    height: 28px;
    text-align: center;
    padding-top: 5px;
    border: 0;
    color: #000;
    background: none;
}

.dv_calendar_home table td.ui-datepicker-today span, 
.dv_calendar_home table td.ui-datepicker-today a {
    color: #c5964a;
    font-weight: bold;
}

.dv_calendar_home .ui-datepicker table tr:first-child td span,
.dv_calendar_home .ui-datepicker table tr:first-child td a {
    padding-top: 10px;
    height: 33px;
}

.dv_calendar_home table td.date_event {
    cursor: pointer;
}

.dv_calendar_home table td.date_event span, .dv_calendar_home table td.date_event a {
    background-color: #c5964a;
    color: #fff;
    display: inline-block;
    height: auto;
    padding: 2px 4px;
}

.dv_calendar_home .ui-widget.ui-widget-content {
    border: solid 1px #e0e0e0;
    padding: 0;
    border-radius: 0;
}

.dv_calendar_home .ui-widget-header {
    background-color: #c5964a;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    padding: 2px 2px;
}

.dv_calendar_home .ui-datepicker-calendar thead {
    background-color: #94979a;
    color: #fff;
}
    
.dv_calendar_home .ui-datepicker-calendar thead th {
    font-weight: normal;
    padding: 2px 2px;
    font-size: 14px;
}

/* Modal Dialog */

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-title {
    color: #212529;
    font-size: 18px;
}

.modal-content {
    width: 100%;
}

.modal-dialog button.close {
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

/* Collapse */

.card {
    border: none;
}

.card-header {
    padding: 0;
    border-bottom: solid 2px #fff;
    background-color: #c5964a;
    border-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header a {
    display: block;
    padding: 10px;
}

.card-header a:link, .card-header a:visited, .card-header a:active {
    color: #fff;
    text-decoration: none;
}

.card-header a:hover {
    color: #fff;
    text-decoration: none;
}

.card-header h5 {
    font-size: 16px;
    font-weight: bold;
}

.card-body {
    padding: 10px 0;
}

/* Responsive */

@media screen and (max-width: 1199px) {

    .dv_market_message {
        top: 18px;
        font-size: 12px;
    }

    .dv_market_message span {
        display: block;
        font-size: 14px;
    }

    .dv_search_account_holder .row {
        width: 180px;
    }

    .dv_main_menu > ul > li:nth-child(3) {
        width: 120px;    
    }

    .dv_main_menu > ul > li:nth-child(4) {
        width: 100px;
    }

    .dv_main_menu > ul > li:nth-child(5) {
        width: 140px;
    }

    .dv_main_menu > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }

    .dv_main_menu > ul > li:nth-child(3) > ul,
    .dv_main_menu > ul > li:nth-child(4) > ul,
    .dv_main_menu > ul > li:nth-child(5) > ul {
        top: 63px;
    }

    .dv_main_menu > ul > li:nth-child(3) > span,
    .dv_main_menu > ul > li:nth-child(4) > span,
    .dv_main_menu > ul > li:nth-child(5) > span {
        top: 53px;
    }

    .dv_main_menu > ul > li:nth-child(4) > ul > li > ul,
    .dv_main_menu > ul > li:last-child > ul > li > ul {
        left: -229px;
    }

    .dv_main_menu > ul > li:nth-child(4) > ul > li > span,
    .dv_main_menu > ul > li:last-child > ul > li > span {
        left: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent rgba(48, 48, 48, 0.9) transparent transparent;
    }

}

@media screen and (max-width: 991px) {

    .main_header {
        background-size: cover;
    }

    .home_right_col { 
        border: 0;
        border-top: solid 1px #e0e0e0;
        padding-top: 10px;
    }

    /*.have_an_acount_text, .register_text {
        display: none;
    }*/

    .dv_search_account_holder .row {
        width: 150px;
    }

    .dv_search_account_holder .btn-login {
        width: 80px;
    }

    .dv_main_menu > ul > li {
        margin-right: 14px;
    }

    .dv_main_menu li a {
        font-size: 14px;
    }

    .dv_main_menu ul > li > ul > li a {
        font-size: 13px;
    }

    .dv_main_menu > ul > li:nth-child(3) {
        width: 100px;
    }

    .dv_main_menu > ul > li:nth-child(4) {
        width: 80px;
    }

    .dv_main_menu > ul > li:nth-child(5) {
        width: 120px;
    }

    .dv_chart .icon_zoom {
        display: none;
    }

    .dv_companies_announcements .dv_body {
        min-height: 300px;
    }

}

@media screen and (max-width: 767px) {

    .dv_search_account_holder, .dv_search_account_holder_small {
        right: 80px;
    }

    .dv_menu_icon {
        right: 15px;
        display: inline-block;
    }

    .a_lang {
        right: 20px; /* 70px;*/
    }
    
    .dv_search_account_holder {
        display: none;
    }

    .dv_search_account_holder_small {
        display: block;
    }

    .dv_main_menu {
        display: none;
    }

    .dv_mobile_menu {
        display: block;
    }

    .dv_market_watch_sticky, .dv_social {
        display: none;
    }

    .scroll_to_top {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 575px) {

    .main_header {
        height: 170px;
    }

    .logo_header {
        height: 140px;
    }

    .dv_market_message {
        left: 170px;
    }

    .dv_search_account_holder_small {
        right: 65px;
    }

    .banner_headline {
        top: 180px;
    }

    .banner_headline h1, .banner_headline h2 {
        font-size: 30px;
    }

}

@media screen and (max-width: 480px) {

    .dv_search_account_holder .register_text a {
        display: block;
    }

    .dv_market_message {
        top: 65px;
        left: auto;
        right: 15px;
        text-align: right;
    }

    .footer li a {
        padding: 0;
    }

}

@media screen and (max-width: 400px) {

    /*.main_header {
        height: 270px;
    }*/

    .banner_headline {
        top: 170px;
    }
    
    .banner_headline h1, .banner_headline h2 {
        font-size: 25px;
    }

}

@media screen and (max-width: 375px) {
    
    .logo_header {
        height: 120px;
    }
    
    .banner_headline {
        top: 160px;
    }

}

@media screen and (max-width: 350px) {

    .logo_header {
        height: 100px;
    }
    
    .banner_headline h1, .banner_headline h2 {
        font-size: 20px;
    }

}