/* 
 * Stepz Interactive Custom Styling 
 * Author: Hall & Co Digital
 * Date: 04/10/2016
 * Version: 1.0
*/

.dropdown-toggle:focus, .dropdown-toggle:hover{
    color: #312F2F;
    background-color: #312F2F !important;
}

.table-col-media{
	width: 75px;
}

#routineExerciseTable_wrapper{
	padding-right: 2px;
    padding-left: 2px;
}

.video-js{
    /*width: 100%;*/
    height: auto;
    background-color:#312F31;
}

/*.displayActive{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}*/

.panel-heading, .navbar-brand{
    color: rgba(255,255,255,.84) !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #312F2F;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading{
    border-radius: 0px;
}

.panel-displays{
    margin-bottom:5px;
    background-color: #f44336 !important;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.panel-displays .panel-body{
    padding:10px;
    color:#FFFFFF !important;
    font-weight: 500;
}

.panel-displays .panel-body p{
    margin:0px !important;
}


.displayActiveNotifier {
    background-color:#4caf50 !important;   
    border-radius: 2px;
}

.panel-displays div{
    font-weight: 500;
}


/* ROUTINE CONTROL BUTTON STYLING */
.routine-control-buttons .material-icons {
    font-size: 60px;
}

.note-toolbar {
    background-color: #eee !important;
}

.routine-control-label{
    position: relative;
    font-size: 10px;
    display: inherit;
    font-family: sans-serif;
    padding-left: 20px;
    top: -5px;
}

.routine-control-icon{
    float:right !important;
}

@media (max-width: 767px){
    .routine-control-icon{
        float:left !important;
        font-size: 100px !important;
    }

    .routine-control-label{
        display: none;
    }

    .panel-displays .panel-body .col-xs-12 span{
        display: none;
    }

    .navbar .navbar-nav .dropdown .dropdown-toggle:after{
        content:'';
    }

    .navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
        content: '';
    }
}

video{
    background-color: #FF6A13 !important;
}

.display-caption{
    background-color: #FF6A13;
}

.display-caption-text {
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
}

.panel-displays a {
    color: #ffffff;
    text-decoration: underline;
}

.img-thumbnail{
    padding: 0px 0px;
}