
:root {
    --primary-color:rgb(21, 25, 33);
    --primary-color-dark: #2e2e2e;
    --primary-color-option: #3B7DD9;
    --secondary-color:#ECECEC;
    --secondary-color-option:#B8B8B8;
    --font-color: #171717;
    --light-font-color: #646464;
    --light-color: #F9F9F9;
    --small-icon-height: 19px;
    --medium-icon-height: 32px;
    --large-icon-height: 38px;
    --sidebar-width:20%;
    --main-page-width: calc(100% - var(--sidebar-width))
}


html {
    height: 100%;
    max-width:100%;
}

html, body {
    height: 100%;
    max-width:100%;
    /*overflow: auto;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

@font-face {
    font-family: "primary-font";
    src: url("../Fonts/SoleilBold.woff") format('woff');
}


i {
    cursor:pointer;
}
.main-header img {
    height: var(--large-icon-height);
    width:auto;
}
.main-header a {
    padding:4px;
    color: var(--light-font-color) !important;
    /*margin:5px;*/
}

.menu-header.btn-light:hover    {
    /*background-color: #09ce64 !important;*/
    background-color: var(--primary-color-dark) !important;

}

.menu-header:hover {
    /*background-color: #26b061;*/
    background-color: var(--primary-color-dark);
}

.menu-header.btn-light {
    color: #fffcfc !important;
    font-size: 15px;
    background-color: var(--primary-color) !important;
    padding: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.menu-header.btn-light a {
    color: #fff !important;
}

.sub-menu i {
    float: right;
    color: #ffffff;
}

.menu-header {
    display:inline-block !important;
    text-align: left !important;
    font-weight: bold !important;
}
.menu-header img {
    float:right !important;
}

.main-sidebar a:hover {
    background-color: inherit !important;
}


.main-sidebar a {
    padding:2px;
    color: var(--light-font-color)  !important;
    padding-left:2em;
    font-size: 14px;
}
.main-login {
    margin-right: auto;
    margin-left:auto;
    max-width: 30vw;
}
.main-login .inner-container{
    border: 1px solid var(--secondary-color-option);
    border-radius: 10px;
}
.main-login .mb-form {
    padding: 10px;
}
a {
    font-family: primary-font;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: #fff;
}
.btn-primary:hover {
    background-color: var(--primary-color-dark) !important;
    color: #fff;
}
.btn-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--font-color) !important;
}
.title {
    color:#fff !important;
    font-size: 1.5em;
}
.info-header {
    background-color: var(--primary-color);
    border-radius: 10px 10px 0px 0px;
}
/*input[type=button]*/
.info-header,info-text, button {
    color: var(--light-color);
    background-color: var(--primary-color);
    font-family: primary-font;
    padding: 3px;
    border-radius: 5px;
}
.info-text {
    text-align:center;
}
.main-content {
    margin: 0;
    background: var(--secondary-color);
}

.primary-color {
    color: var(--primary-color);
}

.main-sidebar {
    float:left;
    max-width:var(--sidebar-width);
    height: auto;
    z-index:101;
}
.main-sidebar.expand {
    max-width: 0px;
    /*ABBABA*/
}


.main-page {
    background-color: #fff;
    float:left;
    width: var(--main-page-width);
    padding:2%;
}

.main-page.expand {
    width:100%;
}

.nav-item {
    font-size: 0.8rem;
}

.nav-item.active {
    font-size: 1.25rem !important;
}

.menu-header {
    width:100%;
}

.user-icon {
    color:var(--primary-color);
}
a:visited {
    color: #5a3696;
}

a:active {
    color: #faa700;
}

a:hover {
    background-color: #D0DCE0;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

img {
    border: none;
    vertical-align: bottom;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.tooltip {
    font-size: x-small;
}

.header1 {
    width: 33%;
}

.header2 {
    width: 100%;
}

.header3 {
    width: 60%;
}

.menu-icon {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.menu-icon i {
    font-size: 1.5em;
    color: #fff;
    padding: 5px;
}
.link {
    margin: 4px;
    padding: 8px;
}

.link a {
    color: #fff;
}

.link a:hover {
    background: none !important;
    /*	text-decoration: underline; */
}


.left-icons {
    float: left;
}

.right-icons {
    float: right;
    /*position:fixed;
    right:10px;*/
}

.upper-wrap {
    display: inline-block;
    width: 100%;
    background: var(--primary-color);
    padding:5px;
}

.lower-wrap {
    display: inline-block;
    width: 100%;
    background-color: var(--secondary-color);
    padding:5px;
}

.full-wrap {
    width: 100%;
    /*font-family: Open Sans;
    font-size: 20px;*/
    border: 1px solid grey;
    color: #fff;

}

.tools-container {
    /*margin-bottom:30px;*/
    color: var(--primary-color);
}
.tools-container i {
    cursor: pointer;
    color: var(--primary-color);
    margin-right: 10px;
}

.tools-container a{
    cursor: pointer;
    color: var(--primary-color);
}


.info-item {
    margin-right: 15px;
}
.item {
    float: left;
    margin: 2px;
}
.logo img {
    width: 120px;
    height: 60px;
}

.lower-wrap input {


    display: inline !important;
}

.menu-icon select {
    color: rgb(99, 99, 99) !important;
    border: 1px solid rgb(220, 220, 220) !important;
    /*height: 30% !important;*/
    height: 36px;
    width: 200px;
}

.menu-icon input[type="text"] {
    color: rgb(99, 99, 99) !important;
    border: 1px solid rgb(220, 220, 220) !important;
    height: 36px !important;
    width: 200px;
    padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.menu-icon input[type="button"] {
    font-size: 11px !important;
    height: 36px !important;
    line-height: 36px !important;
    color: #fff;
    border: none;
    background-color: #2B78E4;
    width: 60px;

}

.menu-icon-path {
    padding: 4px;
    margin: 4px;
    color: #2B78E4;
    width: 100%;
    float: left;
    font-size: 14px;

}


.menu-show-hide {
    width: 100%;
    color: #fff;
}

input.menu-show-hide-button {
    background-image: url(../img/menu_iconit/menu2.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    color: #2B78E4;
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 48px; /* make this the size of your image */
    padding-left: 48px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}


div.indexPageSearchDiv {
    position: absolute;
    background-color: white;
    /*z-index: 1;*/
    width: auto;
    z-index: 101;
}
#indexPageSearchDiv {
    z-index: 100;
}
div.indexPageSearchDiv table {
    border-collapse: collapse;
}

div.indexPageSearchDiv tr {
    border: 1px solid black;
}

div.indexPageSearchDiv {
    display: inline-block;
}

div.indexPageSearchDiv img {
    display: inline-block;
    vertical-align: middle;
}

.menu_logos {
    display: inline;
    float: right;
    min-width: 250px;
}


span.errorbox {
    color: red;
    width: 300px;
    display: block;
    border: 1px dashed #FFC9C9;
    background-color: #FFF3F3;
}

span.notifybox {
    color: black;
    width: 300px;
    display: block;
    border: 1px dashed #C6C9FF;
    background-color: #F0F0FF;
}

span.denybox {
    color: red;
    display: block;
    border: 1px dashed #FFC9C9;
    background-color: #FFF3F3;
}

span.acceptbox {
    color: green;
    display: block;
    border: 1px dashed #C4FFC4;
    background-color: #F0FFF0;
}

span.yellowbox {
    color: black;
    display: block;
    border: 1px dashed #FFCC66;
    background-color: #FFFF99;
    width: 700px;
}


#kohteet td {
    border-bottom: 1px solid black;
}


#kohde {
    background-color: #5F9F9F;

}

#hinnat {
    background-color: #B4CDCD;
}

#yhteenveto {

    font-size: 22px;
}


#alapalkki {
    border-bottom: 1px solid black;
}

#palkkakorttiEritTable {

    margin-top: 30px;
}

#info {
    position: relative;
    width: 100%;
    padding: 2px;


}

#info li {

    margin: 1px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    padding: 10px;
}

#ohjeet {
    margin: 3px 0px 3px 30px;
    list-style-type: square;

}

#ohjeet li {
    background-color: #dff0d8;

}


#otsikko {


    background-color: white;

    color: #28A5EB;
}

#otsikko li {


    font-size: 30px;
}


.instruction_li:nth-of-type(even) {
    background-color: #e8e8e8;
    border-solid-black: 1px;

}

.dropdown_div {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
}

.dropdown_div li {

    background-color: white !important;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#info li:nth-child(odd) {
    backgroundcolor: white;
}


#hyotyAuto:nth-child(even) {
    background-color: #E1F5FC;
    border-solid-black: 1px;

}

#hyotyAuto:nth-child(odd) {
    backgroundcolor: white;
}

#polttoaineAutokohtaiset {
    margin-top: 40px;
    max-width: 1800px;
    table-layout: fixed;

    word-wrap: break-word;
}

#polttoaineAutokohtaiset td {

    border-right: 10px solid #FFFFFF;
}

#polttoaineAutokohtaiset th {

    text-align: center;
}

#polttoaineAuto:nth-child(odd) {
    backgroundcolor: white;
}

#polttoaineAuto:nth-child(even) {
    background-color: #E1F5FC;
    border-solid-black: 1px;

}


div#pagination_controls {
    font-size: 16px;
}

div#pagination_controls > a {
    color: #06F;
}

div#pagination_controls > a:visited {
    color: #06F;
}

div#pagination_controls {
    margin-top: 30px;
    margin-left: 30px;
}


label {
    cursor: pointer;
}

/**
 * Calendar styles
 */

#hyotyyhteenveto {
    margin-top: 30px;
    width: 1200px;
    table-layout: fixed;

    word-wrap: break-word;

}

#hyotyyhteenveto td {

    border-right: 5px solid #FFFFFF;

}

#hyotyautokohtaiset {

    margin-top: 30px;
    width: 1200px;
    table-layout: fixed;

    word-wrap: break-word;


}

#hyotyautokohtaiset td {

    border-right: 5px solid #FFFFFF;

}


div.tip {
    color: black;
    z-index: 13000;
    display: block;
    border: 1px solid;
    border-color: #A2B8BD;
    padding: 4px;
    background-color: white;
}

#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;
}

div.acDiv {
    border: 1px solid #9F9F9F;
    background-color: #F3F3F3;
    padding: 3px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    display: none;
    position: absolute;
    z-index: 999;
}

th.mapGroupHeaderSelected {
    width: 200px;
    background-color: blue;
    overflow: hidden;
    z-index: 100;

}

th.mapGroupHeader {
    width: 200px;
    background-color: aqua;
    overflow: visible;

    z-index: 100;
}


tbody.mapFucntionGroup {
    display: none;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

tbody.mapFucntionGroup td {
    overflow: hidden;
    z-index: 1;
}


div.mapGroupHeader {
    position: relative;
    font-weight: bold;
    z-index: 100;
    overflow: visible;
    background-color: #002c5d;
    color: #FFF;
    height: 20px;
    border: 1px solid;
    cursor: pointer;
}

div.mapGroupContent {
    position: relative;
    height: auto;
    z-index: 8;
    visibility: hidden;
    margin-top: 1px;
    width: 200px;
    background-color: white;
}

.mapGroupContent input {
    width: 100%;
}

.mapGroupContent select {
    width: 100%;
}

div.mapGroupContainer {
    height: 20px;
}

div.msgWindow {
    background-color: white;
    width: 100px;
    heigth: 100px;
}

div.kalenteriPvmKentta {
    width: auto;
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 8px;
    color: #494949;
}


.wrapper4 {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    border: 2px solid #2b2b2b;
    padding: 10px;
    box-shadow: 5px 10px #2b2b2b;
    margin-top: 10px;
    align-items: center;
}

div.carCalenderDate {
    width: auto;
    display: inline-block;
    float: right;
    padding-right: 8px;
    color: #494949;
    font-size: 1.1em;
    font-family: 'Aladin', cursive;
    padding-bottom: 5px;
}

div.kalenteriYhteensaKentta {
    color: black;
    font-size: 3em;
    font-family: Roboto;
    text-align: center;
    padding-bottom: 5px;
}

div.kalenteriHoitamattaKentta {
    color: red;
    text-align: center;
    padding-bottom: 5px;
}

table.tyovuorokalenteri {
    border-collapse: collapse;
}

th.tyovuorokalenteri {
    border: 2px solid #F5F5F6;
    background-color: #494949;
    width: 3cm;
    text-align: center;
    padding: 5px;
    color: #FFF;
    font-family: Roboto;
}

td.tyovuorokalenteri {
    background-color: #F5F5F6;
    border: 2px solid #494949;
    min-width: 2cm;
    padding: 0;
    height: 2cm;
}

td.tyovuorokalenteri_viikko {
    border: 2px solid #F5F5F6;
    background-color: #494949;
    color: #FFF;
    width: 2cm;
    height: 2cm;
}


td.kalenterityhjapaiva {
    border: 2px solid #F5F5F6;
    background-color: #494949;
}

div.tiimiraportti {
    border: 1px black solid;
}

td.linkHeader {
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #A2B8BD;
    background-color: #F5F5F5;
/ / border-bottom-color: #A2B8BD;
}

td.linkHeader a {
    /*color: black;*/
    font-weight: normal;
}


span.required {
    color: red;
}

/* Tiedote sliderit */
div.moreInfoWrapper /* Contains divToggle and moreInfo divs */
{
    width: 85%;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

div.divToggle /* Message title area */
{
    text-align: left;
    padding: 4px;
    background-color: #d0dce0;
    color: black;
}

div.divToggle a /* Message title area */
{
    color: black;
}

div.moreInfo /* Message body area */
{
    text-align: left;
    background-color: white;
    padding: 4px;
}

.drkBlue {
    background-color: #595cff;
}

.ltbrown {
    background-color: #a17249
}

.ltTeal {
    background-color: #0ed1a7;
}

.ph_palkerit_otsake {
    font-size: 1.5em;
    margin-bottom: 20px;
    background-color: #87AAAE !important;
    color: #fff;
}

.ph_palkerit_otsake_henkTiedot {
    font-size: 1.5em;
    margin-bottom: 20px;
    background-color: #0B3664 !important;
    color: #fff;
}


.kk_laskutus_span
{

    background: url(../img/checkcircle.png) no-repeat left center;
    padding-left: 30px !important;  /* width of the image plus a little extra padding */
    display: block;
    opacity: 0.4;

}
.overdue
{
    color:red;
}

.input_error
{
    border:1px solid red;
    outline:none;
    border:#ffb2b2;
    box-shadow:0 0 10px #ffb2b2;
}
.input_success
{
    border:1px solid green;
    outline:none;
    border:#6aaf6a;
    box-shadow:0 0 10px #6aaf6a;
}




.alert {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #f44336;
    color: white;
    z-index: 100;
    height: 150px;
    margin-top: -75px;
    width: 300px;
    margin-left: -150px;
}
.alert_msg
{
    float:none;margin:0 auto;display:table;
}

.versoft-alert {
    width:100%;
    line-height: 1.5em;
    padding:5px;
    min-height:50px;
}

.versoft-alert-success {
    background-color: lightgreen;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}


/*
select#language_select option[value="fi_FI"]   { background-image:url(../img/flag_suomi.png);   }
select#language_select option[value="et_EE"] { background-image:url(../img/flag_viro.png); }
*/

.versoft_form-group label{display:inline-block;margin-bottom:.5rem;}

.versoft_form-group{margin-bottom:1rem;
}

.versoft_form-control
{
    box-sizing:border-box;
    display:block;
    width:100%;
    padding:.5rem .75rem;
    font-size:1rem;
    line-height:1.25;
    color:#55595c;
    background-color:#fff;
    background-image:none;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
}
.versoft_form-group select
{
    display:block;
    width:100%;
    padding:.5rem .75rem;
    font-size:1rem;
    line-height:1.25;
    color:#55595c;
    background-color:#fff;
    background-image:none;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
}
.versoft_form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.versoft_form-control:focus{
    color:#55595c;
    background-color:#fff;
    border-color:#66afe9;
    outline:0}
.versoft_form-control::-webkit-input-placeholder{
    color:#999;
    opacity:1
}
.versoft_form-control::-moz-placeholder{
    color:#999;
    opacity:1
}
.versoft_form-control:-ms-input-placeholder{
    color:#999;
    opacity:1
}
.versoft_form-control::placeholder{
    color:#999;
    opacity:1
}
.versoft_form-control:disabled,.versoft_form-control[readonly]{
    background-color:#eceeef;
    opacity:1
}
.versoft_form-control:disabled{
    cursor:not-allowed}
select.versoft_form-control:not([size]):not([multiple]){height:calc(2.5rem - 2px)}
select.versoft_form-control:focus::-ms-value{color:#55595c;background-color:#fff}
.versoft_form-control-file,.versoft_form-control-range{display:block}

.versoft_btn{padding-right:0;padding-left:0}
.versoft_btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}

.versoft_btn{display:inline-block;
    font-weight:400;
    line-height:1.25;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid transparent;
    padding:.5rem 1rem;
    font-size:1rem;
    border-radius:.25rem
}
.versoft_btn.active.focus,.versoft_btn.active:focus,.versoft_btn.focus,.versoft_btn:active.focus,.versoft_btn:active:focus,.versoft_btn:focus{
    outline:5px auto -webkit-focus-ring-color;outline-offset:-2px
}
.versoft_btn:focus,.versoft_btn:hover{text-decoration:none}
.versoft_btn.focus{text-decoration:none}
.versoft_btn.active,.versoft_btn:active{background-image:none;outline:0}
.versoft_btn.disabled,.versoft_btn:disabled{cursor:not-allowed;opacity:.65}
a.versoft_btn.disabled,fieldset[disabled] a.versoft_btn{pointer-events:none}
.versoft_btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}
.versoft_btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}
.versoft_btn-primary.focus,.versoft_btn-primary:focus{color:#fff;background-color:#025aa5;border-color:#01549b}
.versoft_btn-primary.active,.versoft_btn-primary:active,.open>.versoft_btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#025aa5;
    border-color:#01549b;
    background-image:none
}


.loading_spinner
{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
}

#feedbackDiv
{
    background-color:#fff;
    position:fixed;
    top:200px;
    width:400px;
    max-height:400px;
    overflow-y:auto;
    z-index:10;
    padding:15px;
    padding-top:40px;
    border:1px solid black;
}
#feedbackTable td
{
    vertical-align: top !important;
}
#btn-container{
    position: absolute;
    left:0;
    top: 0;
}
#feedbackBtn
{
    position:fixed;
    width:24px;
    height:24px;
}




.popup_containerDiv
{
    background-color:#fff;
    position:fixed;
    top:200px;
    width:400px;
    max-height:400px;
    overflow-y:auto;
    z-index:10;
    padding:15px;
    padding-top:40px;
    border:1px solid black;
}

.popup_btn-container{
    position: absolute;
    left:0;
    top: 0;
}
.popup_backbtn
{
    position:fixed;
    width:24px;
    height:24px;
}
.popup_table
{
    width:90%;
    margin:0 auto;
}
.popup_table textarea
{
    width:70%;
}

.buttonMenu .buttonWorkMenu{
    background-color: #494949; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
    border-radius: 2px;
}

.buttonMenu .buttonWorkMenu:hover{
    background-color: #3e8e41;
}

.clear{
    clear:both;
}
.ui-datepicker-calendar {
    display: none;
}

.modalCalender {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.KulTVautot{
    position: sticky;
    top:0;
}
/*
#KulTVtiedot tr > td:first-of-type,tr > th:first-of-type {
	position: sticky;
	left: 2px;
}
*/
/* Modal Content/Box */
.modalContent {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    min-height: 300px;
}

.modalContentInner{
    padding: 5px;
}
.modalMenu div {
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    padding-bottom: 3px;
}
.modalDatepPicker{

    display:inline-block;
    float:left;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.deleteShift{
    color: #aaa;
    float: right;
    font-size: 15px;
    font-weight: bold;
}
.deleteShift:hover,
.deleteShift:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.redrestriction{

    width:4px;
    float: right;
    height: 90%;
    margin-right: 2px;
    border: 1px solid #494949;
    background-color: red;
}

.shiftSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-color: #494949;
}
/* Custom Select */
.shiftSelect {
    position: relative;
    display: inline-block;
    float: left;
    width: 150px;
    height: 3em;
    line-height: 3;
    background: #494949;
    margin: 10px;
    overflow: hidden;
    color: #f0faff;
    font-family: Roboto;

    border-radius: .25em;
}
.shiftSelect select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
}

.shiftSelect select::-ms-expand {
    display: none;
}
/* Arrow */
.shiftSelect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #494949;
    pointer-events: none;
}
/* Transition */
.shiftSelect:hover::after {
    color: #f39c12;
}
.shiftSelect::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.tableCarShifts{
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    min-width: 800px;

}

.tableCarShifts td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tableCarShifts th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tableCarShifts tr:nth-child(2n - 1){
    background-color: #dddddd;
}
.buttonGreen{
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 3em;
    margin-right: 10px;
    margin-top: 5px;
}
.buttonGreen:hover{
    background-color: green; !important;
}

.buttonGreen:disabled{
    background-color: #494949;
}
/* Tooltip container */

/* Tooltip text */
.tooltiptextdave {
    visibility: hidden;
    width: auto;
    background-color: #494949;
    color: #fff;
    text-align: left;
    padding: 10px;
    margin-left: 10px;
    border-radius: 2px;
    border: 2px solid #f0faff;
    overflow: hidden;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 10000;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipdave:hover .tooltiptextdave{
    visibility: visible;
}

.tabletooltip {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.tabletooltip td th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;

}

table.tabletooltip tr{
    color:#ffffff;
}
table.tabletooltip tr:nth-child(2n - 1){
    background-color: #dddddd;
    color:#494949;
}

.h1ToolTip{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    color:#ffffff;
}

select.yidSelect
{
    font-size: 14px;
}

.datepicker_dashboard {
    position: absolute;
    font-size: 10px;
    font-family: "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    color: #fff;
    line-height: normal;
    width: 172px;
    height: 135px;
    padding: 14px;
    background: url(frame.png) no-repeat !important;
    box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.sub-menu.expand .list-group-item:hover    {
    background-color: var(--secondary-color) !important;
}

.list-group-item.mouseover {
    background: #fafafa;
    cursor: pointer;

}

.list-group-item .remove-item.mouseover {
    background: #aaf;
    cursor: pointer;
}

.half-page {
    float:left;
    width: 49%;
    margin-right:1%;
}

.fivaldi {
    color: blue;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top:40px;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content img {
    margin-right: 10px;
}
.dropdown a:hover {background-color: #ddd;}

.dropdown.show, .dropdown-content.show  {display: block;}

@media screen and (max-width: 767px) {
    input, select, textarea {
        font-size: 16px !important;
    }
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    input, select, textarea {
        font-size: 16px !important;
    }

    .card {
        margin: 1px !important;
        padding: 0.5rem !important;
    }
    .table {
        font-size: 0.8em !important;
        padding: 0.1rem !important;
    }

    .table > :not(caption) > * > * {
        padding: 0px !important;
    }

    .card-header {
        padding: 0.1rem .5rem !important;
    }

    .main-login {
        margin-right: auto;
        margin-left:auto;
        max-width: 90vw;
    }

    menu-icon.link {
        margin-bottom: 5px;
        padding: 8px;
    }

    .menu-icon select{
        min-height:36px;
        max-height: 72px;
        width: 70vw !important;
    }

    .menu-icon input[type="text"] {
        min-height:36px;
        max-height: 72px;
        width: 70vw !important;
    }

    .main-header img {
        height: var(--small-icon-height);
        width:auto;
    }

    .upper-wrap {
        min-height: 5vh;
    }

    .lower-wrap {
        min-height: 8vh;
    }

    .main-sidebar {
        margin:0px;
        position:absolute;
        right:0px;
        background-color: var(--secondary-color);
        max-width: 0px;
        overflow: hidden;
        transition: all .3s ease;
        /*min-height:100%;*/
        /*width:100%;*/
    }
    .main-sidebar.expand {
        min-width: 100vw;
        max-width: 100vw;
    }

    .main-page {
        width:100%;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding-left:1vw;
        padding-right:1vw;
        /*padding:0px;*/
    }

    .half-page {
        float:left;
        width: 100%;
    }
}



@media (max-width: 1200px) {

    .main-header img {
        height: var(--medium-icon-height);
        width:auto;
    }

    .upper-wrap {
        min-height: 3vh;
    }

    .lower-wrap {
        min-height: 5vh;
    }

    .sdmenu.expand {
        max-width: 100vw;
    }
}




