/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2019, 12:36:36 PM
    Author     : kenanince
*/
section {
    background-color: #ADBBB2;
    padding-top: 20px;
    margin-top: 30px;
    color: #EDEAE5;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body {
    line-height: 2;
}


.loader {
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 2px;
    z-index: 9999;
    opacity: 1;
}

#ajax-loader {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    text-align: center;
    display: none;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.mt-6 {
    margin-top: 3.1rem !important;
}

.mt-7 {
    margin-top: 15rem !important;
}

.notification {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 2px;
}

.alert {
    border-radius: 0;
}

.form-control {
    border-radius: .1rem;
}

.btn {
    border-radius: .1rem;
}


.active, .dropdown-item:active {
	background-color: #ECEAE0 !important;
	color: #756761 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #754E3F !important;
}

div {
  text-align: justify;
}
