/*
#player {
    float: left;
    width: 100%;
    margin: 0;
}
.able-wrapper{max-width: 100% !important;}

/************ Buttons********/
/*
button:hover{border:0px !important; outline-color:transparent !important;}
.able-controller button:hover{outline-color: transparent !important}
.able-controller button:focus{outline-color: transparent !important}
/*.able-seekbar-wrapper{*/
    /*position: absolute;*/
    /*width:100% !important;*/
/*}*/
/*.able-controller{*/
    /*background-color: #E2E8E9 !important;*/
/*}*/
/*
.able-seekbar-head{
    outline: none !important;
    border: 2px solid black !important;
    top: -0.2em;
    width: 0.9em;
    height: 0.9em;
}
.able-seekbar{
    height: 0.7em !important;
}
.able-seekbar-played{
    background-color: #F29F26 !important;
}
/*.able-seekbar-loaded{*/
    /*background-color: #F29F26 !important;*/
/*}*/

/*
.able-controller button{
    outline: 0px solid #E2E8E9;
}

.able-left-controls {
    width: 100%;
    top: -11px;
    margin-top: 30px;
    position: absolute;
}
.able-tooltip {display: none !important;}
.able-right-controls{float: left;height: 25px;width: 100%}
.able-button-handler-volume{float: left;margin-left: 33px !important;margin-top: 10px !important;top: 12px;}
.able-button-handler-volume:hover{border: 0px;}
.able-button-handler-fullscreen{float: right;margin-top:-33px !important;top: 30px !important;z-index: 9999 !important;}
.able-status-bar{position: absolute;bottom: 10px;left: 56px;}
.able-status-bar span.able-timer {width: 100% !important;}
.able-status-bar span.able-status,
.able-button-handler-slower,
.able-button-handler-faster,
.able-button-handler-preferences,
.able-button-handler-restart,
.able-button-handler-rewind,
.able-button-handler-forward {display: none !important;}
.able-volume-slider {height: 68px; left: 26px !important;top: -70px;}
.able-controller .able-seekbar{z-index: 9999}
.able-black-controls button, .able-black-controls label {
    color: #BABEBF !important;
}
.able-big-play-button{
    font-size: 5em !important;
}
*/

.able-player, .able-controller{
    min-height: 50px !important;
}

.able-status-bar{
    position: absolute;
    bottom: 55px;left: 0;
}
.able-status-bar span.able-timer{
    width: unset!important;
}
.able-status-bar .able-speed, .able-status-bar .able-status {
    display: none !important;
}

.able-seekbar-head{
    outline: none !important;
    border: 2px solid black !important;
    top: -0.2em;
    width: 0.9em;
    height: 0.9em;
}
.able-seekbar{
    height: 0.7em !important;
}
.able-seekbar-played{
    background-color: #F29F26 !important;
}

.able-tooltip {display: none !important;}


