.badge a{
	color:white;
}

.panel-body{
	padding: 5px;
}

hr{
	margin-top:0;
	margin-bottom:5px;
}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

.externs:hover{
	border-color: #E6E6E6;
	border-radius: 10px;
	border:solid 2px;
	padding:7px;
	font-size: 15px;
}

.modal-open {
    overflow: hidden;
}
.required-field::after {
    content: "*";
    color: red;
}

.btn-size {
	font-size:11px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.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;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


div#app {
    margin: 61px 0px 0px 0px;
}

a.device-details h5 {    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
 
td.div-size {
    width: 142px;
}

  .ul-mio li {
	display: inline-block;
	}
	
.th-title {
	width: auto;
	text-align: center;
}

.lbl-arriba {
	display:block;
}
.title_ h3 {
    margin: 0px 0px 0px 0px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
   .div-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .div-loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .div-loading {
    display: block;
}

h5.name-device {
    width: auto;
}