body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0 0 20px 0;
}

.logo-container {
    width: 235px;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
}

.main-container {
    text-align: center;
    background-color: #f5f4f9;
    padding: 15px;
}

.login-container {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #003E31;
    background-color: #a6bfff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}

.login-row {
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
}

.login-labels {
    width: 35px;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    padding-right: 15px;
}

.loginform-text, .password {
    padding: 5px;
    width: 250px;
}

label {
    width: 200px;
    display: inline-block;
    height: 30px;
}

.button {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 0 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height:30px;
}

.cancelButton {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 110px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height: auto;
    text-align: center;
}

.error{
    color:red;
}
.siteName {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom:20px;
}

.loginSubText {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.siteHeaderContainer {
    height: 60px;
    background-color: #4864ad;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.siteFooterContainer {
    height: 50px;
    background-color: #b1c1e8;
    color:#222260;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.siteFooterContainer span{
    font-size: 13px;
    color: #222260;
    display: block;
    text-align: center;
    margin-top: 14px;
}

.siteFooterContainer span a{
    font-size: 13px;
    color: #222260;
    text-decoration: none;
}

.siteFooterContainer span a:hover{
    font-size: 13px;
    color: #222260;
    text-decoration: none;
}

.mainContentContainer {
    padding:60px 10px 50px 10px;
}

.menuItem {
    display: block;
    padding: 10px;
    background-color: #edffd1;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    color:#5f900b;
}

.menuItem:hover {
    display: block;
    padding: 10px;
    background-color: #c7ec61;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    color:white;
}

.errorMessage{
    padding: 10px;
    max-width: 400px;
    border: 1px solid #8EC641;
    border-left: 7px solid red;
    text-align: left;
    margin: 30px auto;
    background-color: #EEF7E2;
}

.successMessage{
    padding: 10px;
    max-width: 400px;
    border: 1px solid #8EC641;
    border-left: 7px solid green;
    text-align: left;
    margin: 30px auto;
    background-color: #EEF7E2;
}

.pageButton{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    /* height: 30px; */
    text-align: center;
}

.mainTitle{
    font-size: 32px;
    text-align: center;
    margin: 20px auto;
}

.formTitle{
    font-size: 13px;
    text-transform: uppercase;
    color: gray;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    height: 30px;
    text-align: center;
}

.formInputBox {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border: 1px solid lightgray;
    height: 25px;
    max-width: 490px;
    margin: 10px auto;
    display: block;
    width:100%;
}


.formTextarea {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    border: 1px solid lightgray;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    max-width: 490px;
    margin: 10px auto;
    display: block;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    flex-wrap: wrap;
    text-align: justify;
    white-space: normal;
}

.longText{
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    max-width:150px;
    white-space: nowrap;
    margin: 0 auto;
}


.formDropdownBox {
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-size: 18px;
    padding: 5px 0;
    border: 1px solid lightgray;
    height: 35px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align-last: center;
    width:100%;
}
.formRow {
    margin-bottom:20px;
}



.textAreaFormRow {
    margin-bottom:20px;
    max-width:500px;
    margin:0 auto;
}



.submitButton {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 12px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height: auto;
    text-align: center;
    min-width:150px;
}

.diarySumRow {
    border-top:3px solid gray!important;
}

.counterTable input[type=number]{
    text-align: right;
}

.fa-trash-alt{
    color:red;
}

.fa-trash-alt:hover{
    color:red;
    cursor:pointer;
}

.headerLogo {
    text-align:center;
    height: 55px;
    padding: 5px 0 0 0;
}

.headerLogo object{
    height: 50px;
}

.mobileMenu {
    display:none;
}
.profileMenu {
    position: absolute;
    top: 5px;
    right: 5px;
}

.desktopMenu {
    position: absolute;
    top: 0px;
    left: 0px;
}

#hambiMenu {
    font-size: 30px;
    color: #fff;
}

.dropbtn, .dropbtn-mobile, .dropbtn-desktop, .dropbtn-profile {
    background-color: #222260;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropbtn-desktop{
    height:60px;
}

.dropbtn-profile{
    height:50px;
    width:50px;
}

.dropdown, 
.dropdown-mobile, 
.dropdown-desktop, 
.dropdown-profile  {
    position: relative;
    display: inline-block;
    color: #d4defa;
}

.dropdown-content, 
.dropdown-content-mobile, 
.dropdown-content-desktop, 
.dropdown-content-profile {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    background-color: #d4defa;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    box-shadow: 0px 8px 16px 0px rgba(0,62,49,0.2);
    border: 1px solid white;
    z-index: 1;
}
.dropdown-content-profile {
    right: 0;
}

.dropdown-content a, 
.dropdown-content-mobile a, 
.dropdown-content-desktop a, 
.dropdown-content-profile a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:13px;
    border-bottom: 1px solid white;
}

.dropdown-content a:last-child, 
.dropdown-content-mobile a:last-child, 
.dropdown-content-desktop a:last-child, 
.dropdown-content-profile a:last-child {
    border-bottom: 0;
}

.dropdown-content a:hover, 
.dropdown-content-mobile a:hover, 
.dropdown-content-desktop a:hover, 
.dropdown-content-profile a:hover {
    /*background-color: #ddd;*/
    background-color: #b1c1e8;
}

.dropdown:hover .dropdown-content, 
.dropdown-mobile:hover .dropdown-content-mobile, 
.dropdown-desktop:hover .dropdown-content-desktop, 
.dropdown-profile:hover .dropdown-content-profile {
    display: block;
}

.dropdown:hover .dropbtn, 
.dropdown-mobile:hover .dropbtn-mobile, 
.dropdown-desktop:hover .dropbtn-desktop, 
.dropdown-profile:hover .dropbtn-profile {
    background-color: #222260;
}

.dropbtn-profile{
    border-radius:24px;
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    border: 2px solid #eef7e2;
}






@media only screen and (min-width: 640px){
    .mobileMenu {
        display: block;
    }
}

@media only screen and (min-width: 1440px){
    .mobileMenu {
        display: none;
    }
}

.shiftTable {
    border-collapse: collapse;
    margin:0 auto;
}

.shiftTable th{
    height: 45px;
    border:1px solid white;
    background-color: lightgray;
    color: gray;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align:middle;
    text-align: center;
}

.formInputBoxShift {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border: 1px solid lightgray;
    height: 35px;
    max-width: 500px;
    display: block;
}

.userExists{
    border:1px solid red;
}

.todayRow{
    border:5px solid red;
}

.shiftTitle{
    font-size: 22px;
    text-align: center;
}
.shiftSubTitle{
    font-size: 16px;
    text-align: center;
    display:block;
}
.welcomeText {
    text-align: center;
    color: #ffffff;
    line-height: 60px;
}

.listTable {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    border: 1px solid lightgray;
    border-collapse: collapse;
}

.listTable th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
    background-color: lightgray;
}

.listTable td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid lightgray;
}

.formTableRow {
    margin-top: 50px;
}

.separator {
    border-top: 3px solid gray!important;
}

.checkBoxName {
    width: auto;
    display: block;
    height: auto;
    text-align: left;

}

.checkBoxTable {
    margin: 0 auto;
    margin-bottom:10px;
    width:300px;
}

.checkBoxTable td:nth-child(odd){
    text-align: right;
}

.checkBoxTable td:nth-child(even){
    text-align: left;
}

.counterTable {
    margin: 0 auto;
    margin-bottom: 10px;
    border:1px solid lightgray;
    border-collapse: collapse;
    min-width:860px;
}

.counterTable td{
    border:1px solid lightgray;
    padding:10px;
    vertical-align:middle;
    text-align: center;
}

.functionPersonButton, .functionVechicleButton {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 0px auto;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #7aa5ba;
    height: auto;
    text-align: center;
}

.largeInputBox{
    width:400px;
}

.topleft {
    border-top: 1px solid lightgray!important;
    border-left: 1px solid lightgray!important;
}

.onlytop {
    border-top: 1px solid lightgray!important;
}

.topright {
    border-top: 1px solid lightgray!important;
    border-right: 1px solid lightgray!important;
}

.attachmentLink{
    display:block;
    text-align: center;
    margin: 0 auto;
}

.fileSize{
    color:lightgray;
}

.tox-tinymce{
    height:400px!important;
}
.tox-notifications-container{
    display:none!important;
}

.tox-statusbar{
    display:none!important;
}

.documentSearchRow{
	text-align:center;
	margin-bottom:10px;
}

#docSearhBox{
	width: 450px;
    height: 30px;
    border: 1px solid lightgray;
    padding: 0px 10px;
}

.shiftBackground{
    width:100px;
    height:30px;
    margin:0 auto;
}

.isNotResults{
    text-align:center;
}

.sublinkBtn{
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #003E31!important;
    color: #ffffff;
    margin-right: 10px;
}

.chooseCity{
    display: inline-block;
    text-align: center;
    margin: 5px auto;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.cityRow{
    text-align: center;
}