@charset "utf-8";
/* ==================================================================================
    [vendor.css]
        - external plugins style
================================================================================== */
/* ----------------------------------------------------------------------------------
    bootstrap
---------------------------------------------------------------------------------- */
/* button style */
.btn {
    border-radius: 2px;
}

/* form style */
.form-control {
    height: 34px;
    border-radius: 2px;
}

/* table style */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 15px;
    vertical-align: middle;
}
.table > thead > tr > th,
.table > thead > tr > td {
    font-size: 15px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dfdfdf;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom: 3px double #dfdfdf;
}
.table-bordered > tbody > tr > th {
    font-weight: 400;
}

/* form style */
.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
}
.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

/* text */
.text-info {
    letter-spacing: -0.25px;
}

/* tooltip */
.tooltip {
    width: 400px;
}
.ion-help-circled {
    cursor: pointer;
}

/* text- */
.text-primary {
    color: #33f;
}
.text-danger {
    color: #f33;
}

/* ----------------------------------------------------------------------------------
    bxslider
---------------------------------------------------------------------------------- */
.bx-wrapper {
    border: 0;
    background: transparent;
    box-shadow: none;
}

/* ----------------------------------------------------------------------------------
    formValidation
---------------------------------------------------------------------------------- */

/* label */
.has-error .title-label {
    color: #a94442;
}
