/*
	media = only screen and (min-device-width: 992px)
	TABLET y DESKTOP	
*/

/*CLASES EXCLUISIVAS DE ESTE BREAKPOINT*/

.m_hidden_des{
	display: none !important;
}
.m_hidden_td{
	display: none;
}
.right_des{
	float: right;
}

.twentyfour_des,.row .twentyfour_des {
	width: 100% !important;
	position: relative;
}
.twelve_des, .row .twelve_des {
    width: 50% !important;
}
.nine_des, .row .nine_des {
	width: 37.5% !important;
}
.ten_des, .row .ten_des {
    width: 41.66667% !important;
}
.eight_des, .row .eight_des {
    width: 33.33333% !important;
}
.six_des, .row .six_des {
    width: 25% !important;
}
.seven_des, .row .seven_des {
    width: 29.16667% !important;
}

/*CLASES QUE CAMBIAN SEGUN EL BREAKPOINT*/

.login_0 .login_cont {
    height: 375px;
    width: 100%;
    position: absolute;
    top: 50%;    
    margin-top: -25%;
}

.mod_tabs_1 .title_mod_tabs_1 {     
    padding-bottom: 30px;
    font-size: 16px !important;    
}

.mod_tabs_1 .title_mod_tabs_1.mod1 {     
    padding: 20px 0px 0px 30px;
}

.info_new_list_item{
	margin-left: 30px;
}

.content_mod_tabs_1{
	width: 100%;
	display: inline-block;
}
.content_mod_tabs_1 .ui-tabs-nav{
	width: 100% !important;
}
 .margintop_new_list_item {
 	margin-top: -250px;
}
 .new_list_item .content_new_list_item {
 	min-width: 350px;
 }

 .new_list_item .contentExt_new_list_item { 
     padding: 30px;     
}
.new_list_item .contentExt_new_list_item table {
	border: none;
}
.new_list_item .contentExt_new_list_item table tr td {
	text-align: left !important;
}
 .employee_edit_photo{	
	width: 16.66667% !important;	
	min-height: 250px;
}

 .dashed_box_5 {     
     width: 120px;
}

 .dashed_box_5 .image_dashed_box {     
     margin-left: 19px; 
}


 .new_list_item .content_sec_new_list_item .div_icon {
 	width: 8.33333% !important;
 }
 .left_bar_data_responsive {
	display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
}
.div_pid_responsive {
   height: 220px !important;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.d_flex_pid_responsive {
	display: flex;
}
.width_pid_button_responsive {
	 width: 20% !important;
}
.width_pid_bar_responsive {
	 width: 70% !important;
}
.width_pid_data_responsive{
	width: 10% !important;
}
.select_pid_responsive {
	width: 20% !important;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1300px) {
	.container_encuesta_leyenda {
		display: none;
	}
	.pregunta_3 {
	    float: left !important;
	}
	.container_encuesta {
	    width: calc(100% - 20px);
	    margin-left: 10px;
	}
}