      .bootstrap-tagsinput
      {
        width: 100% !important; 
        height: 150px !important;
        max-width: 100% !important;
      }

      .checkbox label:after, 
      .radio label:after {
        content: '';
        display: table;
        clear: both;
      }

      .checkbox .cr,
      .radio .cr {
          position: relative;
          display: inline-block;
          border: 1px solid #a9a9a9;
          border-radius: .25em;
          width: 1.2em;
          height: 1.2em;
          float: left;
          margin-right: .5em;
      }

      .radio .cr {
          border-radius: 50%;
      }

      .checkbox .cr .cr-icon,
      .radio .cr .cr-icon {
          position: absolute;
          font-size: .8em;
          line-height: 0;
          top: 50%;
          left: 20%;
      }

      .radio .cr .cr-icon {
          margin-left: 0.04em;
      }

      .checkbox label input[type="checkbox"],
      .radio label input[type="radio"] {
          display: none;
      }

      .checkbox label input[type="checkbox"] + .cr > .cr-icon,
      .radio label input[type="radio"] + .cr > .cr-icon {
          transform: scale(3) rotateZ(-20deg);
          opacity: 0;
          transition: all .3s ease-in;
      }

      .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
      .radio label input[type="radio"]:checked + .cr > .cr-icon {
          transform: scale(1) rotateZ(0deg);
          opacity: 1;
      }

      .checkbox label input[type="checkbox"]:disabled + .cr,
      .radio label input[type="radio"]:disabled + .cr {
          opacity: .5;
      }

      /*tags css*/
      .odd, .odd em {
        background: #b0bec5 !important;
      }

      .even, .even em {
        background: #cfd8dc !important;
      }

      .odd.selected, .even.selected, .odd.selected em, .even.selected em {
        background: #bbdefb !important;
      }

      .dropdown-toggle
      {
        background-color: white !important;
        border-color: gray !important; 
        color: gray !important;
      }

      .text
      {
        font-size: 14px !important;
      }

      .show-tick
      {
        width: 200px !important;
      }

      .fullWidth
      {
        width: 100% !important;
      }

       .halfWidth
      {
        width: 90% !important;
      }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-right: 50px;
}

#main {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.header_btn
{
  margin-right:10px;
}

.delete_btn
{
  text-align:left;
}

.courseTags_width
{
  width: 200px !important;
}

.activityTable
{
  cursor:move;
}

.textAlign_center
{
  text-align:center;
}

.widthFull
{
  width: 100% !important;
}

.correctAnsMargin
{
    margin-top:0px !important; 
    margin-bottom: 0px !important;
}

.margin_top5
{
    margin-top:5px;
}

.margin_top-12 {
    margin-top: -12px;
}

.checkBoxMargin {
    margin-top: -10px !important;
    margin-bottom: 0px !important;
}

.margin_left10 {
    margin-left: 5px;
    margin-top: -7px;
}

.questionIndexing {
    font-size: 24px;
    margin-top: -23px !important;
}

.labelForCheckBox {
    font-size: 1em;
    margin-top: 5px !important;
}

.rightImgMargin {
    margin-bottom:-30px
}

.wrap_tags {
    width: 90%;
    word-wrap: break-word;
}