/*
 * 自訂CSS
*/

#mngDeviceTable thead tr {
   border : 1px solid #d6d6d6;
   background-color : rgba(64,164,248,0.5);
   color : #FFFFFF;
}

#mngDeviceTable tbody tr:nth-child(even) {
   border : 1px solid #8888E8;
   background-color : rgba(224,224,248,0.5);
}

#mngDeviceTable tbody tr:nth-child(odd) {
   border : 1px solid #88E888;
   background-color : rgba(224,248,224,0.5);
}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
	overflow: hidden;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}