

/** page structure **/
#wrapper {
  display: block;
  width: 850px;
  background: #fff;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}

#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}


#keywords thead {
  cursor: pointer;
  background: #E3E3E3;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #E3E3E3;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('../css/up-arrow.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('../css/down-arrow.png');
}


#keywords tbody tr { 
  color: #555;
}
#keywords tbody tr td {
  text-align: left;
  padding: 15px 10px;
}
#keywords tbody tr td.lalign {
  text-align: left;
}

#keywords tbody tr td.ralign {
  text-align: right;
}

/*pagination*/


/*Tab*/

ul.nav li.active a.tabs{

 background: #DFF0D8;
}

.lp-10{

    padding-left: 10px;
}    
.lm-10{
margin-left: 10px;

}
.rp-10{

    padding-right: 10px;
}    
.rm-10{
margin-right: 10px;

}

.ajaxul ul{


    list-style: outside none disc;
}

ul.ajaxul{

    background: inherit;
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
}

li.enarli{

  list-style: outside none disc;
   background: #dee7f8 none repeat scroll 0 0;
    border: 1px solid #cad8f3;
    border-radius: 6px;
    font-weight: normal;

    padding: 0.2em 18px 0.2em 0.5em;

     display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

li.enarli a{ color: #777;
   
    font-family: arial,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-left: 5px;



}

li.enarli a:hover{

     cursor:grab;
}

ul.ajaxul input[type="text"]{

     border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: inherit;
}
  .form-control-feedback{
  display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2;    
  }

  .title{
    text-align: center;
    text-transform: capitalize;
    font-size: 2.0em;
    margin-bottom: 20px;

  }

  .mr-15{
    margin-right: 15px;
  }
.mr-10{
    margin-right: 10px;
  }
  .mr-5{
    margin-right: 5px;
  }
  button.login{
    padding: 3px;
    width: 100%;

  }

  .navbar-header span{
    color:#fff;
    font-weight: 700;
  }
.spin {
  -webkit-animation: spin .9s infinite linear;
  -moz-animation: spin .9s infinite linear;
  -o-animation: spin .9s infinite linear;
  animation: spin .9s infinite linear;
     -webkit-transform-origin: 50% 58%;
         transform-origin:50% 58%;
         -ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}