
.amHightlightText{
    color:#666666 !important;
}
.amHightlightBgI1{
    background:#EBEBEB !important;
}
.amHightlightBgI2{
    background:#FF9494 !important;
}
.amHightlightBgL1{
    background:#6181FF !important;
}
.amHightlightBgL2{
    background:#2E4DB3 !important;
}
.amHightlightBgL3{
    background:#6BFF95 !important;
}
.amHightlightBorderLight{
    border-color:#F7E243 !important;
}
.amHightlightBorderDark{
    border-color:#B86F02 !important;
}

.amHighlightGradientI1{
    background: #EBEBEB !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #EBEBEB 0%, #FF9494 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEB), color-stop(100%,#FF9494)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #EBEBEB 0%,#FF9494 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #EBEBEB 0%,#FF9494 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #EBEBEB 0%,#FF9494 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #EBEBEB 0%,#FF9494 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FF9494',GradientType=0 ) !important; /* IE6-8 */
}
.amHighlightGradientI2{

    background: #FF9494 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #FF9494 0%, #EBEBEB 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9494), color-stop(100%,#EBEBEB)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF9494 0%,#EBEBEB 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FF9494 0%,#EBEBEB 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FF9494 0%,#EBEBEB 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #FF9494 0%,#EBEBEB 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9494', endColorstr='#EBEBEB',GradientType=0 ) !important; /* IE6-8 */
}

.amHighlightGradientL1{
    background: #6181FF !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #6181FF 0%, #2E4DB3 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6181FF), color-stop(100%,#2E4DB3)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6181FF 0%,#2E4DB3 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6181FF 0%,#2E4DB3 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6181FF 0%,#2E4DB3 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #6181FF 0%,#2E4DB3 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6181FF', endColorstr='#2E4DB3',GradientType=0 ) !important; /* IE6-8 */
}
.amHighlightGradientL2{
    background: #2E4DB3 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #2E4DB3 0%, #6181FF 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E4DB3), color-stop(100%,#6181FF)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2E4DB3 0%,#6181FF 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2E4DB3 0%,#6181FF 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2E4DB3 0%,#6181FF 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #2E4DB3 0%,#6181FF 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E4DB3', endColorstr='#6181FF',GradientType=0 ) !important; /* IE6-8 */
}

table.mixxxer-item-list td{
    padding:6px;
}

.btn.btn-buy{
    background-color: #3A769A;
    border-color: #3A769A;
    border-radius: 0;
    color: #fff;
}

.btn.btn-buy:hover{
    background-color: #2b5873;
    border-color: #2b5873;
    border-radius: 0;
    color: #fff;
}

.btn.btn-buy:active:focus,
.btn.btn-buy:active,
.btn.btn-buy:focus{
    background-color: #2b5873;
    border-color: #282828;
    border-radius: 0;
    color: #fff;
}
.account-mix-list{
    list-style:none;
}
.account-mix-list li{
    padding:0.6em;
    border-bottom:1px solid #999;
}
.account-mix-list li:last-child{
    border-bottom:0;
}
.account-mix-list li .btn{
    float:right;
}

.account-mix-list li .date{
    display:inline-block;
    width:9em;
}

.mixxxer-load-footer-wr{
    padding:15px;
    
}

.mixxxer-load-footer-wr form{
    float:right;
    margin-left:20px;
    width: 400px;
    max-width:100%;
}

.mixxxer-load-footer-wr form .form-group{
    float:left;
    width:40%;
}

.mixxxer-load-footer-wr form .input-container{
    margin-right:5%;
    width:55%;
}
