/* Compiled Less CSS File */
/* Generated from "style.css" */
.fade.in{
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal-alert {
  height: calc(100vh - 40px);
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  position: relative;
  width: auto;
  top:150px;
}
.modal-content {
  background: white;
  color:black;
  padding: 20px;
  
}
.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
strike,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template {display: none;}
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width:100%; height:auto; }
svg:not(:root) { overflow: hidden; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smooth: always; -webkit-text-size-adjust: 100%;}
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
/* =Mixins
========================================================================================*/
.mrgL20 {margin-left:20px;}.mrgR20 {margin-right:20px;}.mrgB20 {margin-bottom:20px;}.mrgT20 {margin-top:20px;}.mrgL15 {margin-left:15px;}.mrgR15 {margin-right:15px;}.mrgB15 {margin-bottom:15px;}.mrgT15 {margin-top:15px;}.mrgL10 {margin-left:10px;}.mrgR10 {margin-right:10px;}.mrgB10 {margin-bottom:10px;}.mrgT10 {margin-top:10px;}.padL20 {padding-left:20px;}.padR20 {padding-right:20px;}.padB20 {padding-bottom:20px;}.padT20 {padding-top:20px;}.padL15 {padding-left:15px;}.padR15 {padding-right:15px;}.padB15 {padding-bottom:15px;}.padT15 {padding-top:15px;}.padL10 {padding-left:10px;}.padR10 {padding-right:10px;}.padB10 {padding-bottom:10px;}.padT10 {padding-top:10px;}.padTB10 {padding-top:10px;padding-bottom:10px;}.padTB15 {padding-top:15px;padding-bottom:15px;}.padTB20 {padding-top:20px;padding-bottom:20px;}.pad10 {padding:10px;}.pad15 {padding:15px;}.pad20 {padding:20px;}.pad25 {padding:25px;}.pad30 {padding:30px;}
.ltn {padding:0; margin:0; list-style:none;}
.cf:before, .cf:after, ul:before, ul:after, .wrap:after, .wrap:after { content: " "; display: table; }
.cf:after, .cf:after, ul:after, .wrap:after { clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.hide { display: none !important; }
.invisible { visibility: hidden; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.hidden { display: none; visibility: hidden ; }
.affix { position: fixed; }
@-ms-viewport { width: device-width;}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.22
 *
 * Included libraries:
 *  DataTables 1.10.22
 */

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}

/* * CSS Styles that are needed by jScrollPane for it to operate correctly. * * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane * may not operate correctly without them. */.jspContainer{	overflow: hidden;	position: relative;}.jspPane{	position: absolute;}.jspVerticalBar{	background: red;	height: 100%;	position: absolute;	right: 0;	top: 0;	width: 16px;}.jspHorizontalBar{	background: red;	bottom: 0;	height: 16px;	left: 0;	position: absolute;	width: 100%;}.jspCap{	display: none;}.jspHorizontalBar .jspCap{	float: left;}.jspTrack{	background: #dde;	position: relative;}.jspDrag{	background: #bbd;	cursor: pointer;	left: 0;	position: relative;	top: 0;}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{	float: left;	height: 100%;}.jspArrow{	background: #50506d;	cursor: pointer;        direction: ltr;	display: block;	margin: 0;	padding: 0;	text-indent: -20000px;}.jspDisabled{	background: #80808d;	cursor: default;}.jspVerticalBar .jspArrow{	height: 16px;}.jspHorizontalBar .jspArrow{	float: left;	height: 100%;	width: 16px;}.jspVerticalBar .jspArrow:focus{        border: 1px solid red;	outline: none;}.jspCorner{	background: #eeeef4;	float: left;	height: 100%;}/* Yuk! CSS Hack for IE6 3 pixel bug :( */* html .jspCorner{	margin: 0 -3px 0 0;}
/*Core Owl Carousel CSS File */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1;}
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0;  height: 0;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0; display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative; min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-tap-highlight-color: transparent;  -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel .owl-item img {display: block; width: 100%; -webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto;}
.owl-carousel .owl-grab {cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
/* No Js */
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy {opacity:0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
/** Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {position:relative; height:100%; background:#000;}
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px;
  background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease;  -moz-transition: scale 100ms ease;  -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover {-webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
.owl-carousel .owl-video-tn {opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; -webkit-background-size: contain;  -moz-background-size: contain;  -o-background-size: contain;  background-size: contain;  -webkit-transition: opacity 400ms ease;  -moz-transition: opacity 400ms ease;  -ms-transition: opacity 400ms ease;  -o-transition: opacity 400ms ease;  transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame {position:relative; z-index:1;}
/*********************end Owl*******************/
#jquery-script-menu{position:absolute;height:90px;width:100%;top:0;left:0;border-top:5px solid #316594;background:#fff;-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:999999;padding:10px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-script-center{max-width:960px;margin:0 auto}.jquery-script-center ul{width:212px;float:left;line-height:45px;margin:0;padding:0;list-style:none}.jquery-script-center a{text-decoration:none}.jquery-script-ads{max-width:728px;height:90px;float:right}.jquery-script-clear{clear:both;height:0}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4078c0;text-decoration:none}#carbonads a:hover{color:#3664a3}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}@media only screen and (max-width:1023px){.jquery-script-ads{display:none}}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {position: relative; cursor: pointer;}
.selectric-responsive { width: 100%;}
.selectric { border: 1px solid #DDD;  border-radius: 0px;  background: #F8F8F8;  position: relative;  overflow: hidden;}
.selectric .label {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 38px 0 10px; font-size: 14px;
  line-height: 38px; color: #444; height: 38px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric .button {display: block; position: absolute; right: 0; top: 0;width: 38px; height: 38px; line-height: 38px; background-color: #F8f8f8; color: #BBB; text-align: center;  font: 0/0 a;  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;}
.selectric .button:after {content: " "; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 0; height: 0; border: 4px solid transparent; border-top-color: #BBB; border-bottom: none;}
.selectric-focus .selectric {border-color: #aaaaaa;}
.selectric-hover .selectric {border-color: #c4c4c4;}
.selectric-hover .selectric .button {color: #a2a2a2;}
.selectric-hover .selectric .button:after {border-top-color: #a2a2a2;}
.selectric-open {z-index: 9999;}
.selectric-open .selectric {border-color: #c4c4c4;}
.selectric-open .selectric-items {display: block;}
.selectric-disabled {filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-user-select: none; -moz-user-select: none;    -ms-user-select: none; user-select: none;}
.selectric-hide-select {position: relative; overflow: hidden; width: 0; height: 0;}
.selectric-hide-select select {position: absolute; left: -100%;}
.selectric-hide-select.selectric-is-native {position: absolute; width: 100%; height: 100%; z-index: 10;}
.selectric-hide-select.selectric-is-native select {position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none;
  z-index: 1; box-sizing: border-box;  opacity: 0;}
.selectric-input {position: absolute !important; top: 0 !important; left: 0 !important;  overflow: hidden !important;  clip: rect(0, 0, 0, 0) !important;  margin: 0 !important;  padding: 0 !important;  width: 1px !important;  height: 1px !important;  outline: none !important;
  border: none !important;  *font: 0/0 a !important;  background: none !important;}
.selectric-temp-show {position: absolute !important;  visibility: hidden !important;  display: block !important;}
/* Items box */
.selectric-items { display: none; position: absolute; top: 100%; left: 0; background: #F8F8F8; border: 1px solid #c4c4c4; z-index: -1;
  box-shadow: 0 0 10px -6px;}
.selectric-items .selectric-scroll {height: 100%; overflow: auto;}
.selectric-above .selectric-items {top: auto; bottom: 100%;}
.selectric-items ul, .selectric-items li {list-style: none; padding: 0;  margin: 0;  font-size: 12px;  line-height: 20px; min-height: 20px;}
.selectric-items li {display: block; padding: 10px; color: #666; cursor: pointer;}
.selectric-items li.selected {background: #E0E0E0; color: #444;}
.selectric-items li.highlighted {background: #D0D0D0; color: #444;}
.selectric-items li:hover {background: #D5D5D5; color: #444;}
.selectric-items .disabled {filter: alpha(opacity=50); opacity: 0.5; cursor: default !important; background: none !important; color: #666 !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.selectric-items .selectric-group .selectric-group-label {font-weight: bold;padding-left: 10px; cursor: default; -webkit-user-select: none;
-moz-user-select: none; -ms-user-select: none;  user-select: none; background: none;  color: #444;}
.selectric-items .selectric-group.disabled li {filter: alpha(opacity=100); opacity: 1;}
.selectric-items .selectric-group li {padding-left: 25px;}
/**************************Range Slider***************/
.flat-slider {width:20em; padding:0; position:relative;}
.flat-slider .ui-corner-all { border-radius: 0px; }
.flat-slider .ui-widget-content a { color: #222222; }
.flat-slider .ui-widget-content {
  color: #222222;
  background-color: #999;
  background-image: none;
  border-width: 0;
}
.flat-slider .ui-widget-header {
  background-color: white;
  border-color: white;
  background-image: none;
}
.flat-slider .ui-state-hover,
.flat-slider .ui-widget-content .ui-state-hover,
.flat-slider .ui-widget-header .ui-state-hover,
.flat-slider .ui-state-focus,
 .flat-slider .ui-widget-content .ui-state-focus,
.flat-slider .ui-widget-header .ui-state-focus { background-image: none; }
.flat-slider .ui-slider {
  position: relative;
  text-align: left;
}
.flat-slider .ui-slider-horizontal { height: 0.4rem; }
.flat-slider .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  border-radius: 20px;
  height: 1rem;
  top: -0.3rem;
  width: 1rem;
}
.flat-slider .min,
.flat-slider .max,
 .flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value {
  margin-top: 0.3em;
  font-size: 0.8rem;
  white-space: nowrap;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.flat-slider .min,
.flat-slider .max {
  font-size: 0.7rem;
  color: #c4c4c4;
}
.flat-slider .min { float: left; }
.flat-slider .max { float: right; }
.flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value { position: absolute; }
.flat-slider::after { clear: both; }
.jqcandlestick-container {position:relative;cursor:none;}
.jqcandlestick-canvas {position:absolute; display:block; height:100%; width:100%;}
/* =CSS Reset
========================================================================================*/
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
ul, ol, li{list-style:none; margin: 0; padding: 0;}
ul ul, ol ul, ul ol, ol ol{margin-bottom:0;}
.list-unstyled { padding-left: 0; list-style: none; }
.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
dl { margin-top: 0; margin-bottom: 22px; }
dt, dd { line-height: 1.528571429; }
dt { font-weight: bold; }
dd { margin-left: 0; }
/* =Default Tag & General Classes
========================================================================================*/
html, body { height: 100%; min-width: 320px;}
body{margin:0; padding:0; font:14px/1.3 'Open Sans', sans-serif; color:#949494; font-weight:400;}
img{max-width:100%; -ms-interpolation-mode:bicubic; vertical-align:middle;}
a, input[type="button"], input[type="submit"], button { outline: 0 none; -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in; -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in; -o-transition: background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in; transition: background-color 0.2s ease-in, color 0.2s ease-in; }
a { color: #ef7f1a; text-decoration: none; outline: 0 none; -moz-transition:background-color 0.2s ease-in, color 0.2s ease-in; -webkit-transition:background-color 0.2s ease-in, color 0.2s ease-in; -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 0.2s ease-in, color 0.2s ease-in; transition:background-color 0.2s ease-in, color 0.2s ease-in;}
a:hover { color: #fff; text-decoration: none; outline: 0 none; }
a:active { outline: 0; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
a:active { background-color: transparent; }}
strong {}
p { margin: 0 0 15px 0; }
h1, h2, h3, h4, h5 {  font-weight:300;  }
h1, h2, h3, h4, h5, h6 { line-height: 100%; margin-bottom: 25px; color: #333333;}
h1 { font-size: 38px; text-transform:none; color:#333333; position:relative; padding-bottom:15px;}
h2 { font-size: 32px; text-transform:none;}
h3 { font-size: 26px; text-transform:none;}
h4 { font-size: 22px; text-transform:none;}
h5 { font-size: 18px; text-transform:none;}
.contentPad{padding:0 40px;}
.nodisplay { display: none; }
.nodisplay_strict { display: none !important; }
:focus { outline: none; }
.fLeft{float:left;}
.fRight{float:right;}
/**********grid Csss*************/
.row {margin: 0 -10px 0; display:flex;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {padding-left: 10px;padding-right: 10px; width:100%;}
.col-12 {max-width: 100%; flex-width:0 0 100%;}
.col-11 {max-width: 91.66666667%; flex:0 0 91.66666667%;}
.col-10 {max-width: 83.33333333%; flex:0 0 83.33333333%;}
.col-9 {max-width:75%; flex:0 0 75%;}
.col-8 {max-width: 66.66666667%; flex:0 0 66.66666667%;}
.col-7 {max-width: 58.33333333%; flex:0 0  58.33333333%;}
.col-6 {max-width: 50%; flex-width:0 0 50%;}
.col-5 {max-width: 41.66666667%; flex:0 0 41.66666667%;}
.col-4 {max-width:33.33333333%; flex:0 0 33.33333333%;}
.col-3 {max-width: 25%; flex:0 0 25%;}
.col-2 {max-width: 16.66666667%; flex:0 0 16.66666667%;}
.col-1 {max-width: 8.33%; flex:0 0 8.33%;}
.v-center{align-items: center;}
.h-center{justify-content: center;}
/* =Typography
========================================================================================*/
#wrapper{width:100%; min-width:100%; overflow:hidden;background:#000000; height:100%; padding-top:58px; padding-bottom:34px; position:relative; min-height:500px;}
.container{max-width:100%; width:100%; padding:0 15px;}
/* =Heder
========================================================================================*/
header{background:#343434; padding:9px 0; color:#fff; position:absolute; top:0; left:0; width:100%; box-shadow:0 0 35px rgba(0,0,0,0.45); z-index:11;}
header .container{display:flex;}
header .hederLeft{display:flex;  align-items:center;}
header .hederRight{display:flex;align-items:center;justify-content: flex-end; margin-left:auto; width: 100%;}
.logo{margin-right:40px;}
.statusUser{position:relative;}
header .statusBtn{background:none; border:0 none; text-align:left; position:relative; padding-left:15px; position:relative; line-height:1.4; margin-right:20px;}
header .statusBtn:focus, header .statusBtn:hover{border:0 none; outline:none;}
header .statusBtn:before{background:#2ecc35; width:9px; height:9px; border-radius:50%; left:0; top:7px; position:absolute; content:"";}
header .statusBtn.connected:before{background:#2ecc35;}
header .statusBtn.disConnected:before{background:#ff0000;}
.delayedDataPopup{width:250px; background:#000;  position:absolute; left:-80px; top:49px; border:1px solid rgba(255,255,255,0.15); display:none;}
.delayedDataPopup:before{border-left:8px solid transparent; border-right:8px solid transparent; position:absolute; left:50%; top:-8px; border-bottom:8px solid rgba(255,255,255,0.15); content:"";}
.delayedDataList{margin:0; padding:0; list-style:none;}
.delayedDataList li{padding:10px 70px 10px 15px ; position:relative; font-size:12px; color:#999794;}
.delayedDataList li span{position:absolute; right:10px; top:50%; transform:translateY(-50%); color:#ef7f1a;}
.delayedDataList li.selected{background:rgba(255,255,255,0.15); border-bottom:1px solid rgba(255,255,255,0.15);}
header .statusBtn span{display:block;}
.statusText{color:#e7e7e7;}
.statusDelayed{color:#ef7f1a; position:relative; padding-right:20px;}
.statusDelayed:before{border-bottom:1px solid #fff; border-left:1px solid #fff; width:12px; height:12px; position:absolute; right:0; top:50%; margin-top:-11px; content:""; transform:rotate(-45deg);}
.timeIcon svg{fill:#ef7f1a; width:35px; height:35px;}
.timeCountDown{position:relative; padding-left:40px; color:#fff;}
.timeIcon{position:absolute; left:0; top:0;}
.timeCountText span{display:block;}
.dropdownPopup{display:none;}
.dropdownPopoupWrap{width:35px;}
.dropdownPopoupWrap svg{width:25px; height:25px;}
.dropdownPopoupWrap > a{display:block;  text-align:center;}
.dropdownPopoupWrap > a.active svg{fill:#ef7f1a;}
/*.rightPanelBtns{display:flex; align-items:center; position:relative;}*/
.rightPanelBtns > div{margin-left:5px;}
.rightPanelBtns div svg{fill:#fff;}
.userInfo{position:relative; padding-left:50px;}
.userInfo .userImg{position:absolute; left:0; top:0; width:39px; height:39px; overflow:hidden; border-radius:50%; -webkit-border-radius:50%;}
.userInfo .userName{display:block;}
.searchWrap{position:relative; margin-right:15px;}
.searchWrap input[type="text"]{width:300px; background:none; border:0 none; border-bottom:1px solid #7b7b7b; height:40px;}
.searchBtn{border:0 none; background:url(../images/search.svg) left top no-repeat; width:20px; height:20px; background-size:100%; position:absolute; right:0; top:50%; margin-top:-10px; text-indent:-999px; overflow:hidden;}
/*.rightPanelBtns > div.userInfo{margin-left:20px;}*/
.dropdownPopup{position:absolute; max-width:370px; min-width:370px; background:#343434; padding:20px 30px; left:auto; right:40px; top:47px;}
.dropdownPopup:before{background: rgba(35,35,35,1); background: -moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(52,52,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,35,35,1)), color-stop(100%, rgba(52,52,52,1)));background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(52,52,52,1) 100%); background: -o-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(52,52,52,1) 100%); background: -ms-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(52,52,52,1) 100%); background: linear-gradient(to bottom, rgba(35,35,35,1) 0%, rgba(52,52,52,1) 100%); position:absolute; top:0; left:0; height:30px; content:""; width:100%;}
.dropdownTitle{position:relative;}
.dropdownTitle h3{font-weight:600; font-size:22px; color:#fff;}
.dropdownTitle .closeBtn{position:absolute; right:0; top:0; width:22px; height:22px;}
.dropdownTitle .closeBtn svg{fill:#949494; width:22px; height:22px;}
.dropdownTitle .closeBtn:hover svg{fill:#fff;}
.dropdownList{margin:0 0 15px; padding:0; list-style:none;}
.dropdownList li{font-size:13px; color:#fff; padding:8px 0 8px 15px; position:relative; border-bottom:1px solid #575757;}
.dropdownList li a{display:block; color:#949494;}
.dropdownList li a:hover{color:#fff;}
.dropdownList li .date{display:block; color:#949494;}
.dropdownList li:last-child{border-bottom:0 none;}
.dropdownList li:before{background:#aeadad; width:4px; height:4px; position:absolute; left:0; top:15px; border-radius:50%; content:"";}
.dropdownList li.active:before{background:#ef7f1a;}
.dropdownList li.active a{color:#fff;}
.dropdownList li.active a:hover{color:#ef7f1a;}
.feedbackFrom label{font-size:12px; display:block; margin-bottom:3px;}
.feedbackFrom textarea{width:100%; border-radius:0; height:84px; background:#000; padding:10px; font-size:13px; color:#fff; border:0 none; margin-bottom:10px;}
.feedbackFrom .radioWrap p{font-size:11px; display:block; margin-bottom:10px;}
.feedbackFrom .radioBtn{display:inline-block; width:19%; position:relative;}
.feedbackFrom .radioBtn input{position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.feedbackFrom .radioBtn label{width:100%; text-align:center;}
.feedbackFrom .radioBtn label svg{fill:#949494; width:39px; height:39px;}
.btnWrap{margin-top:15px; text-align:right;}
.feedbackFrom .radioBtn input[type="radio"]:checked + label svg{fill:#ef7f1a;}
.commonBtn{background:#ef7f1b; padding:8px 25px; color:#fff; font-size:13px; font-weight:500; text-transform:uppercase; border:0 none;}
.commonBtn:hover{background:#fff; color:#ef7f1b;}
input[type="reset"].commonBtn,.commonBtn.reset{background:#1a1a1a; border:1px solid #343434;}
input[type="reset"].commonBtn:hover,.commonBtn.reset:hover{background:#343434; border-color:#343434;}
.contactList{margin:0 0 15px; padding:0; list-style:none;}
.contactList li{padding-left:75px; position:relative; margin-bottom:10px;}
.contactList li:last-child{margin-bottom:0;}
.contactList li .captiontext{position:absolute; left:0; padding:8px 0;}
.contactList li .contactInfo{background:#000000; padding:10px 15px; color:#fff;}
.contactList li .contactInfo a{color:#fff;}
.contactList li .contactInfo a:hover{color:#ef7f1b;}
.contactList li .iconImg{display:inline-block; vertical-align:middle; margin-right:5px;} 
.contactList li .iconImg svg{fill:#ef7f1a; width:21px; height:21px;}
.selectric-customeSelect .selectric{background:#000; border-color:#000;}
.selectric-customeSelect  .selectric .button{background:#000;}
.selectric-customeSelect .selectric .label{color:#fff;}
.selectric-customeSelect .selectric .button:after{border-width:7px; border-top-color:#fff;}
.selectric-customeSelect .selectric-items{background:#000; border-color:#000;}
.settingWrap label{display:block; margin-bottom:5px;}
.selectric-customeSelect .selectric-items li{border-bottom:1px solid rgba(255,255,255,0.15);}
.selectric-customeSelect .selectric-items li:last-child{border-bottom:0 none;}
.selectric-customeSelect .selectric-items li.highlighted, .selectric-customeSelect .selectric-items li:hover{background:#000; color:#ef7f1b;}
/* =cotentPart
========================================================================================*/
.contentPart{height:100%; position:relative; min-height:400px; display:flex; }
.contentPart .rightContentPart{width:377px; transition:all 0.5s ease-out; margin-right:0; overflow-y:auto;}
.hideRightPart .contentPart .rightContentPart{margin-right:-377px;}
.contentPart .divider{width:10px; height:auto; background:#272727; position:relative; cursor:pointer;}
.contentPart .divider:before{background:url(../images/seprator-arrow-icon.png) left top no-repeat; width:29px; height:29px; top:50%; margin-top:-15px; left:-10px; content:""; position:absolute; transform:rotate(0);transition:all 0.5s ease-out; }
.hideRightPart  .contentPart .divider:before{transform:rotate(180deg);transition:all 0.5s ease-out;}
.contentPart .leftContentPart{width:calc(100% - 387px); transition:all 0.5s ease-out;}
.hideRightPart .contentPart .leftContentPart{width:calc(100% - 10px);}
.titleRow{position:relative; padding-right:40px;}
.titleRow h1{display:inline-block; vertical-align:middle;}
.titleRow .titleTabBtns{display:inline-block; vertical-align:middle; margin-left:0; border:1px solid #343434;}
.titleRow .titleTabBtns a{float:left; display:inline-block; background:#000; border-right:1px solid #343434; text-align:center; padding:10px 30px; margin-right:0;color:#fff;} 
.titleRow .titleTabBtns a:last-child{border-right:0 none;}
.titleRow .titleTabBtns a:hover, .titleRow .titleTabBtns a.open{background:#ef7f1a; border-color:#ef7f1a;}
.topContentPart{padding:10px 10px 0; height:60%;}
.topContentPart h1{background:url(../images/watch-list-icon.png) left center no-repeat; padding-left:30px; font-size:22px; color:#e7e7e7; margin-bottom:0; padding-bottom:0; font-weight:700;}
.titleRow .fullView{width:20px; position:absolute; right:0; top:50%; margin-top:-10px;}
.titleRow {margin-bottom:10px;}
.fullView svg{width:20px; height:20px; fill:#e7e7e7;}
.fullView.active svg{fill:#ef7f1a;}
.watchListDropDown .selectric-customeSelect .selectric{width:150px;}
.watchListDropDown .selectric-customeSelect .selectric .label{padding-right:0; padding-left:0; margin:0; display:inline-block; height:20px; line-height:20px;}
.watchListDropDown .selectric .button{position:static; margin-top:-10px; display:inline-block; width:20px; height:10px; position:relative; top:-15px; margin-left:10px;}
.watchListDropDown .selectric .button:after{border-top-color:#949494; right:auto; top:auto; left:0; bottom:0;}
.watchListDropDown .selectric-items .selectric-scroll{border:1px solid rgba(255,255,255,0.15);}
.stockInfoRow .createWatchList {font-weight:600;}
.tableWrap{height:calc(100% - 10px);}
.tableWrap .settingIcon{ position:absolute; left:84px; top:10px; z-index:11;}
.tableWrap .settingIcon svg{width:15px; height:15px; fill:#fff;}
.tableWrap th:first-child, .tableWrap th:first-child{padding-right:40px !important; position:relative;}
.dataTables_scrollBody th a.settingIcon{display:none;}
table.dataTable.display tbody tr:hover > .sorting_1{background:#000 !important;}
.DTFC_LeftBodyWrapper{top:-1px !important;}
/* =cotentPart
========================================================================================*/
table.dataTable thead th, table.dataTable thead td{background:#343434; color:#ef7f1a; font-weight:500; font-size:13px;}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{background:#000;}
table.dataTable tbody tr{background:#000;}
table.dataTable tbody th, table.dataTable tbody td{color:#fff; padding:7px 10px; font-size:14px;}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{background:#000;}
table.dataTable.display tbody tr td:first-child{color:#949494; text-align:left;}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{border-color:rgba(255,255,255,0.2);}	
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1{background:#000;}
#chartdiv {width: 100%; height: 100%;}
/* =cotentPart
========================================================================================*/
.rightContentPart{padding:40px 20px;}
.barIcon{position:relative; z-index:1; display:inline-block;}
.toggleMenu{position:absolute; left:0; top:30px; width:180px; background:#343434; display:none;}
.toggleMenu:before{border-right:9px solid transparent; border-left:9px solid transparent; border-bottom:9px solid #343434; position:absolute; left:5px; top:-7px; content:"";}
.toggleMenu li a{padding:8px 10px; display:block; color:#fff; border-bottom:1px solid rgba(0,0,0,0.15); box-shadow:0 0 10px rgba(0,0,0,0.15);}
.toggleMenu li a:hover{color:#ef7f1a;}
.barIcon a svg{fill:#fff; width:22px; height:18px;}
.rightContentTabPart{margin-top:-24px; position:relative;}
.rightTopTitleBar {position:relative; padding-right:150px; padding-left:0;}
.rightTopTitleBar h2{font-size:22px; color:#e7e7e7; margin-bottom:5px; font-weight:600;}
.rightTopTitleBar p{font-size:16px; color:#e7e7e7; font-weight:600; margin-bottom:5px;}
.rightBtns{position:absolute; right:0; top:0; display:flex; margin-top:5px; align-items:center; text-align:center;}
.radioSwitch {position:relative; margin-right:10px;}
.radioSwitch input{position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.radioSwitch label{position:relative; width:39px; height:16px; border-radius:8px; display:block; background:#444444;}  
.radioSwitch label:before{position:absolute; left:0; top:-2px; width:20px; height:20px; border-radius:50%; content:""; background:#929292; transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out;}
.radioSwitch input[type="checkbox"]:checked + label{background:#fff;}
.radioSwitch input[type="checkbox"]:checked + label:before{background:#ef7f1a; left:20px;}
.sepratorWithText{border-bottom:1px solid #ef7f1a; margin:0 -20px; padding-left:20px; margin-top:0;}
.sepratorWithText span{background:#ef7f1a; font-size:10px; color:#fff; padding:3px; display:inline-block;}
.rightTopTitleBar .rightBtns {text-align:center;}
.rightTopTitleBar .invisible{display:none;}
.rightTopTitleBar .normal{display:block;}
.rightTopTitleBar .viewBtn{margin-right:8px;}
.rightTopTitleBar .viewBtn.active .invisible{display:block;}
.rightTopTitleBar .viewBtn.active .normal{display:none;}
.rightTopTitleBar .viewBtn.active .invisible{fill:#fff; visibility:visible;}
.rightTopTitleBar  a{display:inline-block;}
.rightTopTitleBar  a svg{fill:#fff; width:22px; height:22px;}
.contentPartRight{padding:15px 0;}
.contentPartRight h4{font-size:14px; color:#fff; margin-bottom:5px; font-weight:400;}
.rightContList{margin:0 0 20px; list-style:none;}
.rightContList li{border-bottom:1px solid rgba(255,255,255,0.5); color:#949494; padding:5px 0; font-size:14px; padding-right:110px; position:relative;}
.rightContList li .priceWrap{color:#fff; font-size:14px; position:absolute; right:0; top:5px;}
.rightContentTabPart .tabContent{display:none; position:absolute; left:0; right:0; top:0;}
.rightContentTabPart .tabContent.active{display:block;}
.rightContentTabPart .tabContent.active{display:block;}
.accDetail{display:none;}
.buySellWrap{margin-bottom:10px;}
.buySellWrap .priceWrap{position:relative;}
.buySellWrap .priceWrap.up, .buySellWrap .priceWrap.down{padding-left:0;}
.buySellWrap .priceWrap span{display:block;}
.buySellWrap .priceWrap .priceMain{ font-size:26px; font-weight:600; color:#fff;}
.buySellWrap .priceWrap .changePer{ display:inline-block;font-weight:bold;}
.buySellWrap .priceWrap .redText{color:red;}
.buySellWrap .priceWrap .greenText{color:#40a829;}
.buySellWrap .priceWrap .blueText{color:blue;}
/*.buySellWrap .priceWrap:before{border-left:2px solid #fff; border-bottom:2px solid #fff; position:absolute; left:0; top:5px; content:""; transform:rotate(-45deg); width:15px; height:15px;}
.buySellWrap .priceWrap.up:before{transform:rotate(135deg); top:15px;}*/
.positionBlock{text-align:center; color:#fff;display: inline-block;padding: 0 2px;}
.positionBlock .workLabel {background:#ff3333; color:#fff; font-size:14px; font-weight:600; padding:8px 20px; display:inline-block; border-radius:15px;}
.positionBlock.buyBlock  .workLabel{background:#40a829;}
.positionBlock .price{font-size:16px; font-weight:600; display:block;}
.shareDetailList{margin:0; padding:0; list-style:none;}
.shareDetailList li{padding:7px 0; border-bottom:1px solid #343434;}
.shareDetailList li .leftLabel{display:inline-block;}
.shareDetailList li .rightLabel{display:inline-block; text-align:right; color:#fff; float:right;}
.col-12 .shareDetailList li .leftLabel{width:40%;}
.col-12 .shareDetailList li .labelMiddle{width:32%; text-align:right; color:#fff;}
.marketDepthDetail{margin-top:15px; border-top:5px solid #343434; margin-left:-20px; margin-right:-20px; padding:15px 20px;}
.marketDepthDetail .accSummeryTitle {position:relative;}
.marketDepthDetail .accSummeryTitle h4{font-size:22px;}
.marketDepthDetail .rightLink{position:absolute; right:0; top:0; color:#949494;}
.marketDepthDetail .rightLink span{width:18px; height:18px; display:inline-block; vertical-align:middle;}
.marketDepthDetail .rightLink span svg{width:18px; height:18px; fill:#949494;}
.marketDepthDetail .rightLink:hover{color:#fff;}
.marketDepthDetail .tableOuter table th:first-child{border-bottom:1px solid #343434;}
.marketDepthDetail .tableOuter table td{text-align:right;}
.marketDepthDetail .tableOuter table td:first-child{text-align:left;}
.bottomGraphPart{padding:0 20px;}
.graphTopRow{position:relative;}
.graphTopRow h3{font-size:16px; font-weight:700; color:#949494; margin-bottom:10px;}
.graphTopRow .graphRightBtn{position:absolute; z-index:1; right:0; top:0;}
.graphTopRow .graphRightBtn > div{display:inline-block; margin-left:5px;}
.graphTopRow a{display:inline-block;}
.graphTopRow a svg{fill:#797979; width:18px; height:18px;}
.graphTopRow a:hover svg{fill:#fff;}
.graphWrap{height:28vh;}
.graphWrap img{max-height:100%; width:100%;}
.shareDetailWrap{position:relative;}
.shareDropDown{background:#000; border:1px solid #343434; position:absolute; width:120px; padding:9px 0 5px; border-radius:5px; top:100%; text-align:center; right:0; display:none;}
.shareDropDown a {display:inline-block; margin:0 5px;}
.shareDropDown a svg{width:24px; height:24px;}
.shareDropDown a:hover{opacity:0.75;}
/*********order History***********/
#orderHistory .rightTopTitleBar{padding-right:35px;}
.decreaseCounter svg, .increaseCounter svg{width:17px; height:17px; fill:#a49594;}
.owl-prev svg, .owl-next svg{width:17px; height:17px; fill:#a49594;}
.owl-prev{transform:rotate(-180deg);}
.orderEdiotFeildsRow {padding:10px 0; margin-bottom:5px;}
.orderEditor .tableOuter{overflow:hidden;}
.orderEdiotFeildsRow.redBgRow{background:#470600; margin:0 -20px 5px; padding:10px 10px;}
.orderEdiotFeildsRow.redBgRow{font-size:14px; color:#ffffff; font-weight:600;}
.orderEdiotFeildsRow .item{font-size:14px; color:#ffffff; font-weight:600;}
.orderEdiotFeildsRow input{padding:0; font-size:14px; color:#ffffff; font-weight:600; width:100%; text-align:center; border:0 none;}
.costOfTrades{background:#343434; padding:10px 20px; margin:0 -20px 10px;}
.costOfTrades span{font-size:14px; font-weight:600; color:#fff; display:block;}
.costOfTrades .textRight span{font-size:18px;}
.bdrBot{border-bottom:1px solid #343434;}
.conditionAccordian{margin-top:20px; margin-bottom:5px;}
.conditionAccordian h3{font-size:14px; font-weight:600; color:#fff; margin-bottom:0; padding-left:15px; position:relative;}
.conditionAccordian h3:before{content:""; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:8px solid #fff; position:absolute; left:0; top:3px;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td{cursor:default;}
/*********acoount Summary***********/
.accountSummaryDesc{}
.accountSummaryDesc h3{font-size:16px; color:#e7e7e7; font-weight:700; margin-bottom:5px;}
.summeryTitle{padding-right:30px; border-bottom:5px solid #272727; position:relative;margin:0 -20px; padding:0 20px 10px; margin-bottom:20px; }
.summeryTitle a.rightBtn{position:absolute; right:15px; top:0px; width:25px;}
.summeryTitle a.rightBtn svg{fill:#808080; width:20px; height:20px;}
.summeryTitle a.rightBtn:hover svg{fill:#fff;}
.accountSummeryBox{padding-bottom:10px; border-bottom:5px solid #272727; position:relative;margin:0 -20px; padding:0 20px 10px; margin-bottom:20px;}
.accSummeryTitle{margin-bottom:15px;}
.accSummeryTitle h4{font-weight:600; font-size:16px; color:#e7e7e7; display:inline-block; margin-right:10px;	}
.accSummeryTitle  .rightIcon{position:absolute; right:15px; top:0px; width:25px;}
.accSummeryTitle  .rightIcon svg{fill:#808080; width:20px; height:20px;}
.accSummeryTitle  .leftPart a, .accSummeryTitle  .leftPart div{display:inline-block; vertical-align:middle; margin-right:8px;}
.accSummeryTitle  .leftPart a svg{fill:#808080; width:20px; height:20px;}
.accSummeryTitle  .leftPart a:hover svg{fill:#fff;}
.listWithRightCont{margin:0 0 10px; padding:0; list-style:none;}
.listWithRightCont .listLeft{width:70%; float:left;}
.listWithRightCont .listRight{width:30%; float:left; text-align:right; color:#fff;}
.separateLink{margin:0 -20px; border-top:1px solid #343434; padding:8px 0 0; text-align:center;}
.separateLink a{color:#949494;}
.separateLink a:hover{color:#fff;}
.accSummeryTitle .rightBtn{position:absolute; right:15px; top:0px; width:25px;}
.accSummeryTitle  .rightBtn svg{fill:#808080; width:20px; height:20px;}
.noMsg{text-align:center; margin-bottom:0;}
.totalRoundBox{width:55px; height:55px; border-radius:50%; border:1px solid #fff; text-align:center; line-height:55px; font-size:16px; font-weight:700; color:#fff; text-align:centerl} 
.counterText{text-align:center; display:block; line-height:1.2; margin-top:7px;	}
.counterText .counter{text-align:center; ext-align:center; line-height:1.4; font-size:16px; font-weight:700; color:#fff; display:block; margin-bottom:5px;} 
.counterText.yellow .counter{color:#ffcc00;}
.counterText.green .counter{color:#4a8f00;}
.counterText.red .counter{color:#ff0101;}
.settingIconWrap.sortingIcon svg{fill:#949494; width:18px; height:18px;}
#orderEditor .rightTopTitleBar p{font-weight:400;}
.posrelative{position:relative; padding-right:30px !important;}
.posrelative .settingIcon {position: absolute; right: 0;  top: 5px;}
.posrelative .settingIcon svg {width:15px; height:15px; fill:#fff;}
.orderEditor .text-center{text-align:center;}
.orderEditor .redText{color:#ff3333 !important;}
.orderEditor .greenText{color:#40a829 !important;}
.orderEditor .tableOuter{margin-right:0 !important;}
.orderEditor .table{width:100%;}
.table tr.bdrBotNone td{border-bottom:0 none;}
/****************popup******************/
.popupWrap.popupHide{transition:all 0.5s ease-out; opacity:0; visibility:hidden; z-index:-11111; height:0; }
.popupWrap.active{transition:all 0.5s ease-out; opacity:1; visibility:visible; z-index:111111111111;}
.popupWrap {width:100%; margin:0 auto; position:fixed; left:0; top:0; bottom:0; z-index:1111; overflow:auto;}
.popupWrap:before{background:rgba(0,0,0,0.9); position:fixed; left:0; right:0; bottom:0; top:0; content:""; width:100%;}
.popupContainerWrap{position:relative; max-width:666px; width:100%; z-index:111; height:90%; left:50%; top:50%; transform:translate(-50%,-50%);}
.popupHeder h2{font-size:22px; font-weight:700; color:#ef7f1a; margin-bottom:20px;}
.popupHeder .closePopup{width:22px; height:22px; position:absolute; right:0; top:3px;}
.popupHeder .closePopup svg{fill:#fff;}
.popupContainer{background:#000000; padding:40px 60px; border:1px solid #ef7f1a;}
.popupFormWrap .inputWrap{margin-bottom:18px;}
.popupFormWrap .inputWrap label{font-size:13px; font-weight:600; color:#ef7f1a; display:block; margin-bottom:5px;}
.popupFormWrap .inputWrap input[type="text"], .popupFormWrap .inputWrap input[type="password"], .popupFormWrap .inputWrap input[type="email"], .popupFormWrap .inputWrap input[type="tel"], .popupFormWrap .inputWrap textarea{width:100%; height:30px; background:#1a1a1a; border:1px solid #343434; padding:5px 10px; color:#fff; font-size:14px;}
.popupFormWrap .inputWrap textarea{height:170px; padding:15px 20px;}
:root{
  --bg-input-disabled:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23ddd' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.popupFormWrap .inputWrap input:disabled{background-image:var(--bg-input-disabled)}
.popupFormWrap  h3{font-size:16px; font-weight:600; margin-top:15px; margin-bottom:15px; color:#fff;}
.popupFormWrap .btnRow{margin-top:20px;}
.popupFormWrap .btnRow input{margin-right:8px;}
.popupFormWrap .btnRow button{margin-right:8px;}
.greenBdr .popupHeder h2{color:#3ea928;}
.greenBdr .popupContainer{border:1px solid #3ea928;}
.btnRow.text-right{text-align:right;}
.popupFormWrap .selectric-customeSelect .selectric{background:#1a1a1a; border:1px solid #343434;}
.popupFormWrap .selectric-customeSelect .selectric .button{background:#1a1a1a; top:1px;}
.feildRow {display:flex; margin-bottom:10px;}
.feildRow span{display:inline-block; font-size:14px; color:#949494;}
.feildRow .feildCap{font-size:13px; color:#ef7f1a;}
.feildRow .feildVal{margin-left:9px; width:70px;}
.popupFormWrap .columnListWrap{margin-top:20px;}
.popupFormWrap .columnList{margin:0; padding:0; list-style:none;}
.popupFormWrap li{padding:13px 0; border-bottom:1px solid rgba(255,255,255,0.15); position:relative; cursor:crosshair;}
.popupFormWrap li .eyeIcon{position:absolute; left:0; top:50%; width:22px; height:22px; margin-top:-11px;}
.popupFormWrap li .barIcon{position:absolute; right:0; top:50%; width:22px; height:22px; margin-top:-11px;}
.popupFormWrap li .eyeIcon svg{fill:#ef7f1a;}
.popupFormWrap li.inactive .eyeIcon svg{fill:#808080;}
.popupFormWrap li .barIcon svg{fill:#fff;}
.columnListText{padding-left:44px; padding-right:25px;}
#controllerSetting .popupContainerWrap{max-width:391px;}
#controllerSetting .popupContainer{padding:20px 35px;}
.columnText{font-size:16px; color:#fff; font-weight:700;}
.textRight{text-align:right !important;}
.tableWrap th.sorting.no-sort{background-img:none !important;}
.rangeSliderWrap{position:relative; padding:5px 60px; width:100%; margin-bottom:10px;}
.rangeSliderWrap .leftLabel{position:absolute; left:10px; top:0;}
.rangeSliderWrap .rightLabel{position:absolute; right:10px; top:0;}
.rangeSliderWrap .flat-slider{width:100%;}
.flat-slider .ui-slider-horizontal{height:1px; background:#272727;}
.rangeSliderWrap .flat-slider{margin-top:7px;}
.flat-slider .ui-slider-handle{background:#40a829; width:10px; height:10px; border-radius:50%; -webkit-border-radius:50%;}
.flat-slider .ui-slider-handle:before{background:rgba(64,168,41,0.6); width:18px; height:18px; position:absolute; left: border-radius:50%; -webkit-border-radius:50%; top:-4px; left:-4px; content:"";}
.flat-slider .max, .flat-slider .min{color:#000;}
.flat-slider .min_value, .flat-slider .max_value, .flat-slider .value{margin-top:15px;}
.rangeSliderWrap .flat-slider{width:224px;}
.flat-slider .ui-slider-handle + .ui-slider-handle{width:2px; height:20px; margin-top:-4px;  border-radius:0; -webkit-border-radius:0; background:#272727;}
.flat-slider .ui-slider-handle +  .ui-slider-handle:before{display:none;}
.flat-slider .max_value{left:auto !important; right:7px;}
.orderEditor .btnRow a{width:50%; float:left; padding:10px 5px; text-align:center;}
.orderEditor .btnRow {float:left; width:100%; margin-bottom:15px; margin-top:10px;}
.orderEditor .btnRow .resetBtn{background:#1a1a1a url(../images/3dots.png) 97% center no-repeat; border:1px solid #343434;}
.orderEditor .btnRow .resetBtn:hover{background:#343434 url(../images/3dots.png) 97% center no-repeat; border-color:#343434;}
.hideSearch{display:none; width:250px; position:absolute; right:0; bottom:0;}
.hideSearch.active{display:block;}
.hideSearch input[type="text"]{width:100%; background:#000; border:1px solid #343434; height:30px; padding:5px 10px;}
.hideSearch input[type="submit"]{width:50px; position:absolute; right:5px; top:5px; font-size:15px; font-weight:600; background:none; border:0 none; color:#fff;}
.rightCreateLink{position:relative;}
/***********************table right**************/
.tableOuter{overflow:auto;}
.rightContentTabPart .tableOuter{margin-top:-8px; margin-right:-20px;}
.tableOuter table{border:0 none;}
.tableOuter table th{font-weight:600; text-align:left;}
.tableOuter table th, .tableOuter table td{font-size:14px; color:#fff; padding:5px 8px; white-space:nowrap; border-bottom:1px solid #343434;}
.tableOuter table th:first-child, .tableOuter table td:first-child{padding-left:0;}
.tableOuter table th:first-child{border-bottom:2px solid #ef7f1a;}
.rightTopTitleBar.lowRightPadding{padding-right:40px;}
 .tableOuter table tr.buyRow td{background:#002400; padding-left:8px !important;}
  .tableOuter table tr.sellRow td{background:#460600; padding-left:8px !important;}
.topContentPart.fullHeight  {height:100%;}
/* =Footer
========================================================================================*/
footer{background:#343434; padding:8px 0; position:absolute;  bottom:0; left:0; width:100%; color:#fff; font-size:13px;	}
.hideRightPart .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_scrollHeadInner{width:100%!important}
#nav-icon1{width:30px;  height:25px; position: relative; -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;}
#nav-icon1 span {  display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 2px; 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;}
#nav-icon1 span:nth-child(1) { top: 0px;}
#nav-icon1 span:nth-child(2) { top: 10px;}
#nav-icon1 span:nth-child(3) {  top: 20px;}
#nav-icon1.open span:nth-child(1) { top: 10px;  -webkit-transform: rotate(135deg);  -moz-transform: rotate(135deg);  -o-transform: rotate(135deg);   transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;  left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 10px; -webkit-transform: rotate(-135deg);  -moz-transform: rotate(-135deg);  -o-transform: rotate(-135deg);  transform: rotate(-135deg);}
.menuToggle, .logOutBtnTop{display:none;}
.logoutBtn{display:none;}
.tableWrap{position:relative;}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{text-align:left;}

.greenText{color:#40a829 !important;}
.greenbg, .greenBgRow{background:#40a829 !important; color:#fff; margin:0 -20px 5px; padding:10px 10px;}

.redText{color:red !important;}
.blueText{color:blue !important;}

.redBg{background:red !important;}
.redBgRow{background:red !important; color:#fff; margin:0 -20px 5px; padding:10px 10px;}
.blueBg{background:blue !important;}
.blueBgRow{background:blue !important; color:#fff; margin:0 -20px 5px; padding:10px 10px;}

.orderEditor .tableOuter{margin-right:0 !important;}

.greenBgRow .owl-prev svg, .greenBgRow .owl-next svg{fill:#fff;}
.greenBgRow .decreaseCounter svg, .greenBgRow .increaseCounter svg{fill:#fff;}
.logOutBtnTop  svg{width:25px; height:25px;}
/**********************loginWrapper*****************/
body.loginPage{height:auto;}
#wrapper.loginWrapper{background:#000000 url(../images/login-bg.png) center no-repeat; background-size:cover; padding:0;}
.loginContentBox{max-width:746px; margin:70px auto;}
.loginLogo{text-align:center; margin-bottom:10px;}
.selectLanguage{margin-bottom:5px; text-align:right;}
.loginContentBox .selectric-customeSelect .selectric .label{color:#909090;}
.loginContentBox .selectric .button:after{width:9px; height:9px; border:0 none; border-right:1px solid #909090; border-bottom:1px solid #909090; transform:rotate(45deg);} 
.loginContentBox .selectric-customeSelect .selectric-items{text-align:center;}
.loginContentBox .selectric-customeSelect .selectric-items{background:#292929; border-color:#292929;}
.inputSelectWrap{float:right;}
.loginBox{background:#343434; border-radius:15px; -webkit-border-radius:15px; padding:50px 170px; margin-bottom:15px;}
.loginBox .titleCenter{text-align:center; margin-bottom:30px;}
.loginBox .titleCenter h1{font-size:28px; font-weight:400; margin-bottom:10px; padding-bottom:0; color:#fff;}
.loginForm .feildWrap{margin-bottom:20px;}
.loginForm input[type="text"], .loginForm input[type="password"], .loginForm input[type="email"], .loginForm input[type="tel"]{background:#494949; height:57px; font-size:16px; color:#fff; padding:20px 26px; filter:none; border:0 none; width:100%; border-radius:10px;}
.loginForm input[type="text"]:focus, .loginForm input[type="password"]:focus, .loginForm input[type="email"]:focus, .loginForm input[type="tel"]:focus{box-shadow:none; outline:0 none;}
.loginForm .btnWrap{text-align:center;}
.loginForm .commonBtn{height:57px; width: 160px; border-radius:10px; margin: 0 20px;}
.loginForm .commonBtn:hover{background:#000;}
.loginForm .resetBtn{background: #1a1a1a}
.loginContentBox .footerText{text-align:center; max-width:645px; margin:0 auto;}
.loginContentBox .footerText p{font-size:13px; color:#979797; font-weight:400; margin-bottom:10px;}
.loginContentBox .footerText p a{color:#fff; text-decoration:underline;}
.loginContentBox .footerText p:last-child{margin-bottom:0;}
.loginForm .checkBoxWrap{text-align:left; position:relative;}
.loginForm .checkBoxWrap input{position:absolute; left:0; top:0; opacity:0; visibility:hidden;}	
.loginForm .checkBoxWrap label{color:#fff; padding:8px 0 8px 45px; position:relative;}
.loginForm .checkBoxWrap label:before{height:30px; width:30px; border-radius:10px; background:#494949; position:absolute; left:0; top:2px; content:"";}
.loginForm .checkBoxWrap input[type="checkbox"]:checked + label:before, .loginForm .checkBoxWrap label.allChecked:before{background:#494949 url(../images/checkbox-check.png) center no-repeat;}
.loginForm .formLinks{padding-top:18px; margin-bottom:25px; border-top:1px solid #494949; text-align:center;}
.loginForm .formLinks a{display:inline-block; margin:0 10px; color:#909090; text-decoration:underline;}
.loginForm .formLinks a:hover{color:#fff; text-decoration:none;}
.hideInfo{display:block;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.dx-datagrid-header-panel .dx-toolbar{margin-bottom: 2px !important;}
.dx-toolbar-text-auto-hide .dx-button .dx-button-content{ padding: 2px !important;}

.indices-item{display: inline-block}
.indices-top{}
.indices-group{display: inline-block;margin: 0 5px;}
.indices-group .indices-change.up{background:#032898;}
.indices-group .indices-change.down{background:red}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.pull-left{float: left}
.pull-right{float: right}