/* general */
body {
  font-family: 'Open Sans', Sans-serif;
  background-color: #f5f5f5;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.7em;
  letter-spacing: 0.01em;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.btn{
  outline:0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
a {
  color: #0083ca;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

h1 {
  font-size: 30px;
  font-weight: 400;
}
h1 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}
h2 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}
h3 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}

h4 {
  font-size: 13px;
  font-weight: 600;
}
h4 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}

h5 {
  font-size: 12px;
  font-weight: 600;
}
h5 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}

h6 {
  font-size: 10px;
  font-weight: 400;
}
h6 .pl-subheading {
  font-size: 75%;
  font-weight: 400;
  color: #b4b4b4;
}
input[type=file].form-control {
  padding:6px 8px;
}

input[type=checkbox] {
  margin-right: 5px;
}
form label {
  font-size:15px;
}
.scale-down {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.flip-y, .pl-login-panel.flip {
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
table.table-bordered.dataTable td, table.table-bordered.dataTable th {
  vertical-align: middle;
}
.checkbox-inline label {
  font-size:14px;
}

.table-bordered>thead>tr>th {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%);
  background: -o-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%);
  background: -ms-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%);
  background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom:0;
}
.table>tbody>tr>td {
  padding:4px 5px;
}
.form-hide {
  border: solid 1px transparent;
  background: none;
  outline:none;
  display: inline-block;
  width:100%;
  text-align: center;

}
.form-hide::-webkit-inner-spin-button,
.form-hide::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-hide:focus {
  border:solid 1px #333333;
}
.form-hide.update {
  border:solid 1px #1cb3eb;
}

.flip-y-full {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.shortcut {
    margin-left:-10px;
    margin-rigth : -10px;
}
.shortcut ul {
    margin : 0;
    padding : 0;
    list-style-type: none;
}
.shortcut li {
    float: left;
    width : 20%;
}
.shortcut li .in {
    padding : 10px 5px;
    text-align: center;
}
.no-margin {
    margin-bottom : 0 !important;
}
.shortcut li a {
    background: #0083ca;
    display: block;
    color: #ffffff;
    text-decoration: none !important;
}
.shortcut li a:hover {
    background: #076a9f;
}
.shortcut li .icon {
    padding: 2px 0;
    font-size: 35px;
    border-bottom-right-radius: 10px;
    background: #FFF;
    border-bottom-left-radius: 10px;
    width: 60px;
    height: 45px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    color: #0083ca;
}
.shortcut li .text {
    display: block;
    padding: 10px;
    background : rgba(0,0,0,0.3);
    font-size:14px;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

@-webkit-keyframes waveLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-moz-keyframes waveLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-o-keyframes waveLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes waveLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes waveRight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes waveRight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes waveRight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes waveRight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes ship {
  0% {
    background-position: 50% 5px;
  }
  60% {
    background-position: 50% 10px;
  }
  0% {
    background-position: 50% 5px;
  }
}
@-moz-keyframes ship {
  0% {
    background-position: 50% 5px;
  }
  60% {
    background-position: 50% 10px;
  }
  0% {
    background-position: 50% 5px;
  }
}
@-o-keyframes ship {
  0% {
    background-position: 50% 5px;
  }
  60% {
    background-position: 50% 10px;
  }
  0% {
    background-position: 50% 5px;
  }
}
@keyframes ship {
  0% {
    background-position: 50% 5px;
  }
  60% {
    background-position: 50% 10px;
  }
  0% {
    background-position: 50% 5px;
  }
}
.pl-wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f7f8f8;
  min-height: 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pl-content-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.pl-page-overlay {
  z-index: 9990;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pl-page-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-menu-back {
  display: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}

.pl-sidepanel.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* Header Website */
header {
  color : #FFFFFF;
  background: #0083ca;
  border-top:solid 5px #000000;
}
.name-login {
  text-align:right;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  margin-top: 4px;
  padding-right: 6px;
}
.border-user-header {
  background: #000000;
  padding:10px;
}

/* Breadcrumb */
.pl-breadcrumb-wrapper {
  background: none;
  padding: 10px 0;
  margin-bottom: 25px;
}
.pl-breadcrumb-wrapper .breadcrumb {
  background: none;
  padding: 0 15px;
  margin-bottom: 0;
}
.pl-breadcrumb-wrapper .breadcrumb > li a {
  padding: 0 5px;
  color: #333333;
}
.pl-breadcrumb-wrapper .breadcrumb > li a .icon {
  margin-right: 13px;
}
.pl-breadcrumb-wrapper .breadcrumb > li + li:before {
  color: #333333;
  font-family: 'simple-line-icons';
  content: "\e606";
  font-size: 9px;
  padding: 0 13px 0 0;
}
.pl-breadcrumb-wrapper .breadcrumb > li.active {
  padding-left: 8px;
  color: #0083ca;
}

.pl-sidepanel {
  position: fixed;
  background-color: #fffefe;
  width: 320px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.pl-sidepanel .close {
  position: fixed;
  top: 9px;
  left: -50px;
  display: block;
  font-size: 18px;
  opacity: 0.75;
  color: #fffefe;
  cursor: pointer;
  padding: 20px;
}
.pl-sidepanel .panel-header {
  padding: 20px 20px 0;
}
.pl-sidepanel .panel-body {
  padding: 0;
}
.pl-sidepanel ul.pl-list-with-icon a {
  display: block;
  font-size: 14px;
  padding: 20px 30px !important;
}
.pl-sidepanel ul.pl-list-with-icon a:hover {
  background: #f8f8f8;
}

.pl-brand {
  position: absolute;
  top: 0;
}
.pl-brand img {
  width: 100%;
}

.pl-brand.top-left {
  width: 125px;
  left: 0;
}

.pl-brand.top-right {
  width: 93px;
  right: 0;
}

/* ========== Header ========== */
/* ========== SIDEBAR ========== */
.pl-form-sidebar {
  position: relative;
  margin-bottom: 20px;
}
.pl-form-sidebar input {
  border: none;
  width: 100%;
  padding: 12px 48px 12px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.02);
}
.pl-form-sidebar input:focus {
  outline: none;
}
.pl-form-sidebar:after {
  font-family: 'simple-line-icons';
  content: "\e090";
  position: absolute;
  display: block;
  font-size: 14px;
  color: #333333;
  top: 11px;
  right: 21px;
}

.pl-sidebar .pl-menu-group {
  position: relative;
  margin-bottom: 25px;
}
.pl-sidebar .pl-menu-group .pl-menu-title {
  font-weight: 700;
  font-size: 13px;
  padding-left: 15px;
  margin-bottom: 10px;
  color : #000 !important;
}
.pl-sidebar .pl-menu-group .pl-menu-body {
  background-color: #fffefe;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
    border : solid 1px rgba(0,0,0,0.08);
}
.pl-sidebar .pl-menu-group .pl-menu-body ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul li a {
  position: relative;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul li a:hover {
  background-color: rgba(0,0,0,0.1);

}
.pl-sidebar .pl-menu-group .pl-menu-body ul li ul.sub-menu a {
  padding-left: 60px;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul li.active a {
  border-left: 3px solid #0083ca;
  color: #0083ca;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul > li > a {
  padding: 8px 18px;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul > li > a .icon {
  margin-right: 10px;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul li.have-dropdown > a:after {
  font-family: 'simple-line-icons';
  content: "\e604";
  position: absolute;
  display: block;
  font-size: 13px;
  color: #b4b4b4;
  top: 10px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pl-sidebar .pl-menu-group .pl-menu-body ul li.have-dropdown.in > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pl-sidebar .ripple-wrapper {
  background: rgba(0, 0, 0, 0.15);
}
.container-min {
  max-width: 770px;
  margin : 0 auto;
}

/* ========== SIDEBAR ========== */
/* begin typographi */
.lead {
  font-size: 16px;
}

/* end typographi */
/* ========== Page Login ========== */
.pl-login-wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: url("../images/big-cbt.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-logo {
  text-transform: uppercase;
  font-size:20px;
}
.pl-login-panel {
  position: static;
  width: 80%;
  min-height: 250px;
  margin: 0 auto;
  padding: 0;
  background: #fffefe;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  text-align: center;
  border-box: box-sizing;
  border-radius: 3px;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pl-login-panel .panel-title {
  font-size: 13px;
  padding-bottom: 15px;
}
.pl-login-panel .panel-body {
  padding: 15px;
}
.panel-body {
  overflow: auto;
}

/* ========== Page Login ========== */
/* ========== FORM ========== */
.form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #cacaca;
  color: #333;
}
.pl-form ::-webkit-input-placeholder {
  color: #878787;
}
.pl-form :-moz-placeholder {
  /* Firefox 18- */
  color: #878787;
}
.pl-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #878787;
}
.pl-form :-ms-input-placeholder {
  color: #878787;
}
.pl-form .pl-divider {
  position: relative;
  padding: 0 0 15px 0;
  color: #aaaaaa;
  z-index: 2;
}
.pl-form .pl-divider span {
  display: inline-block;
  background: #fffefe;
  padding: 3px 15px;
  z-index: 2;
}
.pl-form .pl-divider span:after {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  content: '';
  height: 1px;
  background: #aaaaaa;
  opacity: 0.5;
  z-index: -1;
}

/* ========== FORM ========== */
/* ========== FOOTER  ========== */
footer {
  position: relative;
  width: 100vw;
  padding: 20px;
  background-color: #fffefe;
  text-align: center;
}

/* ========== FOOTER  ========== */
/* ========== BUTTON ========== */
.btn {
  padding: 13px 15px;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn .icon {
  margin-right: 5px;
}

.btn.blue {
  color: #fffefe;
  background: #0083ca;
}
.btn.blue:hover {
  background: #0099d2;
}

.btn.white {
  background-color: #fffefe;
  color: #333333;
  border: 1px solid #cacaca;
}

.btn.btn-xs {
  padding: 2px;
  font-size: 12px;
}

.btn.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.btn.btn-lg {
  padding: 18px;
  font-size: 14px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn-group .btn {
  min-width: auto;
}
.btn-group .btn .icon {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
  right: -8px;
}
.pl-panel .panel-body .alert p {
  margin : 0;
}
.btn-primary {
  color: #fffefe;
  background-color: #0099d2;
  border: none;
}
.btn-primary:hover {
  background-color: #1cb3eb;
}

.btn-success {
  color: #fffefe;
  background-color: #009688;
  border: none;
}
.btn-success:hover {
  background-color: #04c5b3;
}

.btn-info {
  color: #fffefe;
  background-color: #00aeef;
  border: none;
}
.btn-info:hover {
  background-color: #2ac5ff;
}

.btn-warning {
  color: #fffefe;
  background-color: #ff9301;
  border: none;
}
.btn-warning:hover {
  background-color: #ffa40e;
}

.btn-danger {
  color: #fffefe;
  background-color: #e1564b;
  border: none;
}
.btn-danger:hover {
  background-color: #f56e63;
}
.btn-black {
  color: #fffefe;
  background-color: #222222;
  border: none;
}
.btn-black:hover {
  color : #FFF !important;
  background-color: #444444;
}

.btn-toolbar .btn-group {
  margin-right: 10px;
}

/* ========== BUTTON ========== */
/* ==========  PANEL  ========== */
.pl-panel {
  background: #fffefe;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
    border : solid 1px rgba(0,0,0,0.08);
}
.pl-panel>.panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 20px 0;
  color : #000000;
}
.pl-panel .panel-body {
  padding: 20px;
}
.panel-title>a {
  color : #FFFFFF;
}
.pl-panel .panel-body p {
  margin-bottom: 10px;
}
.pl-panel .panel-body table p {
  margin : 5px 0;
}
.answer label {
  font-size:14px;
  font-weight:normal;
  margin : 0;
}
.answer td {
  padding-bottom : 5px;
}

.line-icons .line-icon-item {
  padding: 10px 20px;
  color: #333;
  display: block;
}
.line-icons .line-icon-item:hover {
  background: #f1f1f1;
}
.soal-container {
  display: none;
}
.pl-panel .panel-body .soal-container p {
  display: inline;
}
.pl-panel .panel-body .soal-container table p {
  margin : 0;
}
.soal-container.active {
  display: block;
}
.no-p p {
  display: inline !important;
}
.pagination>li {
  display: inline-block;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.pl-panel.info-box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pl-panel.info-box .info-box-stats {
  float: left;
}
.pl-panel.info-box .info-box-stats .counter {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
}
.pl-panel.info-box .info-box-icon {
  float: right;
  font-size: 31px;
}
.pl-panel.info-box .info-box-progress {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}
.pl-panel.info-box .info-box-progress .progress {
  height: 5px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pl-panel.info-box .info-box-progress .progress .progress-bar-info {
  background-color: #00aeef;
}
.pl-panel.info-box .info-box-progress .progress .progress-bar-success {
  background-color: #009688;
}
.pl-panel.info-box .info-box-progress .progress .progress-bar-primary {
  background-color: #0099d2;
}
.pl-panel.info-box .info-box-progress .progress .progress-bar-warning {
  background-color: #FFC107;
}
.pl-panel.info-box .info-box-progress .progress .progress-bar-danger {
  background-color: #e1564b;
}

/* ==========  PANEL  ========== */
/* ========== TABS  ========== */
.tab-content .tab-pane {
  padding: 20px;
}

.pl-tabs-panel.tabs-pills .tab-pane {
  padding-left: 0;
  padding-right: 0;
}

/* ========== TABS  ========== */
/* ========== ACCORDION  ========== */
.pl-accourdion {
  border: none;
}

.pl-accourdion .panel.panel-success {
  border-color: #009688;
}
.pl-accourdion .panel.panel-success .panel-heading {
  background: #009688;
  color: #fffefe;
}
.pl-accourdion .panel.panel-success .panel-body {
  border-top: none;
}
.pl-accourdion .panel.panel-primary {
  border-color: #0099d2;
}
.pl-accourdion .panel.panel-primary .panel-heading {
  background: #0099d2;
  color: #fffefe;
}
.pl-accourdion .panel.panel-primary .panel-body {
  border-top: none;
}
.pl-accourdion .panel.panel-danger {
  border-color: #e1564b;
}
.pl-accourdion .panel.panel-danger .panel-heading {
  background: #e1564b;
  color: #fffefe;
}
.pl-accourdion .panel.panel-warning {
  border-color: #FFC107;
}
.pl-accourdion .panel.panel-warning .panel-heading {
  background: #FFC107;
  color: #fffefe;
}
.pl-accourdion .panel.panel-warning .panel-body {
  border-top: none;
}
.pl-accourdion .panel.panel-info {
  border-color: #00aeef;
}
.pl-accourdion .panel.panel-info .panel-heading {
  background: #00aeef;
  color: #fffefe;
}
.pl-accourdion .panel.panel-info .panel-body {
  border-top: none;
}

.nav-tabs {
  border-bottom: 1px solid #E2E2E2 !important;
}
.nav-tabs > li > a {
  border-radius: 3px 3px 0 0 !important;
  color: #777;
  border-bottom: 1px solid #E2E2E2;
}
.nav-tabs > li > a:hover {
  background: #f1f1f1;
}
.nav-tabs > li.active > a {
  border-radius: 3px 3px 0 0 !important;
  color: #777;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #E2E2E2;
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs.nav-justified {
  border-bottom: none !important;
}

.nav-pills > li > a {
  color: #777;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > li.active {
  background: #0099d2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > li.active a:focus, .nav-pills > li.active a:hover {
  color: #FFF;
  background-color: none;
}

/* ========== ACCORDION  ========== */
/* ========== LIST STYLE  ========== */
.pl-list-with-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-list-with-icon li {
  position: relative;
  padding: 0;
  margin: 0;
}
.pl-list-with-icon li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
}
.pl-list-with-icon li a .icon {
  margin-right: 10px;
}

.pl-notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-notification-list li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}
.pl-notification-list li:last-child {
  border-bottom: none;
}
.pl-notification-list li .notification-info {
  color: #878787;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
.pl-notification-list li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 10px 35px 10px 40px;
  position: relative;
}
.pl-notification-list li a:hover {
  background: #f8f8f8;
}
.pl-notification-list li a .icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
.pl-notification-list li a .time {
  position: absolute;
  right: 15px;
  top: 10px;
}

.pl-message-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-message-list li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}
.pl-message-list li:last-child {
  border-bottom: none;
}
.pl-message-list li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 10px 40px 10px 55px;
  position: relative;
}
.pl-message-list li a:hover {
  background: #f8f8f8;
}
.pl-message-list li a .avatar {
  position: absolute;
  left: 15px;
  top: 13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.pl-message-list li a .name {
  display: block;
  font-weight: 600;
}
.pl-message-list li a .message {
  display: block;
}
.pl-message-list li a .time {
  position: absolute;
  right: 15px;
  top: 10px;
}

/* ========== LIST STYLE  ========== */
/* ========== ALERT  ========== */
.alert {
  position: relative;
  color: #fffefe;
}
.alert a {
  text-decoration: none;
  color : #FFFFFF !important;
}
.alert .close {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  color: #fffefe;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10%;
}
.alert .close:hover {
  background: #fffefe;
  border-radius: 50%;
  color: #0083ca;
}

.pl-alert {
  padding-left: 43px;
  padding-right: 43px;
}

.alert.blue {
  position: relative;
  background-color: #0083ca;
  color: #fffefe;
}
.alert.blue .icon {
  position: absolute;
  font-size: 14px;
  top: 18px;
  left: 15px;
}

.alert-info {
  background-color: #00aeef;
}

.alert-warning {
  background-color: #FFC107;
}
.alert-warning .close:hover {
  color: #FFC107;
}

.alert-success {
  background-color: #009688;
}
.alert-success .close:hover {
  color: #009688;
}

.alert-danger {
  background-color: #e1564b;
}
.alert-danger .btn-danger {
  background: #b93328;
}
.alert-danger .btn-danger:hover {
  background: #f56e63;
}
.alert-danger .close:hover {
  color: #e1564b;
}

/* ========== ALERT  ========== */
/* ========== 404 PAGE ========== */
.pl-404-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pl-404-page .pl-object {
  main-width: 300px;
  max-width: 500px;
}
.pl-404-page .pl-object .panel-title {
  padding: 35px;
  padding-bottom: 0;
}
.pl-404-page .pl-object .panel-title h2 {
  color: #e1564b;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.pl-404-page .pl-object .panel-title p {
  margin-bottom: 0;
  font-size: 16px;
  color: #333333;
}
.pl-404-page .pl-object .panel-body {
  padding: 35px;
  padding-top: 17px;
  font-size: 13px;
}
.pl-404-page .pl-object .panel-body p {
  margin: 0 0 20px;
}
.pl-404-page .pl-object .btn {
  margin: 0 9px;
}
.pl-404-page .pl-ship-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
}
.pl-404-page .pl-ship-wrapper .layer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100px;
  bottom: 0;
  /*@include transition();*/
}
.pl-404-page .pl-ship-wrapper .layer-1 {
  background-image: url("../images/wave-1.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: waveLeft 10s infinite linear;
}
.pl-404-page .pl-ship-wrapper .layer-2 {
  background-image: url("../images/ship.svg");
  background-position: 50% 5px;
  background-repeat: repeat-x;
  animation: ship 1.5s 1s infinite;
}
.pl-404-page .pl-ship-wrapper .layer-3 {
  background-image: url("../images/wave-2.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: waveRight 10s infinite linear;
}
.pl-404-page .pl-ship-wrapper .layer-4 {
  background-image: url("../images/wave-3.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: waveLeft 10s infinite linear;
}

/* ========== 404 PAGE  ========== */
/* begin responsive*/

@media (max-width: 769px) {
  .pl-login-panel {
    top: 30px;
    margin : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:90%;
  }
  .pl-login-panel .panel-body {
    padding : 0;
  }
  .pl-login-wrapper {
    background : #FFF;
  }

    .full {
        width : 100% !important;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99999
    }
    header .top-section {
        display: none
    }
    header .pl-logo-wrapper {
        margin-left: 41px;
        min-height: auto
    }
    header nav.pl-top-navigation {
        position: absolute;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        top: 0;
        right: 105vw;
        z-index: 99999
    }
    header nav.pl-top-navigation ul {
        margin-top: 130px;
        max-width: 100vw
    }
    header nav.pl-top-navigation li {
        display: block;
        text-align: center
    }
    header nav.pl-top-navigation li a {
        display: block
    }
    header nav.pl-top-navigation li.menu-dropdown>a:before {
        content: "\e606"
    }
    header nav.pl-top-navigation li.menu-dropdown ul {
        position: fixed;
        display: block;
        margin-top: 0;
        float: none;
        max-width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        overflow-y: scroll;
        padding-top: 50px
    }
    header nav.pl-top-navigation li.menu-dropdown ul li.submenu-dropdown ul {
        margin-top: 0;
        left: 0
    }
    header nav.pl-top-navigation li.menu-dropdown ul.in {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    header nav.pl-top-navigation.in {
        right: 0
    }
    header .section-right {
        position: relative
    }
    header .pl-notification {
        margin-right: 15px
    }
    header .pl-user-settings {
        margin-left: 35px
    }
    header .pl-user-settings img {
        width: 32px;
        height: 32px;
        vertical-align: baseline
    }
    .pl-sidebar {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 999999;
        background: #f7f8f8;
        left: -100vw;
        top: 0;
        padding: 30px;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .pl-sidebar.in {
        left: 0
    }
    .pl-content-wrapper {
        margin-top:80px;
    }
    .container-min {
      margin-top: 20px;
    }
    .logo img {
      max-height: 57px !important;
      padding-bottom: 7px !important;
    }
}
.pl-ipad-menu a {
    color: #FFF;
    font-size: 25px;
}
.pl-ipad-menu {
    padding:10px 0;
}
.pl-ipad-close-menu {
    font-size: 38px;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 99999;
}

.pl-ipad-close-menu a {
    color: #313131
}

@media (max-width: 480px) {
    .pl-sidebar {
        padding: 30px;
        padding-top: 100px
    }
    .pl-sidebar:before {
        background-size: 55px;
        left: 55%
    }
    .pl-ipad-close-menu {
        left: 20px;
        top: 23px;
        font-size: 28px;
    }
    .pl-user-settings {
        top: -20px;
    }
    .pl-user-settings .user-name,
    .pl-user-settings .user-role {
        display: none !important
    }
    header .pl-notification {
        margin: 0 -10px 0;
        top: 2px
    }
    header:after {
        right: -25px
    }
}

@media (max-width: 636px) {
  .text-logo {
    display: none;
  }
}


@media (max-width: 320px) {
    .pl-sidepanel .close {
        left: -22px;
        font-size: 18px;
        color: #333
    }
}

.logo img {
    max-width : 100%;
}
.border-user-header table {
    max-width : 100%;
}
@media screen and (max-width : 1000px) {

}


@media screen and (max-width : 991px){
    .shortcut li {
        float: none;
        width: auto;
        display: block;
    }
  .text-logo {
    display: none;
  }
}
@media (min-width: 770px) {
    .hidden-md {
        display: none !important;
    }
}
/* END BEGIN HEADER STYLE */



.select2 .selection:focus {
  outline: none
}

.select2 .select2-selection {
  border: 1px solid #cacaca;
  padding: 20px 17px
}

.select2 .select2-selection:focus {
  outline: none
}

.select2 .select2-selection .select2-selection__rendered {
  margin-top: -15px
}

.select2 .select2-selection .select2-selection__arrow {
  top: 7px;
  right: 10px
}

.select2 .select2-selection .select2-selection__arrow:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  position: absolute;
  display: block;
  font-size: 13px;
  color: #b4b4b4;
  top: 4px;
  right: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.select2 .select2-selection .select2-selection__arrow b {
  display: none
}

.select2.select2-container--open .select2-selection__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.select2-container--default .select2-dropdown {
  border: 1px solid #eee;
  background: #fffefe;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1)
}

.select2-container--default .select2-dropdown .select2-results__option {
  padding: 6px 20px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border: 1px solid #eee;
  background-color: #0083ca
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 3px;
  background: #fffefe;
  border: 1px solid #eee;
  padding: 8px 10px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none
}
.panel-footer {
  background: #fdfdfd;
}
.table.no-border>tbody>tr>td {
  border-top:0;
}
.pagination>li>a {
  font-weight:bold;
}
.pagination>li.paging-ragu>a,
.pagination>li.paging-ragu.paging-isi>a {
  background: #ff9301;
  border:solid 1px #ff9301;
  color: #FFFFFF;
}
.pagination>li.paging-isi>a {
  background: #20b16a;
  border:solid 1px #20b16a;
  color: #FFFFFF;
}
.pagination>li.paging-ragu.active>a,
.pagination>li.paging-isi.active>a,
.pagination>li.paging-ragu.paging-isi.active>a{
  background-color: #337ab7;
  border-color: #337ab7;
}