.overlay {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

.loader {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: 120px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-animation: rotateloader 2s infinite ease-in;
            animation: rotateloader 2s infinite ease-in;
}

@-webkit-keyframes rotateloader {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
                transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
                transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateloader {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
                transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
                transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.loader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.loader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 10%;
    background-color: #004179;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
}

.loader div:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-animation: rotateCircle1 2s infinite linear;
            animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@-webkit-keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
                transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
                transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
            transform: rotateZ(36deg);
    -webkit-animation: rotateCircle2 2s infinite linear;
            animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@-webkit-keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
            transform: rotateZ(72deg);
    -webkit-animation: rotateCircle3 2s infinite linear;
            animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@-webkit-keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
                transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
            transform: rotateZ(108deg);
    -webkit-animation: rotateCircle4 2s infinite linear;
            animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@-webkit-keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
                transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
            transform: rotateZ(144deg);
    -webkit-animation: rotateCircle5 2s infinite linear;
            animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@-webkit-keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
                transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(6) {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-animation: rotateCircle6 2s infinite linear;
            animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@-webkit-keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
                transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(7) {
    -webkit-transform: rotateZ(216deg);
            transform: rotateZ(216deg);
    -webkit-animation: rotateCircle7 2s infinite linear;
            animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@-webkit-keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(8) {
    -webkit-transform: rotateZ(252deg);
            transform: rotateZ(252deg);
    -webkit-animation: rotateCircle8 2s infinite linear;
            animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@-webkit-keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
                transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(9) {
    -webkit-transform: rotateZ(288deg);
            transform: rotateZ(288deg);
    -webkit-animation: rotateCircle9 2s infinite linear;
            animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@-webkit-keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
                transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.loader div:nth-child(10) {
    -webkit-transform: rotateZ(324deg);
            transform: rotateZ(324deg);
    -webkit-animation: rotateCircle10 2s infinite linear;
            animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@-webkit-keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
                transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
                transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.blink {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: blink;
            animation-name: blink;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.blink-follow-uprising {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
    -webkit-animation-name: blink-follow-uprising;
            animation-name: blink-follow-uprising;
}

@-webkit-keyframes blink-follow-uprising {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(214,220,226,0.45);
    }
}

@keyframes blink-follow-uprising {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(214,220,226,0.45);
    }
}

.blink-follow-downrising {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
    -webkit-animation-name: blink-follow-downrising;
            animation-name: blink-follow-downrising;
}

@-webkit-keyframes blink-follow-downrising {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(214,220,226,0.45);
    }
}

@keyframes blink-follow-downrising {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(214,220,226,0.45);
    }
}

.price-watch-cell {
    vertical-align: middle !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.price-watch-cell.instrument-code {
    font-weight: bold;
    font-size: 16px;
}

.price-watch-cell.instrument-name {
    font-size: 11px;
}

.Collapsible section div div .Select {
    margin-right: 5px;
    z-index: 0 !important;
    width: 180px;
}

.Collapsible section div div .Select.is-open {
    z-index: 1 !important;
}

.Collapsible section div div .Select-menu {
    position: fixed !important;
    width: 180px;
    background-color: #ffffff;
}

.Collapsible {
    background-color: #ffffff;
}

.Collapsible__trigger {
    display: block;
    text-decoration: none;
    color: #656566;
    position: relative;
    padding-top: 8px;
    padding-left: 36px;
    padding-right: 10px;
    padding-bottom: 8px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    height: 38px;
}

.Collapsible__trigger:before {
    font-family: "FontAwesome";
    content: '\f108';
    position: absolute;
    left: 10px;
    top: 8px;
    display: block;
    font-size: 16px;
}

.Collapsible__trigger:after {
    font-family: "FontAwesome";
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 2px;
    display: block;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    font-size: 25px;
}

.Collapsible__trigger.is-open {
    height: 36px;
    background-color: #09488a;
    color: #ffffff;
}

.Collapsible__trigger.is-open:after {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg)
}

.Collapsible__trigger.is-disabled {
    opacity: 0.5;
    background-color: grey;
}

.Collapsible__contentOuter {
    padding-left: 16px;
    padding-right: 16px;
}

.Collapsible__contentOuter .Collapsible__contentInner {
    padding: 20px 4px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.nav.nav-tabs { display: none; }
.viop-list { max-height: 120px; margin-top: 15px; }
.selection-item { display: inline-block; vertical-align: top; margin-right: 5px; }

@media all and (max-width:768px) {
    .selection-item { width: 100%; }
}
.form-datepicker{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/**price*/

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    width: 100%;
    height: 42px;
    padding: 6px 12px !important;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Ubuntu Bold;
    border-right-width: 0;

}
.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left.ui-autocomplete-loading{
    border-radius: 4px 0px 0px 0px;
}
.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left.ui-autocomplete-loading +
.ui-widget .ui-corner-right.ui-button-icon{
    border-radius: 0px 4px 0px 0px;
}

.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left:focus{
    outline: none;
}
.ui-widget .ui-corner-right{
    margin-left: -1px !important;
    background-image: url(/img/icons/icon-arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position:0px center !important;
    border: 1px solid #c5c5c5;
    background-color: white;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    vertical-align:bottom;
    height:42px;
    width: 20px;
    background-size: 12px;
}

.ui-widget .ui-corner-right.ui-button-icon:focus{
    outline: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    max-height: 360px;
    overflow-y: auto;
    /*width: 110px !important;*/
    overflow-x: hidden;
    border-radius: 0 0 4px 4px;
    border-top: 0;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-corner-all,
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper{
    font-family: Ubuntu;
    font-size: 12.5px;
    padding: 8px 10px !important;
    display: list-item;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    z-index: 1500;
}

/*
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
     border: 1px solid #003eff;
     background: #007fff;
 }*/

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:0}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
/**
 * Created by U0T9220 (Murat ARI) on 07.11.2017.
 */

.notifications-nav-sub {
    position: absolute;
    top: 100%;
    z-index: 10;
    right: 0;
    line-height: 1;
    list-style: none;
    border-radius: 4px;
    background: #09488a;
}

.notifications-nav-sub .visible {
    display: inline-block;
}

.notifications-nav-sub .invisible{
    display: none;
}

@media (min-width: 0px) {
    .web-notifications {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .web-notifications {
        width: 375px;
    }
}

@media (min-width: 992px) {
    .web-notifications {
        width: 400px;
    }
}

.web-notification-item {
    width: 100%;
    text-align: justify;
    line-height: initial;
    border-radius: 4px;
    border-bottom: 2px solid #08407b;
}

.web-notification-item-link{
    width: 100%;
}

.web-notification-item-inner{
    font-family: "Ubuntu", sans-serif;
    padding: 10px;
    font-size: 14px;
    line-height: 1.9;
    display: table;
    width: 100%;
}

.web-notification-item-inner .block-left{
    display: table-cell;
    width: auto;
}

.web-notification-item-inner .block-right{
    display: table-cell;
    width: 125px;
    font-size: 10px;
    text-align: right;
}

.web-notification-item-inner.unread,
.web-notification-item-inner.unread a {
    font-weight: 500;
    color: #ffffff;
}

.web-notification-item-inner.unread a {
    width: auto;
}

.web-notification-item-inner.unread i{
    color: #ffffff;
    font-size: 12px;
}

.web-notification-item-inner.read,
.web-notification-item-inner.read a {
    color: #e8e8e8;
}

.web-notification-item-inner.read a {
    width: auto;
}

.web-notification-item-inner.read i{
    color: #2e649c;
    font-size: 12px;
}

.web-notification-item-inner.unread .trash{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.web-notification-item-inner.read .trash{
    visibility: hidden;
}

.web-notification-item-inner.see-all {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: "Ubuntu Bold", sans-serif;
    line-height: 1.25;
}

.unread-web-notification-item {
    background-color: #0a519c;
}

.read-web-notification-item {
    background-color: #09488a;
}
.dosyaDetayIcerik {
    width: 100%;
    height: 200px;
    resize: vertical;
}

#Ozet {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

#AciklanmaTarihi {
    font-style: italic;
}

#div_detaylar {
    margin-top: 20px;
}

.fixedArea {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 450px;
}
.fixedArea300 {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 300px;
}
.fixedArea400 {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 400px;
}
.fixedArea500 {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 500px;
}
#yurtDisiGrafik {
    height: 170px;
}

.canvasCss {
    direction: ltr;
    position: absolute;
    left: 0;
    top: 0;
    width: 161px;
    height: 170px;
}

.divCss {
    padding: 0;
    position: relative;
}

.red-bg {
    background-color: #d52e42;
}

.green-bg {
    background-color: #67d456;
}

.legendLabel {
    padding-right: 10px;
}

#legend-container {
    background-color: #fff;
    display: inline-block;
    float: right;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    float: left;
}

.bg-lightGray {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 !important;
}

.researchReportRow {
    margin-bottom: 1px;
    margin-top: 10px;
}

.reporthighlight {
    background-color: #eff1f3;
    padding-top: 10px;
}

.hihlightedDiv {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #444444;
    padding-bottom: 10px;
}

.reporthighlight .write {
    margin-left: 10px;
}

.megafon {
    background: url(/img/icons/icon-megafon@16x13.svg);
    width: 20px;
    height: 20px;
    margin: 0 5px;
    float: left;
}

.foreignpanel {
    background-color: rgb(239, 241, 243) !important;
    height: 180px;
}

.foreignpanel .lpart {
    padding: 10px;
    float: left;
}

.foreignpanel .rpart {
    padding-top: 10px;
}

.foreignpanel .title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #666666;
}

.foreignpanel .body {
    font-size: 12px;
    text-align: left;
    color: #9a9a9a;
}

/*.tradeboxPanel {*/
    /*background-color: #09488a;*/
    /*color: white;*/
    /*padding-bottom: 10px;*/
/*}*/

/*.tradeboxPanel .title {*/
    /*margin-top: 20px;*/
    /*font-weight: bold;*/
    /*font-size: 16px;*/
/*}*/

/*.tradeboxPanel .body {*/
    /*font-size: 12px;*/
    /*text-align: left;*/
/*}*/

/*.tradeboxPanel .btn.btn-label {*/
    /*border: 1px solid #fff;*/
    /*color: #fff*/
/*}*/
#sermayeArttirim2 {
    height: 120px;
}

#sermayeArttirim3 {
    height: 250px;
    width: 792px;
}

#sermayeArttirim, #yabanciislemleri {
    height: 250px;
}

#sermayeArttirimTemettu {
    height: 250px;
}

.currentDataInformation {
}

.currentDataInformation p {
    font-size: 13px;
}

.inspectCount {
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    text-align: center;
    width: 90px;
    position: fixed;
    right: 0;
    top: 170px;
    z-index: 7000;
    color: #fff;
    font-family: 'Open Sans Bold', sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.inspectCount .total {
    font-size: 18px;
    color: yellow;
}

@media all and (max-width: 768px) {
    .currentDataInformation p {
        width: 98%;
    }
}

@media all and (max-width: 480px) {
    .fs28 {
        font-size: 18px !important;
    }

    .fs24 {
        font-size: 16px !important;
    }

    .fa-arrow-up, .fa-arrow-down {
        display: block;
    }
}

.chartheader {
    width: 338px;
    height: 28px;
    background-color: #64a964;
    font-size: 20px;
    color: white;
    margin-left: 20px;
    padding-left: 20px;
}

#stockGraph {
    height: 250px;
}

#stockGraphModal{
    height: 250px;
}

.list-group-horizontal .list-group-item {
    margin-top: 10px;
    display: inline-block;
    width: auto;
}

.no-top-border {
    border-top: none;
}

.company-info-table h4 {
    font-family: 'Ubuntu Medium',sans-serif;
}

.company-info-table .table thead tr th {
    font-size: 12px;
}

.company-info-table td {
    font-family: 'Ubuntu Bold', sans-serif;
}

.stock-graph-tooltip {
    background-color: #2abed9;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.stock-graph-tooltip p{
    margin: 0;
}

.stock-graph-tooltip-red {
    background-color: #d52e42;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.stock-graph-tooltip-red p{
    margin: 0;
}

.stock-graph-tooltip-green {
    background-color: #67d456;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.stock-graph-tooltip-green p{
    margin: 0;
}

.price-stock thead tr th {
    padding: 0px 5px;
}

.related_news_navigation {
    margin-top: 17px;
    margin-bottom: -21px;
    text-align: center;
}

.news-show-more {
    margin-left: 0px;
    margin-right: 0px;
}
.my-general-options {

}

@media (min-width: 992px) {

    .my-general-options > .row > div[class^="col-"]{
        min-height: 240px;
    }
    .my-general-options .border {
        position: relative;
    }

    .my-general-options .border:before,
    .my-general-options .border:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 24px;
        width: 2px;
        height: 89%;
        background-color: #eeeeee;
    }

    .my-general-options .border:after {
        right: 30px;
    }

    .my-general-options .border:before {
        left: -30px;
    }

    .my-general-options .left-right-padding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.my-general-options label {
    font-size: 14px;
}

.my-general-options {
    font-family: "Ubuntu Bold",sans-serif;
    font-size: 14px;
    text-align: left;
    color: #666666;
}

@media screen and (max-width: 769px) {
    .settings-panel .nav-tabs a {
        font-size: 12.5px;
    }
}


.indexes-section-right-outer {
}

.indexes-section-right-inner {
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
}

.indexes-section-right-table tbody tr td {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    font-family: "Ubuntu Bold",sans-serif;
}

.indexes-section-right-table tbody tr th {
    border: none;
    font-size: 14px;
    font-family: "Ubuntu Bold", sans-serif;
    line-height: 3.07;
    color: #9a9a9a;
}

.indexes-section-left {
}


.indexes-date {
    font-size: 10px;
    color: #9a9a9a;
    margin-top: -10px;
    margin-left: 2px;
    margin-bottom: 10px;
}

.indexes-section-left .no-left-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.indexes-section-left-header {
    border: none;
    font-size: 14px;
    font-family: "Ubuntu Bold", sans-serif;
    margin-top: 14px;
    color: #9a9a9a;
}

.indexes-section-left .last-value {
    font-size: 28px;
    font-family: "Ubuntu Bold", sans-serif;
    color: #666666;
}

.indexes-section-left .daily-change-text {
    font-size: 26px;
    font-family: "Ubuntu Bold", sans-serif;
}

.indexes-right-column {
    display: inline-block;
    float: right;
    white-space: nowrap;
    margin-top: 13px;
}

.indexes-left-column {
    display: inline-block;
    float: left;
    margin-top: 0;
    margin-left: 38px;
}

@media all and (max-width: 768px){
    .indexes-left-column {
        margin: 0;
    }
}

.indexes-section-left .daily-change-symbol {
    font-size: 14px;
    font-family: "Ubuntu Bold", sans-serif;
}

.indexes-section-left .chart-outer-div {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.indexes-section-left .chart-inner-div {
    width: 100%;
    height: 220px;
}

.mostclickedform{
    margin: 10px 5px;
}

@media all and (max-width: 768px){


    @media all and (max-width: 768px){
        .indexes-date {
            margin: 0;
        }
    }

    .mostclickedform.most-responsive .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mostclickedform.most-responsive .btn-group .btn.btn-label{
        border-radius: 0;
        border-top: 1px solid #666666;
        border-right: 1px solid #666666;
        border-left: 1px solid #666666;
        border-bottom: 0;
        margin: 0;
    }

    .mostclickedform.most-responsive .btn-group .btn.btn-label:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .mostclickedform.most-responsive .btn-group .btn.btn-label:last-child{
        border-bottom: 1px solid #666666;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    div#mostClickedTable_wrapper .rowTrigger {
        height: auto;
    }
}

.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}
@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

.amcharts-graph-column-front {
    transition: all .3s .3s ease-out;
}
.amcharts-graph-column-front:hover {
    fill: #496375;
    stroke: #496375;
    transition: all .3s ease-out;
}

.amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    -webkit-animation: am-draw 40s;
    animation: am-draw 40s;
}
@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}
@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}

.bullet-opening {
    color: red;
}

.table-row-padding-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.table-row-padding-0 {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
 }

.table-row-padding-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.table-first-pad-30 {
      padding-left: 30px !important;
  }
.table-first-pad-15 {
    padding-left: 15px !important;
}


.most-changed-stocks-inner {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.most-changed-stocks-inner .scroll {
    margin: 10px 0;
}

.most-changed-stocks-header {
    border: none;
    font-size: 16px;
    font-family: "Ubuntu Bold",sans-serif;
    line-height: 3.07;
    color: #9a9a9a;
}

.most-changed-stocks-table tbody tr td {
    font-size: 16px;
    font-family: "Ubuntu Bold",sans-serif;
    color: #666666;
}

.no-left-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin {
    margin: 0px !important;
}

.most-changed-stocks-cell {
    vertical-align: middle !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.most-changed-stocks-cell.instrument-code {
    font-family: "Ubuntu Bold",sans-serif;
    font-size: 16px;
}

.most-changed-stocks-cell.instrument-name {
    font-size: 11px;
    font-weight: normal;
}
.alert-summary-text {
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.message-box-f8f3d6 {
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    background-color: #f8f3d6;
    border: solid 1px #d8cd85;
    margin: 10px;
}

.message-box-f8f3d6 label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #967132;
    margin: 0px;
}

.alert-confirm-titles {
    font-size: 12px !important;
    padding: 5px !important;
    color: #9a9a9a !important;
    text-decoration: none !important;
}

.alert-form-group-wrapper {
    min-height: 200px;
}
