﻿

body {
    font-size: 13px;
}




/* Font overrides */
/* overwrite the bootstrap3 fonts with native system fonts as per bootstrap4/reboot */
body {
    font-family:
    /* Safari for macOS and iOS (San Francisco) */
    -apple-system,
    /* Chrome < 56 for macOS (San Francisco) */
    BlinkMacSystemFont,
    /* Windows */
    "Segoe UI",
    /* Android */
    Roboto,
    /* Basic web fallback */
    "Helvetica Neue", Arial,
    /* Linux */
    "Noto Sans",
    /* Sans serif fallback */
    sans-serif,
    /* Emoji fonts */
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:
    /* Safari for macOS and iOS (San Francisco) */
    -apple-system,
    /* Chrome < 56 for macOS (San Francisco) */
    BlinkMacSystemFont,
    /* Windows */
    "Segoe UI",
    /* Android */
    Roboto,
    /* Basic web fallback */
    "Helvetica Neue", Arial,
    /* Linux */
    "Noto Sans",
    /* Sans serif fallback */
    sans-serif,
    /* Emoji fonts */
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tooltip {
    font-family:
    /* Safari for macOS and iOS (San Francisco) */
    -apple-system,
    /* Chrome < 56 for macOS (San Francisco) */
    BlinkMacSystemFont,
    /* Windows */
    "Segoe UI",
    /* Android */
    Roboto,
    /* Basic web fallback */
    "Helvetica Neue", Arial,
    /* Linux */
    "Noto Sans",
    /* Sans serif fallback */
    sans-serif,
    /* Emoji fonts */
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.popover {
    font-family:
    /* Safari for macOS and iOS (San Francisco) */
    -apple-system,
    /* Chrome < 56 for macOS (San Francisco) */
    BlinkMacSystemFont,
    /* Windows */
    "Segoe UI",
    /* Android */
    Roboto,
    /* Basic web fallback */
    "Helvetica Neue", Arial,
    /* Linux */
    "Noto Sans",
    /* Sans serif fallback */
    sans-serif,
    /* Emoji fonts */
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



th {
    font-weight: 600;
}

label {
    font-weight: 600;
}



.container-fluid {
    /*margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;*/
}



.text-bold {
	font-weight: bold;
}

.text-semibold{
    font-weight: 600;
}



.fs-6 {
    font-size: 16px;
}



.text-nowrap {
    white-space: nowrap;
}



.label {
	font-size: 90%;
	font-weight: 600;
}

.label-light{
	background-color: #eee;
	color: #2c3e50;
}



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.form-control {
    padding: 10px 5px;
}

.form-control-static {
    font-size: 15px;
}

.form-group {
	margin-bottom: 5px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 350px;*/
}

.compact-input{
    padding: 2px;
    height: auto;
    border-width: 1px;
    font-size: inherit;
    font-weight: normal;
}

.compact-label{
    padding: 2px !important;
}

.input-bg-warning {
    background: #f39c12;
    color: #FFF;
}
.input-bg-warning:disabled {
    background: #f39c12;
    color: #ecf0f1;
}
.input-bg-warning:read-only {
    background: #f39c12;
    color: #ecf0f1;
}
.input-bg-warning:-moz-read-only {
    background: #f39c12;
    color: #ecf0f1;
}

.input-bg-danger {
    background: #E74C3C;
    color: #FFF;
}
.input-bg-danger:disabled {
    background: #E74C3C;
    color: #ecf0f1;
}
.input-bg-danger:read-only {
    background: #E74C3C;
    color: #ecf0f1;
}
.input-bg-danger:-moz-read-only {
    background: #E74C3C;
    color: #ecf0f1;
}

/* remove spinners from input type=number */
input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

/* append a red symbol to signal a required field */
.required-label:after {
    content: "*";
    color: red;
}



.navbar {
    margin-bottom: 0px;
	min-height: 30px;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
	height: 30px;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
}



.breadcrumb {
    margin-bottom: 5px;
	/* background-color: transparent; */
}



.btn-group, .btn-group-vertical {
    margin-bottom: 5px;
}


.mb-0 {
    margin-bottom: 0px !important;
}



.alert {
    margin-bottom: 5px;
    padding: 10px 15px;
}


.message-alert {
    background-color: #e3e5fd;
    border-color: #d5d8fc;
    color: #444a93;
}

.message-broadcast {
    background-color: #d7eff6;
    border-color: #c4e7f1;
    color: #22697d;
}



.tooltip-inner {
    max-width: 350px !important;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: orangered;
}
.red-tooltip + .tooltip > .tooltip-arrow {
    border-top-color: orangered;
}



.pagination {
    margin: 0px 0px;
}

.pagination-container {
    text-align: right;
}



.form-filter input {
	padding: 2px 15px;
	height: auto;
}
.form-filter select {
	padding: 2px 15px;
	height: auto;
}
.form-filter .control-label {
    padding-top: 3px;
}
.form-filter .form-group {
    margin-bottom: 2px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.1;
    vertical-align: middle;
}

.table > thead > tr > th {
    text-align: center;
}

/* for the tabelar data entry forms in order to have inputs aligned top even when validation messages are shown */
.table_top_align_cell > tbody > tr > td {
    vertical-align: top;
}

/* for the tabelar data entry forms */
.form-data-entry > tbody > tr > td
{
    padding: 1px;
}



.modal-body{
    padding: 10px;
}



/* Improve visibility of the dropdown menus items text with a darker color */
.dropdown-menu > li > a {
    color: #2c3e50;
}



/*
 .datepicker.dropdown-menu td:nth-child(6) {
  background-color: #eee;
}
.datepicker.dropdown-menu td:nth-child(7) {
  background-color: #eee;
}
*/



.select2-container {
    font-size: 15px;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #dce4ec;
}

.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-search--dropdown .select2-search__field {
    max-width: none;
}

.select2-dropdown {
    background: Ivory;
}


/* Compact Select2 for Page Search Fields */
.select2-container .select2-selection--single.compact-select2 {
    font-size: 13px !important;
    border: 1px solid #dce4ec;
    height: 25px;
}

.select2-container--default .select2-selection--single.compact-select2 .select2-selection__rendered {
    line-height: 21px;
    text-align: left;
}

.select2-container--default .select2-selection--single.compact-select2 .select2-selection__arrow {
    height: 21px;
}

.select2-container .select2-selection--multiple.compact-select2 {
    font-size: 14px !important;
    border: 1px solid #dce4ec;
    height: 25px;
}


.select2-multiple-alert-info {
    background-color: #3498db !important;
}

.select2-alert-info {
    background-color: #3498db !important;
}
.select2-container--default .select2-selection--single.select2-alert-info .select2-selection__rendered {
    color: white !important;
}



.icon-left {
    margin-right: 10px;
}

.icon-right {
    margin-left: 10px;
}



.content-header {
	position: relative;
	padding: 5px 15px 10px 0px;
}
.content-header>h1 {
	margin:0;
	font-size:21px
}
.content-header>h1>small {
	font-size:15px;
	display:inline-block;
	padding-left:4px;
	font-weight:300
}
.content-header>.breadcrumb {
	float:right;
	background:transparent;
	margin-top:0;
	margin-bottom:0;
	font-size:12px;
	padding:7px 5px;
	position:absolute;
	top:10px;
	right: 0px;
	border-radius:2px
}
.content-header>.breadcrumb>li>a {
	color:#444;
	text-decoration:none;
	display:inline-block
}
.content-header>.breadcrumb>li>a>.fa,.content-header>.breadcrumb>li>a>.glyphicon,.content-header>.breadcrumb>li>a>.ion {
	margin-right:5px
}
.content-header>.breadcrumb>li+li:before {
	content:'>\00a0'
}
@media (max-width:991px) {
	.content-header>.breadcrumb {
		position:relative;
		margin-top:5px;
		top:0;
		right:0;
		float:none;
		background:#d2d6de;
		padding-left:10px
	}
	.content-header>.breadcrumb li:before {
		color:#97a0b3
	}
}



/* fixes the issue where the popup dialog for sweetAlert2 was much smaller with bootstrap3 */
.swal2-popup {
  font-size: 1.6rem !important;
}



/* dropdown sub-menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/* DateTimePicker: strike-trough the disabled dates */
.bootstrap-datetimepicker-widget table td.disabled {
    visibility: hidden;
    text-decoration: line-through double red;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
    
}
/* DateTimePicker: different background for weekends */
.bootstrap-datetimepicker-widget table td.weekend:not(.active):not(:hover) {
    background:  #ffffe6;
}



/* Increase Large Modal Width to 1100px for screens with horizontal resolution higher than 1192px */
@media (min-width: 1192px) {
  .modal-lg {
    width: 1100px;
  }
}












/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 70px;
    }

        .info-box .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
            width: 70px;
        }

        .info-box .icon .chart.chart-bar {
            height: 100%;
            line-height: 100px;
        }

            .info-box .icon .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-pie {
            height: 100%;
            line-height: 123px;
        }

            .info-box .icon .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-line {
            height: 100%;
            line-height: 115px;
        }

            .info-box .icon .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box .content {
        display: inline-block;
        padding: 7px 1px 7px 7px;
    }

        .info-box .content .text {
            font-size: 13px;
            /*margin-top: 11px;*/
            color: #555;
            line-height: 1.2;
        }

        .info-box .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -0px;
            color: #555;
        }

    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }


.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

    .bg-red .content .text,
    .bg-red .content .number {
        color: #fff !important;
    }

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

    .bg-pink .content .text,
    .bg-pink .content .number {
        color: #fff !important;
    }

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff;
}

    .bg-purple .content .text,
    .bg-purple .content .number {
        color: #fff !important;
    }

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff;
}

    .bg-deep-purple .content .text,
    .bg-deep-purple .content .number {
        color: #fff !important;
    }

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

    .bg-indigo .content .text,
    .bg-indigo .content .number {
        color: #fff !important;
    }

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff;
}

    .bg-blue .content .text,
    .bg-blue .content .number {
        color: #fff !important;
    }

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff;
}

    .bg-light-blue .content .text,
    .bg-light-blue .content .number {
        color: #fff !important;
    }

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }

.bg-teal {
    background-color: #009688 !important;
    color: #fff;
}

    .bg-teal .content .text,
    .bg-teal .content .number {
        color: #fff !important;
    }

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
}

    .bg-green .content .text,
    .bg-green .content .number {
        color: #fff !important;
    }

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

    .bg-light-green .content .text,
    .bg-light-green .content .number {
        color: #fff !important;
    }

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff;
}

    .bg-lime .content .text,
    .bg-lime .content .number {
        color: #fff !important;
    }

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff;
}

    .bg-yellow .content .text,
    .bg-yellow .content .number {
        color: #fff !important;
    }

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff;
}

    .bg-amber .content .text,
    .bg-amber .content .number {
        color: #fff !important;
    }

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

    .bg-orange .content .text,
    .bg-orange .content .number {
        color: #fff !important;
    }

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff;
}

    .bg-deep-orange .content .text,
    .bg-deep-orange .content .number {
        color: #fff !important;
    }

.bg-brown {
    background-color: #795548 !important;
    color: #fff;
}

    .bg-brown .content .text,
    .bg-brown .content .number {
        color: #fff !important;
    }

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

    .bg-grey .content .text,
    .bg-grey .content .number {
        color: #fff !important;
    }

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff;
}

    .bg-blue-grey .content .text,
    .bg-blue-grey .content .number {
        color: #fff !important;
    }

.bg-black {
    background-color: #000000 !important;
    color: #fff;
}

    .bg-black .content .text,
    .bg-black .content .number {
        color: #fff !important;
    }

.bg-white {
    background-color: #ffffff !important;
    color: #fff;
}

    .bg-white .content .text,
    .bg-white .content .number {
        color: #fff !important;
    }

.col-red {
    color: #F44336 !important;
}

.col-pink {
    color: #E91E63 !important;
}

.col-purple {
    color: #9C27B0 !important;
}

.col-deep-purple {
    color: #673AB7 !important;
}

.col-indigo {
    color: #3F51B5 !important;
}

.col-blue {
    color: #2196F3 !important;
}

.col-light-blue {
    color: #03A9F4 !important;
}

.col-cyan {
    color: #00BCD4 !important;
}

.col-teal {
    color: #009688 !important;
}

.col-green {
    color: #4CAF50 !important;
}

.col-light-green {
    color: #8BC34A !important;
}

.col-lime {
    color: #CDDC39 !important;
}

.col-yellow {
    color: #ffe821 !important;
}

.col-amber {
    color: #FFC107 !important;
}

.col-orange {
    color: #FF9800 !important;
}

.col-deep-orange {
    color: #FF5722 !important;
}

.col-brown {
    color: #795548 !important;
}

.col-grey {
    color: #9E9E9E !important;
}

.col-blue-grey {
    color: #607D8B !important;
}

.col-black {
    color: #000000 !important;
}

.col-white {
    color: #ffffff !important;
}


/* Material Icons ============================== */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-26 {
    font-size: 26px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}



/* Custom CheckBox ========================= */
.custom-checkbox {
    min-height: 1rem;
    padding-left: 0 !important;
    margin-right: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    /*margin: 0 16px;*/
    box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #18bc9c;
    background-image: none;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #18bc9c;
    left: 15px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important;
}

.custom-control-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}