﻿/* Mentatronic Font (Pirulen) */
@font-face {
    font-family: "Pirulen";
    src: url('/Content/fonts/pirulen/pirulen.ttf') format("truetype");
}

@font-face {
    font-family: "Corporate S Bold";
    src: url("Content/fonts/CorporateSBold/Corporate S Bold.otf") format("opentype");
}

.PirulenFont {
    font-family: "Pirulen", Pirulen;
}
/* Mentatronic Font (Pirulen) */

.box-footer h3 {
    margin-top: 10px;
}
.custom-control-sidebar-toggle,
.custom-control-sidebar-toggle:focus {
    transition: all .3s ease-in-out;
    margin-right: 0;
    color: #222d32;
}

.custom-control-sidebar-toggle:hover {
    color: #222d32;
    opacity: .7;
}

.custom-control-sidebar-toggle > .toggle-open {
    display: inline-block;
}

.custom-control-sidebar-toggle > .toggle-close {
    display: none;
}

.custom-control-sidebar-toggle.active > .toggle-open {
    display: none;
}

.custom-control-sidebar-toggle.active > .toggle-close {
    display: inline-block;
}

.custom-control-sidebar-toggle.active {
    margin-right: 225px;
}

.control-sidebar-menu li.disabled,
.control-sidebar-menu li.disabled:hover {
    opacity: .5;
    background: none;
}

.connectedSortable .box-header {
    cursor: move;
}

.selectable-element-placeholder {
    margin: 22px;
    border: 2px dashed #e7581a;
    /*height: 50px;*/
}

.dashboard-droppable {
    min-height: 150px;
    background: #f8f8f8;
    border: 1px dashed #2032ff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 25px 0;
    margin-top: 10px;
}

.widget .box-header > a > h3,
.widget .box-header > a > i {
    color: white;
}

.widget .box-header > a > i {
    margin-left: 5px;
}

.widget .box-header > a:hover {
    opacity: 0.7;
}

.widget .box-header small,
.widget .box-tools i {
    color: white;
    opacity: .7;
}

.widget .box-tools a:hover i {
    opacity: 1;
}

.dashboard-widget-action-buttons {
    position: absolute;
    top: -35px;
    right: 15px;
    z-index: 99999;
    box-shadow: 0 0 1px #888888;
}

.widget .dashboard-widget-action-buttons {
    display: none;
}

.widget:hover .dashboard-widget-action-buttons {
    display: block;
}

.dashboard-size-edit-buttons .btn-size.active {
    background: #0073b7 !important;
    color: white;
}

/*.fab {
	position: fixed;
	width: 48px;
	right: 15px;
	bottom: 15px;
	margin-left: -28px;
	z-index: 999;
}*/

.fab:hover .fab-buttons {
    opacity: 1;
    visibility: visible;
}

.fab:hover .fab-buttons-link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover + .fab-buttons .fab-buttons-link:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    transition-delay: 0.3s;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 34px;
    line-height: 48px;
    /*background-color: #0073b7;*/
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
}

.fab-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.fab-buttons-btn {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.fab-buttons-link {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 36px;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50%;
    border: none;
    outline: none !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}

[data-tooltip]:before {
    top: 50%;
    margin-top: -11px;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    padding: 0px 7px;
    margin-right: 12px;
    position: absolute;
    transform: scale(0);
    right: 100%;
    white-space: nowrap;
    transform-origin: top right;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    line-height: 24px;
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
}

.section-title {
    margin-bottom: 0.75em;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0px;
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}

.section-title::before, .section-title::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
}

.section-title::before {
    content: ' ';
    right: 100%;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 7px -10px;
}

.section-title::after {
    content: ' ';
    height: 2px;
    width: 100%;
    background-color: #000;
    margin: 7px 10px;
}

ul.dynatree-container {
    border: none !important;
}

.nav-tabs-custom > .nav-tabs > li.disabled {
    opacity: 0.7;
}

.dataTable tbody .btn {
    margin: 0 5px;
}

.dataTable td {
    vertical-align: middle !important;
}

.alertsStyle {
    padding: 5px !important;
    margin-bottom: 5px !important;
}

.uploadLabels {
    margin-right: 5px;
    font-size: 17px;
    font-weight: bold;
}

.mbot-20 {
    margin-bottom: 20px;
}

.mtop-20 {
    margin-top: 20px;
}

.mtop-25 {
    margin-top: 25px;
}

.mrig-10 {
    margin-right: 10px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.margin-left-10 {
    margin-left: 10px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-40 {
    padding: 40px;
}

.pad-50 {
    padding: 50px;
}

.padding-h-2em {
    padding-left: 2em;
    padding-right: 2em;
}

table.table-horizontal > th, table.table-horizontal > td {
    width: 50%;
}

.reset-row {
    margin-right: auto !important;
    margin-left: auto !important;
}

.checkbox-padding {
    padding-top: 17px;
    padding-bottom: 17px;
}

/*body {
	font-family: 'Roboto', sans-serif;
}*/

/* Change input control border color */
/*.form-control, .input-group-text {
    border: 1px solid #0080ff;
}*/

.pointer {
    cursor: pointer !important;
}



/* Content spinner loader class*/
.spinner-loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
.spinner-loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.d-inline {
    display: inline;
}