.ict-custom-template
{
    margin-top: -15px;
}

.btn-admin
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ict-custom-template.admin-template
{
    margin-top: 15px;
}

label{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
    margin-bottom: 4px;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.ict-custom-template .form-control {
  min-height: 0px;
  display: block;
  width: 100%;
  height: 34px auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#modaladd .form-group
{
    padding-right:0px;
}
#modaladd .form-control {
  min-height: 0px;
  display: block;
  width: 100%;
  height: 34px auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#modaladd .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ict-custom-template .norad,
#modaladd .norad
{
    border-radius: 0px;
}

/* ict-custom-template panel */
.panel-ict-custom-template {
  border: none;
}
.panel-ict-custom-template > .panel-heading {
  color: #fff;
  background-color: #9B59B6;
  border-color: rgba(68,33,118,0.5);
}
.panel-ict-custom-template > .panel-heading > h1
{
    margin: 0;
    padding: 0;
    line-height: 0.5 !important;
    font-size: 1.2em !important;
}
.panel-ict-custom-template > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(68,33,118,0.5);
}
.panel-ict-custom-template > .panel-heading .badge {
  color: #9B59B6;
  background-color: #fff;
}
.panel-ict-custom-template > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(68,33,118,0.5);
}
.panel-ict-custom-template .panel-heading-btn
{
    padding-top: 2px;
}
/* end ict-custom-template panel */

fieldset.fieldset-border 
{
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: -1.4em 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
        box-shadow:  0px 0px 0px 0px #000;
}

legend.fieldset-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-top:1.4em;
}

.fieldset-border>.form-group
{
    padding: 0 5px 5px 5px;
    margin: 0px;
}
.fieldset-border>.form-group+.form-group
{
    padding: 5px;
    margin: 0px;
}
.fieldset-border>.form-group .row>.col-lg-4
{
    padding-left: 15px;
}
.fieldset-border>.form-group .radio,
.fieldset-border>.form-group .checkbox
{
    margin-left: 5px;
}
.fieldset-border>.form-group .row
{
    margin: 0px;
}
.fieldset-border>.form-group .col-lg-6
{
    margin-top: -5px;
}
.fieldset-border>.form-group .col-lg-4
{
    margin-top: -5px;
}

.modal-header
{
    background-color: #9B59B6;
}
.modal-header>.modal-title
{
    color: #fff;
    line-height: 1;
    font-size: 12pt;
}

.tabel-pengalaman
{
    margin-top: 10px;
}
.table-custom
{
    width: 100%;
    border-collapse:collapse;
    border: 1px #aaa solid;
}
.table-custom > thead > tr > th,
.table-custom > tbody > tr > td
{
    color: #888;
    padding: 3px;
}
.table-custom > thead > tr > th,
.table-custom > tbody > tr > td
{
    border: 1px #aaa solid;
}
.table-custom > thead > tr > td.nowrap,
.table-custom > tbody > tr > td.nowrap
{
    white-space: nowrap;
}
.table-custom > thead > tr > th,
.table-custom > tbody > tr > th
{
    background-color: #635F62;
    color: #fff;
}

/* custom pagination */
.pagination-ict {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-ict > li {
  display: inline;
}
.pagination-ict > li > a,
.pagination-ict > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination-ict > li:first-child > a,
.pagination-ict > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-ict > li:last-child > a,
.pagination-ict > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-ict > li > a:hover,
.pagination-ict > li > span:hover,
.pagination-ict > li > a:focus,
.pagination-ict > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination-ict > .active > a,
.pagination-ict > .active > span,
.pagination-ict > .active > a:hover,
.pagination-ict > .active > span:hover,
.pagination-ict > .active > a:focus,
.pagination-ict > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination-ict > .disabled > span,
.pagination-ict > .disabled > span:hover,
.pagination-ict > .disabled > span:focus,
.pagination-ict > .disabled > a,
.pagination-ict > .disabled > a:hover,
.pagination-ict > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* paging */
.paging
{
    border-top: 1px #ddd solid;
}
.paging .pagination-ict
{
    margin: 5px 0;
    margin-top: 10px;
}

.paging .pagination-ict > li>a
{
    margin-right: 4px;
}

.paging .pagination-ict > li:first-child > a,
.paging .pagination-ict > li:first-child > span
{
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.paging .pagination-ict > li:last-child > a,
.paging .pagination-ict > li:last-child > span
{
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* end paging */

.ict-galeri-list
{
    width: 100%;
    border: 1px #ccc solid;
    height: 220px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ict-galeri-list:hover
{
    transform: scale(1.05);
}
.ict-galeri-list .ict-galeri-nama
{
    height: 50px;
    background-color: #9B59B6;
    color: #fff;
}
.ict-galeri-list .ict-galeri-foto img
{
    max-width: 100%;
}
.ict-galeri-list .ict-galeri-foto>td,
.ict-galeri-list .ict-galeri-nama>td
{
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    line-height: 1;
    cursor: pointer;
}