/**
 * iSES Remote Lab SDK (c) by J.Dvorak, P.Kuriscak, F.Lustig
 *
 * This file is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
 *
 * Copy of license along with attribution guidelines is distributed together with this work in LICENSE.txt file.
 * License text is also available online on <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
 */

.chart-notification {
    position:absolute;
     z-index:10000;
}

.chart-notification-message {
    border: 1px solid darkred;
    background-color: #ff9a93;
    margin-top:10px;
    margin-left:50px;
    clear:both;
    padding:5px;
}

.disabled-chart {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    border:1px solid black;
}

.queue_frame {
    text-align: center;
    width: 100%;
    height: 100%;
    border: groove;
}

table.queue_frame td {
    vertical-align: text-top;
    overflow:auto;
}

.queue_list {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
}

.queue_list_entry {
    text-align: center;
}

.queue_list_entry_even {
    background-color: #e0e0e0;
}

.queue_list_entry_odd {
    background-color: #808080;
}

.camera-play-button {
	height: 30px;
	font-size: 12px;
}

.camera-stop-button {
	height: 30px;
	font-size: 12px;
}
