.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

* {
    outline: none;
}

img {
    border: none;
    outline: none;
}

img:focus {
    outline: none;
}

:focus {
    outline: none;
    border: none;
}

a {
    border: none;
    outline: none;
}

th {
    text-align: right;
}

:focus {
    outline: 0;
    /*removes the dotted border*/
}

html {
    width: 712px;
    height: 570px;
    background-color: #003a63;
}

body {
    width: 712px;
    height: 570px;
    background-color: #003a63;
    color: white;
    font-family: Arial, serif;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center !important;
}

#main-container {
    width: 820px;
}

#header {
    width: 820px;
    padding: 0 6px 0 0;
    height: 40px;
    background: black;
}

#header button {
    height: 24px;
    margin-left: 5px;
    position: relative;
    top: 8px;
}

#info {
    padding: 10px;
    height: 110px;
    font-weight: bold;
    background: #003a63;
}

#info button {
    width: 55px;
    height: 20px;
}

#mpid-area {
    width: 130px;
}

#match-area {
    width: 120px;
}

#logo {
    height: 40px;
    position: relative;
    top: -1px;
}

button {
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}

.blue-button {
    border: 1px solid #003a63;
    background-color: #003a63;
    border-radius: 2px;
}

.blue-button:hover {
    background-color: #50597B;
}

.green-button {
    border-top: 1px solid #c1d72e;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #7ac142;
    border-radius: 2px;
}

.green-button:hover {
    background-color: #c1d72e;
}

.red-button {
    border-top: 1px solid #f47970;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #ee3124;
    border-radius: 2px;
}

.red-button:hover {
    background-color: #f47970;
}

.orange-button {
    height: 21px;
    border: 0;
    background: #f57c00;
    color: white;
    border-radius: 2px;
    margin-left: 6px;
}

.orange-button:hover {
    background: #FBB773;
}

.symbol-input {
    border: 1px solid #009fc3;
    height: 45px;
    background: #009fc3;
    margin: 0 0 10px 0;
    border-radius: 4px;
    color: white;
    outline: none;
}

input[type='text']:focus {
    border: 1px solid #bdbec0;
    box-shadow: 0 0 10px #bdbec0;
}

#mpid-input {
    width: 120px;
    font-size: 2em;
    text-align: center;
}

.gray-text {
    color: #bdbec0;
}

.blue-text {
    color: white;
    font-weight: bold;
}

.blue-gray-text {
    color: #bdbec0;
}

#filter-header input[type="checkbox"] {
    position: relative;
    top: -1px;
    margin: 5px 5px 0 5px;
}

#filter-header-table {
    width: 100%;
    font-weight: bold;
    font-size: 0.85em;
    background-color: #003a63;
    border-bottom: 1px solid #bdbec0;
}

#filter-header-table td, #filter-header-table label {
    text-align: center;
}

#filter-table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    border-spacing: 0;
}

#filter-table button {
    width: 72px;
    height: 21px;
    padding: 0px !important;
    margin-bottom: 5px;
    margin-top: 3px;
}

#filter-table input {
    width: 72px;
    height: 22px;
    border: 1px solid #003a63;
    background: #003a63;
    margin: 0 0 8px 0;
    color: white;
    outline: none;
    border-radius: 2px;
    position: relative;
    top: 5px;
}

#filter-table td {
    text-align: center;
    padding: 0px;
}

#filter-table td:nth-child(1), #filter-table td:nth-child(5) {
    text-align: right;
}

#filter {
    width: 820px;
    background: #198cbb;
}

#filter-header {
    padding: 4px;
}

.medium-text {
    font-size: 0.8em;
}

.small-text {
    font-size: 0.7em;
}

.big-text {
    font-size: 2.7em;
}

table td {
    padding: 0px;
}

.gridStyle {
    width: 350px;
    height: 400px;
    float: left;
    background-color: #003a63;
}

#sell-grid {
    border-left: 4px solid #003a63;
}

.ngViewport {
    overflow: hidden;
}

.col1 {
    height: 20px;
}

#display-only-cb {
    margin-right: 10px;
}

.green {
    background-color: #7ac142;
    color: white;
}

.ngTopPanel {
    background-color: #003a63;
}

.ngCellText {
    font-size: 0.85em;
}

.text-left-align {
    text-align: left;
}

.text-right-align {
    text-align: right;
}

.left-margin {
    margin-left: 8px;
}

.ngSortButtonDown, .ngSortButtonUp {
    top: 10px;
    left: auto;
    right: 5px;
}

.ngSortPriority {
    top: 0px;
    left: auto;
    right: 5px;
}

.filter-input {
    width: 80px;
    height: 17px;
    margin-right: 10px;
    margin-left: 3px;
    margin-bottom: 0px;
    background-color: #003a63;
    border: 1px solid #003a63;
    padding: 0px;
    color: white;
    outline: none;
    border-radius: 2px;
}

.small-margin-right {
    margin-right: 5px;
}

.btn {
    color: black;
}

.more-btn {
    margin: 0 3px 0 3px;
}

.all-width {
    width: 100%;
}

.button-div {
    width: 120px;
}

.play-icon {
    background: url("images/play.png") center center no-repeat;
    width: 16px;
    height: 16px;
    padding-left: 28px;
}

.pause-icon {
    background: url("images/pause.png") center center no-repeat;
    width: 16px;
    height: 16px;
    padding-left: 28px;
}

#paused-label {
    color: #ee3124;
    font-size: 1.6em;
    margin-top: 20px;
    line-height: 40px;
}

.blink-me-slow {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.blink-me-fast {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#notification-div {
    background-color: #ee3124;
    width: 230px;
    height: 24px;
    color: white;
    padding-left: 3px;
    font-size: 1.3em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: table;
    overflow: hidden;
}

#inner-div {
    display: table-cell;
    vertical-align: middle;
}

.data-table {
    border-collapse: collapse;
    width: 400px;
    max-width: 405px;
    min-width: 405px;
    font-size: 0.9em;
}

.data-table td, .data-table tr {
    text-align: right;
    height: 22px;
}

.data-table td, .data-table th {
    padding-right: 3px;
}

.footer-style {
    text-align: center !important;
    font-weight: bold;
    background-color: #009fc3;
    padding-left: 3px;
    padding-right: 3px;
    height: 32px;
}

#activity-area table td {
    padding-left: 5px;
}

#popup-header {
    width: 290px;
    background-color: #009fc3;
    height: 25px;
    padding-left: 10px;
    padding-top: 6px;
}

#popup-header label {
    font-size: 1.3em;
    font-weight: bold;
}

#popup-footer {
    width: 490px;
    background-color: #009fc3;
    height: 25px;
    padding-right: 10px;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
}

#popup-footer button {
    height: 20px;
    width: 55px;
    float: right;
    font-size: 0.9em;
}

#table-div {
    padding: 10px;
}

.orders-table {
    border-collapse: collapse;
    width: 240px;
    font-size: 0.9em;
}

.orders-table td, .orders-table tr {
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
    height: 22px;
}

/*Modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/*
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
*/
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #003a63;
    border: 1px solid #009fc3;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
    width: 300px;
    margin: auto;
    margin-top: 40px;
    padding: 10px;
    color: white;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

select {
    border-radius: 2;
    border-color: #003A63;
    background-color: #003A63;
    color: white;
    position: relative;
    top: -1px;
    height: 20px;
    width: 47px;
    text-align: right;
    align-items: inherit;
}

.error-div {
    width: 820px;
    height: 20px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

/** Loader **/
.startup {
    margin: 300px auto 0 auto;
    text-align: center;
    width: 240px;
    background-color: #ff3737;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 13px;
    font-size: 18px;
    color: white;
}

.startup label {
    display: block;
}

.loader {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.loader-quart-1 {
    border-radius: 50px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.loader-quart-1:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-radius: 50px;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.black-text {
    color: #000000;
}

.info-message-header {
    font-size: 2em;
    display: inline-block;
}

.black-text-bold {
    color: #000000;
    font-weight: bold;
}

#column-selections {
    width: 250px;
}

#column-selections-header {
    background: #003A63;
    width: 250px;
    height: 35px;
}

.column-selections-icon {
    margin-left: 5px;
    line-height: 35px;
    font-size: 20px;
    padding-right: 25px;
    width: 20px;
    height: 20px;
}

.column-selections-text {
    font-size: 15px;
    font-weight: bold;
    vertical-align: text-bottom;
}

#column-selections ul li {
    border-bottom: solid 1px #aaa;
    height: 30px;
}

#column-selections ul li span {
    color: black;
    padding-left: 10px;
    line-height: 28px;
}

#column-selections-footer {
    background: #003A63;
    width: 250px;
    height: 43px;
}

#column-selections-footer div {
    background: #2D303A;
    text-align: center;
    width: 85px;
    height: 25px;
}

#column-selections-footer div span {
    margin-left: 0;
    font-weight: 600;
    line-height: 25px;
}

.custom-input {
    float: right;
    margin-right: 15px;
    background-color: inherit;
    margin-top: 8px;
    height: 25px;
}

.right-radius {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.left-radius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.appear-clickable {
    cursor: pointer;
}

.appear-movable {
    cursor: pointer;
}

.modal-open .modal {
    z-index: 1111 !important;
}
