#main-loader .uil-default-css {
    margin:0 auto;
    text-align: center;
}

.alert-my {
    position:relative; top:10px;
    z-index:900;
    margin:0 10px;
}

.alert-my .alert {
    position:absolute;
    width:100%;
}

.dropdown-user {
    position: absolute !important;
    z-index: 100000 !important;
    overflow:hidden;
}

.btn-group-user {
    position:absolute !important;
}

.icon-table-rig {
    font-size:16px;
}

.tooltip {
    font-size:12px;
}

.tooltip-inner {
    max-width:350px;
}

#ocPowerLimitNV-handle, 
#ocTempTargetNV-handle,
#ocFanSpeedMinNV-handle,
#ocPowerLimitRX-handle, 
#ocTempTargetRX-handle,
#ocFanSpeedMinRX-handle,
#ocPowerLimitR-handle, 
#ocTempTargetR-handle,
#ocFanSpeedMinR-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.box_R, .box_RX, .box_NV {
    width:96%;
}

.loader-center {
    display:block;
    margin:0 auto;
}

.table-blue-url {
    text-decoration: none;
    border-bottom: 1px dashed #000000;
    cursor: pointer;
}

.table-blue-url:hover {
    border-color: blue;
}

#data-table-rigs, #myTableGlobalSettings, #data-table-rig-groups, #myTableEditMiners {
    font-size:12px;
}

#myTableGlobalSettings thead th .th-inner {
    padding:2px 8px;
}

#myTableGlobalSettings tbody tr td {
    padding:4px 8px;
}

.select_all {
    cursor: pointer;
}

.red-border {
    border:1px solid red !important;
}

@-webkit-keyframes lds-dual-ring {
0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes lds-dual-ring {
0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
.lds-dual-ring {
position: relative;
}
.lds-dual-ring div {
position: absolute;
width: 140px;
height: 140px;
top: 30px;
left: 0;
right:0;
border-radius: 50%;
border: 16px solid #000;
margin:30px auto;
border-color: #b3b3b3 transparent #b3b3b3 transparent;
-webkit-animation: lds-dual-ring 1.3s linear infinite;
animation: lds-dual-ring 1.3s linear infinite;
}

.lds-min div {
    margin:10px auto;
}

@media (min-width: 992px) {
    .modal-lg-custom {
        width:1000px;
    }
}

@media (min-width: 768px) {

    .modal-dialog-800 {
        width: 800px;
    }

}

@media only screen and (max-width: 600px) {
    .icon-table-rig {
        font-size: 20px;
    }
    
    .icon-table-rig .glyphicon {
        padding: 4px;
    }
}
.btn-deposit img {
   width:20px;
   height:auto;
}

.show-select-miner {
    display:none;
}

.cursor-pointer {
    cursor: pointer;
}

.row_group {
    cursor:pointer;
}

.row_miner {
    display:none;
}

.row_active_search, .row_hilite:hover td {
    background:#cccccc; 
}

#myTableGlobalMiner, #myTableEditMiners {
    font-size:12px;
}

.my-progress {
  position: relative;
  width:calc(100% - 55px);
  float:left;
  background-color:#aaaaaa;
}

.progress-bar-title {
  position: absolute;
  /*text-align: center;*/
  line-height: 20px; 
  padding:0 10px;
  overflow: hidden;
  color: #fff;
  right: 0;
  left: 0;
  top: 0;
}

.percent-progress {
    width:50px;
    display:inline-block;
    margin-left:5px;
}

.round {
    width:16px;
    height:16px;
    background:#008000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display:inline-block;
    margin-left:5px;
    position:relative; top:2px;
}

.round-error { 
    width:16px;
    height:16px;
    background:#FFFF00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display:inline-block;
    margin-left:5px;
    position:relative; top:2px;
}

.text-swith {
    position:relative; top:5px;
    padding:0 10px;
}