﻿body {
}

.row {
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    /*padding-left: 5% !important;*/
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    /*height:60px!important;*/
    align-content: center;
    /*padding-left: 20%;*/
    gap: 10px;
}

.backgroundImage {
    /*background-color: #e9efe5 !important;*/
    /*background: url("Volunteers.jpg") no-repeat;*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity:1;
}
.crossCompany {
    width: 20px !important;
}

.labelColor{

   font-size:17px;
    background-color:white;
    height:30px;
    
}/*
img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important

    }
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    /*height:60px!important;*/
    align-content: center;
    padding-left: 40%;
    padding-bottom: 10px;
    gap: 10px;
    margin-bottom: 10px;
    
}
.btnCreate {
    border: 1px solid !important;
    background: orange !important;
    color: white !important;
    height: 40px !important;
    width: 150px !important;
    border-radius: 10px !important;
}

    .btnCreate :disabled {
        opacity: 0.1;
    }


.loginRow {
    margin: 30px 0 30px 10px;
}
.alignleft {
    float: left;
    padding-top: 10px;
    margin: 0 10px 0 0;
    width: 50%;
    color:black;
    font-size:20px;
}
.alignleftButton {
    float: left;
    padding-top: 10px;
    margin: 0 10px 0 0;
   
    color: black;
    font-size: 20px;
}

.alignright {
    float: right;
    padding-top: 10px;
    margin: 0 20px 0 0;
}
.loginForm {
    width: 100%;
    height: 98%;
    align-self: end;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
    border: 1px solid grey;
    box-shadow: rgba(0,0,0,0.4) 2px 2px;
    background: white;
    opacity: 0.95;
    color: lightslategray;
    align-items: center;
}

.loginHeader {
    width: 25%;
    align-self: end;
    padding-left: 125px;    
    margin-top: 50px;
    color: black;
    font-size: 30px;
    text-align: center;
}


.btnBack {
    border-radius: 10px !important;
    background: #b0acac !important;
    color: white !important;
    border: 0px !important;
    width: 150px;
    height: 40px !important;
}
::placeholder {
    color: lightgray !important;
    
}

.LoginPage {
    background-color: rgba(255,255,255,0.6) !important;
    background-blend-mode: lighten;
    background-image: url('image.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    /*height: 82% !important;*/
    min-height: 90vh !important;
    display: flex;
    flex-direction: column;
}


.setBackground {
    box-shadow: 3px 3px 4px rgba(0,0,0,.5) !important;
    border: none;
    outline: none;
    min-height: 90vh !important;
    margin-top: 2vh !important;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999 !important;
    opacity: 1;
}

.navbar-light .navbar-brand {
    color: white !important;
}

.formBorder{
    border: 1px solid;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    margin-bottom: 10px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    margin-bottom: 10px !important;
}


table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    /*border: 1px solid lightgray !important;*/
    border-top: 1px solid lightgray !important;
}

.dataTables_wrapper .dataTables_filter {
    padding-top: 10px !important;
}

table.dataTable thead {
    background-color:cornflowerblue !important;
    color:white !important;
}

.disableEmployeeForm {
    opacity: 0.4;
}
.loginErrorMessage {
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
}