/*.acomodar{
  display: block;
  height: 34px;
  padding: 0px 0px;
  margin-left: -11.5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border:none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
td form{
  float: left;
}
.form-control{
  padding-right: 50px;
}
.acomodo h1{
  margin: 0px !important;
}
.inlineblock{
  display: block;
}
.none,.empresa2,.activos{
  display: none;
}
.right_col{
  min-height: 100vh !important;
  max-height: auto !important;
}
.img{
  margin: 7% 15%;
  width: 70%;
  height: 50vh;
}*/

body, html {
    overflow-x: hidden;
}

.capa{
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	z-index:99;
}

.login,.left_col, .scroll-view ,.nav_menu, .nav_title,.site_title{
  background-color: #263238 !important;
}
ul li a:hover {
  color:  #263238 !important;
}

.nav_menu{
 color: #fff !important;
}
.login{
  color: #fff;
}
.site_title{
  border-bottom: 1px solid #263238 !important;
}
.reset_pass{
  color: #fff;
}
.reset_pass:hover{
  color: #fff;
}

body{
  background:  #F7F7F7 !important;
}

table tr:hover td{
	background-color:rgba(0 , 0 , 0 , 0.2);
	color:rgba(0 , 0 , 0 , 0.5);
}

/**************************************
********* Style drag and drog *********
***************************************/

.listDraggableWells{
    background-color: #ECEFF1;
    list-style: none;
    border-radius: 4px;
    padding: 0.5px 1px;
    margin: 0px;
    margin-top: 5px;
    min-height: 84px;
    position: relative;
}

.listDraggableWells li {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    color: #546E7A;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 9;
    /* border-left: 2px solid #FFEB3B; */
}

.listDraggableWells li span{
    display: block;
}

.listDraggableWells li .currentDepth{
    position: absolute;
    right: 10px;
    top: 10px;
}

.listDraggableWells li .currentActivity{
    padding: 2px 5px;
    background-color: #FFEB3B;
    display: inline-block;
    border-radius: 3px;
}

.listDraggableWells li:hover{
    cursor: move;
}

.listBlocked li {
    background-color: #9E9E9E;
    color: #ffffff;
	position: relative;
}

.ui-disabled{
    background-color: #9E9E9E !important;
    color: #ffffff !important;
	position: relative !important;
	cursor: no-drop !important ;
}

#pozos_ya_asignados li:hover , #usu_ya_asignados_uo li:hover{
    cursor: no-drop !important;
}