﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);

/*OVERRIDE BOOTSTRAP V.4.3.1 - EK 20190905*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont,"Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.15;
    font-weight:400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*-ms-overflow-style: scrollbar;*/
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

/*END OVERRIDE BOOTSTRAP*/

html, body {
    min-width: 768px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    /*text-shadow: 0px 0px 2px rgba(0,0,0,0.1) !important;*/
    font-smooth: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/*@media (max-width: 1024px) {
    body {
        min-width: 1024px !important;
        overflow: auto;
    }

    #navbarSupportedContent{
        display:none !important;
    }
    #clientEmployerLabel{
        display:none !important;
    }
}*/
.base1 {
    FONT-SIZE: 8pt;
    font-weight: 400;
    FONT-FAMILY: 'Open Sans', Tahoma, Arial, Helvetica, Sans-Serif;
    /*text-shadow: rgba(0,0,0,0.1) 0 0 1px;*/
    font-smooth: auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #333;*/
}
.label {
    border: none;
}
.bold{
    font-weight:bold;
}
.text-right{
    text-align:right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.bg-white {
    background-color: white;
}

.info-green {
    background-color: #ccce2d !important;
}

.info-gry {
    background-color: #cfcfcf !important;
}

.info-gry-drk {
    background-color: #195f8b !important;
}

.fnt-weight-lt {
    color: #7e7e7e !important;
    font-weight: 400 !important;
}

.fnt-weight-bld {
    color: #7e7e7e !important;
    font-weight: bold !important;
}

.red-text {
    color: #f00 !important;
}

.psuedo-link {
    text-decoration: underline !important;
    cursor: pointer;
}

button.word-btn {
    border: none;
    background-color: inherit !important;
    cursor: pointer;
    display: inline-block;
}
button:disabled,
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] {
    color: #BBBBBB;
    /*text-shadow: 0 1px  rgba(0, 0, 0, 0.6);*/
}
#divSharedDraggableDialog{
    background-color:transparent;
}
#divSharedDraggableDialog .modal-header {
    cursor: grab;
}

.text-fml {
    color: #0000CC;
}
.text-ol {
    color: #660099;
}
.bg-fml {
    color: #0000CC;
}

.bg-ol {
    color: #660099;
}
.ls-badge {
    border: none;
    border-radius: 50%;
    background-color: #ff931e;
    padding: 5px 10px;
    position: absolute;
    top: 40px;
    right: 0px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 0.5rem 1rem rgba(0,0,0,0.2);
    display: none;
    color: white;
}
.border {
    border: solid 1px rgba(120,130,140,.1);
}
.nav-link{
    cursor:pointer;
}
.nav.nav-pills .nav-link {
    color: black;    
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
    .nav.nav-pills .nav-link:hover {
        color: #2384c6;
    }
    .nav.nav-pills .nav-link.active {
        color: white;
        font-weight: bold;
    }
.btn_default{
    border:solid 1px #EEEEEE;
}

/* BEGIN BOOTSTRAP COLUMNS */
.col-1half {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-2half {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
}

.col-3half {
    flex: 0 0 29.1666%;
    max-width: 29.1666%;
}

.col-4half {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-5half {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
}

.col-6half {
    flex: 0 0 54.1666%;
    max-width: 54.1666%;
}
/* END BOOTSTRAP COLUMNS */

.form-select {
    font-size: 12px;
    background-color: #FCFCFC;
    margin: 1px 0px;
    border-color: lightgray;
    color: #2D2D2D;
    border-radius: 3px;
}
.form-control {
    color: black;
    border-radius: 3px;
}