.div-width {
    min-width: 600px;
}

.div-width-internal{
    filter:alpha(opacity=100);
    background: #FFF;
    position: absolute;
    margin:0px 5px;
    border:'1px solid #000000';
    /*max-height: 760px;*/
    min-height: 0px;
    overflow-y: auto;
}

.vm-title {
    font:Arial;
    font-style:normal;
    font-weight: bold;
    font-size:14px;
}

.vm-info {
    font:Arial;
    font-style: normal;
    font-size: 12px;
    color:#cccccc;
    line-height: 18px;
}
.confirm-img {
    margin-right: 5px;
    width: 16px;
    height: 16px;

}

.vm-op {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.vm-op.add:hover, .vm-op.download:hover,
.vm-op.remove:hover,.vm-op.del:hover,
.vm-op.add:focus .vm-op.download:focus,
.vm-op.remove:focus,.vm-op.del:focus{
    cursor: not-allowed;
    outline: 2px solid #E51C23;
    outline-offset: 2px;
}
.vm-op.add.active:hover, .vm-op.download.active:hover,
.vm-op.remove.active:hover,.vm-op.del.active:hover{
    outline: 2px solid #0079BA;
    outline-offset: 2px;
}

.vm-op.help {
    background-image: url(/www/images/icons/help-dcgg.png);
}

.vm-op.help:hover {
    background-image: url(/www/images/icons/help-mouseover.png);
}

.vm-op.add {
    cursor: not-allowed;
    background-image: url(/www/images/icons/add-inactive.png);
}

.vm-op.add.active {
    cursor: pointer;	
    background-image: url(/www/images/icons/add-dcgg.png);
}

/*.vm-op.add.active:hover {
    background-image: url(/www/images/icons/add-mouseover.png);
}*/

.vm-op.remove {
    cursor: not-allowed;
    background-image: url(/www/images/icons/remove-inactive.png);    
}

.vm-op.remove.active {
	cursor: pointer;
    background-image: url(/www/images/icons/remove-dcgg.png);
}

/*.vm-op.remove:hover {
    background-image: url(/www/images/icons/remove-mouseover.png);
}*/

.vm-op.in-progress {
    background-image: url(/www/images/in-progress.gif);
}

.vm-op.del {
    cursor: not-allowed;
    background-image: url(/www/images/icons/delete-inactive.png);    
}

.vm-op.del.active {
    cursor: pointer;   
    background-image: url(/www/images/icons/delete-dcgg.png);
}
/*

.vm-op.del.active:hover {
    background-image: url(/www/images/icons/delete-mouseover.png);    
}
*/

.vm-op.download {
    cursor: not-allowed;
    background-image: url(/www/images/icons/upgrade-inactive.png);
}

.vm-op.download.active {
    cursor: pointer;    
    background-image: url(/www/images/icons/upgrade-dcgg.png);
}

/*
.vm-op.download.active:hover {
    background-image: url(/www/images/icons/upgrade-mouseover.png);    
}
*/

.open-file-button {
    width: 100px;
    height: 24px;
}

.open-file-button:hover {
    cursor: pointer;
}

.btn-primary.vm-op-label {
    margin-right: 15px;
}

.vm-op-label {
    cursor: pointer;
    width:80px;
    font-size:14px;
}

.vm-op-label.disabled {
    cursor: not-allowed;
    color: #BEBEBE;    
}

.vm-popup {
    display: none;
    z-index:1060;
    position: fixed; 
    left: 0;
    top: 0;
    right: 0;
    bottom: -10000px;
    background: rgba(193, 193, 193, 0.25);
}

button.vm-modal-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.vm-modal-close:hover, .vm-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.vm-modal-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.td_wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.dropzoneHeader
{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
} 

  div.dropzone 
  {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    text-align: center;
    font-family: sans-serif;
    font-size: 1.5em;
    color: black;
    height:75px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
        
  }

  span.activeBlue
  {
	  color:#0066FF;
 }
 
 span.inactiveGray
  {
	  color:#CCCCCC;
 }

 .alert-manuallyRestartMsg{
    color: #383d41;
    background-color: rgb(242, 242, 242);
    border-color: #d6d8db;
 }
 
