﻿@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/Roboto/RobotoCondensed-Light.ttf') format('truetype');
}

/*******************************************************************************************/

body {
    font-family: Roboto-Regular;
    font-size: 13px;
}

.swal2-title {
    font-size: 1.575em;
    font-family: Roboto-Light;
}

#bs-loader {
    display: none;
}

#bs-loader {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner-border {
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.modal .k-datetimepicker .k-picker-wrap .k-icon {
    margin: 6px 2px;
}

.k-switch-label-off {
    color: black;
}


.form-group label {
    font-size: 0.95rem;
}

.form-group input {
    font-size: 0.95rem;
}

.modal-content {
    min-height: 450px;
}

.accordion a:hover {
    text-decoration: none !important;
}

.k-window-titlebar {
    background-color: #3498db;
}

.k-checkbox:checked {
    border-color: #3498db;
    background-color: #3498db;
}


.RadGrid_WebBlue .rgMasterTable, .RadGrid_WebBlue .rgDetailTable,
.RadGrid_WebBlue .rgGroupPanel table,
.RadGrid_WebBlue .rgCommandRow table,
.RadGrid_WebBlue .rgEditForm table,
.RadGrid_WebBlue .rgPager table {
    font-family: Roboto-Regular !important;
    font-size: 0.829rem !important;
}

.btnBlue.btnRound {
    font-family: Roboto-Light !important;
    font-size: 14px;
}

.accordionContent {
    font-size: 0.843rem;
}

.accordionHeader {
    font-family: Roboto-Bold;
    font-size: 0.84379rem;
}

.btnDashboardRefresh {
    font-size: 2rem;
    vertical-align: middle;
    padding: 1px;
}

    .btnDashboardRefresh, .btnDashboardRefresh:hover {
        text-decoration: none !important;
        color: #333 !important;
    }

.divRefreshBtn {
    vertical-align: middle;
    margin-top: 28%;
}
