@font-face {
    font-family: 'My PT Sans Caption';
    src: url('../fonts/PT_Sans-Caption-Web-Regular.eot');
    src: local('☺'), url('../fonts/PT_Sans-Caption-Web-Regular.woff') format('woff'), url('../fonts/PT_Sans-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Sans-Caption-Web-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:"PT Sans Caption", "My PT Sans Caption", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* navigations */
.nav-sub {
    border: 1px solid #ddd;
}

.nav-sub > li > a {
    padding: 5px 15px;
}

.nav-sub > li.active > a {
    background-color: #eee;
}

.panel-refs .nav-sub {
    border: none;
}

.navbar-main .is-active {
    background-color: #EEE;
}

/* content */
.well-transparent {
    background-color: transparent;
}

.page-header {
    margin-top: 0;
}

.btn-group-top-action {
    margin-bottom: 10px;
}

.img-border {
    border: 1px solid #F5F5F5;
}

.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}
span.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dl-show {
    margin-bottom: 40px;
}

.dl-show dt {
    overflow: inherit;
    white-space: inherit;
}

.dl-show dd {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .dl-show dd {
        margin-left: 200px;
        padding-top: 7px;
    }

    .dl-show dt {
        width: 180px;
        padding-top: 7px;
    }
}

.list-unstyled-noindent li {
    padding-left: 0;
}

.list-dd-indent {
    padding-left: 15px;
}

.row-panels .panel {
    margin-top: 40px;
}

.row-panels .panel:first-child {
    margin-top: 0;
}

.btn-group-bottom-action {
    padding-left: 15px;
}

.btn-group-bottom-action > * {
    margin-right: 15px;
}

.form-duration-price .row {
    margin-bottom: 15px;
}

.form-duration-price .row:last-child {
    margin-bottom: inherit;
}

.form-duration-price .row > div:first-child {
    padding-right: 0;
}

.row-form-group {
    border: 1px solid #EEE;
    border-radius: 4px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.radio-inline-group {
    height: 34px;
    padding-top:6px;
}

.table-head-actions {
    margin-top: 5px;
}

.bordered {
    border: 1px solid red;
}

.table-borderless td {
    border: none !important;
}

/* vendor customize */
.btn-group.bootstrap-select {
    width: 100%;
}
.has-error .form-control {
    border-color: #F00;
    border-width: 2px;
}
.nav>li.active>a:hover, .nav>li.active>a:focus {
    color: #fff;
    background-color: #428BCA;
}
h5, .h5 {
    /*font-size: 16px;*/
}

h4 .radio-inline input[type=radio] {
    margin-top: 1px;
}
.nav-tabs-header>li {
    font-size: 20px;
}