﻿@charset "UTF-8";

@media only screen and (max-width: 1368px) 
{
	::-webkit-scrollbar {
		width: 0px;
	}

	::-webkit-scrollbar {
		display: none;
	}
	
	.system-font
	{
		font-size: 16.5px !important;
	}
	
	.border-radius-bottom {
		border-bottom-left-radius: 11px !important;
		border-bottom-right-radius: 11px !important;
	}
}

	.border-radius-bottom-11 {
		border-bottom-left-radius: 11px !important;
		border-bottom-right-radius: 11px !important;
	}
.system-font
{
	font-size: .781rem;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #E5F3FF;
}

.tracking-row
{
	height: 27px;
    margin-bottom: 1px;
    margin-top: 2px;
    cursor: pointer; 
}

.tracking-item
{
	height:27px;
	margin-bottom:2px;
	cursor: pointer; 
	border: 1px solid rgba(0, 0, 0, .125);
}

.tracking-item-none
{
	height:27px;
	padding:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left: 1px;
    margin-right: 1px;
	border: 1px solid rgba(0, 0, 0, .125);
	background-color: white;
	cursor: pointer; 
}

.tracking-day
{
	height: 27px;
    padding-left: 15px;
    padding-top:3px;
    margin-top:1px;
	background-color:#F4F8F3;
	color:black;
	border: 1px solid rgba(0, 0, 0, .125);
}

.tracking-none
{
	height:27px;
	padding:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left: 1px;
    margin-right: 1px;
	border: 1px solid rgba(0, 0, 0, .125);
	background-color: white;
	cursor: pointer; 
}

.select-row
{
	background-color: #CCE8FF !important;
}

.break-line
{
	word-break: break-all;	
}

.table thead th {
    border-left: 0px solid #dee2e6 !important;
}
.calendar-root-div
{
    border: 1px solid rgba(0, 0, 0, .125);
    height: 225px;
    background-color: white;
}

.calendar-form-group
{
    height: 100%;
}

.calendar-header
{
    background: #ffffff url(../../images/header_calendard.png) 50% 50% repeat !important;
    height: 30px;
    border-radius: 5px;
    font-weight:bold;
}

.calendar-weekname
{
    height: 25px;
}

.calendar-header-label
{
    margin-top: 5px;
}

.calendar-rows
{
    height: 170px;
}

.calendar-cell-enable
{
    color:black;
    cursor: pointer;
}

.calendar-cell-disable
{
    color:lightgrey;
    cursor: pointer;
}

.calendar-cell-now
{
	background-color: #0067C0;/*#04c;*/
	color:white !important;
	
	
	cursor: pointer;
	/*
    color:black !important;
    background-color:#80FFFF !important;*/
}

.calendard-cell-out-border
{
	height: 100%;
	border: 0px;
	border-top: 1px;
	border-top-color: #CED4DA;
	border-style: Solid;
}

.calendard-cell-in-border
{
	height: 100%;
	border: 0px;
	border-top: 1px;
	border-top-color: #CED4DA;
	border-right: 1px;
	border-right-color: #CED4DA;
	border-style: Solid;
}

.calendar-cell-select
{
    color:black !important;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    cursor: pointer;
    /*background-color:orange !important;*/
}

.calendar-cell-holiday
{
    color:white !important;
    background-color: red !important;
}

.today
{
    color:white !important;
    background-color: red !important;
}

.calendar-cell-annisary
{
    color:white !important;
    background-color: rgb(182, 235, 171);
}

.weekend
{
	color:red;
    /*background-color: #AFEEEE !important;*/
	
}

.file-view-div-title
{
	/*TODO*/	
}


.file-view-div-reload
{
	/*TODO*/	
}

.partime-register
{
	padding-top: 10px;
    padding-left: 10px;
}
.btn-home-left
{
	margin-left: 7px;
}

.row-list-function
{
	/*TODO*/
}

.login-layout-mb-lancapse
{
	/*TODO*/
}

.form-group-login-mb
{
	margin-bottom: 136px;
}

.header-right
{
	padding-right: 20px; 
	margin-bottom: -7px;	
}

.root-div-color-list
{
	padding-top: 9px;
    padding-bottom: 3px;
}
	
.max-width-100-percent {
        max-width: 100% !important;

}

.max-width-90-percent {
        max-width: 90% !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.center-left
{
	display: flex;
	justify-content: center;
	align-items: center;	
}

.div-color-btn
{
	height: calc(1.7125rem + 1px);	
	width:100%;
	border-radius: 4px;
}

.color-btn
{
	margin: 1px;
	width:19%;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 1px !important;
	height: calc(1.7125rem + 1px);
}

.div-task
{
	margin: 1px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 6px !important;
	cursor: pointer;
	overflow: hidden;
}

.div-center
{
	text-align: center !important;
	display: inline-grid;
	align-items: center;
}
	
.div-col-task
{
	height: auto; 
	color: #FFFFFF; 
	background-color: whitesmoke;	/*#FFFFEC;*/
	border: 1px solid rgba(0, 0, 0, .125);	
	padding-top: 3px;
    padding-bottom: 3px;
}

.div-col-task-weekend
{
	height: auto; 
	color: red !important; 
	background-color: PaleTurquoise;
	border: 1px solid rgba(0, 0, 0, .125);	
	padding-top: 3px;
    padding-bottom: 3px;
}

.weekend
{
	color: red !important; 
	background-color: PaleTurquoise;
}

.red-bg
{
	background-color: red !important; 
}

.red-fore
{
	color: red !important; 
}

.white-fore
{
	color: white !important; 
}

.black-fore
{
	color: black !important; 
}

.bold
{
	font-weight: bold;
}

a.Hover {
     color: #4B42CE;
}

a.HyperLinkHover:visited  
{
	color:#004225;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.option {
	padding-left:5px !important;
}

.note-table
{
	padding-left: 24px;
    padding-right: 25px;
    /*padding-bottom: 12px;*/
    width: fit-content;
    margin-top: 2px;
}

.box-select-parent-full
{
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
}

.box-select-parent
{
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom:9px;	
}

.box-select-child
{
	border-radius: 9px;
    margin-bottom: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 11px;
    padding-left: 1px;
    background-color: White;
}

.paragraph-top
{
	padding-top: 12px
}

.paragraph-bottom
{
	padding-bottom: 12px
}

.status
{
	padding-left: 7px !important;
    padding-right: 7px !important;
    padding-bottom: 2px !important;
    border-radius: 5px !important;
}

.dialog-foolter {
    /* background-color: #F8F8FF; */
    padding-bottom: 6px;
    background-color: rgb(252, 252, 252);
}

.dialog-foolter-back {
    margin-right: 7px;
    margin-left: 5px;
}

.dialog-foolter-buttons {
    padding-right: 18px;
}

.border-radius
{
	border-radius: 5px;
}

.border-radius-chart
{
	border-radius: 5px;
}

.border-radius-top
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.border-radius-bottom
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.calendar-day
{
	/*DOTO*/
}

.select
{
	padding-left:50px !important;
}

.date-appendix-popup
{
	margin-left: 5px; 
	padding-right: 2px; 
	width: 140px;
}

.div-content
{
	overflow-y: scroll;
    overflow-x: hidden;
    flex: none !important;
	height: calc(-60px + 100vh);
}

.div-content-full
{
	overflow-y: scroll;
    overflow-x: hidden;
    flex: none !important;
	height: calc(-0px + 100vh);
}


.div-content-small
{
	overflow-y: scroll;
    overflow-x: hidden;
    flex: none !important;
	height: calc(-76px + 100vh);
	margin-top: 16px !important;
	/*padding-bottom: 33px;*/
}

.menu-icon-bell
{
	font-size: larger;
}

.menu-home-btn
{
	width:17px; 
	height:17px;
	margin-left: 30px;	
}

.menu-btn-mb
{
	border-radius: 6px;
	background-color:transparent; 
	height: 37px;
	width: 37px; 
	margin-right:10px; 
	margin-top: -5px;
	z-index: 1;
}

.menu-btn-image-link-mb
{
	margin-left: 0px;
    margin-top: 0px;
    width: 37px;
    height: 37px;
    max-width: none;
    border: 1px solid #E2E8EE;
    border-radius: 6px !important;
    /*padding: 8.5px;*/
}

.dropdown-menu-right.show {
    display: block;
    left: auto !important;
    right: 0px;
    border-radius: 3px !important;
    padding: 0px;
}

.dropdown-menu-right {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.div-link-page-mb
{
	position: absolute;
	right: 47px;
}

.dropdown-link-page-mb
{
	border-radius: 6px;
	background-color:white; 
	height: 37px;
	width: 37px; 
	margin-right:10px; 
	margin-top: 0px;
	z-index: 1;
}

.div-link-page-mb-detail
{
	position: absolute;
	right: 123px;
	border-radius: 11px; 
	padding-left: 0px; 
	background-color: white;
	max-width: 700px; 
	max-height: 400px; 
	overflow-y: auto;
	border: 1.5px solid rgba(0,0,0,.125);
	padding-bottom: 1px;
	padding-top: 1px;
}

.combox-cmb-search
{
	margin-right: -3px !important;
    border-right: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.table-pading-combobox
{
	min-width: 60px !important;
}

.label-split
{
	margin-left: 6px; 
	margin-right: 7px; 
	margin-top:6px;
}

.label-split-2textbox {
    margin-left: 12px;
    margin-right: 4px;
    margin-top: 6px;
}

.slat
{
	padding-left: 3px;
	padding-right: 9px;
	padding-top: 5px;
}

.label-header-mb
{
	/*TODO*/
}

.header-image
{
	border-top: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    height: 30px;
    padding-top: 4px;
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.root-div-treeview-mb
{
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    margin-right: 20px !important;
    margin-left: 19px !important;
    width: -webkit-fill-available;
}

.root-div-link-list-mb {
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: 22px !important;
    margin-left: 19px !important;
    width: -webkit-fill-available;
}
.list-group-item.active 
{
	z-index:0 !important;
	background-color: #CCE8FF;
	color:Black;
    border-color: rgba(0, 0, 0, 0.125);
}

.btn-delete
{
	border: 1px solid #C6C6C6;
	padding-top: 3px;
	color: Red !important;
	background-color: #fcfcfc !important;
}

.div-mb-title-small
{
	background-color: #fcfcfc; 
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.div-mb-title-small-list
{
	background-color: #fcfcfc; 
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding-top: 3px;
	padding-bottom: 4px;
}

.lbl-mb-title-small
{
	font-weight: bold;
	font-size:20px;
	display: flex !important;
}

.div-mb-title-big
{
	/*
	background-color: transparent; 
	height: 90px;
	padding-top: 30px;*/
	padding-right: 20px;
	margin-left: 5px;
}

.div-mb-title-big-list
{
	background-color: transparent; 
	margin-left: 5px;
	margin-top:30px;
}

.div-content-mb
{
	height: calc(100vh - 0px);	
	overflow-y: scroll;
    overflow-x: hidden;
}

.list-group-item {
    padding: .275rem 1.25rem;
    padding-left: 7px;
}

.div-row-listbox
{
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .125);
}

.div-formgroup-listbox
{
    background-color: white;
    border-radius: 5px;
}
	
.div-row-listitem
{
	margin-left: -1px;
    width: 101%;	
}

.div-add-listitem
{
	border-radius: 9px;
    margin-bottom: 13px;
    background: white;
    margin-left: 0px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 5px;
}

.notify-btn-dashboard
{
	padding: 0px; 
	margin-top: 3px;
}

.notify-bell-dashboard
{
	font-size: 23px !important; 
	padding-right: 5px !important;
	margin-right: 9px !important; 
	color: lightslategrey;
	margin-top: 1px !important;
}

.notify-none
{
	border: 1px solid #dddddd;
    background-color: lightslategrey !important;
    font-size: 14px !important;
    height: 18px !important;
    width: 18px !important;
    line-height: 16px !important;
    left: 23px !important;
    margin-top: -4px;
}

.notify-have
{
	border: 1px solid #dee2e6 !important;
	background-color: cyan !important;
    font-size: 14px !important;
    color: black !important;
	height: 18px !important;
    width: 18px !important;
    line-height: 16px !important;
    left: 23px !important;
    margin-top: -4px;
}

.header-mb
{
	/*TODO*/
}

.file-list-container
{
	/*TODO*/
}

.select_member-container
{
	/*TODO*/
}

.image-list-container
{
	/*TODO*/
}

.weekly-list-container
{
	/*TODO*/
}

.image-list-content
{
	/*TODO*/
}

.image-list-form-group
{
	/*TODO*/
}

.modal-title-frame-popup {
    margin-bottom: 0;
	line-height: 1.5;
}

.frame-popup
{
	padding-left: 0px;
    padding-right: 0px;
}

.close-button-popup
{
	/*TODO*/
}

.radius-top-left
{
	border-top-left-radius: 5px;
}

.radius-top-right
{
	border-top-right-radius: 5px;
}

.radius-bottom-left
{
	border-bottom-left-radius: 5px;
}

.radius-bottom-right
{
	border-bottom-right-radius: 5px;
}


.form-group-history
{
	height: calc(100% - 40px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.root-div-button
{
	padding-left:2px; 
	padding-top:9px;
}

.root-div-checkbox
{
	padding-left:2px;
}
	
.form-group-header
{
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-right: 6px;
}

.root-div-history
{
	padding-top: 7px; 
	padding-left: 7px; 
	padding-right: 7px; 
	padding-bottom: 0px; 
}

.root-div-image
{
	padding-left: 7px;
	padding-top:3px;
	height: 100%;
	width: 100%;
}

.root-div-select-member
{
	padding-left: 2px;
}

.div-label-select-member
{
	/*TODO*/
}

.enable-control
{
	pointer-events: all;
	cursor: pointer !important;
	color:Black !important;
	/*background-color: White !important;*/
	
}

.disable-control
{
	pointer-events: none ;
	cursor: not-allowed !important;
	background-color:#F8F9F9 !important;
	color:Gray !important;
	/*border-radius: 5px !important;*/
}

.rd-item
{
	padding-top: 1px; 
	/*padding-bottom: 4px;*/
	padding-right: 5px; /*15px;*/
}

.rd-rd
{
	padding-top: 10px; 
	padding-right: 0px; 
	padding-left: 12px;
}

.rd-label
{
	border: 0px;
    background: transparent; 
    margin-left: 0px;
    cursor: pointer;
    color:black;
    font-weight: normal !important;
    text-align: left;
}

.system-font
{
	font-size: .781rem; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-size-pc
{
	font-size: .781rem !important;	
}

.font-size-mb
{
	font-size: 16.5px !important;		
}


::-webkit-scrollbar {
  /*width: 0px;*/
}

::-webkit-scrollbar {
  /*display: none;*/
}

.login-hour-label
{
	width: 100%; 
	text-align: center;
    font-size: 82px; 
    font-weight: bold; 
    color: white; 
    padding-bottom: 60px;
    margin-top:50px;
}

.login-day-label
{
	width: 100%; 
	text-align: center; 
	font-size: 22px;
	margin-top:7px;
    color: white;
    padding-top:145px;
}

.div-remark
{
	padding-top: 7px; 
	display: none;
}

.checkbox-login
{
	/*none*/
}

.language-icon
{
	/*none*/
}

.symbol-2datetime
{
	margin-left: 4px;
    margin-right: 1px;
    margin-top: 6px;
}

.form-control-textbox
{
	/*none*/
}

.form-control-color
{
	height: calc(1.7125rem + 1px);
	width: 100%; 
	border-radius: 5px;
    border-color: White;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: white;
}

	
.form-control-datetime
{
	/*none*/
}

.form-control-label-checkbox
{
	border: 0px;
    background: transparent;
    color: black;
    font-weight: normal !important;
    margin-left: 15px;
    margin-top: 0px;
    padding-top: 3px !important;
    padding-bottom: 0px;
    padding-left: 9px !important;
}

.bgcolor
{
	/*background-color: #EBEBF0 !important;*/
}

.calendar-title
{
	border-width: 1px;
	font-size: .881rem !important;
}

.no-margin-top
{
	margin-top: 0px !important;
}

.no-padding-top
{
	padding-top: 0px !important;
}

.no-padding-bottom
{
	padding-bottom: 0px !important;
}


.margin-top-mb
{
	 margin-top: 33px;
}

.margin-top-mb-small
{
	 margin-top: 16px !important;
}


.margin-top-search
{
	margin-top: 14px !important;
}

.margin-bottom-mb
{
	 margin-bottom: 63px;
}

.padding-bottom-mb
{
	 padding-bottom: 33px;
}

.box-mb
{
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 11px;
    padding-right: 19px;
    margin-right: 20px !important;
    margin-left: 19px;
    width: -webkit-fill-available;
}

.box-mb-big
{
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 7px !important;
    padding-right: 15px !important;
    margin-right: 14px !important;
    margin-left: 14px !important;
    width: -webkit-fill-available;
}

.box-mb-table {
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    margin-right: 20px !important;
    margin-left: 19px !important;
    width: -webkit-fill-available;
}

.box-mb-child {
	border-radius: 11px !important;
    background-color: White;
    padding-top: 7px !important;
    padding-left: 9px !important;
    padding-right: 19px !important;
    border: 1px solid #dee2e6 !important;
    margin-left: 8px;
    margin-right: 0px;
    width: auto;
}

.border-top-left
{
	border-top-left-radius: 5px;
}

.border-top-right
{
	border-top-right-radius: 5px;
}

.border-bottom-left
{
	border-bottom-left-radius: 5px;
}

.border-bottom-right
{
	border-bottom-right-radius: 5px;
}

.dropdown-item-menu-mb
{
	ext-overflow: ellipsis !important;
	padding-top: 0px !important;
	margin-top: 0px !important; 
	margin-left: 1px !important;
	margin-bottom: 0px !important;
	padding-left: 2px !important;
}

.col-icon-mb
{
	padding-right: 3.5px;
    padding-left: 2px;
    padding-top: 0px;
    min-width: 45px;
}

.col-index-mb
{
	padding-right: 5px;
    padding-left: 2px;
    padding-top: 3px;
    margin-bottom: 10px;
    min-width: 30px;
}

.col-detail-mb
{
	padding-right: 5px;
    padding-left: 2px;
    padding-top: 0px;
    min-width: 30px;
}

.col-index-mb-action-list
{
	padding-right: 5px;
    padding-left: 2px;
    padding-top: 0px;
    min-width: 30px;
}

.action-list-td-icon
{
	width: 38px;
    vertical-align: top;
    padding-top: 6px;
}

.action-list-td-sub-icon
{
	width: 20px;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 2px;
}


.href-menu-dashboard-mb
{
	border-radius: 14px !important;
    padding-left: 0px !important;
    padding-right: 1px !important;
    padding-top: 13px !important;
    padding-bottom: 5px !important;
}

.icon-menu-dashboard-mb
{
	border-radius: 14px;
    border: 1px solid transparent;
    padding: 5px;
    width: 63px;
    height: 63px;
    background-color: aliceblue; /*aliceblue;*/
}

.icon-menu-setting-mb {
    border-radius: 11px;
    border: 1px solid transparent;
    padding: 5px;
    width: 55px;
    height: 55px;
    background-color: aliceblue;
}

.div-menu-setting-list
{
	padding-left: 21px;
    /*padding-bottom: 15px;
    padding-top: 6px;
    margin-left: 3px;*/
    height: calc(100vh - 217px) !important;
    border-radius: 7px;
}

.div-menu-setting-list-box {
    border-radius: 11px !important;
    background-color: White;
    margin-top: 33px;
    margin-right: 20px !important;
    margin-left: 19px;
    width: -webkit-fill-available;
}

.icon-menu-dashboard-bottom-mb
{
	border-radius: 11px;
    border: 1px solid #dddddd;
    border-width: 1px !important;
    padding: 7px;
    width: 48px;
    height: 48px;
    background-color: #FEFCFF;
}

.icon-menu-dashboard-bottom-mb-my-plan
{
	border-width: 0px;
    margin-bottom: 15px;
    margin-right: 8px;
    margin-top: -3px;
    width: 33px;
    height: 33px;
    background-color: #FEFCFF;
}
}

.icon-menu-dashboard-setting-btn
{
	padding: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.card-header-mb {
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    margin-left: 19px !important;
    margin-right: 19px !important;
    background-color: transparent !important;
}

.card-header-inner-mb {
    /*background-color: #F8F9F9 !important;
    height: 60px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 10px !important;
    border-radius: 11px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;*/
}

.card-header-inner-mb-meetingroom {
    
}

.width-big
{
	width:500px !important;
}

.button-image
{
	width:28px; 
	height:28px;
	margin-top:3px;
}

.services .icon-box {
    padding-top: 10px !important;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 10px;
    border-radius: 11px;
    background-color: white;
    margin-right: 20px;
    /*margin-top: 8px;*/
    margin-left: 18px;
}

.icon-box-bottom
{
	margin-bottom: 33px;
}

.icon-box-action
{
	border-top: 0.5px solid #DDDDDD;
	padding-top: 7px;
    padding-bottom: 7px;
}

.container-mb {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.search-mobile 
{
	border-radius: 11px !important;
    background-color: White;
    margin-top: 10px;
    padding-top: 12px;	/*12px !important;*/
    padding-bottom: 8px;	/*8px !important;*/
    padding-left: 9px !important;
    padding-right: 17px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    /* background-color: darkgrey; */
    width: -webkit-fill-available;
    display: none;
}

.scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    flex: none !important;
}

.scroll-x {
    overflow-y: hidden;
    overflow-x: scroll;
}

.scroll {
    overflow:scroll;
}

.index-mb
{
	color:gray;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;	
	font-size: .781rem;
}

.title-mb {
	padding-top: 0px;
    padding-bottom: 6px;
	/*margin-bottom:10px;*/
    padding-right: 8px;
    text-align: left;
    font-size: .781rem;
    font-weight: normal;
    font-size:20px !important;
    padding-bottom: 9px !important;
    padding-left: 5px !important;
}

.tr-mb
{
    border-top: 0.5px solid #DDDDDD;
}

.td-label-mb
{
    padding: 0px !important;
    white-space: nowrap;
    vertical-align: top;
    width: 1%;
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.td-label-mb-noname
{
    padding: 0px !important;
    vertical-align: top;
}

.td-value-mb
{
    padding: 0px !important;
    padding-bottom: 7px !important;
    padding-left: 5px !important;
    vertical-align: top;
}

.div-value-mb-action-list
{
	padding-top: 5px !important;
    padding-left: 5px !important;
    vertical-align: top;
    padding-bottom: 3px;
}

.div-row-action-list
{
	border-top: 1px solid rgba(0, 0, 0, .125); 
	margin-top: 7px; 
	padding-top: 5px;
}

.div-action-action-list
{
	margin-right: -5px;
	margin-left: 25px;
}

.image-detail-action-list
{
    margin-top: 7px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.image-action-action-list
{
    margin-top: 3px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    width: 28px;
    height: 28px;
}

.td-value-mb-noname
{
    padding: 0px !important;
    white-space: nowrap;
    vertical-align: top;
}

.label-mb 
{
	margin-top: 7px;
	margin-bottom: 7px;
    font-size: .781rem;
}

.value-mb {
	margin-top: 7px;
    margin-top: 7px;
    border-radius: 6px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 5px;
    font-size: .781rem;
}

.icon-mb {
    margin-left: 6px;
    margin-top: 7px;
    padding-left: 5px;
    padding-right: 0px;
    border-radius: 5px;
}

.top
{
	position: fixed !important;
    top: 0 !important;
}

.menu-mb
{
	position: static !important;
	padding: 0px !important;
}

.menu-icon-mb
{
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 29px !important;
    height: 29px !important;
    margin-top: 0px !important;
    /*border: 1.5px solid rgba(0, 0, 0, .125);*/
    border-radius: 6px;
    margin-right: 6px !important;
}

.menu-box-mb
{
	border-color: #ced4da;
    background-color: white;
    border-radius: 0px;
    border-width: 1px;
    padding: 3px !important;
    padding-right: 5px !important;
}

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.padding-top-box-mb
{
	padding-top:15px !important;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 50px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #d9232d;
}
	
.div-full {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
  }
  
.left-border
{
	border-left: 1.5px solid rgba(0,0,0,.125);
}

.left-border-header
{
	border-left: 1.5px solid white; /*1.5px solid rgba(0,0,0,.125);*/
}

.right-border
{
	border-right: 1.5px solid rgba(0,0,0,.125);
}

.top-border
{
	border-top: 1.5px solid rgba(0,0,0,.125);
}

.bottom-border
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
}

.row-css
{
	margin-left: 0px !important;
	/*padding-right: 15px !important;*/
}

.menu-active
{
	color: #1E457B; /*#00275D;*/
	margin-left:10px;
}

.menu-link
{
	margin-left:10px;
}

.frame-css-datafile
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 55px;
}

.frame-css-image
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

/*Detail screen*/
.div-left
{
	padding-right: 18px; 
	padding-left:7px;
}

.div-detail-padding-right
{
	padding-right: 30px;
}

.div-detail-padding-right-file-list
{
	padding-right: 28px;
}

.border-div-right
{
	border-top: 1.5px solid rgba(0,0,0,.125);
	border-right: 1.5px solid rgba(0,0,0,.125);
	border-bottom: 1.5px solid rgba(0,0,0,.125);
}

.left-header-color
{
	background-color: #fcfcfc;/*#F8F9F9;*/
    color: black;
}

.right-header-color
{
	background-color: #F8F9F9;
    color: black;
}
/*end*/


/*Box*/

.border-image-header
{
	border: 1px solid #E2E8EE;
	border-radius: 4px;
	background-color: white;
}

.border-image-button
{
	border: 1px solid #ced4da;
	border-radius: 4px;
	background-color: white;
}

.btn-search
{
	border: 1px solid #ced4da;
	border-radius: 4px;
	height:27.5px;
	width:27.5px;
	margin-left:4px; 
	margin-right:0px; 
	margin-top:4px; 
	border-width: 1px !important;
	margin-right: 0px;
	background-color:White;
}

.txt-search
{
	min-width: 150px;
    width: 150px;
	margin-left: 7px !important;
}

.search-mb
{
	padding-bottom: 4px;
}

.border
{
	border: 1.5px solid rgba(0,0,0,.125);
	background-color:White;
	/*border-radius: 5px;*/
}

.border-left
{
	border-left: 1.5px solid rgba(0,0,0,.125);
}

.border-right
{
	border-right: 1.5px solid rgba(0,0,0,.125);
}

.border-top
{
	border-top: 1.5px solid rgba(0,0,0,.125);
}

.border-bottom
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
}

.border-img-content
{
	border: 1.5px solid rgba(0,0,0,.125);
}

.border-usr-list-file
{
	border-top: 1.5px solid rgba(0,0,0,.125) !important;
	border-left: 1.5px solid rgba(0,0,0,.125) !important;
	border-right: 1.5px solid rgba(0,0,0,.125) !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.header-list-file
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.attached-list-file
{
	width: 20px; 
	height: 20px;
    margin-top: -1px; 
    margin-left: -6px; 
    cursor: pointer;
}

.table-list-file
{
	margin-bottom: 0px; 
	margin-left: 0px; 
	background-color: white; 
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    border-collapse: separate !important; 
    border-spacing: 0; 
    border-left: 1px solid #dee2e6 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.border-mb
{
	border: 1.5px solid rgba(0,0,0,.125);
	padding-bottom: 10px;	/*27px;*/
}


.border-header
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
	border-top-left-radius: 5px ;
	border-top-right-radius: 5px;
}

.border-header-sub
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
	border-top-left-radius: 5px ;
	border-top-right-radius: 5px;
}

.border-header-history
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.border-notify
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
	border-left: 1.5px solid rgba(0,0,0,.125);
	border-right: 1.5px solid rgba(0,0,0,.125);
}

.border-top-left-right
{
	border-top: 1.5px solid rgba(0,0,0,.125);
	border-left: 1.5px solid rgba(0,0,0,.125);
	border-right: 1.5px solid rgba(0,0,0,.125);
}

.border-bottom-left-right
{
	border-bottom: 1.5px solid rgba(0,0,0,.125);
	border-left: 1.5px solid rgba(0,0,0,.125);
	border-right: 1.5px solid rgba(0,0,0,.125);
}

.border-notify-last
{
	border-left: 1.5px solid rgba(0,0,0,.125);
	border-right: 1.5px solid rgba(0,0,0,.125);
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border-usr-list-file
{
	border-top: 1.5px solid rgba(0,0,0,.125) !important;
	border-left: 1.5px solid rgba(0,0,0,.125) !important;
	border-right: 1.5px solid rgba(0,0,0,.125) !important;
}

/*End box*/


/*Div*/

.hide
{
	display:none !important;	
}

.div-padding-non-top
{
	padding-top: 0px;
}

.div-padding-top-menu
{
	padding-top: 80px;
}

.div-padding-top-menu-mb
{
	padding-top: 7px;
}

.div-padding-right-menu
{
	padding-right: 40px;
}

.div-padding-left
{
	padding-left: 7px;
}

.div-padding-left-large
{
	padding-left: 14px;
}

.div-padding-left-small
{
	padding-left: 5px;
}

.div-padding-left-tiny
{
	padding-left: 3px;
}

.div-padding-right-large
{
	padding-right: 25px;
}

.div-padding-top-tiny
{
	padding-top: 3px;
}

.div-padding-top-tiny1
{
	padding-top: 1px;
}

.div-padding-top
{
	padding-top: 7px;
}

.div-padding-top-detail
{
	padding-top: 5px;
}

.div-padding-top-small
{
	padding-top: 5px;
}

.div-padding-bottom-small
{
	padding-bottom: 5px;
}

.div-padding-bottom-medium
{
	padding-bottom: 10px;
}

.div-padding-top-large
{
	padding-top: 20px;
}

.div-padding-top-medium
{
	padding-top: 10px;
}

.div-padding-right
{
	padding-right: 20px;
}

.control-padding-right
{
	padding-right: 14px;
}

.control-padding-bottom
{
	padding-bottom: 14px;
}

.control-padding-right-small
{
	padding-right: 7px;
}

.control-padding-right-tiny
{
	padding-right: 4px;
}

.div-padding-bottom
{
	padding-bottom: 20px;
}

.div-padding-bottom-large
{
	padding-bottom: 29px;
}

.div-padding-bottom-medium
{
	padding-bottom: 10px;
}

.div-padding-non-top
{
	margin-top: 0px;
}

.div-margin-top-menu
{
	margin-top: 80px;
}

.div-margin-top-menu-mb
{
	margin-top: 7px;
}

.div-margin-right-menu
{
	margin-right: 40px;
}

.div-margin-left
{
	margin-left: 7px;
}

.div-margin-left-large
{
	margin-left: 14px;
}

.div-margin-left-small
{
	margin-left: 5px;
}

.div-margin-left-tiny
{
	margin-left: 3px;
}

.div-margin-right-large
{
	margin-right: 25px;
}

.div-margin-top-tiny
{
	margin-top: 3px;
}

.div-margin-top-tiny1
{
	margin-top: 1px;
}

.div-margin-top
{
	margin-top: 7px;
}

.div-margin-top-detail
{
	margin-top: 5px;
}

.div-margin-top-small
{
	margin-top: 5px;
}

.div-margin-bottom-small
{
	margin-bottom: 5px;
}

.div-margin-bottom-medium
{
	margin-bottom: 10px;
}

.div-margin-top-large
{
	margin-top: 20px;
}

.div-margin-top-medium
{
	margin-top: 10px;
}

.div-margin-right
{
	margin-right: 20px;
}

.control-margin-right
{
	margin-right: 14px;
}

.control-margin-bottom
{
	margin-bottom: 14px;
}

.control-margin-right-small
{
	margin-right: 7px;
}

.control-margin-right-tiny
{
	margin-right: 4px;
}

.div-margin-bottom
{
	margin-bottom: 20px;
}

.div-margin-bottom-large
{
	margin-bottom: 29px;
}

.div-margin-bottom-medium
{
	margin-bottom: 10px;
}

.div-margin-bottom
{
	margin-bottom: 20px;
}
/*End div*/


/*Label*/
.label-padding-left
{
	padding-left: 14px;
}
/*End Label*/


/*Listbox*/
.listbox-padding-left
{
	padding-left: 5px;
}

.listbox-padding-right
{
	padding-right: 5px;
}

.listbox-padding-top
{
	padding-top: 4px;
}

/*End Listbox*/

.div-mb
{
	padding-left: 9px !important;
	padding-right: 11px !important;
}

.div-detail-data-small
{
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 7px;
}

.div-detail-data
{
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 18px;
}

.div-detail-data-mb
{
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 11px;
}

.div-detail-data-mb-small
{
    padding-left: 6px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 7px;
}

.div-detail-data-only-left
{
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 26px;
}

/*Table*/
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1.5px;
    border-right: transparent;
}

thead th {
    border-bottom-width: 1.5px;
    border-top: 0px;
    border-left: 0px;
    color: #3A566A;
}

.table td, .table th 
{
	padding: 0.35rem;
}

.table td 
{
	padding: 0.3rem;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    border-left:0px;
    /*padding-left: 9px !important;*/
}

.tbody {
    display: block;
    overflow: auto;
}

.tr {
    width:100%;
    display: table;
    table-layout: fixed;
}

.tr-header {
    border-top: 1px solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-padding-right
{
	padding-right: 7px;
}

.table-padding-right-small
{
	padding-right: 3px;
}

.table-padding-right-tiny
{
	padding-right: 1px;
}

.page-item.active .page-link {
    z-index: 0;
}
/*End table*/


/* Card body */
.card-body1 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.15rem;
	padding-top: 0.1rem !important;
}

.card-body0 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0rem;
	padding-top: 0rem !important;
}
/*End Card body*/


/*Button*/

.form-control-auto {
    /* min-width: 60px; */
    /* max-width: 214px; */
    height: calc(1.7120rem + 1.5px);
    padding: 0.25rem 0.5rem;
    font-size: .825rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
    background-color: white; /*#E9F6FF;*/
	border-color: #BCBCBC;
    margin-left: 5px;
    margin-top: 3px;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow:  0 0 2px #C4CAD0;	/*inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
}

.btn-header
{
	color:black;
	background-color: #E9F6FF;
	border-color: #BCBCBC;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right:3px;
	border-width:1px;	
	height:28px !important;
	width:auto;
	font-size: .781rem;
}

.btn-action
{
	margin-top: -7px;	
	font-size: 12.25px;	
	background-color: #9E9E9E !important; /* #B2B2B2;/*#A8A8A8;*/ /*#6c757d;*/
    border-color: #E4E4E4;	/*#F8F8FF; /*#6c757d;*/
    height:32px;
    color:White;
    width:auto;
    text-align:justify;
    padding-left: 7px !important;
    padding-right: 7px !important;
    min-width: 50px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FCFCFC;/* #FBFBFB;	/*whitesmoke; /* #A8A8A8; /* #e9ecef; */
    border-color: lightgray; /*#D0D0D0; /*#6c757d;*/
    opacity: 1;
    color:#5A5A5A !important;
}

.btn-link {
    font-weight: 400;
    color: black;
    background-color: transparent;
}

.doc-link {
    font-weight: 400;
    color:#1E83C8;
    background-color: transparent;
}

/*End Button*/


/*Calendard*/
.card-body-calendard {
	padding-left: 0px; 
	padding-top: 7px; 
}

.margin-left-calendard
{
	margin-left: 5px;
}

.margin-right-calendard
{
	margin-right: -46px;
}

.margin-right-calendard-mb
{
	padding-left: 19px;
    padding-right: 22px;
}

/*End calendard*/


/*Alert*/
.alert {
    position: relative;
    padding: 0.55rem 1.25rem;
    margin-right:0.4rem;
    margin-bottom: 0.1rem !important;
    border: 1px solid lightcyan;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #004A59;
    background-color: #FFFFFA;
    border-color: rgba(0,0,0,.125);
}

.form-control-label
{
	font-size:.781rem;
}

/*End alert*/

/*File upload
input[type='file'] {
   color: rgba(0, 0, 0, 0)
}
/*End file upload*/


/*Dashboard Css*/

/*
.pagination
{
    display: inline-block;
}
*/
.pagination a
{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    width:100%;
}
.pagination a.active
{
    /*background-color: #4CAF50;*/
    border: 1.5px solid #4CAF50;
    color: white;
    border-radius: 5px;
}
.pagination a:hover:not(.active)
{
    background-color: Transparent;/* #ddd;*/
    border: 0.1em solid #F8F9F9;
    border-radius: 5px;
}

.link-menu-dashboard
{
	text-shadow: 0 0 0.5px white, 0 0 0.5px black;
	color:White;
}

.link-menu-dashboard-mb
{
	text-shadow: 0 0 0.5px white, 0 0 0.5px black;
	color:White;
	font-size: 12px;/*.731rem;*/
	margin-top: 1px;
}

#panelTaskBar {
	display: none;
	background-color: AliceBlue;
	color: black;
}

#panelTaskBarMb {
	border: 1px solid aliceblue;
}

.menustrip-dashboard {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border: 1.5px solid transparent;
  background-color: AliceBlue;
  height:32px;
}

.menustrip-dashboard-mb {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 7px;
    background-color: AliceBlue;
    height: 63px;
    border-radius: 10px;
    transition: 0.5s;
}

.box-dashboard-new-container
{
	padding-left:11px; 
	padding-right: 13px; 
	padding-top:10px; 
	padding-bottom:10px; 
	background-color:Transparent !important;
}

.box-dashboard-new
{
	padding-right: 0px;
	background-color: white; 
	width:100%; 
	height:186px;
	border-radius: 5px;
}

.menustrip-icon {
    margin-right: 10px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
}

.menustrip-border-left
{
	border-left: 1.7px solid lightgray;
	border-left-width: 1.7px !important;
	padding-left:10px;
	width: 27px !important;
	margin-right: 10px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
}

.menustrip-left-icon
{
	padding-left:10px;
	width: 24px !important;
}

.menustrip-label
{
	padding-right: 10px;
	padding-top:3px;
	font-size: 16px;
}

.menustrip-label-version
{
	padding-right: 10px;
	color:Blue
}

#container {
	background-color: transparent;
}
      
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

.full-panel {
    display: contents;
}
  
/*End dashboard css*/

/*Notify*/
.sticky {
  position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
}


.dropdown-menu.show {
    display: block;
    left: auto !important;
    right: 0px;
    border-radius: 3px;
    padding: 0px;/*5px;*/
	
}

.dropdown-menu-show-right {
    position: absolute !important;
    margin-top: 22px !important;
}

.notify-list
{
	max-width: 400px;
	max-height: 400px; 
	overflow-y: auto;
	border-bottom: 1.5px solid rgba(0,0,0,.125);	
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notify-count
{
	border: 1.5px solid rgba(0,0,0,.125); 
	padding-left: 4px;
	font-weight:bold;
}
/*End notify*/

/*Message box*/
.btn-yes
{
	color:black;
	background-color: #E9F6FF;
	border-color: #BCBCBC;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	margin-right:3px;
	border-width:1px;	
	border-radius: 0.2rem;
	height:26px;
	width:auto;
	font-size: .781rem;
	min-width: 60px;
}

.btn-no
{
	color:black;
	background-color: #E9F6FF;
	border-color: #BCBCBC;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	margin-right:3px;
	border-width:1px;	
	border-radius: 0.2rem;
	height:26px;
	width:auto;
	font-size: .781rem;
	min-width: 60px;
}

.btn-cancel
{
	color:black;
	background-color: #E9F6FF;
	border-color: #BCBCBC;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	margin-right:3px;
	border-width:1px;	
	border-radius: 0.2rem;
	height:26px;
	width:auto;
	font-size: .781rem;
	min-width: 60px;
}

input[type=file] {
    width: 70%;
}

.dropdown-menu 
{
	font-size: 0.75rem;
}
.datepicker-switch {
    text-align: center;
    padding-left: 5px !important;
}

.form-control 
{
	font-size:.781rem;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom:2px;
}

img:hover {
    cursor: pointer;
}

span:hover {
    cursor: pointer;
}

input:hover {
    cursor: pointer;
}

.modal-header 
{
	padding: 0.35rem; /*0.5rem;*/
	background-color:#E9F6FF;
}

.modal-title 
{
	/*display:none;*/
	margin-left:5px;
	font-size: .781rem;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.modal-sm {
    max-width: 320px;	/*340px;*/
}

.modal-footer 
{
	padding: 0.05rem; /*0.25rem;*/
	padding-right: 6px;
	background-color:#f7f7f7;
	padding-bottom: 6px;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-body 
{
	padding: 0.7rem;
	padding-bottom: 30px;
	padding-right: 1.6rem;	
	padding-top:16px;
}

.modal-header .close 
{
	margin-top: -10px;
	padding-bottom: 24px;
}

.blue
{
	color:blue;
}

.red
{
	color:red;
}

.white
{
	color:white;
}

.bg-white
{
	background-color: white;
}

#ctxMenu{
    display:none;
    z-index:100;
}
menu {
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    height:20px;
    width:20px;
    padding:0;
    margin:0;
    border:1px solid;
    background-color:white;
    font-weight:normal;
    white-space:nowrap;
}
menu:hover{
    background-color:#eef;
    font-weight:bold;
}
menu:hover > menu{
    display:block;
}
menu > menu{
    display:none;
    position:relative;
    top:-20px;
    left:100%;
    width:55px;
}
menu[title]:before{
    content:attr(title);
}
menu:not([title]):before{
    content:"\2630";
}

.menu-item
{
	color:black;
	min-width: 150px;
	width:auto;
	background-image: url("../images/monitoring_35.png");
	padding-top:5px;
	padding-bottom:7px;
	padding-left:7px;
	margin-left:0px;
	margin-top:0px;
	height:30px;
	border: 0px solid rgba(0,0,0,.125);
}

/*table*/
table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
    border-top-width: 0px;
}

table.table-bordered.dataTable tbody th {
    border-bottom-width: 2px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    margin-right: 16px;
}
/*end*/

/*Popup model*/
.modal-backdrop {
    display: none;
}

.modal-open {
    overflow: auto;
}

.modal-content {
    box-shadow: 0px 0px 00px 1500px #00000085;
}

.modal-content-trans {
    box-shadow: 0px 0px 00px 1500px transparent;
}

/*end*/

.datepicker table tr td span {
  
    height: 40px;
    line-height: 40px;
}

.center-div {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-left {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -60%);
}

.center
{
	text-align: center;
}

.centered-left-mb {
  position: fixed;
  left: 48%;
  transform: translate(-50%, -50%);
}

.centered-dialog {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.page-title
{
	color: #DDEDFF;/*#B5C5DF;/*#d3e3fd;*/
    font-size: 13px; /*15px;*/
    margin-top: 5px;
    font-weight:bold;
    display:none;
}

.centered-listfile {
    position: fixed;
    top: 87%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.centered-loading {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-chart {
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -15%);
}

.centered-detail {
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center
{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-width
{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.modal {
  display: none; /* Hidden by default 
  position: fixed; /* Stay in place 
  z-index: 1; /* Sit on top 
  left: 0;
  top: 0;
  width: 100%; /* Full width 
  height: 100%; /* Full height 
  overflow: auto; /* Enable scroll if needed 
  background-color: rgb(0,0,0); /* Fallback color 
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity 
}
*/

.file-upload {
  cursor: pointer;      
}

.file-upload input {
  top: 0;
  left: 0;
  margin: 0;
  /* Loses tab index in webkit if width is set to 0 */
  opacity: 0;
  filter: alpha(opacity=0);
}

.divLabel
{
	padding-top: 7px;
    padding-left: 11px;
	font-weight: normal;
	font-size:18px;
	color: black;
}

.divControl
{
	padding-right: 20px; /*21px;*/
}

.divControlAuto
{
	padding-right: 20px; /*21px;*/
}

.center-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-48%, calc(20vh - 325px));
}

.dialog-foolter
{
	/*background-color: #F8F8FF;*/ 
	padding-bottom: 6px;
	background-color: rgb(252, 252, 252);
}

.dialog-foolter-container
{
	padding-right: 0px !important; /*22px !important;*/
	padding-left: 0px !important;	/*21px !important;*/
	margin-top: 40px;
	margin-bottom: 50px;
}

.dialog-foolter-mb
{
	background-color: #F8F8FF; 
	padding-bottom: 6px;
	border-bottom: 0.5px solid rgba(0,0,0,.125);
}

.auto-new-line
{
	word-wrap: break-word;
    white-space:pre-wrap;
}

/*MENU CONTEXT*/


ul {
  list-style: none;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
  padding: 3px 0;
}

.menu > li > a {
  font: inherit;
  border: 0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  /*font-weight: 500;*/
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.menu > li > a:hover {
  background:#F0F0F0;
  color: black;
}
.menu > li > a > i {
  padding-right: 10px;
}
.menu > li.trash > a:hover {
  color: red;
}

.contextmenu {
  display: none;
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 0;
  background: #F9F9F9;
  border-radius: 5px;
  list-style: none;
  box-shadow: 0 15px 35px rgba(50, 50, 90, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  z-index: 999999;
}

.contextmenu li {
  border-left: 3px solid transparent;
  transition: ease .2s;
}

.contextmenu li a {
  display: block;
  padding: 7px;
  color: black;
  text-decoration: none;
  transition: ease .2s;
  font-size: .781rem;
}

.contextmenu li:hover {
  background: #F0F0F0;
  border-left: 3px solid #F0F0F0;
}

.contextmenu li:hover a {
  color: * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: green;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
  padding: 10px 0;
}

.menu > li > a {
  font: inherit;
  border: 0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  font-weight: 500;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.menu > li > a:hover {
  background:#F0F0F0;
  color: #F0F0F0;
}
.menu > li > a > i {
  padding-right: 10px;
}
.menu > li.trash > a:hover {
  color: #F0F0F0;
}

.contextmenu {
  display: none;
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 0;
  background: #F0F0F0;
  border-radius: 5px;
  list-style: none;
  box-shadow: 0 15px 35px rgba(50, 50, 90, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  z-index: 999999;
}

.contextmenu li {
  border-left: 3px solid transparent;
  transition: ease .2s;
}

.contextmenu li a {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
  transition: ease .2s;
}

.contextmenu li:hover {
  background: #F0F0F0	;
  border-left: 3px solid #F0F0F0;
}

.contextmenu li:hover a {
  color: #F0F0F0;
}

.submenu {
  display: none;
}

li:hover .submenu {
  display: block;
  position: absolute;
  top: 0px;
  width: 100px;
  right: -200px;
  background: green;
  padding: 0;
}

.submenu li {
  list-style: none;
  color: black;
}

.submenu li a {
  color: black !important;
};
}


.submenu {
  display: none;
}

li:hover .submenu {
  display: block;
  position: absolute;
  top: 0px;
  width: 190px;
  right: -187px;
  background: #F9F9F9;
  padding: 5px;
}

.submenu li {
  list-style: none;
  color: black;
}

.submenu li a {
  color: black !important;
}
