/*Google Fonts imports*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*@import url('https://fonts.googleapis.com/css?family=Rubik');*/

body{
  font-family: sans-serif!important;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/*Bounce animation*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes color_change {
	0% { background-color: blue; }
	33% { background-color: green; }
  66% { background-color: yellow; }
  100% { background-color: red; }
}
@-moz-keyframes color_change {
  0% { background-color: blue; }
	33% { background-color: green; }
  66% { background-color: yellow; }
  100% { background-color: red; }
}
@-ms-keyframes color_change {
  0% { background-color: blue; }
	33% { background-color: green; }
  66% { background-color: yellow; }
  100% { background-color: red; }
}
@-o-keyframes color_change {
  0% { background-color: blue; }
	33% { background-color: green; }
  66% { background-color: yellow; }
  100% { background-color: red; }
}
@keyframes color_change {
  0% { background-color: blue; }
	33% { background-color: green; }
  66% { background-color: yellow; }
  100% { background-color: red; }
}


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
/*.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}*/

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* Paddings ------------------------------------------------------*/
.xxs-padding {
   padding-bottom: 5px;
   padding-top: 5px;
}

.xs-padding {
   padding-bottom: 10px;
   padding-top: 10px;
}

.xxsm-padding {
   padding-bottom: 20px;
   padding-top: 20px;
}
.sm-padding {
   padding-bottom: 30px;
   padding-top: 30px;
}
.md-padding {
   padding-bottom: 87px;
   padding-top: 87px;
}
.lg-padding {
   padding-bottom: 50px;
   padding-top: 50px;
}

.margin-left{
  margin-left: 5px;
}

/* Backgrounds ------------------------------------------------------*/
.panel-dark {
   background-color:#303030;
}
.panel-white{
   background-color:#FFFFFF;
}
.panel-light-grey {
   background-color: #f5f5f5;
}
.panel-dark-grey {
   background-color: #333333;
}
.panel-green{
   background:#a9c74b;
}
.panel-light-blue{
   background:#f8fbff;
}
.panel-light-blue-2{
   background:#e2effc;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.pane-medio li{
    width: 50%;
    text-align: center;
}
.w_pane-medio li{
  width: 50%;
  text-align: center;
}

.w_pane-medio > li.active > a, .w_pane-medio > li.active > a:hover, .w_pane-medio > li.active > a:focus{
  color: white!important;
  background-color: #6db3f2!important;
}

.w_pane-tercio li{
  width: 33%;
  text-align: center;
}

.w_pane-tercio > li.active > a, .w_pane-tercio > li.active > a:hover, .w_pane-tercio > li.active > a:focus{
  color: white!important;
  background-color: #6db3f2!important;
}

.w_pane-quinto li{
  width: 20%;
  text-align: center;
}

.w_pane-quinto li a{
  min-height: 58px;
}

.w_pane-quinto > li.active > a, .w_pane-quinto > li.active > a:hover, .w_pane-quinto > li.active > a:focus{
  color: white!important;
  background-color: #6db3f2!important;
}

.w_pane-cuarto li{
  width: 25%;
  text-align: center;
}

.w_pane-cuarto li a{
  min-height: 58px;
}

.w_pane-cuarto > li.active > a, .w_pane-cuarto > li.active > a:hover, .w_pane-cuarto > li.active > a:focus{
  color: white!important;
  background-color: #6db3f2!important;
}


#passcontainer {
   padding-top: 100px;
   height: 100%;
   display: table;
}

.vertical-center-row {
   display: table-cell;
   vertical-align: middle;
}


#resetpass{
   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
   padding: 0px!important;
}


.eye-pass{
  position:absolute;
  right: 28px;
  top: 29px;
  font-size: 20px;
  z-index: 2;
}

.vertical {
  display: inline-block;
  width: 20%;
  height: 40px;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.vertical {
  box-shadow: inset 0px 4px 6px #ccc;
}



.w-no-padding{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.w-no-padding-left{
    padding-left: 0px!important;
}

.w-no-padding-right{
    padding-right: 0px!important;
}

.w-no-padding-top{
    padding-top: 0px!important;

}

.w-no-padding-bottom{
    padding-bottom: 0px!important;
}

.w-legend-sm{
  margin-bottom: 5px;
  margin-top: 5px;
}

.w-input-wrong{
  border-color: red;
  border-width: 2px;
  animation: shake 0.52s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.w-input-borderless{
  border: none!important;
  border-color: transparent!important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.000)!important;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.000)!important;
  cursor: default!important;
  background-color: transparent!important;
}

.w-input-borderless::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.000);
}
.w-input-borderless::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.000);
}
.w-input-borderless:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.000);
}
.w-input-borderless:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.000);
}

.w-company-icons{
  position: absolute;
  margin-top: 4px;
  margin-left: -2px;
}

.w-button-view{
  margin: auto!important;
  color: black;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
}

.w-saboresSlider{
  width: 106%;
  height: 20px;
  margin-left: -3%;
  margin-top: 3%;
}

.w-tabla_sabores_ivan{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.w-alert_migrations{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-left: 0%;
}

.w-sabor_creado_correctamente{
  position: static;
  margin-top: -124%;
  width: 82%;
}

.w-sabores_title{
  font-family: 'Montserrat', sans-serif;
}

.w-row_form_sabores{
  margin-top: 4%;
}

.w-tabla_sabores_ivanH{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  visibility: hidden;
}

.w-boton1_sabores_ivan{
  margin-left: -16%;
}

.w-boton2_sabores_ivan{
  margin-left: 16%;
}

.w-formulario_sabores{
  margin-top: -106%;
}

.w-td_eliminar{
    width:10%;
}

.w-elim_icono{
  width:22%;
}

.w-cont_btn_form_sabores{
  text-align: center;
  margin-top: 4%;
}

.w-btn_form_crear{
  width: 15%;
  height: 46px;
}

.w-formulario_saboresH{
  display: none;
}

.w-first_raw{
  background-color: rgba(0,0,0,0.8);
  color: rgba(39, 181, 110, 0.81);
  font-size: 20px;
}

.w-first_raw_proyecto{
  background-color: rgba(86, 102, 117, 0.6);
}

.w-first_raw_pantalla{
  background-color: rgba(165, 166, 167, 0.33);
}

.w-first_raw_elemento{
  background-color: rgba(216, 216, 216, 0.20);
  color: black;
}

.w-td_usuario_permisos_adicionales{
  width: 50%;
}

.w-tabla_permisos_adicionales{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.w-botones_sabores_ivan{
  float:right;
  padding: 2%;
}

.w-ram_sabores_ivan{
  letter-spacing: 2px;
}

.w-body_table_ivan{
  width:100%;
}

.w-delete_table_body{
  display:none !important;
}

.w-centrado{
  text-align: center;
}

.w-m_right_ivan{
  text-align: right;
  width:23%;
}

.w-black_color{
  color:black;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.w-spinner_tabla_permisos{
  border:5px solid #f3f3f3;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width:50px;
  height:50px;
  margin:auto;
}

.w-spinner_migraciones{
  border:5px solid #f3f3f3;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width:50px;
  height:50px;
  margin:auto;
  margin-left: 48%;
}

.w-spinner_migraciones2{
  border:5px solid #f3f3f3;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width:50px;
  height:50px;
  margin:auto;
}

.w-arrow_dropdown{
  background-color: rgba(61, 104, 140, 0.55);
}

.w-glyph_ghost{
  margin-top: 6px;
  font-size: 20px;
  float: right;
  margin-right: 21%;
}

.w-container1_glyph_ghost{
  width: 12% !important;
  height: 35px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.w-container1_success{
  background-color: rgba(0, 108, 0, 0.57)
}

.w-container1_progress{
  background-color: rgba(255, 255, 0, 0.5);
}

.w-container1_warning{
  background-color: rgba(255, 0, 0, 0.5);
}

.w-container3_glyph_ghost{
  padding-right: 0px !important;
}

.w-container2_glyph_ghost{
  width: 63% !important;
}

.w-btn_container3_glyph_ghost{
  float: right;
  border-radius: 0px 0px 0px 0px !important;
  height: 35px;
  background-color: rgb(57, 130, 193) !important;
  width: 100px;
  color: white !important;
}

.w-start_spin{
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

.w-form_vmwares{
  margin-bottom: 15%;
}

.w-float_left{
  float:left;
}

.w-float_right{
  float:right !important;
}

.w-bounce_progreso_migracion:before{
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  font-size: 40px;
}

.w-text_progreso_migracion{
  float:left;
  margin-left: -52%;
  width:102%;
  color: rgba(14, 13, 13, 0.66);
}

.w-text_progreso_migracion1{
  float:left;
  margin-left: -14%;
  width:102%;
  color: rgba(14, 13, 13, 0.66);
}

.w-id_migraciones_vmware{
  font-size: 17px;
}

.w-nav_vmwares_tablas{
  margin-left: 1.5%;
  width: 96.6%;
  text-align: center;
}

.w-text_pilas_glyph_ghost{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.w-tabla_migraciones{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.w-tabla_volumenes{
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.w-first_checkbox_migraciones{
  width:100% !important;
  margin: auto !important;
}

.w-son_checkbox_migraciones{
  margin:auto !important;
}

.w-modal-content{
  border-radius: 3px;
}

.w-squared, .btn{
  border-radius:0px!important;
}

.w-margen_centrado{
  margin:auto;
}

.w-td_estado_migraciones{
  width: 82px;
}

.w-td_input_checkbox{
  width: 5%;
}

.w-modal-header {
    padding: 7px;
    padding-bottom: 2px;
    padding-top: 4px;
    background: #eaeaea;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}


.w-modal-body{
  padding: 7px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.w-modal-footer{
  padding: 7px;
  background: #eaeaea;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.w-flecha_desplegable:before{
  transform: rotate(-45deg)!important;
  margin-right: 1.3%;
  margin-left: 3.5%;
}

.w-flecha_desplegable2:before{
  transform: rotate(-45deg)!important;
  margin-right: 1.3%;
  margin-left: 7.5%;
}

.w-sin_permisos_adicionales{
  width: 125.7%;
  text-align: center;
  font-size: 18px;
}

.w-luz_verde{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 10px green;
  background-color: green;
  margin-top: 9% !important;
}

.w-luz_azul{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 10px #319cbd;
  background-color: #319cbd;
  margin-top: 9% !important;
}

.w-luz_amarilla{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 10px yellow;
  background-color: yellow;
  margin-top: 9% !important;
}

.w-luz_blanca{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  margin-top: 9% !important;
}


.w-migraciones_refresh{
  margin-top: 7%;
}

.w-text_center{
  text-align: center;
}

.w-luz_roja{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 10px red;
  background-color: red;
  margin-top: 9% !important;
}

.w-luz_morada{
  border-radius: 50px;
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 10px #c000ff;
  background-color: #c000ff;
  margin-top: 9% !important;
}

.tab-imagenes>div>div>img{
  max-width:100%;
  height:250px;
  border-radius: 1px;
  width: 330px;
  transition: all 0.3s;
  box-shadow: 4px 4px 2px #0000007a;
}

.tab-imagenes>div>div>img:hover{
  transform: scale(1.06) translateY(4px);
  cursor:pointer;
  box-shadow: 12px 12px 8px #0000007a;
}

.w-tabs>li.active>a, .w-tabs>li.active>a:hover, .w-tabs>li.active>a:focus{
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius:0px;
  border-bottom-color: transparent;
  transform:scale(1.3) translateY(-5px);
  z-index:1000;
}

.w-tabs>li>a:hover{
  border-radius:0px;
}

.w-tabs>li>a{
  transition: all 0.3s;
}

.w-tabs{
  border-color: color: rgba(0,0,0,0.2);
}

.tab-imagenes>div>div{
  padding-top: 15px;
}

.tab-imagenes>div>div>div.popover{
  width: 200px;
  height: auto;
}

span>div>div.popover{
  width: 30%;
}

#tbody_volumenes>tr>td>div.popover{
  min-width: 20%;
}

#tbody_imagenes>tr>td>div.popover{
  min-width: 20%;
}

#tbody_snapshots>tr>td>div.popover{
  min-width: 20%;
}

#modalMetadatos>.modal-dialog>.modal-content>#formMetadatos>.modal-header>div.popover {
  width: 300px;
  max-width: 300px;
  height: auto;
}

.cabecera_sabores_alca{
  background-color: #b5b2b2!important;
  color:white;
}

.rows-with-margin .row{
  margin-bottom: 12px;
}

.rows-with-margin-double .row{
  margin-bottom: 24px;
}

.w-first_check_migraciones{
  width:6%;
}
.w-search_migraciones{
  height:33px;
}

.w-search_migraciones_logo{
  top: -4px;
  right: -1.2px;
}

.w-search_migraciones_logoGhost{
  top: -4px !important;
  right: -1.2px;
}

.w-container_search_migraciones{
  padding: 28px;
  margin-left: 3%;
}

.w-add_new_vcenter{
  margin-left: -15px;
  margin-top: 23px;
  text-align: center;
}

.w-txt_center_selector{
  text-align-last: center;
}

.w-tr_migraciones{
  background-color: #bfbdbd;
}

.w-mostrar_capacirad_usado{
  margin-top: -22px;
  width:100%;
  font-size: 13.5px;
  letter-spacing: 2px;
  height:32px;
}

.w-girar_progressbar{
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  width: 150px;
  height: 45px;
  margin:auto;
  top: 72px;
}

.w-girar_progressbar1Capacidad{
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  width: 150px;
  height: 45px;
  margin:auto;
}

.w-texto_barra{
  position:absolute;
  display:block;
  width:100%;
  color: black;
  font-weight: bold;
}

.w-height_progress_capacidades{
  height:220px;
  margin-top: 3%;
  font-weight: bold;
}

.w-contenedor_progress_capacidades{
  background-color: rgba(216, 209, 209, 0.23);
  width: 100%;
  margin:auto;
}

.w-leyenda_progress_capacidades{
  text-align: center;
}

.w-bckground_rojo{
  background-color: rgba(255, 0, 0, 0.85);
}

.w-bckground_amarillo{
  background-color: rgba(255, 255, 0, 0.85);
}

.w-bckground_verde{
  background-color: rgba(0, 128, 0, 0.85);
}

.w-bckground_azul{
  background-color: rgba(0, 128, 255, 0.60);
}

.w-borde_negro{
  border: 1px solid black;
}

.w-license{
    color: red;
}

.cuota0{
    color: red !important;
}

.w-license2{
    color: black!important;
}

.w-correcto{
    color: green !important;
}

.w-morado{
    color: #c000ff !important;
}

.w-nombre_proyecto_capacidades:hover{
  color: blue;
  cursor: pointer;
}

.w-row_progress_capacidades{
  width:100%;
  margin-left: 8.5%;
  margin-top: -2%;
}

.w-flecha_abajo_tamanyo_capacidades:before{
  font-size: 44px !important;
}

.w-header_limites_capacidades{
  margin-bottom: -0.5%;
}

.w-modal_migraciones_body{
  text-align: center;
}

.w-pass_migraciones_modal{
  width: 50%;
  margin:auto;
}

.w-spinner_pass_user_migrations{
  width:20px;
  height: 20px;
  margin-top:2%;
}

.w-mis_vmwares{
  margin-top: 5%;
}

.w-texto_mig_origen{
  font-size: 24px;
  text-align: center;
}

.w-btn_conectar{
  width: 60%;
}

.w-btn_migrar{
  width:62%;
}

.w-span_add_vcenter{
  width:7%;
}

.w-modal_anim{
  animation-duration: 0.5s !important;
}

tr.w-vcenter_form_tr:hover{
  background-color: rgba(124, 177, 179, 0.53) !important;
  cursor:pointer;
}

tr.active>.w-vcenter_form_th{
  background-color: rgba(0, 176, 183, 0.66) !important;
  cursor:pointer;
}

.w-vcenter_general_form_th{
  background-color: #4a63ff;
}

.w-spinner_form_mig{
  margin: auto;
}

.w-shadow-box{
  background: -webkit-linear-gradient(rgba(170, 170, 170, 0.15), white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(170, 170, 170, 0.15), white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(170, 170, 170, 0.15), white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(170, 170, 170, 0.15), white);

  /*background-color: rgba(170, 170, 170, 0.25);
  box-shadow: rgba(136, 136, 136, 0.6) 1px -2px 4px;*/

}

.w-spinner_cargando_mig{
  margin: auto !important;
  width: 150px;
  height: 150px;
  border: 5px solid #f3f3f3;
  border-top: 13px solid #3c3a3a !important;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border-radius: 50%;
}

.w-botones_migraciones{
  margin-left: 4%;
  margin-bottom: 2%;
}

.w-max_page{
  width: 100%;
}

.w-modal_cargando{
  width: 18% !important;
  margin: auto;
  height: 82px;
  margin-top: 40%;
  text-align: center;
}

.w-contenedor_tutorial_mig{
  border: 1px solid rgba(0, 0, 0, 0.37);
  margin: auto;
  margin-left: 20%;
  padding: 10px;
  margin-bottom: 2%;
  height: 52px;
}

.w-left-25{
  margin-left: 25%;
}

.w-texto_tutorial_mig{
  display:block;
  margin-top: 6px;
  margin-right: 4%;
  margin-left: 1%;
  font-weight: bold;
  float: left;
}

.btn-info{
  background-color: #3AA7DE;
  border-color: #3392c3;
}

.btn-info:hover{
  background-color: #2e86b3;
  border-color: #1d536f;
}

.btn-primary{
  background-color: #3a63de;
  border-color: #334ac3;
}

.btn-primar:hover{
  background-color: #2e37b3;
  border-color: #1d2a6f;
}


.w-alerts_mig_tabla{
  margin-left: 10%;
}

.w-texto_negrita{
  font-weight: bold;
}

.w-sombra{
  font-size: 14px;
  text-shadow: 1px 0px 0px rgba(31, 0, 0, 1.00),1px 1px 0px rgba(31, 0, 0, 1.00),0px 1px 0px rgba(31, 0, 0, 1.00),-1px 0px 0px rgba(31, 0, 0, .15),-1px -1px 0px rgba(31, 0, 0, .15),0px -1px 0px rgba(31, 0, 0, .15);
}

.w-img_migraciones_cargando{
  margin:auto;
  width: 35%;
  margin-top: 21%;
}

.w-timeout_cache_migraciones{
  margin-top: 7%;
  margin-left: 5%;
  font-size: 22px;
}

.navbar-default{
  background: rgb(252,252,252);
  background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 51%, rgba(249,249,249,1) 100%);
  background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(249,249,249,1) 100%);
  background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(249,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 );
}

.w-migraciones_cache_clock{
  margin-right: 2%;
  top: 3px;
}

.w-size_vmware{
  width: 16%;
  text-align: center;
}

.w-circulo_migraciones_leyenda{
  margin-top: 0.5% !important;
}

.w-round-left{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.w-round-right{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.w-dropdown_acciones_mig{
  text-align: center;
}

.panel-heading{
  padding: 5px 12px;
}

.w-flecha_dropdown_mig{
  margin-left: 6px !important;
}

.w-separacion_izquierda{
  margin-left: 30px !important;
}

.w-saboresUsados{
  background-color: rgba(89, 127, 193, 0.53);
}

.w-separador_leyenda_mig{
  float: left;
  font-size: 32px;
  position: absolute;
  margin-left: -2.3%;
  margin-top: -7px;
}

.error_key {
    border-radius: 4px;
    color: red;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: relative;
}

@media screen and (max-width: 1550px) {
	#tabla_maquinas, #div_volumenes, #div_volumenes_as, #tabla_API {
		overflow-x: auto;
		display: block;
	}
}

.btn-morado{
  background-image: linear-gradient(to bottom,#ba7ae2 0,#870ec5 100%);
  border-color: #8828b9;
  color: white;
}

.input-monit{
  float: right;
  width: 100px;

}

.search-mon {
    /*width: 100%;*/
    /*margin-right: 10px;*/
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    width: 248px;
    box-sizing: border-box;
    border: 3px solid #008188;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 9px 20px 9px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    vertical-align: top;
}
.search-mon::-webkit-input-placeholder{
  color: #008188;
}
.search-mon:-moz-placeholder{
    color: #008188;
}

.search-mon:focus {
    /*margin-bottom: 10px;*/
    outline:none;
}

#table-multicloud > thead > tr > th, #table-multicloud > tbody > tr > td{
  vertical-align: middle;
  text-align: center;
  height: 10px;
}

#table-multicloud > tbody > tr > td > form{
  margin-bottom: 0px!important;
}

#table-multicloud > tbody > tr > .operaciones > .bootstrap-select{
  width: 100%;
}

.w-centrado_minimizado{
  text-align: center;
  width: 82px;
  font-size: 21px;
}


.mcs-horizontal-wotan > li.active > a, .mcs-horizontal-wotan > li.active > a:hover, .mcs-horizontal-wotan > li.active > a:focus{
  color: white!important;
  background-color: #6db3f2!important;
}




.w-invisible{
  display: none;
}

.w-separador_multicloud_volumenes{
  background-color: rgba(150, 172, 212, 0.63);
  height: 28px;
  text-align: center;
}

.w-texto_separador_multicloud_volumenes{
  margin:auto;
  font-size: 20px;
  font-family: monospace;
  font-weight: bold;
}

.w-letra_img_vmcopies{
  position: absolute;
  width: 10px;
  margin-left: 25px;
  margin-top: -6px;
  font-family: initial;
  font-weight: bold;
}

.w-letra_rou_fip{
  font-size: 8px;
  font-weight: bold;
  font-family: serif;
  position: absolute;
  margin-left: -4px;
}

.scrtabs-tab-container * {
  box-sizing: border-box; }

.scrtabs-tab-container {
  height: 42px; }
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%; }

.scrtabs-tabs-movable-container {
  position: relative; }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0; }

.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px; }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }

td.text-ellipsis {
  max-width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.text-ellipsis-short {
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-permisos{
  max-height: 200px;
  box-shadow: inset -1px 5px 10px #ffffff;
  overflow-y: auto;
  border: 1px solid #00000024;
}

.screen-checkbox{
  zoom: 1.6;
  left: 4px;
  top: -4px;
}

.screen-name{
  font-weight: bold;
}

.w-msj_warning_os-os{
  font-size: 18px;
  color: red;
  text-align: center;
  padding: 4%;
}

.add_icon{
  font-size: 25px;
}

.remove_icon{
  font-size: 25px;
  color: red;
}

.text-ellipsis-volumes {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -12%!important;
  width: 150%!important;
}

/* Droppable */
ul.source, ul.target {
  min-height: 50px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  list-style-position: inside;
  background:white;
}
ul.source {
  /*border-color: #f8e0b1;*/
  border-color: none;
}
ul.target {
  border-color: #add38d;
}
.source li, .target li {
  margin: 5px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  min-width: 150px;
}
.source li {
  /*background-color: #fcf8e3;*/
  background-color: none;
  border: 1px solid black;
  /*color: #c09853;*/
  color: black;
}
.target li {
  background-color: #ebf5e6;
  border: 1px solid #d6e9c6;
  color: #468847;
}
.sortable-dragging {
  border-color: #ccc !important;
  background-color: #fafafa !important;
  color: #bbb !important;
}
.sortable-placeholder {
  height: 40px;
}
.source .sortable-placeholder {
  border: 2px dashed #f8e0b1 !important;
  background-color: #fefcf5 !important;
}
.target .sortable-placeholder {
  border: 2px dashed #add38d !important;
  background-color: #f6fbf4 !important;
}

.panel-contendorRaton{
  position: fixed !important;
  z-index: 10;
}


/* Selector de vDC */
.img-box{
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid rgb(182, 182, 255);
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: rgb(30, 30, 45);
  box-shadow: 4px 4px 2px #0000007a;
}

.img-box:hover{
  background-color: rgba(206, 206, 255, 1)!important;
  background-image: none!important;
  transform: scale(1.06);
  box-shadow: 12px 12px 8px #0000007a;
  z-index:1000;
}

.img-box:hover .img-box-name{
  font-weight: bold;
  color: black;
  text-shadow: none;
}

.img-box:hover .img-box-description{
  color: black;
}

.img-box:hover .img-box-buttons{
  opacity: 1;
}

.img-box-name{
  color: black;
  font-weight: bold;
  text-shadow: 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, -1px -1px 0px white, 0px 0px 1px white, 0px 0px 1px white, 0px 0px 1px white;
  position: absolute;
  top: -17;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  transition: all 0.3s;
}

.img-box-description{
  position: absolute;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px;
  margin-right: 10px;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 50px;
}

.img-box-buttons{
  position: absolute;
  bottom: 7px;
  left: 0;
  text-align: center;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}

.img-box-buttons button{
  background: none;
  border: none;
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
  font-size: 21px;
}

.del-confirm, .run-confirm{
  display: none;
}

#loading-topology{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(54,70,93,0.98);
  z-index: 1022;
  display:none;
}

.loading-container{
  width:100%;
  overflow:hidden;
  text-align:center;
  zoom:0.6;
}

@keyframes intermitente {
    0%   {
      color: rgb(255, 255, 255);
    }
    50%  {
      color: rgba(255, 255, 255, 0.10);
      text-shadow: none;
    }
    100%  {
      color: rgb(255, 255, 255);
    }
}

.loading-text{
  font-size: 40px;
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
  z-index:1;
  font-weight: bold;
  animation: intermitente 1.4s infinite;
}

#loading-topology>div{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-nuevo_ghost-img{
  width: 32px;
}
/* END Selector de vDC*/

.texto-pantalla-defaults{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.w-warning_background{
  background-color: #ffff0080 !important;
}

.w-recuadro_color_amarillo{
  width: 50px;
  height: 10px;
  background-color: #ffff0080;
  display: inline-block;
  margin-right: 10px;
  margin-left: 19px;
  border: 1px solid black;
}

.w-transition{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.glyphicon-refresh-animate {
    animation: spin 1s linear infinite;
}
