
#brokerTable{
	line-height: 45px;
}

#brokerTable span{
	font-weight: bold;
	font-size: 14px;
	margin-right: 20px;
}

#brokerageTabList{
	margin-bottom: 20px;
}

td.details-control {
    background: url('https://datatables.net/examples/resources/details_open.png') no-repeat left;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://datatables.net/examples/resources/details_close.png') no-repeat left;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.space-evenly { 
  justify-content: space-evenly; 
}

.accountInfoTable{
	width: 100%;
	font-family: Arial;
}

.accountInfoTable div.sp-input-div-title{
	padding-bottom: 10px;
	padding-top: 10px;
}

.accountInfoTable div.sp-input-div-field{
	font-family: monospace;
	font-size: 16px;
}

.accountInfoTable tr{
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.loginToSlopebrokerAccountMessage{
    font-style: italic !important;
    font-size: 16px;
}

.virtualSignUpMessage{
	font-size: 16px;
}

/* Update broker dialog for slopeofhope */
#brokerDialog, .brokerInterfaceDialog {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

.brokerInterfaceDialog .btn, .brokerInterfaceDialog .fib-select{
    font-size: 14px !important;
}

.brokerInterfaceDialog .modal-header .close {
    margin-top: -12px !important;
    margin-bottom: 10px !important;
}

.brokerInterfaceDialog .modal-header{
    height: 49px !important;
    min-height: 49px !important;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.brokerInterfaceDialog .modal-title {
    position: absolute !important;
    left: 15px !important;
}

#brokerDialog td{
	font-weight: 400;
}

#brokerDialog .inline-block-form-control{
	display: inline-block !important;
    width: auto !important;
}

#brokerDialog .fib-select{
	height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.brokerInterfaceDialog .nav-tabs>li.active>a {
    border-top: 1px solid black !important;
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;
}

.brokerInterfaceDialog .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.brokerInterfaceDialog .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.brokerInterfaceDialog a {
	color: #337ab7;
    text-decoration: none;
}

.brokerInterfaceDialog .sp-input-div-title {
	font-size: 12px;
    font-weight: bold;
}

.brokerInterfaceDialog .sp-input-div-field {
    margin-bottom: 10px;
}

.brokerInterfaceDialog .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.brokerInterfaceDialog .preloader{
    width:100%; 
    height:100%; 
    background: url("https://slopeofhope.com/slopecharts/images/loading_spinner.gif") 50% 50%  no-repeat;
}

.brokerInterfaceDialog .preloader.small{
    transform: scale(0.7);
}

.brokerInterfaceDialog .leftBtnBootBox{
    float: left;
}

.closedPositionsTable thead tr, .positionsTable thead tr{
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}

.closedPositionsTable thead tr, .positionsTable tbody tr{
    line-height: 35px;
    border-bottom: 1px solid lightgray;
}

#positionsTable td{
    padding: 4px 4px;
}

.closedPositionsTable, .positionsTable{
    width: 100%;
}

.negativePrice{
    color: red;
}

.positive{
    color: #00aa00;
}

.negative{
    color: #aa0000;
}

.input-element-container{
    padding: 0px 10px;
    display: inline-block;
}

.info-message{
    font-style: italic;
}

.info-summary-table-container{
    padding: 10px 30px;
    font-family: monospace;
}

.info-summary-table-container table{
    width: auto;
}

.info-summary-table-container td.info-label{
    font-weight: bold !important;
}

.info-summary-table-container td{
    font-size: 18px;
    padding-right: 20px;
}

@media(max-width: 1200px){
    #brokersInterfaceHeaderDataName{
        display: none;
    }    
}

@media(max-width: 1000px){
    #brokersInterfaceHeaderTable{
        display: none;
    }    
}

#brokerHeaderBtn.btn-danger{
    background-color: #8ac63e;
    border-color: #8ac63e;    
}

.important-message{
    font-weight: bold;
}

#chainDialogTableContainer table { width: 100%; font-size: 1.4rem; text-align: center; padding: 4px;}
#chainDialogTableContainer td, #chainDialogTableContainer th { text-align: center; }
#chainDialogTableContainer td > button { padding: 0px 6px !important; }
#chainDialogTableContainer td.nopad { padding-left: 1px; padding-right: 1px; }
#chainDialog .chainDialogLabel { font-weight: bold; padding: 2rem; }
#chainDialog .chainDialogHeader { padding-bottom: 1rem; border-bottom: 1px solid lightgray; }
#chainDialogTableContainer .chainDialogRow:hover { background-color: #EEEEEE }
#chainDialogTableContainer .btn-selected { background-color: #CCCCEF; outline: none !important; }
#chainDialogTableContainer .btn { outline: none !important; }

tr.callITM td.callTD, tr.putITM td.putTD { background-color: #CCEECC }
tr.callITM td.putTD, tr.putITM td.callTD { background-color: #EECCCC }
tr.callITM:hover td.callTD, tr.putITM:hover td.putTD { background-color: #BBDDBB }
tr.callITM:hover td.putTD, tr.putITM:hover td.callTD { background-color: #DDBBBB }

.positionTableCommands{
    min-width: 128px;
}
