﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("../lib/bootstrap/dist/css/bootstrap.min.css");

@import url("../lib/open-iconic/font/css/open-iconic-bootstrap.min.css");

@import url("../lib/DataTables/datatables.min.css");

@import url("../lib/bootstrap-daterangepicker/daterangepicker.min.css");

@import url("../lib/font-awesome/css/all.css");

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

html { font-size: 14px; }

@media (min-width: 768px) {
    html { font-size: 16px; }
}

.border-top { border-top: 1px solid #e5e5e5; }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

/* BEGIN : from bootstrap btn-secondary*/

/*.btn-info {
    color: #fff;
    background-color: #034f84;
    border-color: #ffef96;
}

    .btn-info:hover {
        color: #fff;
        background-color: #36486b;
        border-color: #fefbd8;
    }

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #8cc6fa;
    border-color: #8cc6fa;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #c1c6c9;
    border-color: #4e555b;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}*/

/* END : from bootstrap btn-secondary*/

.check-icon.checked { color: limegreen; }

.check-icon.unchecked { color: tomato; }

/*.details-icon {
    color: mediumblue;
}

.edit-icon {
    color: greenyellow;
}

.list-icon {
    color: royalblue;
}

.create-icon {
    color: firebrick;
}

.apply-icon {
    color: lightgoldenrodyellow;
}

.email-icon {
    color: lightseagreen;
}

.back-icon {
    color: lightseagreen;
}
.password-icon {
    color: lightseagreen;
}

.delete-icon {
    color: orangered;
}
.moveup-icon {
    color: lightseagreen;
}
.movedown-icon {
    color: lightseagreen;
}
*/