@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700);

@keyframes topFadeOut {
    0% {
      opacity: 0; 
    }
  
    75% {
      opacity: 1;
    }
  }

table{
  empty-cells: hide;
}

body{
    background: #fafafa !important;  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    content:"\u00D6";
}



#pbid-Welcome h4{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 1%;
    margin-top: 5%;
}

p{
    color: #817a7a;
    font-family: Arial;
    font-size: 12pt;
    margin-left: auto;
    margin-right: auto;
    animation-name: topFadeOut;
    animation-duration: 4s;
    width: 70%;
}

h4{
    animation-name: topFadeOut;
    animation-duration: 5s;
}
  

#pbid-TransferCreditBlock{
    display: block !important;
}

button {
    background-color: #0060ae;
    border: none;
    color: white;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
   display: inline-block;
    font-size: 14px;
    margin: 4px 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ;
}

button:hover {
    background: #2a86d1;
  }


select.pb-item.pb-select{
    padding: 5px;
}
  
#pbid-TransferCreditBlock{
    text-align: center;
}

#pbid-Institution{
    text-align: center;
}



#pbid-School_Namecontainer-0{
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;
}

#pbid-Program_Guidecontainer-0{
    margin-top: 1%;
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;
}

#pbid-Genereal_Education_Reportcontainer-0{
    margin-top: 1%;
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;
}

#pbid-EQUIVALENCY_GUIDEcontainer-0{
    margin-top: 1%;
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;
}

#pbid-EQUIVALENCY_GUIDEcontainer-0{
    margin-top: 1%;
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;

}

#pbid-EQUIVALENCY_GUIDE_BY_SUBJECTcontainer-0{
    margin-top: 1%;
    color: #817a7a;
    font-size: 12pt;
    font-family: Arial;
    animation-name: topFadeOut;
    animation-duration: 4s;
}

#pbid-TransferGuideBlock_child_11{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

#pbid-Institution{
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}


#pbid-StartOver-container{
    position: absolute;
    margin-left: -9%;
}



#pbid-TransferGuide_buttons{
  display: flex;
  justify-content: center;
}

#pbid-submitguide2-container{
    margin-top: -2.2%;
    margin-left: 40%;
}



#pbid-ProgramBlock_child_8{
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;

}

#pbid-ProgramBlock{
  margin-top: -3%;
}

#pbid-ProgramBlock_Button{
  margin-top: 1%;
  display: flex;
  justify-content: center;
}

#pbid-ProgramDesc_Buttons{
  display: flex;
  justify-content: center;
  margin-top: 2%;
  margin-bottom: 2%;
}

#pbid-Trans_Equiv_Buttons{
  display: flex;
  justify-content: center;
  margin-top: 2%;
}

#pbid-Trans_Equiv_By_Subject_Buttons{
  display: flex !important;
  justify-content: center;
}

#pbid-Trans_Equ_Subject_List_Blocks{
  display: flex;
  justify-content: center;
}

#pbid-Trans_Equ_Subject_List{
  text-align: center;
}

#header-main-section-west-part{
    display: flex;
}


#pbid-transfer_guide-container{
    text-align: center;
 }

#pbid-find_program-container{
  text-align: center;
}   

ul{
    color: #817a7a;
    font-family: Arial;
    font-size: 12pt;
    margin-left: 3%;
    margin-right: 3%;
    animation-name: topFadeOut;
    animation-duration: 4s;
    width: 70%;
    margin-left: 15%;
}

#pbid-program_desc_child-container-0 {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #3d86c2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

#pbid-program_desc{
    margin-top: 5%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#pbid-Program_Comment_Detail{
    float: right;
    display: flex;
    margin-top: -2.4%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

#pbid-ProgramDesc{
  margin-top: -3%;
}

#pbid-Areas_Details {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
  }

  
  #pbid-Areas_Details td, #pbid-Areas_Details th {
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  td:empty {
    background-color: red;
  }

  #pbid-Areas_Details tr:nth-child(even){background-color: #f2f2f2;}
  
  #pbid-Areas_Details tr:hover {background-color: #ddd;}
  
  #pbid-Areas_Details  tr:nth-child(1) {  
    padding: 25px;
    font-size: 18px;
  }


  #pbid-Areas_Details caption {
    display: none;
  }

  #pbid-Areas_Details th {
    display: none;
  } 

  #pbid-Areas_Details td{
    vertical-align: top;
  }

  th:empty, td:empty {
    border: 0;
}
/* ///////////////////// */

#pbid-School_Name_Progam2{
    margin-left: 2%;
}

#pbid-School_Name_Progam2container-0{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 20px;
    border: 2px solid #ddd;
    width: 81%;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
}


#pbid-School_Name_Progam_child_3-container-0{
    margin-left: auto;
    margin-right: auto;
}


#pbid-School_Name_Progam2_child_2-container-0{
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

#pbid-Trans_Equiv_Detail{
  font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    display: inline-table !important;
    width: 80%;
    margin-left: 11%;
    table-layout: fixed;
}


#pbid-Trans_Equiv_Detail tbody tr:nth-child(1){
    display:none;

}


#pbid-Trans_Equiv_Detail  tr:nth-child(1) td:nth-child(1) {  
  border-right: 0px hidden;
  text-align: end;
}

#pbid-Trans_Equiv_Detail  tr:nth-child(1) td:nth-child(3) {  
  border-right: 0px hidden;
  text-align: end;
}



#pbid-Trans_Equiv_Detail td, #pbid-Trans_Equiv_Detail th {
  border: 1px solid #ddd;
  padding: 11px;
    
}

#pbid-Trans_Equiv_Detail tr:nth-child(even){background-color: #f2f2f2;}

#pbid-Trans_Equiv_Detail tr:hover {background-color: #ddd;}


#pbid-Trans_Equiv_Detail caption {
  display: none;
}

#pbid-Trans_Equiv_Detail th {
  background-color: #3f87c2;
  color: white;
  font-size: 17px;
  padding-left: 1%;
  padding-top: 12px;
  padding-bottom: 12px;
} 
/* ///////////////////////// */


/* ///////////////////////// */

#pbid-Equiv_Group_Details{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
  table-layout: fixed;
  margin-top: 5%;
  margin-left: 11%;
  display: inline-table !important;
}


#pbid-Equiv_Group_Details td, #pbid-Equiv_Group_Details th {
  border: 1px solid #ddd;
  padding: 11px;
}

#pbid-Equiv_Group_Details tr:nth-child(even){background-color: #f2f2f2;}

#pbid-Equiv_Group_Details tr:hover {background-color: #ddd;}


#pbid-Equiv_Group_Details caption {
  display: none;
}

#pbid-Equiv_Group_Details th {
  /* padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3f87c2;
  color: white;
  border: none; */
  background-color: #3f87c2;
  color: white;
  font-size: 17px;
  padding-left: 1%;
  padding-top: 12px;
  padding-bottom: 12px;
} 

#pbid-Equiv_Group_Detailsdata-header-Group{
    width: 20%;
}

/* ///////////////////////// */



/* ///////////////////////// */
#pbid-School_Name_Progam3{
    margin-left: 2%;
}

#pbid-School_Name_Progam3container-0{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 20px;
    border: 2px solid #ddd;
    width: 81%;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
}


#pbid-School_Name_Progam_child_4-container-0{
    margin-left: auto;
    margin-right: auto;
}


#pbid-School_Name_Progam2_child_3-container-0{
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

#pbid-Trans_Equiv_subject{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    display: inline-table !important;
    width: 80%;
    table-layout: fixed;
    margin-left: 11%;
}


#pbid-Trans_Equiv_subject tbody tr:nth-child(1) {  
  display: none;
}


#pbid-Trans_Equiv_subject  tr:nth-child(1) td:nth-child(1) {  
  border-right: 0px hidden;
  text-align: end;
}

#pbid-Trans_Equiv_subject tr:nth-child(1) td:nth-child(3) {  
  border-right: 0px hidden;
  text-align: end;
}

#pbid-Trans_Equiv_subject td, #pbid-Trans_Equiv_subject th {
    border: 1px solid #ddd;
    padding: 11px;
}

#pbid-Message p{
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  margin-left: 0%;
}



#pbid-Trans_Equiv_subject tr:nth-child(even){background-color: #f2f2f2;}

#pbid-Trans_Equiv_subject tr:hover {background-color: #ddd;}


#pbid-Trans_Equiv_subject caption {
  display: none;
}

#pbid-Trans_Equiv_subject th {
  background-color: #3f87c2;
  color: white;
  font-size: 17px;
} 


/* ///////////////////////// */




/* ///////////////////////// */


#pbid-Equiv_Group_Subject{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    /* display: inline-table !important; */
    width: 80%;
    table-layout: fixed;
    margin-left: 11%;
    margin-top: 5%;
}

#pbid-Equiv_Group_Subject th{
    background-color: #3f87c2;
    color: white;
    font-size: 17px;
    padding-left: 1%;
    padding-top: 12px;
    padding-bottom: 12px;
}

#pbid-Equiv_Group_Subject td, #pbid-Equiv_Group_Subject th {
    border: 1px solid #ddd;
    padding: 11px;
}

#pbid-Equiv_Group_Subject tr:nth-child(even){background-color: #f2f2f2;}

#pbid-Equiv_Group_Subject tr:hover {background-color: #ddd;}


#pbid-Equiv_Group_Subject caption {
  display: none;
}


#pbid-Trans_Equiv_By_Subject_Sec_Buttons{
    display: flex !important;
    justify-content: center;
}

/* ///////////////////////// */






  #pbid-Program_Comment_child-2{
    margin-left: 4px;
  }

 
 #pbid-TransferGuideBlock{
    margin-top: -2%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
 }


@media  print {
    thead { 
        display: table-row-group 
    }
}


@media only screen and (max-width: 1900px){ 
  #pbid-submitguide2-container {
      margin-top: -2.4%;
      margin-left: 45%;
  }

}



  @media only screen and (max-width: 1290px) { 
    #pbid-StartOver-container{
      margin-left: -14%;
    }

    #pbid-submitguide2-container {
      margin-top: -3.2%;
      margin-left: 62%;
  }

  }

  
  @media screen and (max-width: 768px) {
    p{
      width: 90%;
    }

    ul{
      width: 90%;
      margin-left: 5%;
    }

    select.pb-item.pb-select{
        width: 20%;
       }

    #pbid-StartOver-container{
      margin-left: -38%;
    }
       
    #pbid-submitguide2-container {
      margin-top: 3%;
      margin-left: 0%;
    }



    #pbid-Program_Guide {
        margin-top: 5%;
    }

    #pbid-TransferGuideBlock{
        margin-top: -15%;
        width: 90%
    }

    #pbid-Genereal_Education_Reportcontainer-0 {
        margin-top: 5%;
    }

    #pbid-EQUIVALENCY_GUIDEcontainer-0 {
        margin-top: 5%;
    }

    #pbid-EQUIVALENCY_GUIDE_BY_SUBJECTcontainer-0 {
        margin-top: 5%;
    }

    #pbid-TransferGuideBlock_child_11 {
        margin-top: 5%;
        flex-direction: column;
        align-items: center;
    }

    #pbid-TransferGuide_buttons{
      flex-direction: column;
      align-items: center;
    }

    #pbid-ProgramBlock_child_8{
        flex-direction: column
    }


    #pbid-ProgramBlock_Button{
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
    }

    #pbid-School_Name_Progamcontainer-0{
        margin-top: -3%;
      }


  #pbid-ProgramDesc_Buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  #pbid-program_desc{
    width: 95%;
  }
  
  #pbid-Areas_Details{
    width: 95%;
  }

  #pbid-School_Name_Progam2container-0 {
    width: 100%;
  }


  #pbid-Trans_Equiv_Detail{
    width: 100%;
    margin-left: auto;
  }

  #pbid-Equiv_Group_Details{
    width: 100%;
    margin-left: auto;
    margin-top: 20%;
  }

  #pbid-Trans_Equiv_Buttons{
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  #pbid-School_Name_Progam3container-0 {
    width: 100%;
  }

  #pbid-Trans_Equiv_subject{
    width: 100%;
    margin-left: auto;
  }


  #pbid-Trans_Equiv_By_Subject_Sec_Buttons {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

  #pbid-Equiv_Group_Subject{
    width: 100%;
    margin-left: auto;
    margin-top: 20%;
  }
}