/* masterAdminView-----------------------------------------------------------*/
.maBoxes {
    width: 32%;
    min-width: 300px;
    margin: 0 0.5% 20px;
    padding: 10px;
    box-sizing: border-box;
    background: #333;
    border: 5px solid #636162;
    border-radius: 10px;
    color: #98979d;
    position: relative;
}
.maBoxes .maBoxHead {
    display: flex;
    justify-content: start;
    align-content: center;
    margin-bottom: 5px;
}
.maBoxes .maBoxProfitLine {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    white-space: nowrap;
}
.maBoxes .maBoxProfitLine div {
    width: 30%;
    padding: 2px 0;
    box-sizing: border-box;
}
.maBoxes .maBoxProfitLine div:first-child + div {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 0 1px 0;
}
.maBoxes .maBoxProfitLine div p {
    margin: 0;
}
.maBoxes .maBoxProfitLine div p:last-child {
    font-size: 70%;
}
.maBoxes .maBoxProfitLine div p:first-child {
    letter-spacing: 1px;
    color: #ffd37d;
}
.textkey {
    color: #ffd37d;
    cursor: pointer;
    text-decoration: underline;
}
.maBoxes .maBoxProfitLineSide div p:first-child {
    font-size: 80%;
}
.positionSideBox p {
    margin: 0;
    color: #98979d;
    font-size: 13px;
}
.maBoxAcions {
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #ffd37d;
}
.maBoxAcions span {
    /*text-transform: uppercase;*/
    cursor: pointer;
}
.maBoxAcions b {
    font-weight: normal;
    margin: 0 5px;
    opacity: 0.3;
}
.openPositionTableD .positionPData p {
    margin: 0 0 2px;
    text-align: left;
}
.openPositionTableD .positionPData p span:first-child {
    display: inline-block;
    width: 100px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #98979d;
}
.overViewUserBox:hover {
    opacity: 1 !important;
    filter: grayscale(0) !important;
}
.maQueueBoxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.maQueueBoxesC {
    width: 49.5%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.limitOrderBox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: #444;
    border-radius: 13px;
    border: 1px solid #222;
    padding: 2px 5px;
}
.closeLimitBoxButton {
    position: absolute;
    top: -4px;
    left: -4px;
    color: #efefef;
    cursor: pointer;
    font-size: 20px;
}
/* liveSpotCards ------------------------------------------------------------*/
.spotPositionCard{
    position: relative;
    width: 22% !important;
    margin: 10px;
    padding: 10px 10px 0 !important;
    box-sizing: border-box;
    background: #333;
    border: 5px solid #636162 !important;
    border-radius: 10px;
    color: #98979d;
    font-size: 13px;
}
.spotPositionCard .spotPositionCardHead{
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    padding: 5px 0px 10px !important;
    box-sizing: border-box;
}
.spotPositionCard .spotPositionCardHead img{
    width: 50px;
}
.spotPositionCard .spotPositionCardHead div{
    width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: right;
}
.spotPositionCard .spotPositionCardHead div p{
    font-size: inherit !important;
    color: #ffd37d !important;
}
.spotPositionCard .spotPositionCardHead div p span{
    font-size: 70%;
}
.spotPositionCard .spotPositionCardBody{
    width: 100% !important;
    border: none !important;
}
.spotPositionCard .spotPositionCardBody p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
    color: inherit !important;
    font-size: inherit !important;
}
.spotPositionCard .spotPositionCardFoot{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 5px 0 !important;
}
.spotPositionCard .spotPositionCardFoot input,
.spotPositionCard .spotPositionCardFoot button{
    margin: 5px 1px;
    width: 47%;
    min-width: initial !important;
    padding: 5px 0;
    font-size: 13px;
    box-sizing: border-box;
}
.spotPositionCard .spotPositionCardHead input,
.spotPositionCard .spotPositionCardHead button {
    width: 30%;
    min-width: initial !important;
    font-size: 16px;
    margin-left: 5px;
    padding: 5px 0;
}
.spotPositionCard .spotPositionCardFoot i.zmdi{
    font-size: 15px;
    vertical-align: middle;
}
.spotPositionCard .zmdi-close{
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    color: #d00;
}
/* liveNotifyCards ----------------------------------------------------------*/
.liveNotifyCardTPlace{
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.liveNotifyCardTPlace table{
    width: 100%;
    text-align: center;
}
.liveNotifyCardTPlace table tr:first-child{
    color: #f4c567;
}
.liveNotifyCardTPlace table td{
    width: 25%;
}