@font-face {
    font-family: 'Frank Lin';
    src: url("../fonts/FRADM.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frank Lin';
    src: url("../fonts/FRAHV.TTF");
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
    min-width: 992px;
}


body {
    position: relative; /* For scrollyspy */
    font-size: 13px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.tooltip-inner {
    white-space: pre-wrap;
}

.app-header {
    font-family: 'Frank Lin';
}

    .app-header a {
        color: #2D9FE5;
    }

.app-body {
    padding-top: 50px;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.app-footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 50px;
    margin-top: -50px;
    border-top-color: #ccc;
    border-top-width: thin;
    background-color: #434a54;
    color: #fff;
}

.dashboard-main {
    display: block;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 240px;
    display: block;
    right: 0px;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #fff;
}

.app-sitemap {
    position: absolute;
    top: 50px;
    left: 240px;
    right: 0px;
}

.navbar-header a {
    font-size: 14px;
}

.navbar-brand-logo {
    float: left;
    height: 50px;
    padding: 15px 15px;
}

.sidebar {
    display: block;
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
    width: 240px;
    background-color: #f1f4f7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.clear {
    clear: both;
}

.table-responsive .table {
    margin-bottom: 0px;
}

.control-auto-width {
    width: auto !important;
    min-width: unset !important;
}

.sub-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.center-block {
    display: table;
    margin: 0 auto;
}

.table {
    font-size: 12px;
}

.btn {
    min-width: 120px;
}

.btn-small {
    min-width: 80px;
}

.btn-large {
    min-width: 180px;
}

input[type=text], input[type=password], input[type=email] {
    width: 320px;
}

.text-danger ul {
    padding: 0;
}

.input-validation-error {
    border-color: #da4453;
}

.text-danger, .validation-summary-errors, .field-validation-error {
    color: #da4453;
    font-weight: 700;
}

    .validation-summary-errors ul {
        padding-left: 0px;
    }

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {

    50% {
        opacity: 0.1;
    }
}

.blink {
    animation: blink 3s infinite;
    -webkit-animation: blink 3s infinite;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #4fc1e9;
    border-color: #4fc1e9;
}
/* ----------------------------------
 * icons
 * ---------------------------------- */


.fa {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

    .fa.v-text {
        margin-bottom: 10px;
    }

        .fa.v-text.fntsize-72 {
            margin-bottom: 12px;
        }

    .fa.align-baseline {
        vertical-align: baseline;
    }

.glyphicon.horizontal {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 3px 5px;
}

.glyphicon-text-horizontal {
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
}

.glyphicon-text {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
    font-weight: bold;
}

.input-group .input-group-btn .fa {
    vertical-align: unset;
}

.inline-block {
    display: inline-block;
}

.stat {
    color: #DA4453;
    font-size: 15px;
}

.summary-panel {
    border-radius: 8px;
    border: 1px solid #4FC1E9;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    margin-bottom: 20px;
}

    .summary-panel.warning {
        border-color: #ffce54;
    }

    .summary-panel.danger {
        border-color: #da4453;
    }

.navbar-app {
    background-color: #fff;
    color: #37BC9B;
    border-radius: 0;
    border-bottom-color: #ccc;
    border-bottom-width: thin
}


    .navbar-app .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: transparent;
    }


.vertical-divider {
    overflow: hidden;
    border-right: 1px solid #CCD1D9;
}


.app-sitemap .fa {
    font-size: 14px;
}

.app-sitemap .breadcrumb {
    background: #e9ecf2;
}



.navbar-header {
    width: 100%;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav button:hover,
.sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #e9ecf2;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
    color: #fff;
    background-color: #3bafda;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

    .sidebar ul.nav ul.children {
        width: auto;
        padding: 0;
        margin: 0;
        background: #f9f9f9;
    }

        .sidebar ul.nav ul.children li a {
            height: 40px;
            background: #f9f9f9;
            color: #30a5ff !important;
        }

.sidebar li a, .sidebar li .link-button {
    color: #3bafda;
    padding: 10px 10px;
}

.sidebar ul.nav li.current a {
    background-color: #30a5ff;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 30px;
    line-height: 40px;
}


.sidebar span.glyphicon {
    margin-right: 10px;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid #CCD1D9;
    margin: 10px 0;
}

.sidebar .attribution {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 12px;
}

.link-button {
    background: none;
    border: none;
    display: block !important;
    font: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.nav > li .link-button {
    padding: 10px 15px;
}

    .nav > li .link-button:hover {
        background-color: #e9ecf2;
    }


.field-note {
    color: #AAB2BD;
}

.static-form .control-label {
    text-align: right;
    width: 100%;
    padding: 0 15px;
}

.static-form .row {
    margin-bottom: 15px;
}

.control-auto-width input.form-control {
    width: 100% !important;
}

.link_underscore {
    text-decoration: underline !important;
}

.table.text-center th {
    text-align: center;
}

.table .primary {
    background-color: #4FC1E9;
    color: #fff;
}

.table.middle-vertical td, .table.middle-vertical th {
    vertical-align: middle;
}

.pagination-container {
    text-align: center;
}

.pagination {
    margin-top: 0px;
}

.narrow-gap .form-group {
    margin-bottom: 5px;
    margin-top: 0px;
}

.normal-gap {
    margin-bottom: 20px;
}

.fileinput-remove {
    width: auto !important;
}

    .fileinput-remove .glyphicon:before {
        content: "\e020";
    }

    .fileinput-remove.no-file {
        display: none;
    }

    .fileinput-remove.has-file {
        display: inline-block;
    }


.timeline.forum-timeline dl {
    padding: 0 0;
}

    .timeline.forum-timeline dl dt {
        margin: 0 0 0 30px;
        top: 5px;
        width: 160px;
    }

        .timeline.forum-timeline dl dt a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 6px 10px;
            color: inherit !important;
        }

    .timeline.forum-timeline dl:before, .timeline.forum-timeline dl dd .time, .timeline.forum-timeline dl dd .circ {
        left: 110px;
    }

    .timeline.forum-timeline dl dd .circ {
        top: 20px;
    }

    .timeline.forum-timeline dl dd .time {
        top: 11px;
    }

    .timeline.forum-timeline dl dd.pos-right .time {
        margin-left: -115px;
        text-align: right;
    }


    .timeline.forum-timeline dl dd .events:before {
        background-color: #fff;
    }


    .timeline.forum-timeline dl dd.pos-right .events:before {
        border-color: transparent #F5F7FA transparent transparent;
    }

    .timeline.forum-timeline dl dd .events {
        width: auto;
        padding: 15px 15px;
        margin-top: 15px;
        margin-left: 140px;
        margin-right: 30px;
        margin-bottom: 20px;
        background-color: #F5F7FA;
    }

    .timeline.forum-timeline dl dd.pos-right .events {
        float: none;
    }

.timeline dl dd .events hr {
    border-color: #CCD1D9;
}


.toggle.v-middle {
    vertical-align: middle;
}


.navbar-app .navbar-nav > li > a {
    font-weight: bold;
}

ul.list-no-bg {
    margin: auto;
    -moz-box-shadow: none;
    box-shadow: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

    ul.list-no-bg li.list-group-item {
        background-color: transparent;
        border: none;
        padding: 5px 10px;
    }

.table-header {
    overflow: hidden;
}

    .table-header table {
        margin-bottom: 0px;
        margin-top: 0px;
    }

.table-body {
    overflow: auto;
}

.selectize-input {
    vertical-align: top;
}

.input-group .form-control:last-child .selectize-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-btn .btn.file-upload {
    border-radius: unset;
}

.ajax-loading {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: inherit;
}

    .ajax-loading:before {
        content: "\f110";
    }

.comparison-table .header {
    height: 45px;
}

.comparison-table {
    border: none;
    table-layout: fixed;
    width: 100%;
}

    .comparison-table .header th {
        vertical-align: middle;
        text-align: center;
    }

    .comparison-table .sub-header {
        background-color: #F5F7FA;
        color: #AAB2BD;
        font-size: 0.9em;
    }

        .comparison-table .sub-header th {
            border-bottom: 1px solid #F5F7FA;
            border-top: none;
        }

.excel-datatable .add-row, .excel-datatable .remove-row, .excel-datatable .clear-row {
    padding: 0 2px;
    color: #333;
    font-size: 12px;
}

.excel-datatable .clear-row {

    margin-top: 5px;
}
.popover-head {
    padding-bottom: 0;
    font-weight: bold;
    color: #aab2bd;
    background-color: transparent;
    font-size:14px;
    border-bottom: none;
    margin-top:15px;
}