﻿ html {
    background: #f7f7f7;
    height: 100%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #f7f7f7;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', Helvetica, Arial, 'sans-serif';
    font-size: 14px; line-height: 1.4;
    color: #4a4a4a;    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: graysacle;
}
article, aside, footer, header, nav, section, figcaption, figure, main, menu {
    display: block;
}
audio, video, canvas {
    display: inline-block;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
textarea {
    overflow: auto;
}
button, select {
    text-transform: none;
}
button, html[type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
 [type="number"]:: -webkit-inner-spin-button, [type="number"]:: -webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]:: -webkit-search-cancel-button, [type="search"]:: -webkit-search-decoration {
    -webkit-appearance: none;
}
:: -webkit-file-upload-button {
    -webkit-appearance: button;
}
button:: -moz-focus-inner, [type="button"]:: -moz-focus-inner, [type="reset"]:: -moz-focus-inner, [type="submit"]:: -moz-focus-inner {
    border-style: none;
    padding: 0;
}
button: -moz-focusring, [type="button"]: -moz-focusring, [type="reset"]: -moz-focusring, [type="submit"]: -moz-focusring {
    outline: 1px dotted ButtonText;}
*:focus {outline: -webkit-focus-ring-color auto 2px;}
div:focus {outline: none;}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-bg{background:transparent !important;}
.pd0 {
    padding: 0px !important;
}
.pdb0 {
    padding-bottom: 0px !important;
}
.pdb40 {
    padding-bottom: 40px !important;
}
.pdb60 {
    padding-bottom: 60px !important;
}
.pdl0 {
    padding-left: 0px !important;
}
.pd15 {
    padding: 15px;
}
.pdl5 {
    padding-left: 5px;
}
.pdl5 {
    padding-left: 5px;
}
.pdl20 {
    padding-left:20px !important;
}
.pdr20 {
    padding-right:20px !important;
}
.pdt5 {
    padding-top:5px;
}
.pdt0 {
    padding-top: 0px !important;
}
.pdt20 {
    padding-top: 20px;
}
.mrb20 {
    margin-bottom: 20px;
}
.mrb40 {
    margin-bottom: 40px;
}
.mrb10 {
    margin-bottom: 10px!important;
}
.mrb20 {
    margin-bottom: 20px !important;
}
.mrl5 {
    margin-left: 10px;
}
.mrl15 {
    margin-left: 15px;
}
.mrl30 {
    margin-left: 30px;
}
.mrl70 {
    margin-left: 70px;
}
.mrt20 {
    margin-top: 20px !important;
}
.mrt40 {
    margin-top: 40px;
}
.mrb30 {
    margin-bottom:30px !important;
}
.mr0 {
    margin: 0px !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify !important;
}
.nowrap {
    white-space: nowrap;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.bold {
    font-weight: bold;
}
.fw500{font-weight:500!important;}
.font12{font-size: 12px;}
.subtitle {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.text-muted{color: #9b9b9b;}
small {
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    color: #9b9b9b;
}
.block {
    display: block !important;
    width: 100% !important;
}
.img-responsive {
    width: 100%;
    height: auto;display: block;
}
.clear {
    clear: both;
}
.shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}
a, .btn {
    transition: all 0.2s ease}

    .row:before, .row:after, .clear:before, .clear:after, .container:before, .container:after, .box:after, .box:before, .tabs-container:before, .tabs-container:after, .form-group:after, .form-group:before,.form-group_pass:after, .form-group_pass:before, .stock_row:after, .stock_row:before{
    display: table;
    content: " ";
    clear: both;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: inherit;
    line-height: 1.5;margin:0;
}
h2{font-size: 20px;}
a {
    text-decoration: none;
    color: #053d6e;
}
a:hover {
    text-decoration: none;
}
.bg-theme {
    background-color: #053d6e;
    color: #FFF;
}
.text-theme {
    color: #053d6e !important;
}
.lightlabel{color:#767676;}
.bg-dark{background: #021E36; color: #fff;}
.bg-primary {
    color: #fff;
    background-color: #e27a3b;
}
.text-primary {
  color: #e27a3b !important;
}
.text-status {
    color: #66b20f !important;
}
.text-danger {color: #d0021b}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
	border:none;
    border-top:1px solid rgba(0,0,0,0.1);
}
.vmid{vertical-align: middle;}
.form-group, .form-group_pass {
    margin-bottom: 30px;
    position: relative;
}
.inline .form-group, .inline .form-group_pass{margin-bottom:20px;}
.form-control {
    height: 30px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9b9b9b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9b9b9b;
}
::-ms-clear { /* IE 10+ */
  display:none;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9b9b9b;
}

[type="password"] {
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: 100% 8px !important;
   /* background-image: url(../images/hide.svg) !important;*/
}
.input-sm {width:130px;}
.control-group {
    padding: 20px 0 0;
    border-top: 1px solid #d4d4d4;
    text-align: right;
}
.suggest-box {
    width: 210px;
    opacity: 0.5;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px}
.diviider {
    border-right: 1px solid rgba(0,0,0,0.1);
}
.countdown {
    font-size: 12px;
    display: block;
    color: #9b9b9b;
}
.btn {
    display: inline-block;
    padding: 6px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #b5b5b5;
    color: #fff;text-align: center;
}
.btn-lg{height:40px;width:300px;}
.btn .icon-arrow-down, a > .icon-arrow-down{font-size: 6px;color:inherit;}
.searchbox {
    position: relative;
}
.searchbox .form-control{
    width: 100%;
    height: 40px;
    border: 1px solid #053d6e;
}
.searchbox .icon {
    position: absolute;
    top: 0;
    right: 13px;
    line-height: 40px}
/*.searchbox.search-orderbook .form-control{height: 24px; width: 90px;}*/
.searchbox.search-orderbook .form-control {height: 30px;width: 135px;}

/*.searchbox.search-orderbook .search_btn, .searchbox.search-orderbook .search_btn .icon-magnifier {line-height: 24px;}*/
.searchbox.search-orderbook .search_btn, .searchbox.search-orderbook .search_btn .icon-magnifier {line-height: 30px;}


.searchbox.search-orderbook .icon-magnifier {font-size: 14px;}
.searchbox input::-webkit-search-cancel-button{position:relative;right:20px; -webkit-appearance: none;}
.searchbox .search_btn {
    position: absolute;
    background: transparent;
    top: 0;
    line-height: 40px;
    border: none;
    cursor: pointer;
    right: 0;
    padding: 0 15px;
}
.searchbox .search_btn .icon-magnifier{line-height: 40px;}
.btn-theme {
    background: #e27a3b;
    color: #fff;
    border: 1px solid #e27a3b;
}
.btn-theme:hover {
    background: rgba(239,104,32,0.6);
    color: #fff;
}
.btn-white{background: #ffffff;color:#4a4a4a;}
.btn.outline {
    background: transparent;font-weight: 500;
    border-width: 1px;font-family: Roboto;
    border-style: solid;
}
.btn.outline.blue {
    border-color: #053d6e;
    color: #053d6e;
}
.btn.outline.blue:hover, .btn.outline.blue:focus {
    background: #053d6e;
    color: #fff;
}
.btn.outline.orange {
    border-color: #e27a3b;
    color: #e27a3b;}
.btn.outline.orange:hover, .btn.outline.orange:focus {
    background: #e27a3b;
    color: #ffffff}
.btn.outline.white{border-color:#ffffff;color: #ffffff;}
.btn-box-tool {
    padding: 5px;width:30px;
    background: transparent;
    color: #053d6e;
    border: none;
    min-width: auto;
}
.btn-box-tool:hover {
    color: #606c84;
}
.btn.dropbtn {
    padding: 10px 15px;
    line-height: 20px;
    color: #4a4a4a;
    background: transparent;
    border: none;
}
.btn-refresh span {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.btn-group > .btn + .btn {
    margin-left: 20px;
}
.relative {position: relative}
.relative .icon-info{font-size:14px;position: absolute;padding-left:5px;right:10px; top:10px}   
.btn-info-group {margin-right: 40px; text-align:left;}
label.inline {
    width: 130px;
    display: inline-block;
    color: #767676;
    line-height: 30px}
.doubleline label.inline{line-height: 20px;}
.doubleline .custom-radio{vertical-align: top;}
.or {
    color: #9b9b9b;
    padding: 0 10px;
    line-height: 30px;
}
label.nowidth {
    width: auto;
    padding-right: 10px;
}
.market_open {font-size: 12px; position: relative;font-weight: 300;}
.custom-radio {
    display: inline-block;
}
/*Radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 20px;
}
.relative [type="radio"]:checked + label, .relative [type="radio"]:not(:checked) + label {
    margin-right: 30px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #4a4a4a;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before{ border-color:#e27a3b }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #e27a3b;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    line-height: 20px;
    margin: 0;
}
.custom-checkbox input[type="checkbox"]{display:none}
.custom-checkbox input[type="checkbox"] + label:before{position:absolute;content:"";width:15px;height:15px;border:1px solid #4a4a4a;left:0;top:2px;}
.custom-checkbox input[type="checkbox"] + label, .custom-radiocheck input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    line-height: 20px;
    margin: 0;color:#4a4a4a;vertical-align: top;
}

.custom-checkbox [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top:2px;
    border: solid #000;
    width: 4px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.dropdown-checklist li{padding:10px 20px;display:block;}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15 {
    float: left;
    position: relative;
    min-height: 1px;    
    padding-left: 10px;
}
.col-md-15 {
    width: 20%;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.content {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    /*min-width: 1024px;*/
/*	height: 100%;*/
    min-width: 1280px;
}
#wrap{min-height:100%;}
.wrapper{background:rgba(212,212,212,0.26); }
#main{
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom:10px;
    min-height:100%;
}
footer{
	/*margin-top: -70px !important;*/
}

/*Material design form*/

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
select.form-control {
    color: #4a4a4a;
    border-radius: 0;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position:calc(100% - 10px) 12px;
	background-image: url(../images/arrow-down.png);
	max-width: 160px;
}
select.form-control.liner{border:none;max-width: 100%;color:#bdbdbd !important;width:100%;}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #053d6e;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #053d6e;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-box-shadow: 0 0 0 0.0625rem #fff;
          box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}
.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
header {
    background: #fff;position: relative;z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}
.navbar {
    position: relative;
    min-height: 50px;
}
.navbar li {
    float: left;
    list-style: none;position: relative;
}
a.navbar-brand img {
    height: 70px;
    width: auto;
    display: inline-block;
}
.navbar li > a {
    padding: 20px 14px;
    display: inline-block;
    line-height: 20px;color:#4a4a4a;
}
.secondary_menu li > a{padding: 0}
.navbar .header-menu > li > a {
    border-bottom: 2px solid transparent;
    margin-bottom: 1px;
}
li.current > a {font-weight: 500; } 
.navbar .header-menu > li.current > a, .navbar .header-menu > li:hover > a, .navbar .header-menu > li.selected > a {
        border-bottom: 2px solid #e27a3b;
     color: #e27a3b;
}
.navbar .header-menu .dropdown-menu > li > a, .submenu li a{border: none;color:#053d6e;padding:5px 40px 10px;display: block;}
.navbar .header-menu .dropdown-menu > li > a:hover, .submenu li a:hover{text-decoration: underline;}
.dropdown {
    position: relative;
    display: inline-block;
}
ul.dropdown-menu, .slide-menu {
 position: absolute;
 top: 100%;
left: 0;
z-index: 1000;
display: none; min-width: 160px;padding: 5px 0;margin:2px 0 0; font-size: 14px;text-align: left;background-color: #fff;
 -webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
 }
.header-menu .slide-menu{min-width:290px;padding-top:20px;padding-bottom:0;}
.slide-menu .submenu li {display: block; width: 100%;}

.unset-pos{position: static !important;}
.megamenu{padding:20px 40px 30px;margin: 0 20px;width:calc(100% - 40px);}
.mega-title{font-weight:bold;border-bottom:1px solid #d4d4d4;padding:20px 0;font-size:14px;}
.mega-title a{display: block;cursor: pointer;}
.mega-title + ul{margin:10px 0;}
.megamenu .row{margin-left:-20px;margin-right:-20px;}
.megamenu [class^="col-md-"]{padding-left: 20px;padding-right: 20px;}
.megamenu ul li{display: block;width:100%;line-height: 1;}
.megamenu ul li a{padding:3px 0 8px 0;color:#053d6e;line-height:20px;}
.megamenu ul li:last-child a{padding-bottom: 0;}
.navbar li:hover .dropdown-menu {display: block}
.dropbtn.carat {
    font-size: 14px;
    position: relative;
    padding-right: 10px !important;
}
.dropbtn.carat:after, nav a.dropdown:after{
    position: absolute;
    content: "\e90a";
    right:-5px;
    font-family: 'icomoon' !important;
    font-size: 6px;
}
nav a.dropdown:after {right: 5px;}
.dropbtn.carat.btn:after {
    top: 10px;
}
.dropdown-title {
    padding: 5px 20px;
    font-size: 14px;
    color: #4a4a4a;
    display: block;
    font-weight: 500;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 200px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    right: 0;
    top: 30px;
}
#support-menu.dropdown-content {
    width: 310px;left: -190px;
    top: 44px;
    max-width: 310px;margin: 0;
}
.secondary_menu li.selected > .droppable:after, .secondary_menu li.selected > .droppable:before{
	bottom: -5px;
	left:13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:9;
}
.secondary_menu li.selected > .droppable:after {
	border-color: rgba(247, 247, 247, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.secondary_menu li.selected .droppable:before {
	border-color: rgba(212, 212, 212, 0);
	border-bottom-color: #d4d4d4;
	border-width: 11px;
	margin-left: -11px;
}

ul.dropdown-menu > li {
    display: block !important;
    width: 100%;
}
ul.dropdown-menu li a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block !important;
}
.show{display: block;}
ul.breadcrumb {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}
ul.breadcrumb li {
    float: left;
}
ul.breadcrumb li a {
    display: inline-block;
    color: #9b9b9b;
    padding: 0 5px 0 0;
    position: relative}
ul.breadcrumb li + li a {
    padding-left: 15px;
}
ul.breadcrumb li + li a:before {
    font-family: 'icomoon' !important;
    content: "\e90c";
    position: absolute;
    left: 2px;line-height: 20px; font-size: 9px;
    text-align: center;
    display: inline-block;
}
.arrow_box {
    position: relative;
    background: #fff;
}
.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}
.show {
    display: block;
}
.header_level_1 {
    margin: 15px 0;
}
.narrow_box{padding:0 40px;}

.speak{line-height: 20px;}
.speak .icons{float: left;padding-right:20px;width:50px;box-sizing:content-box;text-align: center;}
.flow_cont{overflow:hidden}
.secondary_menu li {
    padding-right:18px;
    line-height: 40px;
}
.secondary_menu li:last-child {
    padding-right: 0;
}
.secondary_menu li span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.search-menu {
    width: calc(100% - 41px);
}
.adajacent_links > li {
    display: inline-block;
}
.form-group .adajacent_links li {
    line-height: 30px;
}
.adajacent_links:not(.info-group-links) li a,.adajacent_links.info-group-links li {
    padding: 0 10px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.adajacent_links li:first-child a, .adajacent_links.info-group-links > li:first-child  {
    padding-left: 0;
}
.adajacent_links li:last-child a,.adajacent_links.info-group-links li:last-child {
    padding-right: 0}
.adajacent_links:not(.info-group-links) li a:after, .adajacent_links.info-group-links li:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 20px;
    width: 1px;
    background: #d4d4d4;
}
.adajacent_links:not(.info-group-links) > li > a::after, .adajacent_links.info-group-links li::after, .grid_menu > li::after, .mf-limit::after{
    position:absolute;content:"";top:0;left:0;height:20px;width:1px;background:#d4d4d4;}
.no-seperator.adajacent_links li a::after, .adajacent_links li:first-child a::after, .adajacent_links.info-group-links li:first-child::after, .grid_menu li:first-child::after, .grid_menu.no-seperator li::after{content: none;}
.grid_menu > li{float: left;position: relative;padding:0 10px}
.grid_menu > li:first-child{padding-left:0;}
.grid_menu > li:last-child{padding-right:0;}
.grid_menu li a{padding:0 10px;}
.grid_menu li a.dropdown {padding-right:20px;}
.grid_menu li a.dropdown::after{right:5px;}

.quick_links li {line-height:2;margin-bottom:10px;display:block;}
.quick_blogs {list-style: disc;padding-left: 15px;}
.event_links li, .quick_blogs li{margin-bottom:20px;line-height: 20px; float:left;width: 100%;}
.event_links li.timenews span.timing{width:60px;display:inline-block;float: left;color:#9b9b9b;}
.event_links li.timenews .time_cont{width:calc(100% - 60px);text-overflow:ellipsis;overflow: hidden;white-space: nowrap;float: left;}
.segments li{margin-bottom:40px;}
a.defaul_set {
    font-size: 12px;
    line-height: 40px;
}
.chatbot span[class^="icon-"] {
    font-size: 32px;
}
.status-box {
    line-height: 40px;border-radius: 4px; background-color: #f7f7f7;
    border: solid 1px #d4d4d4;padding: 0 15px;margin-right:20px;float: left;
    font-weight: 500;
}
.colored_status {
    padding: 0 10px 0 3px;
    color: #e27a3b;
}
.mini-text {
    font-size: 12px;
    color: #9b9b9b;
}
.mini-text-info{ font-size: 12px;}
.shady-title{font-size:20px;background:linear-gradient(175deg, #f8f8f8, #ececec);line-height:40px;    padding: 20px;margin-bottom: 20px;}
.action-title{font-size: 14px;color:#053d6e;line-height:30px;padding:10px 0 10px 20px;}
span.title-icon {
    height: 40px;
    width:  auto;
    display:  inline-block;
    float:  left;
    padding-right: 20px;
}
.action-title span.title-icon{height:30px;}
span.title-icon img {
    height: 100%;
    width:  auto;
    display: inline-block;
}
.box {
    position: relative;
    border-radius: 1px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    border: solid 1px #dcdcdc;
}
.box-header {
    color: #4a4a4a;
    display: block;
    padding: 10px 20px;
    position: relative;
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0,00,0,0.1);
}
.modal-header{padding:20px 20px 0px 20px;position: relative;}
.box-header .box-title, .modal-title {
    display: inline-block;
    font-size: 14px;
    margin: 0;    
    line-height: 20px}
.box-header .box-title{font-weight: bold;}
.lined_tab .box-header {
    padding: 0 20px;
}
.login-box {
    width: 800px;
    border-radius: 2px;
    margin: 40px auto;
    padding: 40px;
}
.form-wrap{width: 320px}
.login-box h1 {
    font-weight: 300;
    font-size: 20px;
    color: #053d6e;
    margin-bottom: 50px;
}
.login-box .btn-theme, .partnership .btn-theme, .modal-form .btn-theme{width: 100%; height: 40px}
.login-box .box.supreme-blue {
    width: 260px;
    float: right;
    box-shadow: none;
    border: none;
}
.login-box .box.supreme-blue .box-header {
    background: #eff6ff;
}
.login-box .form-group, .lg-space .form-group{margin-bottom: 50px;}
.login-box .box.supreme-blue li a{padding: 10px 0; display: block}
.lined_tab .box-header .tabs-menu {
    border-bottom: none;
    margin-bottom: -1px;
}
.helper{font-size:12px;padding-top:5px;}
.text-error {
    color: #962a26;
    position: absolute;
}
/* Virtual keyboard*/
.chkbox-wrpr {
    margin: 30px 0 5px;
    text-align: center;
    position: relative;
}
.chkbox-wrpr input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 22%;
    z-index: 22;
    top: 4px;
}
.chkbox-wrpr input[type=checkbox] + label {
    background-image: url(../BaseMasterPage/images/keyboard.svg);
    background-repeat: no-repeat;
    padding: 0px 0 0 27px;
}
.chkbox-wrpr input[type=checkbox]:checked + label {
    background-image: url(../BaseMasterPage/images/keyboard-unchecked.svg);
    color: #d8d8d8;
    padding: 0px 0 0 27px;
}
input[type=checkbox]:checked + label:after{ border-color: transparent;position: static; width: 0; height: 0; border-width: 0;}
.lined_tab .box-header .box-title {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box .box-body, .modal .modal-body{
   padding: 20px 20px 20px 20px;
}
.box .box-footer, .modal-content .modal-footer {
    padding: 10px 20px;
    position: relative;
}
.box .box-footer:before, .modal-content .modal-footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    width: calc(100% - 0px);
    margin: 0 auto;
    background: rgba(0,0,0,0.1);
}
.table-scrollable{overflow-x:hidden;overflow-y: auto;min-height: 0.01%;}
.box .body-title {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
    color: #9b9b9b;
    font-size: 12px;
}
.box.supreme-blue {
    background: #eff6ff;
}
.box.supreme-blue .box-header {
    background:#deedfe;
}
.box.grey {
    background: #f7f7f7;box-shadow: none;
}
ul.tabs-menu:after {
    display: table;
    content: "";
    clear: both;
}
.tabs-menu li {
    list-style: none;
    float: left;
    border-bottom: 1px solid transparent;
}
.lined_tab .tabs-menu li {
    border-bottom: 2px solid transparent;
}
.tabs-menu li.current {
    position: relative;
    z-index: 5;
}
.default_tab > .tabs-menu li.current {
    background-color: #eff6ff;
    border: 1px solid #bdbdbd;
    border-bottom: 1px solid transparent;
    border-radius: 2px 2px 0 0; box-shadow: 0px -3px 7px -2px rgba(0, 0, 0, 0.18);
}
.tabs-menu li a {
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    text-decoration: none;
}
.tabs-menu.mini-tab li a {
    padding: 10px 15px;
}
.default_tab .tabs-menu .current > a {
    color: #053d6e;
    font-weight: 500;
}
.tabs {
    border: 1px solid #d4d4d1;
    background-color: #eff6ff;
    float: left;
    border-radius: 0 0 2px 2px;
    margin-top: -1.75px;
    width: 100%;
}
.tabs-container {
    margin-bottom: 20px;z-index: 1;
}
.tabs-container .tabs-container {
    margin: 0;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}
.tabs .tabs .tab-content, .box .tabs .tab-content, .modal .tabs .tab-content {
    padding: 15px 0 0 0;
}
.tabs .tab-content:first-child {
    display: block;
}
.vertical_tab .tabs-menu{float: left; width: 250px;margin-right:60px;}
.vertical_tab .tabs-menu li{float:left;width: 100%; display: block;border:none;}
.vertical_tab .tabs-menu li.current{background:#e27a3b;position: relative;}
.vertical_tab .tabs-menu li.current:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 122, 59, 0);
	border-left-color: #e27a3b;
	border-width: 30px;
	margin-top: 0px;
}
.vertical_tab .tabs-menu li a{line-height: 20px;padding: 20px;display: block;}
.vertical_tab .tabs-menu li.current a{color:#fff;font-weight: bold;}
.vertical_tab .tabs{width:calc(100% - 310px);display: block;padding: 0;background: transparent;border: none;}
.vertical_tab .tab-content{padding: 0;}


.lined_tab .tabs-menu {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lined_tab .tabs-menu li {
    border-bottom: 2px solid transparent;
}
.lined_tab .tabs-menu li.current, .lined_tab .tabs-menu li:hover {
    border-bottom: 2px solid #e27a3b;
}
 .lined_tab .tabs {
    border: none;
    background: none;
}
.lined_tab .tabs-menu .current > a, .lined_tab .tabs-menu li:hover > a {
    color: #e27a3b;
}
.accordian-panel {
    margin-bottom: 20px;
}
.accordian-panel.orange {
    border: 1px solid #d5824f;
}
.panel-title {
    color: #4a4a4a;
    display: block;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}
.panel-title.inline {
    display: inline-block !important;
    padding-left: 0;
    color: #053d6e;
}
.panel-title h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.panel-title:after {
    font-family: 'icomoon' !important;
    content: "\e90a";
    position: absolute;
    right: 20px;
    top: 17px;
    font-size:6px}
.panel-title.inline:after {
    right: 0;
}
.panel-title.open:after {
    content: "\e901";
}
.support-blocks{padding:20px;margin-bottom: 40px;}
.support-blocks h2{padding-top:10px;clear: both;}
.support-title 
{
    font-size:20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-top: 15px;line-height: 22px;
}
.fw12{font-size: 12px !important;}


.inline-sep{position: relative; padding-top: 20px;margin-bottom:40px; border-bottom: 1px solid #d4d4d4;margin-top:10px;}
.inline-sep > span{display:inline-block;background:#fff;position:absolute;top:10px;color:#053d6e;
    padding-right:20px;line-height:20px;font-size: 20px;}
.inline-sep a{font-size:14px;}
.inline-sep.text-center > span{padding-left:20px;margin-left: -40px;}
.wrapper .inline-sep > span{background: #f1f1f1;}

.partner_box{position: relative;background-image: url('../../content/images/partner_banner.jpg');background-size: cover;height: 540px;display:  block;width: 100%;}
.icfl_box{position: relative;background-image: url('../images/icfl-banner.jpg');background-size: cover;height: 540px;display:  block;width: 100%;}
.icfl_box_product{position: relative;background-image: url('../images/icfl-banner.jpg');background-size: cover;height: 340px;display:  block;width: 100%;}
.icfl_announcement{position: absolute;right:20px;top:0;width:400px;padding:30px 40px;margin-top: 40px;}
.partnership{position: absolute;right:20px;top:0;width:400px;padding:30px 40px;margin-top: 30px;}
.modal-form{width:400px;padding:30px 40px;}

.awards_flex {margin: 0;}
.carousel{background: transparent;border: none;padding:0;overflow: hidden;}
.testimonial-box{padding:60px 20px 20px;background:#fff;position:relative;font-size:16px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);margin-top:50px;margin-bottom:5px;}
.testimonial-box1{padding:0px;background:#fff;position:relative;font-size:16px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);margin-top:20px;margin-bottom:5px;}
.flexslider .slides .cust-pic{position:absolute; width: 80px;height: 80px;top: -40px;left:0; right:0; text-align: center; margin:0 auto; border-radius: 50%; backface-visibility: hidden;}
.cust-name{text-align:center;padding-bottom:20px;}

.carousel .flex-direction-nav a{top:0;margin:0;height:100%;font-size:0;opacity:1;width:50px;}
.flex-direction-nav a:focus{outline:none;}
.carousel .portfolio_flex .flex-direction-nav a{margin:0;}
.carousel .flex-direction-nav a.flex-next{right:0px;}
.carousel .flex-direction-nav a.flex-prev{left:0px;}

.awards_flex .flex-direction-nav a.flex-next{background-image:linear-gradient(to right, rgba(7, 75, 126, 0), #074b7e);}
.awards_flex .flex-direction-nav a.flex-prev{background-image: linear-gradient(to left, rgba(7, 75, 126, 0), #074b7e);}
.portfolio_flex .flex-direction-nav a.flex-next{background-image: linear-gradient(to right, rgba(237, 237, 237, 0), #f1f1f1);right:0;}
.portfolio_flex .flex-direction-nav a.flex-prev{background-image: linear-gradient(to left, rgba(237, 237, 237, 0), #f1f1f1);left:0;}
.flexslider:hover .flex-direction-nav .flex-next{right:0;}
.flexslider:hover .flex-direction-nav .flex-prev{left:0;}

.carousel .flex-direction-nav a.flex-next:before, .carousel .flex-direction-nav a.flex-prev:before {content:'\e90c';font-family:'icomoon' !important;font-size:30px;position:relative;top:25%;}
.carousel .flex-direction-nav a.flex-prev:before{transform: rotate(180deg);}
.awards_flex .flex-direction-nav a.flex-next:before, .awards_flex .flex-direction-nav a.flex-prev:before{color:#fff;}

.flipster{overflow: hidden !important;}
.flip-items li{width:400px;background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);}
.flip-items li .flip-box{padding:20px;}
.flip-items li .flip-title{font-size:20px;padding-bottom:10px}
.flip-img {height: 290px; width: 100%;}
.flip-img img{height: 290px;object-fit: cover;}
.flip-current .flip-content{position: relative;box-shadow:0 8px 20px 0 rgba(0, 0, 0, 0.18);}
.flip-current .flip-content:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.grid_row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0;
}

/* Create four equal columns that sits next to each other */
.grid_column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding:0;
}

.grid_column img {
    margin-top:0;
    vertical-align: middle;
}
h3.order-status + .panel-title.inline{line-height: 54px}
h3.order-status + .panel-title.inline:after{top:10px;}
.order-status {color: #66b20f;position: relative;
    font-size: 14px;
    font-weight: 500;
    padding:10px 0 20px 60px;
    /*line-height: 54px;*/
}
.order-status:before{position: absolute;content: ""; border:2px solid #66b20f;width: 50px; height:50px;border-radius:50%;left:0;top:0;right:0;}
.order-status:after {
    content: '';
    position: absolute;
    left:21px;right:0;top:13px;
    border: solid #66b20f;
    width: 10px;
    height: 22px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.accordian-content {
    display: none;
    width: 100%;
    padding: 20px;
    border-top: solid 1px rgba(0,0,0,0.1);
}

table {width: 100%;border-collapse: collapse;border-spacing: 0;font-size: 14px;}

.table.theme_table .dashed-sep{border-bottom: 1px dashed #d4d4d4;}
.table.table-stripped td{padding:10px 20px;}
.table-stripped tr:nth-of-type(even){background-color:rgba(0,0,0,0.03);}
.shady-table thead{background: #f7f7f7;font-weight: 500;}
.shady-table tr td{text-align:center;}
.shady-table tr td:first-child, .shady-table tr th:first-child{text-align:left}
.table.light-head th{color:#9b9b9b;text-align: left;}
.table.reverse-head th{font-weight: normal;}

.table thead th, .table th{font-weight:500;}
.table td, .table th{padding:10px;}
.table.light-head th{color:#9b9b9b;text-align: left;}
.accordian_table thead th{color:#4a4a4a;font-size:12px;font-weight:normal;border-left:1px solid #d4d4d4;}
.no-border.accordian_table thead th{border-left:none;}
.accordian_table thead th:first-child{border-left: none;}
.accordian_table tbody tr td:first-child, .accordian_table thead th:first-child{padding-left: 20px;}
.accordian_table tbody tr td:last-child, .accordian_table thead th:last-child{padding-right: 20px;}
.accordian_table tbody tr td{position:relative;padding-top: 20px;padding-bottom: 20px;}
.accordian_table tbody tr td::after {content:"";position:absolute;width:100%;left:0;right:0;background:#bdbdbd;bottom:0;height:1px;}
.accordian_table tbody tr:last-child td::after{content:none;}
.accordian_table tbody tr td:first-child::after{left:20px;width:calc(100% - 20px)}
.accordian_table tbody tr td:last-child::after{right:20px;width:calc(100% - 20px)}
.accordian_table tbody tr:last-child td {padding-bottom:0;}

footer {
    font-size: 12px;
    line-height: 20px;
    color: #4a4a4a;
}
.bg-theme a {
    color: #ffffff;
}
h3.footer-title, .border-title {
    font-weight: bold;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0px}
h3.footer-title{font-size: 12px;}
.footer_mid {
    padding: 40px 0;
}
.copy_text {
    padding-bottom: 10px;
}
.footer_level1, .footer_level3{
    padding: 20px 0;
}
.footer_level1 .adajacent_links a {
    color: #ffffff;
    font-size: 14px}
.footer_level1 .adajacent_links a:after {
    background: #ffffff;
}
.footer_level1 i {
    font-size: 16px;
}
footer .foot_col {
    width: 92%;
}
.foot_col p {
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}

.ggpopover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 276px;
    padding: 0;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    margin-left: 10px;
}
.popover-title {
    color: #4a4a4a;
    display: block;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.popover-content {padding: 10px 20px;font-family:Roboto, helvetica, arial,sans-serif; font-weight: normal;font-size: 14px;}
.ggpopover > .arrow,.ggpopover > .arrow > .after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ggpopover > .arrow {
    border-width: 11px;
}
.ggpopover > .arrow > .after {
    content: "";
    border-width: 10px;
}
.ggpopover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.ggpopover.top > .arrow > .after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.ggpopover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.ggpopover.right > .arrow > .after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.ggpopover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.ggpopover.bottom > .arrow > .after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.ggpopover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.ggpopover.left > .arrow > .after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.ggtooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 5px 10px;
}
.ggtooltip.fade {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.ggtooltip.fade.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ggtooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.ggtooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.ggtooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.ggtooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.ggtooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.ggtooltip .arrow, .ggtooltip .arrow-shadow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ggtooltip.top .arrow, .ggtooltip.top .arrow-shadow {
    bottom: 1px;
    left: 25%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.ggtooltip.top-left .arrow, .ggtooltip.top-left .arrow-shadow {
    right: 5px;
    bottom: 1px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.ggtooltip.top-right .arrow, .ggtooltip.top-right .arrow-shadow {
    bottom: 1px;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.ggtooltip.top .arrow-shadow, .ggtooltip.top-left .arrow-shadow, .ggtooltip.top-right .arrow-shadow {
    bottom: 0;
}
.ggtooltip.right .arrow, .ggtooltip.right .arrow-shadow {
    top: 50%;
    left: 1px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.ggtooltip.right .arrow-shadow {
    left: 0;
}
.ggtooltip.left .arrow, .ggtooltip.left .arrow-shadow {
    top: 50%;
    right: 1px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.ggtooltip.left .arrow-shadow {
    right: 0;
}
.ggtooltip.bottom .arrow, .ggtooltip.bottom .arrow-shadow {
    top: 1px;
    left: 25%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.ggtooltip.bottom-left .arrow, .ggtooltip.bottom-left .arrow-shadow {
    top: 1px;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.ggtooltip.bottom-right .arrow, .ggtooltip.bottom-right .arrow-shadow {
    top: 1px;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.ggtooltip.bottom .arrow-shadow, .ggtooltip.bottom-left .arrow-shadow, .ggtooltip.bottom-right .arrow-shadow {
    top: 0;
}

.timeline {
    position: relative;
    margin: 20px;
}
.timeline:after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    border-left: 2px dashed #000;
}
.timecontent {
    position: relative;
    padding:20px 0 20px 45px;
}
/*.timecontent:first-child{padding-bottom: 70px;}*/
.timecontent .step {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    left: -30px;
    z-index: 2;
    color: #4a4a4a;
    font-weight: bold;
    top: 20px;padding-top:12px;
}

.timecontent .stepactive {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #e4f1ff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    left: -30px;
    z-index: 2;
    color: #4a4a4a;
    font-weight: bold;
    top: 20px;padding-top:12px;
}

.timecontent1 .step1 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    left: 40px;
    z-index: 2;
    color: #4a4a4a;
    font-weight: bold;
    top:65px;
	padding-top:px;
}

.timecontent1 .stepactive1 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #e4f1ff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    left: 40px;
    z-index: 2;
    color: #4a4a4a;
    font-weight: bold;
    top:65px;
	padding-top:px;
}

.sub-content1
{
	top:15px;
	padding-left:40px;
	position:relative;
}

.grid{display: flex;flex-wrap: wrap; }
.grid-item{flex-grow: 1; min-width:50%;}
.grid .flex_col {flex:auto;}
.flex_col .box{height: 100%;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color:rgba(212, 212, 212,0.43); /* Black w/ opacity */
    z-index:999999;
}
.modal-content {
	background: #fff;
    margin: 10% auto; /* 15% from the top and centered */
    border: 1px solid #888;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
    width:calc(100% - 40px); 
}
.modal-md{max-width: 800px;position: relative}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;z-index: 7;
    cursor:pointer;
}

.dtable{width: 100%;display: table;}
.trow{display:table-row;position: relative;}
.column{display: table-cell;padding-left:15px;padding-bottom: 20px;}
.column:first-child{white-space: nowrap;}
li.trow:before {
    position:  absolute;
    content:  "";
    width:  5px;
    height:  5px;
    background: #4a4a4a;
    border-radius:  50%;
    margin-top: 7px;
    left:10px;
}
::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar CSS*/
/* Track */
::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 6px;} 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d4d4d4; border-radius: 6px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* Market Flex Slider */
.stock_row{margin-left:-20px;margin-right: -20px;}
.stock_opt{background:#f7f7f7;padding:20px;border-right:1px solid #d4d4d4;}
.flex_container{background:#eff6ff;padding:10px 20px;}
.stock-bx{float: left;width: 20%;padding:10px 25px;position: relative;}
.stock-bx:after{position:absolute;content: ""; background: #d4d4d4;height: 100%;width: 1px;right:0;}
/* Calander */
.ui-widget-content{box-shadow: none;border: none !important;}
.ui-widget-content.ui-autocomplete{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);}
.ui-datepicker-title{text-align: center;padding:20px 0 20px 0;color:#053d6e;font-weight: 500;}
.ui-datepicker-calendar td{text-align: center;padding: 10px;}
.ui-datepicker-calendar td a{color:#767676 !important;height: 25px; width: 25px;display: inline-block;background: transparent !important; border:none !important;padding:0;}
.ui-datepicker-calendar td.ui-datepicker-other-month a{color: #d4d4d4;}
.ui-datepicker-calendar td.highlight a{color:#e27a3b !important;}
.ui-datepicker-calendar td.highlight a.ui-state-active{background: #e27a3b !important;border-radius: 50%;color: #fff !important;
    padding: 3px;line-height: 20px;text-align: center;}
.ui-datepicker-calendar td.ui-datepicker-today a{border:2px solid #e27a3b !important;border-radius:50%;line-height:23px;box-sizing: border-box;}
.ui-datepicker-header, .ui-state-default, .ui-widget-content .ui-state-default{background: none; border:none;}
.event .ui-datepicker-header, .ui-datepicker-multi{position: relative}
.ui-corner-all a.ui-datepicker-prev, .ui-corner-all a.ui-datepicker-next{display: inline-block;position: absolute;width: 30px; text-align: center;cursor: pointer;}
.ui-corner-all a.ui-datepicker-prev:after, .ui-corner-all a.ui-datepicker-next:after{content:"\e90c";position: absolute;top: 20px;font-family: 'icomoon';font-size: 12px;color:#9b9b9b;text-indent: initial;}
.ui-corner-all a.ui-datepicker-prev:after{transform:rotate(180deg);}
.ui-corner-all a.ui-datepicker-next{right: 5%;}
.ui-corner-all a.ui-datepicker-prev{left:5%;}
.ui-datepicker-multi{z-index: 99 !important;background: #ffffff;}
.ui-daterange-selected a {background-color:rgba(100,100,100,.5) !important;color: white !important;}
.ui-daterange-selected {background-color: rgba(100,100,100,0.5); }
.ui-datepicker-row-break {display: none;}
.ui-datepicker-group {float:left;padding:0 20px;}
.ui-datepicker-group:first-child {border-right:1px solid #d4d4d4;}


.ipo_box{ border-radius: 2px;background-color:#f7f7f7;border: solid 1px #d4d4d4;padding: 20px;}
.ipo_box:last-child{margin-bottom: 0;}
.ipo_logo{float: left;padding-right:15px;border-right: 1px solid #ccc;margin-right:15px;}
.ipo_logo img{width: 80px;}
.ipo_desc{overflow: hidden;}
.ipo_desc small{color:#4a4a4a;padding-top: 10px;}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	li.trow:before{margin-top:-7px;}
	/*.inline-sep > span{left:50%;}*/
}
/*
@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.logo-container{width: 28%}
	.live_status{width:72%;}
	.logo-container a.navbar-brand img{width: 100%}
	.live_status{width: 32%}
	.login-container{width: 40%}
	.menu-container{width: 72%}
	.search-container{width: 28%}

}
@media only screen and (max-width: 1024px) and (min-width: 1012px) {
    body{overflow-x: hidden}
}
@media screen and (max-width: 1220px) and (min-width: 1022px) {
	table{font-size: 13px;}

    .navbar .header-menu li > a {padding: 20px 4px;}
    .navbar .submenu li a{padding:5px 20px 10px;} 
    .clearmenu{margin:10px auto;}
    .clearmenu:after{width:calc(100% - 40px);}
    nav a.dropdown:after{right:1px;}
    .user-name{max-width:75px;}
    .box .box-body, .tab-content, .accordian-content {padding: 13px;}
.box-header, .panel-title {
    padding: 10px 15px;
}
.default_tab > .tabs-menu li a {
    padding: 8px 11px;
    font-size: 13px;
}
.lined_tab .tabs-menu li a{padding:10px}
.tabs-menu.mini-tab li a {
    padding: 10px;
}
.adajacent_links li a {
    font-size: 12px !important;
    padding: 0 6px;
}
.btn.outline {
    padding: 6px 10px;
}
.input-sm{max-width: 110px;} 
.status-box {
    padding: 0 0 0 10px;
    font-size: 12px;
    margin-right:5px;
}
.footer_level1 i {
    font-size: 14px}
.secondary_menu li {
    padding-right:6px;
}
.status-box .colored_status {
    padding: 0 7px 0 2px;
}
}
*/
.input-md{max-width:210px;}
.pull-center{margin:0 auto;}
.mrl20 {
    margin-left: 20px;
}
.mrl25 {
    margin-left: 25px;
}
.mrl50 {
    margin-left: 50px;
}
.nonlog{padding:40px 0;}
.nonlogwrapper{padding-bottom:60px;margin-bottom:10px;}
.icfl-contentbox{padding:20px 20px 20px;background:#fff;position:relative;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);margin-top:20px;margin-bottom:5px; margin-right:30px; min-height:300px !important; height:350px;}

.icfl-chapters-contentbox{padding:20px 20px 20px;background:#f7f7f7;position:relative;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);margin-top:20px;margin-bottom:5px; margin-right:30px; min-height:100px !important; height:auto;}
.megamenu_2{padding:20px 40px 30px;margin: 0 20px;width:calc(70% - 70px);}
.megamenu_2 ul li a{padding:3px 0 8px 0;color:#053d6e;line-height:20px;}
.clearmenu{clear:both;width:100%;margin:15px auto 20px;position: relative;float: left;}
.clearmenu:after{content:"";width:calc(100% - 80px);margin:0 auto;border-bottom:1px solid #d4d4d4;position: absolute;left:0;right:0;}
.input-lg{max-width: 280px;} 
.form-enrty input
{
    display:inline-block;
    border:1px solid #c4c4c4;
}
.form-group.form-enrty select.input-lg{max-width: 280px;} 
.debugmsk{display:none;z-index:99999;border:1px solid black;position:absolute;width:100%; opacity:1.0;background-color:Gray;}
.debugmsk .debugtxt{display:inline-block;width:calc(100% - 40px);padding:10px;max-height:500px;overflow:auto;color:White;}
.m-width150{min-width:150px;}
.input-vsm {width:45px !important;}.input-vssm {width:50px !important;}
.input-sm {width:130px !important;;}
.input-sml {width:110px !important;;}
.input-lg{width: 280px !important;;}
.cursor-pointer{cursor:pointer;}
.fixed-table-div{padding-top: 40px;position: relative;background: #f7f7f7;}
.fixed-table-div table{background: #ffffff;}
.fixed_head th div {position: absolute;background:transparent;color:#4a4a4a;padding:10px 15px;top: 0;line-height: 20px;margin-left: -15px;border-left: 1px solid #d4d4d4;}
.fixed_head th {height: 0;line-height: 0 !important;padding-top: 0 !important;padding-bottom: 0 !important;color: transparent !important;border: none !important;white-space: nowrap;}
.fixed_head th:first-child div{border-left: none}
.fix_tab_container{height:300px;overflow-y: scroll;overflow-x: hidden;} /*To change height*/

table.glyphicon-hover .glyphicon {
  visibility: hidden;
}
table.glyphicon-hover td:hover .glyphicon {
  visibility: visible;
}

.text-dividerr{display: block;text-align: center;position: relative;margin:10px 0px 10px 0px;clear: both; color: #9b9b9b; font-weight: 500;height:1px; background: #9b9b9b;}
.text-divider{display: block;text-align: center;position: relative;margin:35px 0;clear: both; color: #9b9b9b;font-weight: 500;}
.text-divider:before, .text-divider::after{position: absolute;content:"";background:#9b9b9b; height:1px;width:calc(50% - 10px); left:0;top:10px;}
.text-divider::after{left:calc(50% + 10px)}


/* For scroll of right panel */
#sidebar {width:420px; position: fixed; right:3.5%; z-index: 1; top:225px; margin: 0 0 0 0px;}
/* END For scroll of right panel */

/*Accordion*/
.accordian-panel.gray .panel-title {
	background: #f7f7f7;
}
/*END For Accordion*/

/*For Customer Service Banner*/
.fill-primary {
	fill: #377dff !important;
}
figure {
	margin: 0 0 1rem;
}
.ie-main-hero {
	height:538px;
  }
.main-hero-0{fill:#377dff;}
/* END */

/* Vertical Tabs */
.tagline-box-lightcoral{background:#FFFFFF;padding:20px 30px;color:#074b7e;}
.tagline-box-cloud{background:#F7F7F7;padding:20px 30px;color:#074b7e;}
.tagline-box-cloud .mini-text-cloud{color:#074b7e;padding:5px 0;}
.tagline-box{background:#074b7e;padding:20px 30px;color:#fff;}
.tagline{font-weight: 300;font-size: 30px;margin:30px 0;}
.tagline-box .mini-text{color:#fff;padding:5px 0;}
.tagline-box .support-title{color:#ffffff;font-weight: bold;}
.support-icon{vertical-align: middle;display:block;
    height: 55px;
    text-align: center;
    margin: 0 auto;}
.support-icon img, .awards_flex .slides .support-icon img{height: 55px;width: auto;display:inline-block;}
.support-icon [class^="icon-"]{display: inline-block;color:#e27a3b;vertical-align: middle;font-size: 55px;}
.support-icon .icon-group, .support-icon .icon-mail{font-size: 40px;}

.vertical_tab .tabs-menu{float: left; width: 250px;margin-right:60px;}
.vertical_tab .tabs-menu li{float:left;width: 100%; display: block;border:none;}
.vertical_tab .tabs-menu li.current{background:#e27a3b;position: relative;}
.vertical_tab .tabs-menu li.current:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 122, 59, 0);
	border-left-color: #e27a3b;
	border-width: 30px;
	margin-top: 0px;
}
.vertical_tab .tabs-menu li a{line-height: 20px;padding: 20px;display: block;}
.vertical_tab .tabs-menu li.current a{color:#fff;font-weight: bold;}
.vertical_tab .tabs{width:calc(100% - 310px);display: block;padding: 0;background: transparent;border: none;}
.vertical_tab .tab-content{padding: 0;}

.clearmenu1{clear:both;width:100%;margin:15px auto 20px;position: relative;float: left;}
.clearmenu1:after{content:"";width:calc(100% - 0px);margin:0 auto;border-bottom:1px solid #d4d4d4;position: absolute;left:0;right:0;}

/* END */
#payment-options {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
#payment-options {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ebedf0;
    background: #fff;
}
.grid,.grid1 {
    text-align: center;
}
.clear {
    clear: both;
}

#payment-options .item {
    border-bottom: none !important;
}
.grid .item {
    cursor: pointer;
    width: 33.33%;
    float: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: 1px solid #ebedf0;
    border-left: 1px solid #ebedf0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid1 .item1 {
    cursor: pointer;
    width: 50%;
    float: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: 1px solid #ebedf0;
    border-left: 1px solid #ebedf0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid .item:hover, .grid1 .item1:hover {
    background: #eee;
}

#payment-options .desc {
    display: none;
}
.grid label, .grid1 label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: inherit;
    height: 86px;
    display: block;
    font-size: 14px;
}

#payment-options i svg {
    display: inline-block;
    height: 0.75em;
    vertical-align: top;
    max-width: 38px;
}

#payment-options i {
    display: block;
    font-size: 40px;
    color: #e77817; /*29b7d8*/
    margin: 0 0 -4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 1.2em;
	margin-top:20px;
}
.m-height40{min-height:40px;}.m-height50{min-height:50px;}.m-height70{min-height:70px;}.m-height90{min-height:90px;}
.m-height100{min-height:100px;}.m-height150{min-height:150px;}.m-height200{min-height:200px;}.m-height250{min-height:250px;}
.m-height300{min-height:300px;}.m-height350{min-height:350px;}.m-height400{min-height:400px;}

.login-box1 {
    width:1200px;
    border-radius: 2px;
    margin: 40px auto;
    padding: 40px;
}
.mrt30 {
    margin-top:30px;
}

.mrt10 {
    margin-top: 10px !important;
}
.mrt15 {
    margin-top: 15px !important;
}
.bell-count {    
    width:210px;
    height:36px;
    line-height:16px;
    color:#fff;
	float:right;
	right:5px;
	text-align:center;
    top:37px;
    position: absolute;
    font-size:13px;
}
.bell-count2 {    
    width:210px;
    height:36px;
    line-height:16px;
    color:#fff;
	float:right;
	right:5px;
	text-align:center;
    top:37px;
    position: absolute;
    font-size:13px;
}

.bell-count1 {
    /*background: #e27a3b;
    border-radius:50%;*/
    width:100px;
    height:36px;
    line-height:16px;
    color:#fff;
	float:right;
	right:-42px;
	text-align:center;
    top:0px;
    position: absolute;
    font-size:12px;
}
.stub {
    background: #FFFFFF;
    font-size: 12px;
    font-weight: ;
    line-height: 16px;
    padding: 4px 6px 4px 12px;
    display: inline-block;
    vertical-align: middle;
    *: ;
    zoom: 1;
    *: ;
    display: inline;
    margin: 7px 8px 7px 0;
    border: 1px solid #DDDDDD;
    border-radius: 32px;
}

.stub__label {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stub__remove {
    color: #CCCCCC;
    cursor: pointer;
    margin-left: 8px;
}

.stub__icon {
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 16px;
    line-height: 16px;
}
.pagination{display:inline-block;padding-left:0;/*margin:20px 0;*/border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#053d6e;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#e27a3b;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#e27a3b;border-color:#e27a3b}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


#pointer {
	width: 200px;
	height: 40px;
	position: relative;
	background: #e27a3b;
	float: right;
	right:25px;
	top:25px;
}
#pointer:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
 	width: 0;
  	height: 0;
  	border-left: 20px solid white;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
}
#pointer:before {
  	content: "";
  	position: absolute;
  	right: -20px;
  	bottom: 0;
  	width: 0;
  	height: 0;
  	border-left: 20px solid #e27a3b;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
}
/* Home Page Text Vertical Slider */
.slidingVertical{display:inline}
.slidingVertical span{animation:topToBottom 12.5s linear infinite 0s;-ms-animation:topToBottom 12.5s linear infinite 0s;-webkit-animation:topToBottom 12.5s linear infinite 0s;color:#e27a3b;opacity:0;overflow:hidden;position:absolute;}
.slidingVertical span:nth-child(2){animation-delay:2.5s;-ms-animation-delay:2.5s;-webkit-animation-delay:2.5s}
.slidingVertical span:nth-child(3){animation-delay:5s;-ms-animation-delay:5s;-webkit-animation-delay:5s}
.slidingVertical span:nth-child(4){animation-delay:7.5s;-ms-animation-delay:7.5s;-webkit-animation-delay:7.5s}
.slidingVertical span:nth-child(5){animation-delay:10s;-ms-animation-delay:10s;-webkit-animation-delay:10s}
@-webkit-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-50px);text-indent:0.3em}10%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}30%{opacity:0;-webkit-transform:translateY(50px)}80%{opacity:0}to{opacity:0}}
@-o-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-50px);text-indent:0.2em}10%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}30%{opacity:0;-webkit-transform:translateY(50px)}80%{opacity:0}to{opacity:0}}
@-moz-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-50px);text-indent:0.2em}10%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}30%{opacity:0;-webkit-transform:translateY(50px)}80%{opacity:0}to{opacity:0}}
@-ms-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-50px);text-indent:0.2em}10%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}30%{opacity:0;-webkit-transform:translateY(50px)}80%{opacity:0}to{opacity:0}}

.login-box-receipt{
    width: 800px;
    margin:0px auto;
    padding:20px;
	background:#fcf1eb;
	text-align:center !important; 
	visibility:visible
}
.table-td-background{background-color: #f7f7f7;}
.inlinefix{display :inline-block !important}


.downloads-banner {
    background: url(../images/download-forms.png)center center;
}
.page-banner {
    height:310px;
}
.downloadform-box{padding:20px 20px 20px;background:#fff;position:relative;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);margin-top:20px;margin-bottom:5px; margin-right:30px; height:auto; min-height:150px;}
.global_banner{position: relative;background-image: url(../../content/images/globalinvest_banner.png);background-size: cover;height: 340px;display:  block;width: 100%;}

.globalinvestbg
{
	background:#F7F7F7; 
	padding:20px 30px;
}