/* 
    Created on : 25.05.2021, 20:47:16
    Author     : Luma
*/


body {
    background-color: #111111; 
    color: #99aab5;
    }
    
    hr {
        border-style: solid;
        border-color: #99aab5;
    }
    
    .sidebardiv {
    background-color: #161616;
    min-height: 100%;
    }
    
    .custom-select {
    background-color: #2c2f33;
    color:#99aab5;
    border-color: #23272a;
    }
    
    input[type='number'] {
        background-color: #2c2f33;
        color:#99aab5;
    }

    ::placeholder {
        color:#99aab5;
        opacity: 1; /* Firefox */
      }
      
      ::-ms-input-placeholder { /* Edge 12 -18 */
        color:#99aab5;
      }
    
    .popover-header {
            background-color: #2c2f33;
            color:#99aab5;
    }
    
    .popover-body {
            background-color: #23272a;
            color:#99aab5;
    }
    
    .dropdown-menu {
        background-color: #23272a;
        color:#99aab5; 
    }
    
    .dropdown-item {
        color:#99aab5;
    }
    
    th {
       color:#99aab5 !important; 
    }
    
    tr {
       color:#99aab5 !important;  
    }

.zammad-form-modal-body {
	background-color: #23272A !important;
}

.btn {
	color:#99aab5;
}

.webshot_btnarea {
    width: 100%;
    padding: 10px;
    background-color: #2C2F33;
}

.jumbotron-dark {
    background-color: #121212 !important;
}

.passwordoutercard {
    background-color: #1f1f1f !important;
}

.passwordinnercard {
    background-color: #191C1E !important;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(78, 0, 78) !important;
}

.passwordmanualinput {
    background-color: #191C1E !important;
    border-color: rgb(78, 0, 78) !important;
    border-style: solid;
    border-width: 1px;
}

.card-header {
    background-color: #2C2F33 !important;
    color: #99aab5 !important;
}

.card .card-body {
    background-color: #141414 !important;
    color: #99aab5;
}

#passout {
    background-color: #191C1E !important;
}

.card-lighter-body {
    background-color: #32353a !important;
    border-color: #32353a !important;
}

.card {
    background-color: #2C2F33 !important;
    border-color: #2C2F33;
}

.card-footer {
    background-color: #2C2F33 !important;
}

.card-darker-body {
    background-color: #191C1E !important;
}

select {
    background-color: #191C1E !important;
    color: #99aab5 !important;
    border-color: #23272a !important;
}

.btn-secondary {
    background-color: #202020 !important;
    color: #99aab5 !important;
    border-color: #23272a !important;
}

.text-dark {
    color: #99aab5 !important;
}

input[type="text"] {
    background-color: #191C1E !important;
    color: #99aab5 !important;
    border-color: #23272a !important;
}

input[type="password"] {
    background-color: #191C1E !important;
    color: #ffffff !important;
    border-color: #23272a !important;
}

.navbar-trans {
    background-color: rgba(31, 31, 31, 0.842) !important;
}

.bg-dark {
    background-color: rgba(31, 31, 31) !important;
}

.text-muted {
    color: #6e6e6e !important;
}

.form-control {
    color: #99aab5 !important;
}

.form-control ::placeholder {
    color: #99aab5 !important;
}