
.virtualMediaModal{
    overflow: scroll!important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-menu>li>a{
	padding-top:5px;
}

.dropdown-menu> .disabled > a:hover{
	cursor:default;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.tableOn td{
	background:#2196F3; 
	color:#FFF;
}

.tableNormal td{
	background:#FFFFFF; 
	color:#000;
}

#recordScreenSetting td, #stopRecordScreen td{
    padding-top: 5px;
}

.remoteQuickAction {
    display: inline-block;
    height: 48px;
    white-space: nowrap;
    color: #FFFFFF;
    padding-top: 10px;
    padding-left: 15px; 
    padding-right: 15px;
}

.remoteQuickAction:hover {
    cursor: pointer;
    background-color: #0079ba;
}

.remoteQuickAction div {
    display: inline-block;
    font-size: 12px;
}

.darkgreyBackground{
	background-color:rgba(51, 63, 75, 1);
	/*background-color:#2196F3;*/
}

.remoteMenu{
	padding:0px;
	margin-top:-1px;
	margin-left:-1px;
}

.darkgreyMenuItem {
    list-style: none; 
	border: solid 0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	height:30px;
	background-color:rgba(51, 63, 75, 1);
	/*background-color:white;*/
}

.darkgreyMenuItem a{
	display: block;
	margin-top:0px;
	cursor:pointer;
}

.darkgreyMenuItem > .blueHoverMenuitem:hover{
	background-color:#0079ba;
	/*background-color:#F3F3F6;*/
	height:100%;
}

.whiteTextMenuItem{
    font-size: 12px;
	color: white;
	/*color: #2196F3;*/
}

.grayTextMenuItem{
    font-size: 12px;
	color: #8E8E8E;
}

.remoteMenuSelectedIcon{
	margin-top:3px; 
	right:10px;
	position:absolute
}

.remoteMacroRemoveSel {
    color: #333;
}

.grayRemoteMacroRemoveSel {
    color: #8E8E8E;
}

.remoteDisableSelection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 1030px), screen and (max-height: 700px){  
	.remoteQuickAction {
		padding-left:5px; 
		padding-right:5px;
	}
}