body {
  padding-top: 60px;
}
nav .k-link {
  font-size: 14px;
}
.container {
  padding: 0 15px;
}
.btn-op {
  min-width: 0!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.k-grid-header .k-link {
  color: white!important;
}
.k-grid-header th.k-header {
  background: #1d5192;
  text-align: center;
  font-weight: bold!important;
}
.k-grid-pager {
  font-size: 0;
  padding: 10px;
}
.k-pager-wrap > .k-link,
.k-grid .k-pager-numbers,
.k-pager-numbers .k-state-selected {
  border-radius: 0!important;
  float: none!important;
  display: inline-block !important;
  margin: 0!important;
  padding: 0!important;
  font-size: 14px;
}
.k-pager-first {
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
}
.k-pager-last {
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important;
}
p.hr:before {
  content: ".";
  height: 10px;
  display: block;
  width: 100%;
}

.two-way {max-width:700px;margin:0 auto;}	
#sortable-listA, #sortable-listB, #sortable-listC, #sortable-listD {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    border-top:0;
}

.disponibles {
    float: left;
    padding-bottom: 20px;
}

.asignados {
    float: right;
    padding-bottom: 20px;
}

.list-item {
    list-style-type: none;
    width: 98%;
    text-align:left;
    max-width:298px;
    margin: 5px auto;
    line-height: 30px;
    background-color: #f8f8f8;
    color: #000000;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    display:block;
}
.list-item ul li {
    list-style-type: none;
    margin-left:5px;
    display:block;
}

#sortable-listA .list-item {
    background-color: #f8f8f8;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000000;
}

#sortable-listB .list-item {
    background-color: #f8f8f8;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000000;
}

#sortable-listC .list-item {
    background-color: #f8f8f8;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000000;
}

#sortable-listD .list-item {
    background-color: #f8f8f8;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000000;
}

#placeholder.list-item {
    background-color: #ffffff;
    color: #777;
}
                

.playlist {
    margin: 30px auto 0 auto;
    width: 300px;
    background-color: #f3f5f7;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0,0,0,.1);
}

#playlist-title-izquierda {
    height: 80px;
    background: url('img/modulos_disponibles.png') no-repeat 50% 50% #ffffff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #c0c0c0;
}

#playlist-title-derecha {
    height: 80px;
    background: url('img/modulos_asignados.png') no-repeat 50% 50% #ffffff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #c0c0c0;
}

.playlist span {
    display: none;
}
