#nav-career-type a:focus {outline:thin dotted #EEEEEE !important;}

#ik_form {}
#ik_upload {display:none;}

.panel { border: 0; border-radius: 0; }
.panel-heading { border-radius: 0; }

.panel-body table tr > th {width:200px;}
.panel .panel-body table tr > th + th {width:20px;}
.panel .panel-body table tr > td {width:400px;}

.panel .panel-body > table {margin-bottom:10px;}
.panel .panel-body .date-day_ {width:75px;display:inline;}
.panel .panel-body .date-month_ {width:75px;display:inline;}
.panel .panel-body .date-year_ {width:100px;display:inline;}
.panel .panel-body .lb-continue {display:inline_;}
.panel .panel-body .btn-sm {margin-right:5px;}

.panel .panel-body .form-control[disabled] { background-color: #eee !important; }
.panel .panel-body div[id*="_list"] { font-size: 11px; }

/* accordion customize */
.panel .panel-heading { cursor: pointer; border: 0;  position: relative; display: block; width: 100%; padding: 10px 30px 10px 10px; color: #fff !important; background-color: #535352; font-weight: bold; }
    .panel .panel-heading:after { content: "\f107"; position: absolute; top: 50%; right: 10px; line-height: 1; margin-top: -10px; font-family: "FontAwesome"; font-size: 20px; font-weight: normal; }
    .panel .panel-heading:hover, .expanded .panel-heading { background-color: #113812; }
    .expanded .panel-heading:after { content: "\f106"; }

.panel .panel-body { height: 0px; padding: 0; overflow: hidden; }
.expanded .panel-body { height: auto; padding: 15px; overflow: visible; }
