.icon {
    width: 60px !important;
}
.icon-2 {
    width: 40px !important;
}
.left-zero {
    padding-left: 0px !important;
}
.header-select2 {
    margin-top: 12px;
    display:inline-block;
    white-space: nowrap;
    width: 100%;
}
.header-btn {
    margin-top: 7px;
    padding-right: 0px !important;
}
.btn-header {
    width: 100%;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.info-btn {
    font-size: 20px;
    font-weight: normal;
    color: #31708f;
}
.select2grade {
    color: gray;
}
.select2-results__option--highlighted .select2grade {
    color: lightgray;
}
.stock-symbol-select {
    width: 100%;
    min-width: 100px;
}

.cash-input-container {
    margin-top:12px; 
    display:inline-block;
    width: 100%;
    /* background-color:#d93d3e; */
}
.cash-input.input-number  {
    display:inline-block; 
    width:70% ; 
    margin-right: 5px; 
    text-indent:5px;
    /* background-color:#d93d3e; */
    /* color: white; */
}

.input-number  {
    text-align: right;
    width: 100%;
}

input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid darkgray;
}
input:disabled {
    border: 0;
}
.services-content {
    padding: 0px !important;
}
.total {
    background-color: #7a7a7a;
    color: white;
}
.btn-red {
    background-color: #d73333 !important;
    color: #fff !important;
}
.volume {
    text-align: right !important;
}
.title-darkgrey {
    margin-top: -10px;
    margin-bottom: -5px;
    height: 73.8px;
    text-align: left;
    padding-top: 23px;
    color: white;
    background-color: #7a7a7a;
}
.title-red {
    margin-top: -10px;
    margin-bottom: -5px;
    height: 73.8px;
    text-align: left;
    padding-top: 23px;
    color: white;
    font-weight: bold;
    background-color: #d93d3e;
}

.title-normal {
    margin-top: -10px;
    margin-bottom: -5px;
    height: 73.8px;
    text-align: left;
    padding-top: 23px;
}
.text-red {
    color: #d93d3e;
}
.news-list {
    border-bottom: 0px !important;
}
.number {
    font-family: Calibri, "Helvetica Neue",Droidsans SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    text-align: right !important;
}
.table-1 .table-trad tfoot> tr> td {
    vertical-align: middle;
}
td.text-center {
    text-align: center !important;
}
td.text-right {
    text-align: right !important;
}
.btn-1:focus {
    border: 2px solid #d73333 !important;
}

@media screen and (max-width: 768px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal !important;
    }
    .sm-padding {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    h4 {
        font-size: 13px;
    }
    .services-post-title {
        font-size: 16px !important;
    }
    .icon {
        width: 50px !important;
    }
    .icon-2 {
        width: 35px !important;
    }
    .col-sm-12, .col-sm-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .title-darkgrey {
        margin-top: 10px;
        margin-bottom: 5px;
        height: 73.8px;
        text-align: left;
        padding-top: 23px;
        color: white;
        background-color: #7a7a7a;
    }
    .title-red {
        margin-top: 10px;
        margin-bottom: -5px;
        height: 73.8px;
        text-align: left;
        padding-top: 23px;
        padding-left: 10px !important;
        color: white;
        font-weight: bold;
        background-color: #d93d3e;
    }
    .header-btn {
        margin-top: 12px;
    }
  
    .table-1 .table-trad tfoot> tr> td {
        font-size: 12px;
    }
    .table-1 .table-trad tbody> tr> td {
        font-size: 12px !important;
    }
    .services-content {
        padding: 0px 0px !important;
    }
    .select2-container {
        min-width: 90px;
    }
    .table-1 .table-trad tbody> tr> th {
        font-size: 13px !important;
    }
}

.modal.in .modal-dialog {
    margin: 100px auto;
}

.modal-header .close {
    margin-top: 0px; 
    margin-right: 0px !important;
}
.modal-header {
    background-color: #d73333;
    color: white;
    border-radius: 6px 6px 0px 0px;
}

.modal-content .btn{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #d73333;
    letter-spacing: 1;
}
.modal-content th {
    background-color: #f5f0f0;
    border-bottom: 2px solid #d73333 !important;
}
.modal-content tr {
    border-bottom: 1px solid #f5f0f0 !important;
}
.modal-content .btn:hover,.btn:focus{
    background-color: #d73333;
    color: #fff;
}