﻿
/* FIX: make sure the page don't jump to the left when right scrollbar is added */
html {
    /*overflow-y: scroll;*/
}

/*FIX: removes the scroll bar form thead bottom */
html, body {
    /*overflow-x: hidden;*/
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: Times, serif;*/
    font-family: "Segoe UI", Arial, Serif;
    height: 100%;
    font-size: 13px;
}

body {
    /*background-color: #F8FAFB;*/
    /*font-family: 'Open Sans', sans-serif;*/
    padding-top: 20px;
    /*background-image: url('background/triangular.png');*/
}

/*.btn-group-xs > .btn, .btn-xs {
    font-size: 10px;
}*/

.btn-xs {
    padding: 0px 3px;
}

.table > tbody > tr {
    background-color: #fff;
}

.navbar {
    border-width: 0 0 2px 0;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: rgba(63, 147, 204, 0.22);
}

#nav-title {
    font-size: 25px;
    letter-spacing: 3px;
    /*color: #80B5D8;
    text-shadow: 1px 1px 0 #0000FF, -1px -1px 0 #0000FF, 1px -1px 0 #0000FF, -1px 1px 0 #0000FF, 1px 1px 0 #0000FF;*/
    color: #3F93CC;
    /*font-family: "SwiftNeueLTW01-Bold", Arial, Serif;*/
    margin-top: 12px;
    margin-bottom: 0px;
    position: fixed;
    left: 40%;
    font-weight: bold;
}

.post {
    font-family: Arial,Serif;
    font-size: 12px;
    line-height: 1.2;
}

.alert-wrapper {
    position: absolute;
    top: 60px;
    right: 0%;
    max-width: 300px;
    margin-right: 10px;
    z-index: 500 !important;
}

/* make sure the panel icon stays at top right corner */
.panel-title {
    position: relative;
    padding-right: 25px;
}

    .panel-title > .glyphicon-remove {
        position: absolute !important;
        right: 5px;
    }


.img-div {
    height: 25px;
    width: 25px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.info-tekst {
    display: inline-block;
    vertical-align: super;
    padding-left: 10px;
    padding-right: 10px;
}

/* custom tool tip */
.tooltipColor {
    color: #37B0D5;
    margin-left: 2px;
}

.tooltip {
    opacity: 1 !important;
}

    .tooltip > .tooltip-inner {
        border: 1px solid;
        padding: 10px;
        max-width: 600px !important;
        color: black;
        text-align: left;
        background-color: white;
        background: white;
    }

    .tooltip > .tooltip-arrow {
        border-bottom-color: black;
    }
/* custsom tool tip end */

/* search result is a table, so display mouse pointer over table */
.table {
    cursor: pointer;
}

.blue {
    background: #5BC0DE;
}

.yellow {
    background: #F0AD4E;
}

.red {
    background: #BD362F;
}

.green {
    background: #51A351;
}

.fadein {
    animation: fadeIn 1s;
}

    .fadein.ng-leave {
        animation: fadeOut 1s;
    }

.secondColor {
    color: #9FCFF8;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.loading {
    padding: 25px;
}

/* animate close button */
.glyphicon-remove:hover {
    color: black;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.btn:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    animation-iteration-count: infinite;
}

.alert.ng-enter {
    animation: fadeIn 400ms;
}

.alert.ng-leave {
    animation: fadeOut 400ms;
}

.btn-info {
    color: #FFF;
    background-color: #3489C4;
    border-color: #1E7BBB;
}

input[type="text"] {
    cursor: text;
}

.ta-toolbar > .btn-group {
    margin-bottom: 5px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.tab-content {
    padding-bottom: 20px;
}