.strategies-content h3 {
    margin-bottom: 15px;
}

#symbol-select {
    width: 200px;
}

.help-element, .delete-element {
    cursor: pointer;
}

.backtester-sides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.backtester-sides label, .backtester-sides select {
    cursor: pointer;
}

.backtester-sides > div {
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.backtester-sides .back-left-side {
    width: 26%;
}

.backtester-sides .back-right-side {
    width: 68%;
}

.backtester-sides .back-top-head {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.backtester-sides .head-side h3 {
    margin: 0;
}

.backtester-sides .head-side {
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 14px;
}

ul.tabs-backtester {
    display: flex;
    list-style: none;
    margin: 20px 0 20px;
    padding: 0;
}

ul.tabs-backtester li {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

ul.tabs-backtester li.active, ul.tabs-backtester li:hover {
    border-bottom: 2px solid #777777;
}

.backtester-sides .block-input label {
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}

.backtester-sides .block-input input,
.backtester-sides .block-input select {
    width: 100%;
    padding: 9px 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

.backtester-sides .inputs-flexed {
    display: flex;
    align-items: center;
}

.backtester-sides .inputs-flexed .help-element {
    margin-left: 10px;
    font-size: 18px;
    color: #aaa;
}

.backtester-sides .block-input {
    margin-bottom: 15px;
}

.strategies-content {
    border-top: 1px solid #bdbdbd;
}

.backtester-sides .inputs-flexed.doubled > *:nth-child(1) {
    margin-right: 5px;
}

.strategies-content h3.orange-title {
    color: #e88900;
}

.backtester-sides .block-input .small-quantity input {
    width: calc(50% - 42px);
}

.backtester-sides .quantity-multiplier {
    font-weight: bold;
    margin-left: 10px;
}

.backtester-sides .under-quantity {
    margin-top: 10px;
}

.footer-backtester-options {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #bdbdbd;
}

.footer-backtester-options .radio-option {
    display: flex;
    align-items: flex-start;
    width: 48%;
    margin-top: 15px;
}

.footer-backtester-options .radio-option input {
    margin: 0;
    zoom: 1.8;
    cursor: pointer;
    margin-right: 5px;
}

.footer-backtester-options .radio-option label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.footer-backtester-options .radio-small-desc {
    font-size: small;
}

#run-backtester {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 7px;
    border: 0;
    background: #221d28;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}

#run-backtester:hover {
    background: #2f2f2f;
}

.backtester-list {
    margin-top: 20px;
}

.backtester-list .backlist-item {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.backtester-list .backlist-item:nth-last-child(1) {
    border: 0;
}

.backtester-list .backlist-item .backlist-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.backtester-list .backlist-item .backlist-head .round-circle {
    width: 15px;
    height: 15px;
    display: block;
    background: #14b8a6;
    border-radius: 100%;
    margin-right: 10px;
}

.backtester-list .backlist-item .backlist-head .symbol-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.backtester-list .backlist-item .backlist-body {
    display: flex;
    justify-content: space-between;
}

.backtester-list .backlist-item .backlist-body > div {
    width: 20%;
}

.backtester-list .backlist-item .backlist-body .backlist-column-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.backtester-start-search {
    text-align: center;
}

.backtester-start-search span {
    font-size: 40px;
}

#add-symbol {
    margin-left: 5px;
    cursor: pointer;
    font-size: 18px
}

.back-top-head .block-search {
    margin-right: 10px
}

.back-top-head .block-search select {
    width: 150px;
}

.box-position {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

.box-position label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.box-position .flexed-inputs {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    align-items: center;
}

.box-position .flexed-inputs input,
.box-position .flexed-inputs select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.box-position .flexed-inputs .delimiter {
    margin: 0 5px;
}

.box-position .flexed-inputs .help-element,
.box-position .flexed-inputs .delete-element {
    margin-left: 10px;
    width: 40px;
    display: inline-block;
}

.add-entry-criteria,
.add-and-exit-criteria,
.add-or-exit-criteria {
    display: flex;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
}

.add-entry-criteria:hover,
.add-and-exit-criteria:hover,
.add-or-exit-criteria:hover {
    text-decoration: underline;
}

.add-entry-criteria svg,
.add-and-exit-criteria svg,
.add-or-exit-criteria svg {
    font-size: 18px;
    margin-right: 8px;
}

.add-entry-criteria .fa-arrow-turn-up,
.add-and-exit-criteria .fa-arrow-turn-up,
.add-or-exit-criteria .fa-arrow-turn-up {
    margin-left: 10px;
    font-size: 12px;
}

.top-line-header {
    border-top: 1px solid #bbb;
    margin-top: 15px;
    padding-top: 15px;
}

.before-and-criteria {
    margin-bottom: 10px;
}

.required-backtester {
    border: 1px solid red !important;
}

.reset-stock-field {
    margin-top: 15px;
}

.option-equities-strategies .orange-title {
    color: #e88900;
}

.backtester-table {
    margin-top: 10px;
    text-align: right;
}

.backtester-table .button {
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.table-logs {
    margin-top: 20px;
}

.backtester-loading {
    text-align: center;
    padding: 30px 0px 20px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.backlist-column-description small {
    margin-left: 5px;
    position: relative;
    /* top: 5px; */
}

.equity-options-tab-items .box-position.exit-strategy-options {
    margin-bottom: 15px;
}

h3.exit-strategy-options {
    display: flex;
    justify-content: space-between;
}

h3.exit-strategy-options span {
    cursor: pointer;
    color: red;
    font-size: 20px;
}

.add-exit-options {
    margin: 15px 0;
    display: flex;
    cursor: pointer;
}

.add-exit-options svg {
    font-size: 20px;
    margin-right: 10px;
}

.show-underlying-equity {
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 100%;
}

.show-underlying-equity {
    cursor: pointer;
}

.show-underlying-equity svg {
    border: 1px solid #c2c2c2;
    padding: 8px;
    border-radius: 5px;
    margin-right: 10px;
}

.show-underlying-equity .fa-minus {
    display: none;
}

.show-underlying-equity.active .fa-plus {
    display: none;
}

.show-underlying-equity.active .fa-minus {
    display: block;
}

.underlying-entity-content {
    display: none;
}

.underlying-entity-content.active {
    display: block;
}

.compare-equity-symbol {
    margin-bottom: 15px;
}

#remove-symbol {
    font-size: 18px;
    cursor: pointer;
}
