
@media (min-width: 1200px) { 
  body {
    margin: 0 10% !important;
  }

}







table{
  font-size:36px;
}

.register_form .register_inputs {
  width: 400px !important;
}

input#submit_new_user{
  width:200px;
}

input#save_ps_info, input#delete_ps_info{
  width:200px !important;
  height:50px !important;
  font-size:28px !important;
  margin: 32px 0 0 0 !important;
}

#main_body {
  border: 0px solid red;
  padding: 0px 0px 0px 0px !important;
}

#links_header a {
  font: normal 36px arial, sans-serif !important;
}

/* MODAL - CONFIRM */
.ui-dialog-content{
  font-size:32px !important;
}
.ui-dialog-title{
  font-size:36px;
}

#confirm_role, #cancelDelete, #yesDelete{
  font-size:50px !important;
}
input#Cancel {
  font-size: 35px !important;
  width: 190px;
}
#confirm_role input[type="radio"]{
  height: 45px;
  width: 37px;
  margin: 0 10px 0 0;
}

#why_to_be_sent{
  font-size:28px !important;
}

#why_to_be_sent [type="button"]{
  font-size:28px !important;
  width:100px !important;
  height:50px !important;
}

#add_form .form_label{
  font-size:28px !important;
}

#my_sponsors_form table{
  width:100%;
}

#header-image img{
  width:100%  !important;
  margin-left:-40px;
}

.form_label {
  color: #ffffff;
  font: bold 30px arial, sans-serif;
}

.register_form img{
  width:35px !important;
}

.btn, input[type="button"].btn, input[type="submit"].btn, .btn:visited, input[type="button"].btn:visited, input[type="submit"].btn:visited {
  font-size: 125%  !important;
  padding: 7px 8px 6px  !important;
}
#check_project p{
  font-weight: 400 !important;
}

.register_form_td_icon_edit{

}

.register_form_td_icon_delete{
  
}

.mobile_label {
  margin: 5px 0 0 0;
  font-weight: bold;
}
.register_form_title_td, .register_form_td {
  border: none !important;

}

/* MY_SPONSORS */

.sponsorlabel {
  color: #ffffff;
  font: bold 28px arial, sans-serif  !important;
}

.ps_info_header {
  font: bold 36px arial, sans-serif  !important;
}
.ps_info_body {
  border: 1px solid #808080;
  padding: 1px !important;
}


/* MY_USERS */
.register_form_title_td {
  font: bold 36px Arial, Sans-Serif  !important;
}

tr.tr-users td.ps_info_body, tr.tr-users td.register_form_td {
  display: block !important;
  margin: 0 0 0px 0 !important;
  padding: 0 0 0px 0 !important;
}

table#ps_info tr.tr-users td:first-child, table.register_form tr.tr-users td:first-child {
  margin: 20px 0 0 0 !important;
}



/* PHONE */
@media (max-width: 1650px) {


  #check_project .btn, 
  #check_project .btn:visited{
    padding: 6px !important;
  }

  /*
  body {
    margin: 0 10% !important;
  }
  */

  td.ps_info_body, td.register_form_td {
    display: block !important;
    margin: 0 0 0px 0 !important;
    padding: 0 0 0px 0 !important;
  }

  td.ps_info_header, td.register_form_title_td{
    display: none !important;
  }
  .ps_info_body, .register_form_td {
    border: none !important;

  }

  table#ps_info td:first-child, table.register_form td:first-child{

    margin: 20px 0 0 0 !important;
  }

  .register_form img {
    width: 5% !important;
  }

  .mobile_label {
    display: block;
  }

  .mobile-tr{
    display:block;
    border: 1px solid #8da686; 
    padding: 0 0 20px 0;
  }
  
  .desktop-tr{
    display:none;
  }
  .register_form img {
    width: 35px !important;
  }

  

}

/* LARGE THAN PHONE */
@media (min-width: 1651px) {

  .mobile_label {
    display: none;
  }

  .mobile-tr{
    display:none;
  }
  .desktop-tr{
 
  }

}