	/*
**
** Part of StackOverflow Answer 
**  http://stackoverflow.com/questions/536676/how-to-draw-a-line-between-draggable-and-droppable
**
** Created and Maintained by Bruno Alexandre (balexandre.com) 
**
** GIT REPO at https://github.com/balexandre/Draggable-Line-to-Droppable
**
** Last Edit: 08 July 2013
**
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
*{
    margin: 0;
    padding: 0;
}
html{
   font-family: myFirstFont;
}
.animate .right-answer {
    font-size: 25px;
    color: white;
    position: relative;
    left: 0px;
    margin: -435px -179px;
    background: #13c513;
    text-align: center;
    height: 50px;
    border-top-left-radius: 29px;
    font-family: myFirstFont;
    border-bottom-right-radius: 29px;
    width: 931px;
  }
  
  .animate .wrong-answer {
    font-size: 25px;
    color: white;
    position: relative;
    left: 0px;
    margin: -435px -179px;
    background: #f10202;
    text-align: center;
    height: 50px;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    width: 931px;
    
    /* font-family: myFirstFont; */
  }
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }        
/* body { font-family: Arial; font-size: 11px; } */
ul { list-style: none; }

#svgbasics { 
    
   
    border: solid 0px #484; z-index: 0; 
    
  
}

.draggable { cursor: pointer; }



#pnlAllIn, #dialog, #dialogMappingResult,
#popButton, #getMappings { 
    z-index: 10;
}
#pnlAllIn {
    background: #fff;
    margin-top:7px;
    margin-left: 28%; 
}
#leftPanel {
    width: 480px !important;
    float: left;
    padding: -2px 20px !important;
}
#rightPanel{
   width: 480px !important;  
    padding: 1px 420px !important;
}
#leftPanel > .person{
  width:230px !important;
    padding:8px 23px !important;
}
#rightPanel > .person{
      width: 311px !important;
    padding: 4px 4px !important;

}

.ex-heading{
    color: #f12711;
    text-shadow:2px 0 2px #000;
}

/* Persons */
.person { height: 130px;
          line-height: 50px;
          width: 424spx;
          padding: 17px;
          border: 2px #17a2b8 solid;
          margin: 7px -9px;
          box-shadow:  0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.person ul.buttons { float:right; }
.person ul.name { margin-left: 70px; }
.person ul.name h2 { margin-bottom: 0; }
.person img { float:left; }

.clearfix { clear: both; }
.close{
    position: fixed;
    right: 15px;
    top: 0;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-image: url(../images/close.png);
    cursor: pointer;

}
img[src="#"]{
    display: none !important;
}
