body{
    font-family: 'apercu';
    font-weight: normal !important;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    color: #6b6b6b;
}
/* remove bold of label */
label{
    color: #6b6b6b;
    font-weight: unset;
}

/* remove left-border of select box */
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left:none;
}

.page-header{
    border: none;
}

/* Panel Reset */
.panel-reset {
    margin-top: 40px;
}

.panel-reset .panel-heading{
    padding: 0px;
}

.panel-reset .panel-body {
    padding-left: 0px;
    padding-bottom: 0px;
}

#re-form > .panel{
    margin-bottom: 0px;
}

.form-horizontal .control-label {
    text-align: left!important;
    padding-top: 5px;
}

.panel {
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: none; 
}
/* End Panel Reset */

/* Button */
 .btn-primary {
     background: #449af7;
     border-color: #388ce6;
     padding: 6px 20px;
 }
/* End Button */

/* footer */

.wrap > .container {
    padding-left: 0px;
}

.footer {
    z-index: 1000;
    position: fixed;
    width:100%;
    height: 40px;
    left:0px;
    bottom:0px;
    background-color: #000000;
    border-top: 1px solid #ddd;
    padding: 10px;
}
/* end footer */

/* for fonts */
@font-face {
    font-family: 'apercu';
    src: url('../font/apercu/Apercu-Regular.eot');
    src: url('../font/apercu/Apercu-Regular.eot?#iefix') format('embedded-opentype'), url('../font/apercu/Apercu-Regular.woff') format('woff'), url('../font/apercu/Apercu-Regular.ttf') format('truetype'), url('../font/apercu/Apercu-Regular') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* site.css */
#collection-pt-info, #collection-pt-info .tp{
    font-weight: normal;
    color: #6b6b6b;
}
