body {
	font-family: Arial, Sans-serif !important;
}
.form-control {
	background: #ffffff;
	border: 1px solid #a9a9a9;
}
textarea.form-control {
	background: #ffffff;
	border: 1px solid #a9a9a9;
	height: 28px;
	font-size: 12px;
	resize: none;
}
input.form-control {
	background: #ffffff;
	border: 1px solid #a9a9a9;
	height: 28px;
	font-size: 12px;
}
input.form-control[readonly] {
	background-color: #F0F0F0;
    opacity: 1;
    cursor: no-drop;
}
input[disabled]{
	cursor: not-allowed;
	background: #e4e4e4;
	opacity: 0.4 !important;
}
button.form-control{
	background: #E4E4E4;
    border: 0px;
    height: 28px;
    padding: 3px 6px;
}
button.form-control:focus{
	background: #e4e4e4;
}
button.form-control.active{
	background: var(--button-active-bgcolor);
}
button.form-control:disabled {
	background: #eceeef;
	cursor: not-allowed;
	opacity: 0.5;
}
button.auto-width-btn{
	width: auto !important;
}
select.form-control{
	font-size:12px;
	border: 0;
	height: 28px;
	background: url(../images/icon/pulldown_click.svg) no-repeat right center #e4e4e4 !important;
    background-position: bottom 10px right 7px !important;
}
select.form-control:focus{
	border: 0;
	background: #e4e4e4;
}
select.form-control option{
	background: white;
}
select[disabled], .dropdownMultiselect.disabled{
	cursor: not-allowed;
	opacity: 0.5 !important;
}
.border-end {
    border-right: 1px solid #BFBFBF!important;
}
.ellipsis{
	text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.required:before {
    content: " * ";
    color: red;
}
#loadingDiv{
	z-index:1500;
	background-color: rgba(255,255,255,0.4);
	display: none;
}
.innerTabs {
    background-color: var(--banner-bgcolor);
}
.innerTabs .nav-link {
    color: black;
	font-weight: 700;
}    
.innerTabs .nav-link.active {
	color: var(--active-link-color) !important;
    border-bottom: 3px solid var(--active-link-color);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: auto;
    opacity: .65;
    cursor: not-allowed;
}
.ainvr-textarea {
	background: #ffffff;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    padding-left: 4px;
    width: 100%;
    resize: none;
    width: 100%;
}

.btn-primary{
	background-color : var(--button-primary-bgcolor) !important;
	border-radius: 3px;
	border: 0px;
}
.btn-primary[disabled], button[disabled] {
	opacity: 0.4;
    cursor: not-allowed;
}
.btn-secondary {
	background-color : var(--button-secondary-bgcolor) !important;
	border-radius: 3px;
	border: 0px;
}
.text-primary {
	color: var(--text-primary-color) !important;
}
.text-link a {
	cursor: pointer;
	color: #59595A;
	text-decoration: none;
}

/*check box*/
.form-check-input{
	width: 16px !important;
	height:16px !important;
}

.form-check-input:checked {
    background-color: var(--general-bgcolor-dark) !important;
    border-color: var(--general-border-color) !important;
}

/*modal*/
.modalClose{
	top: -15px;
    right: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    font-weight: bold;
    color: white;
    background-color: #3A3A3A;
    border-width: 0;
    outline: none;
}
.modal-dialog {
    margin-top: 85px;
}
.modalHeader {
    color: var(--text-primary-color) !important;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    /* border-bottom: 1px solid #dee2e6; */
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.thumbnail_img_banner {
    width: 85px;
    max-height: 60px;
    min-height: 20px;
    text-align: center;
    background: #3E80B5;
    color: white;
}

/*dropdwons*/
.dropdown-menu-select{
    text-align: left;
    font-size: 12px;
    color: #464a4c;
    background: #e4e4e4;
    border-radius: 3px;
    height: 28px;
}

.dropdown-menu-select::after {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    margin-top: 6px;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.dropdown-menu-select>span{
	width:calc(100% - 40px);
}

.dropdown-menu {
	border: 1px solid #cfcfcf;
    border-radius: 1px;
    z-index: 1100;
    background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
    overflow-y: auto;
    position: absolute;
    display: none;
}

.dropdown-menu>div{
	font-size: 12px;
	cursor: pointer;
    width: 100%;
}

#dropmenu_cameraLiveview>div:hover{
	background-color : #F37347;
	color: white;
}

/*Live view*/
.livePannelDiv{
    height: calc(100vh - 195px);
}
.liveViewer {
	position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    text-align: center;
    display: none;
}

.play {
	background: black;
}

.viewerBanner {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	height: 25px;
	width: 100%;
	z-index: 1000;
	color: white;
	text-align: left;
	display: none;
}

.viewer {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}

.viewerImg {
	max-width: 100%; 
	max-height: 100%; 
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.loadingImg {
	max-width: 100%; 
	max-height: 100%; 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: none;
    position: absolute;
    left: 48%;
}

.onErrorContent {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: red;
	padding: 5px;
}

.onErrorBanner {
	/*position: absolute;*/
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.4;
	background: white;
}

.emptyViewer {
	text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: #9D9D9D;
    font-weight: 400;
}

.notSupportLiveView{
    position: absolute;
    text-align: center;
    /*width: 100%;*/
    margin-top: -60px;
    color: white;
}
/*number-input*/
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button,
.port-number-input input[type=number]::-webkit-inner-spin-button,
.port-number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.number-input, .port-number-input {
	display: inline-flex;
	background-color: #e4e4e4;
	height: 28px;
	width: 70px;
	border-radius: .25rem;
}
.number-input img, .port-number-input img {
	outline: none;
	-webkit-appearance: none;
	background-color: #e4e4e4;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
	height:14px;
	margin-right:4px;
	border-radius: .25rem;
}
.number-input input[type=number], .port-number-input input[type=number] {
	font-family: Arial, Sans-serif;
	background-color: #e4e4e4;
	width: 50px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #59595A;
	min-height: 24px;
	margin: 0;
	padding: 4px 0px 3px 10px;
	line-height: 14px;
	border: none;
	border-radius: .25rem;
}
.number-input section, .port-number-input section {
	display: flex;
	height: 10px;
	margin: 0px;
	padding-left: 2px;
	border: none;
	border-radius: .25rem;
	background-color: #e4e4e4;
}
.number-input section img, .port-number-input section img {
	width: 8px;
	background-color: #e4e4e4;
}
.number-input p, .port-number-input p {
	margin: 0px; /* Important */
	text-align: center;
	background-color: #e4e4e4;
}
.number-input div.form-control, .port-number-input div.form-control {
	background: none !important;
	background-color: #e4e4e4;
	border: none; 
	padding: 0px 0px 0px 2px;
}
.number-input.disabled, .port-number-input.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	background: #e9ecef;
}
/*pagination*/
.pagination{
	margin: 0;
}

.page-link{
	padding: 1px 9px;
	color: #59595A;
}

.page-link:hover{
	color: #59595A;
}

.page-item {
	font-size: 14;
}

.page-item.active .page-link{
	background-color: #6d6d6d;
    border-color: #6d6d6d;
}

img.table-icon-btn {
    height: 28px;
    width: 28px !important;
    cursor: pointer;
    border: 0px;
    padding: 6px;
}
img[disabled="disabled"] {
	opacity: 0.5;
	cursor: no-drop;
}

.table-icon-btn:hover{
	background-color: var(--general-bgcolor-light);
	cursor: pointer;
	border-radius: 4px;
}

.table-icon-btn[disabled]:hover {
	background-color: inherit;
}

.cancel-dialog-btn {
	background: #515151 !important;
	border-radius: 3px;
}
.invalid-input {
    border: 1px solid #900 !important;
}
.invalid-input-hint{
    position: absolute;
    min-width: 205px;
    max-width: max(500px, 100% - 80px);
    z-index: 500;
    color: #900;
}
.invalid-input-hint>div{
    border: 1px solid #900;
    padding: 5px;
    background: #fee;
    margin-top: -18px;
    margin-left: 7px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    white-space: initial;
    word-break: break-word;
    font-size: 12px;
}

.invalid-input-hint>span {
    border: 1px solid #900;
    padding: 5px;
    background: #fee;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    white-space: initial;
    word-break: break-word;
    font-size: 12px;
    display: inline-block;
    /* margin-top: -18px;
    margin-left: 7px; */
}

.boundbox{
	border: 2px solid #46df66;
	position: absolute;
}

.onoffswitch {
    position: relative; width: 40px;
    -webkit-user-select:none; 
    margin: 10px 5px 0px 0px;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 1px solid #DBDBDB; 
    border-radius: 50px;
    height: 20px;
}
.onoffswitch.disabled .onoffswitch-label {
	cursor: not-allowed;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 28px; padding: 0; line-height: 21px;
    font-size: 0px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "";
    padding-left: 10px;
    background-color: var(--button-primary-bgcolor); color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: var(--button-secondary-bgcolor); color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 12px; 
    margin: 6px 2px 5px 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 23px;
    border: 1px solid #DBDBDB; 
    border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
	width: 12px;
	height: 12px;
	top: -2px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 1px; 
}

.multiselect-dropdown-menu {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	z-index: 1100;
	background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
	max-height: 170px;
	width: 158px;
	overflow-y: auto;
	position: absolute;
	padding-bottom: 5px;
	display: none;
}
.dropdown-menu-select-btn {   
    height: 29px;
    -webkit-appearance: menulist-button;
    text-align: left;
    background: #e4e4e4;
    margin-right: 5px;
    padding-top: 0.18rem;
}
.dropdown-menu-select-btn::after {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    margin-top: 7px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
.multiselect-group:hover {
	background: linear-gradient(to bottom,#fff 0,#e4e4e4 100%);
}

.input-mselect-autocomplete {   
    height: 29px !important;
    -webkit-appearance: menulist-button;
    text-align: left;
    background: #e4e4e4 !important;
    padding-top: 0.18rem;
    cursor: pointer;
    border: none !important;
}

.dropdown-textbox {
    position: relative;
    width: 200px;
}
.dropdown-textbox input { 
	border:1px solid rgba(0,0,0,.25); 
	background-color:#fff; 
	display:block; 
	width: 100%; 
	box-sizing: border-box 
}
.dropdown-textbox img { 
	position: absolute; 
	top: 11px; 
	right: 10px 
}
/* .dropdown-textbox::before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f0d7";
    top: 6px;
    right: -2px;
    width: 20px;
    font-size: medium;
    color: darkslategray;
} */

.password{
	-webkit-text-security: disc;
}
.highlight-text-blue {
	color: #4149E1 !important;
}
.grid-column-div {
	width: 200px;
	height: 195px;
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
}
.new-event-flag {
	background: #FF2E00;
    padding: 1px 2px 0px 2px;
    width: 50px;
    height: 16px;
    color: white;
}
.ui-autocomplete {
    z-index: 1999;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 170px;
    padding: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.ui-autocomplete .ui-menu-item-wrapper{
	font-size:12px;
	font-weight: 400;
	color: #59595A;
}
.ui-autocomplete .ui-menu-item-wrapper:hover{
	background: linear-gradient(to bottom,#fff 0,#e4e4e4 100%);
}
/* nav */
.plr-9-5p{
	padding: 0 9.5px;
 }
 
 .number-round{
 	position: absolute;
    height: 16px;
    width: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 8px;
 }
.ui-datepicker {
	width: 270px !important;
	/* font-family: Roboto; */
}
.ui-datepicker-title {
	font-size: 15px !important;
	font-weight: 700;
}
.ui-datepicker-calendar {
	font-size: 13px !important;
}
.noSpinNumber::-webkit-inner-spin-button,
.noSpinNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pin {
	width: 30px;
	height: 30px;
	border-radius: 60% 60% 60% 0;
	background: red;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -15px;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
        cursor: pointer;
}

.hintText {
    font-size: 10px;
    font-weight: 500;
    color: #858585;
}

.password-eye {
	position: absolute;
	right: 10px;
	top: 32px;
	z-index: 1;
	cursor: pointer;
	color: #59595A;
}

.user-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
	border-width: 0;
}

.result-count-div {
	color: var(--text-primary-color) !important;
	width: 100px;
	padding-bottom: 5px;
	border-bottom: 3px solid var(--general-border-dark);
}

.min-slider-handle{
    background: var(--general-bgcolor-dark) !important;
}
.slider.slider-disabled .slider-handle{
	background: var(--general-bgcolor-dark) !important;
}
.slider-selection{
	background: var(--general-bgcolor-dark) !important;
}


.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .show>.nav-link {
	color: var(--navlink-text) !important;
	font-weight: 400;
	font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: var(--navlink-active-text) !important;
	font-weight: 500;
}

.custom-radio {
	display: inline-block;
}
.custom-radio input[type="radio"] {
	/* appearance: none; */
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 16px;
	height: 16px;
	border: 1px solid #858585;
	border-radius: 50%;
	transform: translateY(-0.075em);
	cursor: pointer;
	display: grid;
	place-content: center;
}
input[type="radio"]::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--general-bgcolor-light);
}
input[type="radio"]:checked {
	border-color: var(--general-border-color);
	accent-color: var(--general-bgcolor-dark);
}
input[type="radio"]:checked::before {
	transform: scale(1);
}
input[type="radio"]:disabled,
input[type="radio"]:disabled:checked::before {
	cursor: not-allowed;
	opacity: 0.5;
}
.ellipsis1line {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}
.line-with-or {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 0 11px 0;
}
.line {
	flex-grow: 1;
	height: 0.5px;
	border-bottom: 1px solid #59595A;
}
.modal.process-modal {
	z-index: 2000;
}
.modal.process-modal .modal-dialog {
	margin-top: 20%;
}
.krz-widget-content {
    border-radius: .25rem;
}
.krz-widget-content input.form-control {
	background-color: #e4e4e4; 
    border: 0;
}
.krz-widget-content .krz-widget-content-up,
.krz-widget-content .krz-widget-content-down {
    border: 0px;
    padding-top: 2px;
}
.krz-widget-content .krz-spiner-button {
    font-size: 10px;
    color: #59595A;
}
.krz-widget-content .krz-widget-content-up:hover,
.krz-widget-content .krz-widget-content-down:hover {
    background: none;
}

.addmore-dropdown-menu {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    z-index: 1100;
    background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
    max-height: 170px;
    width: 158px;
    overflow-y: auto;
    position: absolute;
    padding-bottom: 5px;
    display: none;
}

.edge-sticky-error {
    width: 370px;
    height: 75px;
    border: 3px solid #CD0000;
    color: #CD0000;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin: 0 25 25 0;
    padding: 5px;
    position: absolute;
    right: 30;
    bottom: 30;
}

.edge-scrollbar::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F1F1F1;
}
.edge-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 29px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #DADADA;
}
.edge-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #BCBCBC;
}
